No files found.
+81 −81
Cargo.lock
Cargo.lock
+1 −1
Cargo.toml
components/canvas/Cargo.toml
+8 −8
canvas_paint_thread.rs
components/canvas/canvas_paint_thread.rs
+1 −1
lib.rs
components/canvas/lib.rs
+14 −14
webgl_paint_thread.rs
components/canvas/webgl_paint_thread.rs
+1 −1
Cargo.toml
components/canvas_traits/Cargo.toml
+3 −3
lib.rs
components/canvas_traits/lib.rs
+1 −1
Cargo.toml
components/compositing/Cargo.toml
+19 −19
compositor.rs
components/compositing/compositor.rs
+3 −3
compositor_thread.rs
components/compositing/compositor_thread.rs
+1 −1
lib.rs
components/compositing/lib.rs
+1 −1
windowing.rs
components/compositing/windowing.rs
+1 −1
Cargo.toml
components/constellation/Cargo.toml
+3 −3
constellation.rs
components/constellation/constellation.rs
+1 −1
lib.rs
components/constellation/lib.rs
+3 −3
pipeline.rs
components/constellation/pipeline.rs
+2 −2
Cargo.toml
components/gfx/Cargo.toml
+47 −18
mod.rs
components/gfx/display_list/mod.rs
+3 −3
font.rs
components/gfx/font.rs
+5 −5
font_cache_thread.rs
components/gfx/font_cache_thread.rs
+2 −2
font_context.rs
components/gfx/font_context.rs
+1 −1
lib.rs
components/gfx/lib.rs
+1 −1
font_template.rs
components/gfx/platform/freetype/font_template.rs
+1 −1
font_template.rs
components/gfx/platform/macos/font_template.rs
+1 −1
font_template.rs
components/gfx/platform/windows/font_template.rs
+2 −2
text_run.rs
components/gfx/text/text_run.rs
+1 −1
Cargo.toml
components/layout/Cargo.toml
+66 −73
display_list_builder.rs
components/layout/display_list_builder.rs
+1 −1
flow.rs
components/layout/flow.rs
+1 −1
lib.rs
components/layout/lib.rs
+1 −1
query.rs
components/layout/query.rs
+137 −131
webrender_helpers.rs
components/layout/webrender_helpers.rs
+1 −1
Cargo.toml
components/layout_thread/Cargo.toml
+8 −8
lib.rs
components/layout_thread/lib.rs
+1 −1
Cargo.toml
components/layout_traits/Cargo.toml
+2 −2
lib.rs
components/layout_traits/lib.rs
+1 −1
Cargo.toml
components/msg/Cargo.toml
+5 −5
constellation_msg.rs
components/msg/constellation_msg.rs
+1 −1
lib.rs
components/msg/lib.rs
+1 −1
Cargo.toml
components/net/Cargo.toml
+17 −17
image_cache.rs
components/net/image_cache.rs
+1 −1
lib.rs
components/net/lib.rs
+1 −1
Cargo.toml
components/net_traits/Cargo.toml
+3 −3
base.rs
components/net_traits/image/base.rs
+2 −2
image_cache.rs
components/net_traits/image_cache.rs
+1 −1
lib.rs
components/net_traits/lib.rs
+1 −1
Cargo.toml
components/script/Cargo.toml
+2 −2
trace.rs
components/script/dom/bindings/trace.rs
+1 −1
document.rs
components/script/dom/document.rs
+1 −1
vrdisplay.rs
components/script/dom/vrdisplay.rs
+2 −2
oesvertexarrayobject.rs
...ipt/dom/webgl_extensions/ext/oesvertexarrayobject.rs
+1 −1
webglvertexarrayobjectoes.rs
...om/webgl_extensions/ext/webglvertexarrayobjectoes.rs
+1 −1
extensions.rs
components/script/dom/webgl_extensions/extensions.rs
+1 −1
tex_image_2d.rs
components/script/dom/webgl_validations/tex_image_2d.rs
+3 −3
webglbuffer.rs
components/script/dom/webglbuffer.rs
+3 −3
webglframebuffer.rs
components/script/dom/webglframebuffer.rs
+9 −10
webglprogram.rs
components/script/dom/webglprogram.rs
+3 −3
webglrenderbuffer.rs
components/script/dom/webglrenderbuffer.rs
+16 −16
webglrenderingcontext.rs
components/script/dom/webglrenderingcontext.rs
+4 −4
webglshader.rs
components/script/dom/webglshader.rs
+3 −3
webgltexture.rs
components/script/dom/webgltexture.rs
+1 −1
webgluniformlocation.rs
components/script/dom/webgluniformlocation.rs
+1 −1
window.rs
components/script/dom/window.rs
+1 −1
lib.rs
components/script/lib.rs
+1 −1
Cargo.toml
components/script_layout_interface/Cargo.toml
+1 −1
lib.rs
components/script_layout_interface/lib.rs
+1 −1
rpc.rs
components/script_layout_interface/rpc.rs
+1 −1
wrapper_traits.rs
components/script_layout_interface/wrapper_traits.rs
+1 −1
Cargo.toml
components/script_traits/Cargo.toml
+2 −2
lib.rs
components/script_traits/lib.rs
+1 −1
script_msg.rs
components/script_traits/script_msg.rs
+1 −1
Cargo.toml
components/servo/Cargo.toml
+4 −4
lib.rs
components/servo/lib.rs
+1 −1
lib.rs
components/style_traits/lib.rs
+1 −1
Cargo.toml
components/webvr/Cargo.toml
+1 −1
lib.rs
components/webvr/lib.rs
+10 −10
webvr_thread.rs
components/webvr/webvr_thread.rs
+1 −1
ORGANIZATION.md
docs/ORGANIZATION.md
+1 −1
Cargo.toml
ports/cef/Cargo.toml
+1 −1
browser_host.rs
ports/cef/browser_host.rs
+1 −1
lib.rs
ports/cef/lib.rs
+1 −1
Cargo.toml
ports/glutin/Cargo.toml
+1 −1
lib.rs
ports/glutin/lib.rs
+1 −1
window.rs
ports/glutin/window.rs
+1 −1
licenseck.py
python/tidy/servo_tidy/licenseck.py
+1 −1
rust_tidy.rs
python/tidy/servo_tidy_tests/rust_tidy.rs
+3 −0
css-transforms-3d-on-anonymous-block-001.htm.ini
...tml/css-transforms-3d-on-anonymous-block-001.htm.ini
+3 −0
transform-table-006.htm.ini
...ss-transforms-1_dev/html/transform-table-006.htm.ini