No files found.
+32 −32
canvas_paint_task.rs
components/canvas/canvas_paint_task.rs
+4 −4
lib.rs
components/canvas_traits/lib.rs
+14 −14
compositor.rs
components/compositing/compositor.rs
+6 −6
compositor_layer.rs
components/compositing/compositor_layer.rs
+1 −1
constellation.rs
components/compositing/constellation.rs
+3 −3
headless.rs
components/compositing/headless.rs
+9 −10
mod.rs
components/gfx/display_list/mod.rs
+2 −2
font.rs
components/gfx/font.rs
+97 −97
paint_context.rs
components/gfx/paint_context.rs
+15 −16
paint_task.rs
components/gfx/paint_task.rs
+1 −1
harfbuzz.rs
components/gfx/text/shaping/harfbuzz.rs
+4 −4
block.rs
components/layout/block.rs
+39 −40
display_list_builder.rs
components/layout/display_list_builder.rs
+1 −1
flow.rs
components/layout/flow.rs
+6 −6
fragment.rs
components/layout/fragment.rs
+1 −1
inline.rs
components/layout/inline.rs
+12 −12
layout_task.rs
components/layout/layout_task.rs
+2 −2
table_cell.rs
components/layout/table_cell.rs
+61 −39
canvasrenderingcontext2d.rs
components/script/dom/canvasrenderingcontext2d.rs
+1 −1
htmlcanvaselement.rs
components/script/dom/htmlcanvaselement.rs
+1 −1
imagedata.rs
components/script/dom/imagedata.rs
+4 −4
window.rs
components/script/dom/window.rs
+1 −1
script_task.rs
components/script/script_task.rs
+3 −3
Cargo.lock
components/servo/Cargo.lock
+2 −2
media_queries.rs
components/style/media_queries.rs
+1 −1
properties.mako.rs
components/style/properties.mako.rs
+3 −3
viewport.rs
components/style/viewport.rs
+2 −2
geometry.rs
components/util/geometry.rs
+4 −4
opts.rs
components/util/opts.rs
+3 −3
Cargo.lock
ports/cef/Cargo.lock
+7 −7
browser_host.rs
ports/cef/browser_host.rs
+5 −5
window.rs
ports/cef/window.rs
+20 −19
window.rs
ports/glutin/window.rs
+3 −3
Cargo.lock
ports/gonk/Cargo.lock
+4 −4
input.rs
ports/gonk/src/input.rs
+3 −3
window.rs
ports/gonk/src/window.rs
+4 −4
media_queries.rs
tests/unit/style/media_queries.rs
+11 −11
viewport.rs
tests/unit/style/viewport.rs
+5 −5
logical_geometry.rs
tests/unit/util/logical_geometry.rs