No files found.
+150 −53
webgl_paint_task.rs
components/canvas/webgl_paint_task.rs
+6 −0
lib.rs
components/canvas_traits/lib.rs
+2 −0
mod.rs
components/script/dom/mod.rs
+49 −0
webglactiveinfo.rs
components/script/dom/webglactiveinfo.rs
+31 −0
webglrenderingcontext.rs
components/script/dom/webglrenderingcontext.rs
+53 −0
webglshaderprecisionformat.rs
components/script/dom/webglshaderprecisionformat.rs
+10 −0
WebGLActiveInfo.webidl
components/script/dom/webidls/WebGLActiveInfo.webidl
+283 −304
WebGLRenderingContext.webidl
...ents/script/dom/webidls/WebGLRenderingContext.webidl
+10 −0
WebGLShaderPrecisionFormat.webidl
...script/dom/webidls/WebGLShaderPrecisionFormat.webidl
+1 −1
Cargo.lock
components/servo/Cargo.lock
+1 −1
Cargo.lock
ports/cef/Cargo.lock
+1 −1
Cargo.lock
ports/gonk/Cargo.lock
+3 −2
basic.list
tests/ref/basic.list
+70 −0
draw_arrays_simple.html
tests/ref/webgl-context/draw_arrays_simple.html
+16 −0
draw_arrays_simple_ref.html
tests/ref/webgl-context/draw_arrays_simple_ref.html
+2 −0
interfaces.html
tests/wpt/mozilla/tests/mozilla/interfaces.html