.. |
CanvasGradient.h
|
Bug 856822: Annotate ~1700 methods with MOZ_OVERRIDE in /content r=smaug
|
2013-05-29 13:43:41 -07:00 |
CanvasImageCache.cpp
|
Bug 865929 - Add pref to limit the size of the canvas image cache r=jlebar,jdm a=tef+
|
2013-04-26 07:16:12 -07:00 |
CanvasImageCache.h
|
Bug 826602 - Rename nsHTMLCanvasElement to mozilla::dom::HTMLCanvasElement; r=bzbarsky
|
2013-01-04 00:16:14 -05:00 |
CanvasPattern.h
|
Bug 856822: Annotate ~1700 methods with MOZ_OVERRIDE in /content r=smaug
|
2013-05-29 13:43:41 -07:00 |
CanvasRenderingContext2D.cpp
|
Bug 891936 - Fix DrawWindow when used with SkiaGL r=mattwoodrow
|
2013-07-08 13:56:44 -04:00 |
CanvasRenderingContext2D.h
|
Backed out 3 changesets (bug 603488) for Windows reftest orange.
|
2013-07-15 15:50:26 -04:00 |
CanvasUtils.cpp
|
Bug 842186 - Update use of jsval with JS::Value in cpp and h files in the content/xul/ content/canvas/ content/xslt/ and content/xbl/ directories. r=jwalden
|
2013-03-22 22:05:20 -07:00 |
CanvasUtils.h
|
Bug 867844 part 3. Fix rooting issues in canvas 2d code. r=smaug
|
2013-05-06 08:30:50 -04:00 |
DocumentRendererChild.cpp
|
bug 841436 - remove nolonger needed qi from nsIDocShell to nsIDocShellTreeItem r=bz
|
2013-02-12 17:02:51 -05:00 |
DocumentRendererParent.cpp
|
Bug 759726 - Move mCanvasElement to nsICanvasRenderingContextInternal and make SetCanvasElement return void; f=bz r=bjacob
|
2012-06-06 09:42:47 +02:00 |
ImageData.cpp
|
Bug 864727 part 5. Make all the WrapObject methods take a handle for the scope object. r=ms2ger
|
2013-04-25 12:29:54 -04:00 |
ImageData.h
|
Bug 877762 - GC: Post-barrier cycle collector participants - 7 Convert most JSObect to use Heap<T> (ex. XBL) r=bz
|
2013-06-18 11:00:38 +01:00 |
Makefile.in
|
bug 887483 - remove a bunch of useless assignments to FORCE_STATIC_LIB implied by LIBXUL_LIBRARY=1 r=mshal
|
2013-07-11 11:06:34 -04:00 |
TextMetrics.h
|
Bug 864727 part 5. Make all the WrapObject methods take a handle for the scope object. r=ms2ger
|
2013-04-25 12:29:54 -04:00 |
WebGL1Context.cpp
|
Bug 890049 - WebGL2 Replace WebGLContext by WebGLContext with one subclass WebGL1Context. r=jgilbert
|
2013-07-16 10:32:24 -04:00 |
WebGL1Context.h
|
Bug 890311 - [WebGL 2.0] Add WebGL2Context C++ class inheriting WebGLContext. r=jgilbert
|
2013-07-17 09:58:09 -04:00 |
WebGL2Context.cpp
|
Bug 890311 - [WebGL 2.0] Add WebGL2Context C++ class inheriting WebGLContext. r=jgilbert
|
2013-07-17 09:58:09 -04:00 |
WebGL2Context.h
|
Bug 890311 - [WebGL 2.0] Add WebGL2Context C++ class inheriting WebGLContext. r=jgilbert
|
2013-07-17 09:58:09 -04:00 |
WebGLActiveInfo.cpp
|
bug 879802 - Clean up the #includes in the WebGL implementation - r=bjacob
|
2013-06-10 16:00:35 -04:00 |
WebGLActiveInfo.h
|
bug 879802 - Clean up the #includes in the WebGL implementation - r=bjacob
|
2013-06-10 16:00:35 -04:00 |
WebGLBuffer.cpp
|
Bug 864727 part 5. Make all the WrapObject methods take a handle for the scope object. r=ms2ger
|
2013-04-25 12:29:54 -04:00 |
WebGLBuffer.h
|
Bug 798914 (part 5) - Use newly introduced mozilla::MallocSizeOf instead of nsMallocSizeOfFun. r=njn.
|
2013-06-23 14:03:39 +02:00 |
WebGLContext.cpp
|
Bug 890379 - [WebGL 2.0] Add existing WebGL 1 extensions as WebGL 2 features. r=jgilbert
|
2013-07-17 12:13:38 -04:00 |
WebGLContext.h
|
Backed out changesets 0a196c0e9f96 (bug 895974) and 0d8aa14f5ed3 (bug 895009) for causing intermittent Linux32 mochitest-1 asserts on a CLOSED TREE.
|
2013-07-22 18:18:17 -04:00 |
WebGLContextFramebufferOperations.cpp
|
Bug 890379 - [WebGL 2.0] Add existing WebGL 1 extensions as WebGL 2 features. r=jgilbert
|
2013-07-17 12:13:38 -04:00 |
WebGLContextGL.cpp
|
Bug 892169 - [WebGL 2.0] Bypass ANGLE shader compilation (GL_EXT_gpu_shader4). r=jgilbert
|
2013-07-18 10:31:01 -04:00 |
WebGLContextNotSupported.cpp
|
Bug 895855 - [WebGL 2.0] Build error when using --disable-webgl. r=bjacob
|
2013-07-19 12:53:54 -04:00 |
WebGLContextReporter.cpp
|
bug 879802 - Clean up the #includes in the WebGL implementation - r=bjacob
|
2013-06-10 16:00:35 -04:00 |
WebGLContextUtils.cpp
|
Bug 868130 - Include nsCxPusher.h everywhere we need it, and stop including it from nsContentUtils.h. r=gabor
|
2013-05-22 10:05:26 -06:00 |
WebGLContextUtils.h
|
Bug 877281 part 6. Replace ${jsvalPtr} with a MutableHandle ${jsvalHandle}. r=peterv
|
2013-06-07 22:45:46 -04:00 |
WebGLContextValidate.cpp
|
Bug 890926 - WebGL2 Min/max blend equations. r=jgilbert
|
2013-07-18 11:24:23 -04:00 |
WebGLContextVertexArray.cpp
|
bug 896454 - WebGL Re-enable vertex array object - r=bjacob
|
2013-07-22 14:15:49 -04:00 |
WebGLElementArrayCache.cpp
|
Bug 798914 (part 5) - Use newly introduced mozilla::MallocSizeOf instead of nsMallocSizeOfFun. r=njn.
|
2013-06-23 14:03:39 +02:00 |
WebGLElementArrayCache.h
|
Bug 798914 (part 5) - Use newly introduced mozilla::MallocSizeOf instead of nsMallocSizeOfFun. r=njn.
|
2013-06-23 14:03:39 +02:00 |
WebGLExtensionBase.cpp
|
Bug 833012 - Remove "nsContentUtils.h" inclusion from Element.h. r=Ms2ger
|
2013-01-31 23:11:49 +00:00 |
WebGLExtensionCompressedTextureATC.cpp
|
Bug 779611 - part 3 - port WebGL extensions to WebIDL bindings, refactor them - r=bz,jgilbert
|
2012-10-03 17:13:05 -04:00 |
WebGLExtensionCompressedTexturePVRTC.cpp
|
Bug 779611 - part 3 - port WebGL extensions to WebIDL bindings, refactor them - r=bz,jgilbert
|
2012-10-03 17:13:05 -04:00 |
WebGLExtensionCompressedTextureS3TC.cpp
|
Bug 779611 - part 3 - port WebGL extensions to WebIDL bindings, refactor them - r=bz,jgilbert
|
2012-10-03 17:13:05 -04:00 |
WebGLExtensionDebugRendererInfo.cpp
|
Bug 742781 - Implement WEBGL_debug_renderer_info extension - r=bz,jgilbert
|
2012-10-17 15:11:51 -04:00 |
WebGLExtensionDepthTexture.cpp
|
Bug 779611 - part 3 - port WebGL extensions to WebIDL bindings, refactor them - r=bz,jgilbert
|
2012-10-03 17:13:05 -04:00 |
WebGLExtensionDrawBuffers.cpp
|
Bug 890379 - [WebGL 2.0] Add existing WebGL 1 extensions as WebGL 2 features. r=jgilbert
|
2013-07-17 12:13:38 -04:00 |
WebGLExtensionElementIndexUint.cpp
|
Bug 738867 - Implement WebGL OES_element_index_uint extension. r=bjacob
|
2013-05-13 09:22:30 -04:00 |
WebGLExtensionLoseContext.cpp
|
Bug 779611 - part 3 - port WebGL extensions to WebIDL bindings, refactor them - r=bz,jgilbert
|
2012-10-03 17:13:05 -04:00 |
WebGLExtensionStandardDerivatives.cpp
|
Bug 779611 - part 3 - port WebGL extensions to WebIDL bindings, refactor them - r=bz,jgilbert
|
2012-10-03 17:13:05 -04:00 |
WebGLExtensionTextureFilterAnisotropic.cpp
|
Bug 779611 - part 3 - port WebGL extensions to WebIDL bindings, refactor them - r=bz,jgilbert
|
2012-10-03 17:13:05 -04:00 |
WebGLExtensionTextureFloat.cpp
|
Bug 779611 - part 3 - port WebGL extensions to WebIDL bindings, refactor them - r=bz,jgilbert
|
2012-10-03 17:13:05 -04:00 |
WebGLExtensionTextureFloatLinear.cpp
|
Bug 879954 - Implement OES_texture_float_linear - r=bjacob
|
2013-06-10 16:00:52 -04:00 |
WebGLExtensionVertexArray.cpp
|
bug 896454 - WebGL Re-enable vertex array object - r=bjacob
|
2013-07-22 14:15:49 -04:00 |
WebGLExtensions.h
|
bug 738869 - implement OES_vertex_array_object webgl extension - r=bjacob
|
2013-06-27 17:07:21 -04:00 |
WebGLFramebuffer.cpp
|
Backed out 43e688b70d84 (bug 843667) for compilation failures
|
2013-07-02 14:30:20 -07:00 |
WebGLFramebuffer.h
|
bug 843667 - implement WEBGL_draw_buffers and add the user preference webgl.enable-draft-extensions - r=bjacob
|
2013-06-21 19:44:17 -04:00 |
WebGLMemoryMultiReporterWrapper.h
|
bug 879802 - Clean up the #includes in the WebGL implementation - r=bjacob
|
2013-06-10 16:00:35 -04:00 |
WebGLObjectModel.cpp
|
Bug 801499 - Move WebGLBuffer to a separate file. r=bjacob
|
2012-11-20 16:38:20 -05:00 |
WebGLObjectModel.h
|
bug 879802 - Clean up the #includes in the WebGL implementation - r=bjacob
|
2013-06-10 16:00:35 -04:00 |
WebGLProgram.cpp
|
bug 879802 - Clean up the #includes in the WebGL implementation - r=bjacob
|
2013-06-10 16:00:35 -04:00 |
WebGLProgram.h
|
bug 879802 - Clean up the #includes in the WebGL implementation - r=bjacob
|
2013-06-10 16:00:35 -04:00 |
WebGLRenderbuffer.cpp
|
bug 879802 - Clean up the #includes in the WebGL implementation - r=bjacob
|
2013-06-10 16:00:35 -04:00 |
WebGLRenderbuffer.h
|
Bug 864727 part 5. Make all the WrapObject methods take a handle for the scope object. r=ms2ger
|
2013-04-25 12:29:54 -04:00 |
WebGLShader.cpp
|
Bug 798914 (part 5) - Use newly introduced mozilla::MallocSizeOf instead of nsMallocSizeOfFun. r=njn.
|
2013-06-23 14:03:39 +02:00 |
WebGLShader.h
|
Bug 798914 (part 5) - Use newly introduced mozilla::MallocSizeOf instead of nsMallocSizeOfFun. r=njn.
|
2013-06-23 14:03:39 +02:00 |
WebGLShaderPrecisionFormat.cpp
|
bug 879802 - Clean up the #includes in the WebGL implementation - r=bjacob
|
2013-06-10 16:00:35 -04:00 |
WebGLShaderPrecisionFormat.h
|
Bug 864727 part 5. Make all the WrapObject methods take a handle for the scope object. r=ms2ger
|
2013-04-25 12:29:54 -04:00 |
WebGLTexelConversions.cpp
|
Bug 859024 - Remove the MSVC exemption for FAIL_ON_WARNINGS in content/canvas/src. r=jmuizelaar
|
2013-04-28 07:10:36 +09:00 |
WebGLTexelConversions.h
|
bug 879802 - Clean up the #includes in the WebGL implementation - r=bjacob
|
2013-06-10 16:00:35 -04:00 |
WebGLTexture.cpp
|
Bug 879954 - Implement OES_texture_float_linear - r=bjacob
|
2013-06-10 16:00:52 -04:00 |
WebGLTexture.h
|
bug 879802 - Clean up the #includes in the WebGL implementation - r=bjacob
|
2013-06-10 16:00:35 -04:00 |
WebGLTypes.h
|
bug 879802 - Clean up the #includes in the WebGL implementation - r=bjacob
|
2013-06-10 16:00:35 -04:00 |
WebGLUniformInfo.h
|
bug 879802 - Clean up the #includes in the WebGL implementation - r=bjacob
|
2013-06-10 16:00:35 -04:00 |
WebGLUniformLocation.cpp
|
bug 879802 - Clean up the #includes in the WebGL implementation - r=bjacob
|
2013-06-10 16:00:35 -04:00 |
WebGLUniformLocation.h
|
bug 879802 - Clean up the #includes in the WebGL implementation - r=bjacob
|
2013-06-10 16:00:35 -04:00 |
WebGLValidateStrings.h
|
…
|
|
WebGLVertexArray.cpp
|
bug 738869 - implement OES_vertex_array_object webgl extension - r=bjacob
|
2013-06-27 17:07:21 -04:00 |
WebGLVertexArray.h
|
Bug 890379 - [WebGL 2.0] Add existing WebGL 1 extensions as WebGL 2 features. r=jgilbert
|
2013-07-17 12:13:38 -04:00 |
WebGLVertexAttribData.h
|
bug 879802 - Clean up the #includes in the WebGL implementation - r=bjacob
|
2013-06-10 16:00:35 -04:00 |
moz.build
|
Bug 890379 - [WebGL 2.0] Add existing WebGL 1 extensions as WebGL 2 features. r=jgilbert
|
2013-07-17 12:13:38 -04:00 |