.. |
CanvasGradient.h
|
Bug 989337 - 1/3 - Convert Canvas2D to typed enums and EnumeratedArray, initial manual changes - r=Bas
|
2014-04-25 22:34:07 -04:00 |
CanvasImageCache.cpp
|
Bug 900908 - Part 3: Change uses of numbered macros in nsIClassInfoImpl.h/nsISupportsImpl.h to the variadic variants. r=froydnj
|
2014-04-27 03:06:00 -04:00 |
CanvasImageCache.h
|
Bug 1016240 - Exterminate CR+LF line endings. r=briansmith,cpearce,ehsan,gavin
|
2014-06-18 17:56:02 -07:00 |
CanvasPattern.h
|
Bug 1019257: Canvas pattern setTransform exposed through WebIDL. r=gw280,bz.
|
2014-06-12 10:54:43 -04:00 |
CanvasRenderingContext2D.cpp
|
bug 871453 - part 1 - pass the font-synthesis flags down to gfxFontStyle. r=jdaggett
|
2014-06-19 08:08:55 +01:00 |
CanvasRenderingContext2D.h
|
Bug 1022821, part 3 - In content code, stop returning RefPtr and, where not an out-param, stop using RefPtr arguments. r=gw280
|
2014-06-17 10:37:46 +01:00 |
CanvasUtils.cpp
|
Bug 952650 (part 11) - Remove JSVAL_TO_INT. r=njn.
|
2014-04-27 19:55:08 -07:00 |
CanvasUtils.h
|
Bug 1009675 part 2. Return WebIDL 'any' values as handles. r=peterv
|
2014-06-11 16:26:52 -04:00 |
DocumentRendererChild.cpp
|
Bug 988793 - Make DocumentRendererChild::RenderDocument use Moz2D. r=mattwoodrow
|
2014-03-31 12:52:33 +01:00 |
DocumentRendererParent.cpp
|
Bug 1019753, part 2 - Use Moz2D DataSourceSurfaces instead of Thebes gfxImageSurfaces in DocumentRendererParent.cpp and ImageEncoder.cpp. r=mattwoodrow
|
2014-06-04 08:08:39 +01:00 |
ImageData.cpp
|
Bug 1025973 - Part 1: Rename GlobalObject::GetContext() to Context(). r=bz
|
2014-06-16 14:08:00 -04:00 |
ImageData.h
|
Bug 1009675 part 3. Return WebIDL 'object' values as handles. r=peterv
|
2014-06-11 16:26:52 -04:00 |
ImageEncoder.cpp
|
Bug 1019753, part 2 - Use Moz2D DataSourceSurfaces instead of Thebes gfxImageSurfaces in DocumentRendererParent.cpp and ImageEncoder.cpp. r=mattwoodrow
|
2014-06-04 08:08:39 +01:00 |
ImageEncoder.h
|
Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc
|
2014-01-04 10:02:17 -05:00 |
Makefile.in
|
Bug 941595 - Build with system-cairo is broken. r=glandium
|
2013-12-10 10:37:03 -05:00 |
moz.build
|
Bug 973815 - Implements WebGL draft extension EXT_blend_minmax - r=jgilbert,bzbarsky
|
2014-06-14 09:07:53 -07:00 |
TextMetrics.h
|
Bug 991742 part 8. Remove the "aScope" argument of WebIDL/nsWrapperCache WrapObject() methods. r=bholley
|
2014-04-08 18:27:18 -04:00 |
WebGL1Context.cpp
|
Bug 991742 part 8. Remove the "aScope" argument of WebIDL/nsWrapperCache WrapObject() methods. r=bholley
|
2014-04-08 18:27:18 -04:00 |
WebGL1Context.h
|
Bug 991742 part 8. Remove the "aScope" argument of WebIDL/nsWrapperCache WrapObject() methods. r=bholley
|
2014-04-08 18:27:18 -04:00 |
WebGL2Context.cpp
|
Bug 973815 - Implements WebGL draft extension EXT_blend_minmax - r=jgilbert,bzbarsky
|
2014-06-14 09:07:53 -07:00 |
WebGL2Context.h
|
Bug 991742 part 8. Remove the "aScope" argument of WebIDL/nsWrapperCache WrapObject() methods. r=bholley
|
2014-04-08 18:27:18 -04:00 |
WebGLActiveInfo.cpp
|
Bug 991742 part 8. Remove the "aScope" argument of WebIDL/nsWrapperCache WrapObject() methods. r=bholley
|
2014-04-08 18:27:18 -04:00 |
WebGLActiveInfo.h
|
Bug 991742 part 8. Remove the "aScope" argument of WebIDL/nsWrapperCache WrapObject() methods. r=bholley
|
2014-04-08 18:27:18 -04:00 |
WebGLBuffer.cpp
|
Bug 1008310 - WebGL warning for using element array with different types. r=jgilbert
|
2014-06-02 16:30:00 -04:00 |
WebGLBuffer.h
|
Bug 1008310 - WebGL warning for using element array with different types. r=jgilbert
|
2014-06-02 16:30:00 -04:00 |
WebGLContext.cpp
|
Bug 1000640 - Use new StreamTextureClient/Host with OMTC. - r=mattwoodrow
|
2014-06-18 17:04:06 -07:00 |
WebGLContext.h
|
Bug 1026535 - Fix mismatched class/struct tags. r=ehsan
|
2014-06-18 17:57:51 -07:00 |
WebGLContextAsyncQueries.cpp
|
Bug 987828 - 3/4 - Use IsGLES instead of IsGLES2 - r=jgilbert
|
2014-03-31 05:10:49 -04:00 |
WebGLContextBuffers.cpp
|
Bug 966998 - WebGL OES_vertex_array_object windows presence is low. r=jgilbert
|
2014-06-05 16:38:27 -07:00 |
WebGLContextDraw.cpp
|
Bug 1022272 - Lets WebGL's draw{Arrays,Elements}() generate INVALID_OPERATION when all vertex attributes' divisor are different of 0 - r=jgilbert
|
2014-06-10 17:23:49 -07:00 |
WebGLContextExtensions.cpp
|
Bug 973815 - Implements WebGL draft extension EXT_blend_minmax - r=jgilbert,bzbarsky
|
2014-06-14 09:07:53 -07:00 |
WebGLContextFramebufferOperations.cpp
|
Bug 996269 - Lazily clear the WebGL backbuffer. - r=kamidphish
|
2014-04-17 13:15:41 -07:00 |
WebGLContextGL.cpp
|
Bug 1000640 - Handle non-premult alpha in Layers. - r=mattwoodrow
|
2014-06-18 17:04:05 -07:00 |
WebGLContextLossTimer.cpp
|
Bug 980178 - Clean up context loss handling code. - r=kamidphish
|
2014-06-02 14:40:15 -07: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 1010064 - Allow memory reports to be anonymized. r=bsmedberg.
|
2014-05-20 23:06:54 -07:00 |
WebGLContextState.cpp
|
Bug 1009675 part 2. Return WebIDL 'any' values as handles. r=peterv
|
2014-06-11 16:26:52 -04:00 |
WebGLContextUtils.cpp
|
Bug 966998 - WebGL OES_vertex_array_object windows presence is low. r=jgilbert
|
2014-06-05 16:38:27 -07:00 |
WebGLContextUtils.h
|
Bug 1003607 - Sort out usage of GL format and type into WebGL and driver versions for texture checks.; r=jgilbert
|
2014-05-02 13:15:58 +10:00 |
WebGLContextValidate.cpp
|
Bug 973815 - Implements WebGL draft extension EXT_blend_minmax - r=jgilbert,bzbarsky
|
2014-06-14 09:07:53 -07:00 |
WebGLContextVertexArray.cpp
|
Bug 1022077 - Fixes a bug in WebGL's vertex array objects' software implementation - r=jgilbert
|
2014-06-10 17:23:50 -07:00 |
WebGLContextVertices.cpp
|
Bug 1022077 - Fixes a bug in WebGL's vertex array objects' software implementation - r=jgilbert
|
2014-06-10 17:23:50 -07:00 |
WebGLElementArrayCache.cpp
|
Bug 1008310 - WebGL warning for using element array with different types. r=jgilbert
|
2014-06-02 16:30:00 -04:00 |
WebGLElementArrayCache.h
|
Bug 1008310 - WebGL warning for using element array with different types. r=jgilbert
|
2014-06-02 16:30:00 -04:00 |
WebGLExtensionBase.cpp
|
Bug 982464 - Disable extension functionality after a context lost happens. r=jgilbert
|
2014-03-12 12:51:39 +10:00 |
WebGLExtensionBlendMinMax.cpp
|
Bug 973815 - Implements WebGL draft extension EXT_blend_minmax - r=jgilbert,bzbarsky
|
2014-06-14 09:07:53 -07:00 |
WebGLExtensionColorBufferFloat.cpp
|
Bug 843666 - Implement color-buffer-(half-)float for WebGL. - r=kamidphish
|
2014-03-07 13:26:17 -08:00 |
WebGLExtensionColorBufferHalfFloat.cpp
|
Bug 843666 - Implement color-buffer-(half-)float for WebGL. - r=kamidphish
|
2014-03-07 13:26:17 -08:00 |
WebGLExtensionCompressedTextureATC.cpp
|
|
|
WebGLExtensionCompressedTextureETC1.cpp
|
Bug 943190 - Implement WEBGL_compressed_texture_et1. - r=kamidphish
|
2014-03-10 15:42:58 -07:00 |
WebGLExtensionCompressedTexturePVRTC.cpp
|
|
|
WebGLExtensionCompressedTextureS3TC.cpp
|
|
|
WebGLExtensionDebugRendererInfo.cpp
|
|
|
WebGLExtensionDebugShaders.cpp
|
Bug 982464 - Disable extension functionality after a context lost happens. r=jgilbert
|
2014-03-12 12:51:39 +10:00 |
WebGLExtensionDepthTexture.cpp
|
|
|
WebGLExtensionDrawBuffers.cpp
|
Bug 978407 - Static constants should have 'k' prefix. - r=kamidphish
|
2014-04-30 14:30:23 -07:00 |
WebGLExtensionElementIndexUint.cpp
|
|
|
WebGLExtensionFragDepth.cpp
|
Bug 823454 - Implement EXT_frag_depth for WebGL. - r=kamidphish
|
2014-02-13 15:00:12 -08:00 |
WebGLExtensionInstancedArrays.cpp
|
Bug 982464 - Disable extension functionality after a context lost happens. r=jgilbert
|
2014-03-12 12:51:39 +10:00 |
WebGLExtensionLoseContext.cpp
|
Bug 980178 - Clean up context loss handling code. - r=kamidphish
|
2014-06-02 14:40:15 -07:00 |
WebGLExtensions.h
|
Bug 973815 - Implements WebGL draft extension EXT_blend_minmax - r=jgilbert,bzbarsky
|
2014-06-14 09:07:53 -07:00 |
WebGLExtensionSRGB.cpp
|
Bug 843668 - Implement WebGL -draft- extension EXT_sRGB. r=jgilbert
|
2013-11-04 16:05:04 -05:00 |
WebGLExtensionStandardDerivatives.cpp
|
|
|
WebGLExtensionTextureFilterAnisotropic.cpp
|
|
|
WebGLExtensionTextureFloat.cpp
|
|
|
WebGLExtensionTextureFloatLinear.cpp
|
Bug 879954 - Implement OES_texture_float_linear - r=bjacob
|
2013-06-10 16:00:52 -04:00 |
WebGLExtensionTextureHalfFloat.cpp
|
b=738872, implement WebGL OES_texture_half_float; part 2 - core impl; r=jgilbert
|
2014-01-23 16:47:37 -05:00 |
WebGLExtensionTextureHalfFloatLinear.cpp
|
Bug 912280 - Implement OES_texture_half_float_linear for WebGL. r=kamidphish
|
2014-02-13 09:53:53 -05:00 |
WebGLExtensionVertexArray.cpp
|
Bug 966998 - WebGL OES_vertex_array_object windows presence is low. r=jgilbert
|
2014-06-05 16:38:27 -07:00 |
WebGLFramebuffer.cpp
|
Bug 1003607 - Sort out usage of GL format and type into WebGL and driver versions for texture checks.; r=jgilbert
|
2014-05-02 13:15:58 +10:00 |
WebGLFramebuffer.h
|
Bug 991742 part 8. Remove the "aScope" argument of WebIDL/nsWrapperCache WrapObject() methods. r=bholley
|
2014-04-08 18:27:18 -04:00 |
WebGLFramebufferAttachable.cpp
|
Bug 973625 - Implement WebGLFramebuffer completeness status caching. r=jgilbert
|
2014-03-04 17:14:35 +10:00 |
WebGLFramebufferAttachable.h
|
Bug 973625 - Implement WebGLFramebuffer completeness status caching. r=jgilbert
|
2014-03-04 17:14:35 +10:00 |
WebGLMemoryTracker.h
|
Bug 947798 (part 2) - Remove MemoryMultiReporter, because it's no longer helpful. r=mccr8.
|
2013-12-07 21:39:47 -08:00 |
WebGLObjectModel.cpp
|
|
|
WebGLObjectModel.h
|
Bug 973625 - Implement WebGLFramebuffer completeness status caching. r=jgilbert
|
2014-03-04 17:14:35 +10:00 |
WebGLProgram.cpp
|
Bug 1001966 - Part 2: Change uses of numbered NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE macro to the variadic variant. r=smaug
|
2014-04-29 04:57:00 -04:00 |
WebGLProgram.h
|
Bug 1026535 - Fix mismatched class/struct tags. r=ehsan
|
2014-06-18 17:57:51 -07:00 |
WebGLQuery.cpp
|
Bug 991742 part 8. Remove the "aScope" argument of WebIDL/nsWrapperCache WrapObject() methods. r=bholley
|
2014-04-08 18:27:18 -04:00 |
WebGLQuery.h
|
Bug 991742 part 8. Remove the "aScope" argument of WebIDL/nsWrapperCache WrapObject() methods. r=bholley
|
2014-04-08 18:27:18 -04:00 |
WebGLRenderbuffer.cpp
|
Bug 991742 part 8. Remove the "aScope" argument of WebIDL/nsWrapperCache WrapObject() methods. r=bholley
|
2014-04-08 18:27:18 -04:00 |
WebGLRenderbuffer.h
|
Bug 991742 part 8. Remove the "aScope" argument of WebIDL/nsWrapperCache WrapObject() methods. r=bholley
|
2014-04-08 18:27:18 -04:00 |
WebGLShader.cpp
|
Bug 991742 part 8. Remove the "aScope" argument of WebIDL/nsWrapperCache WrapObject() methods. r=bholley
|
2014-04-08 18:27:18 -04:00 |
WebGLShader.h
|
Bug 991742 part 8. Remove the "aScope" argument of WebIDL/nsWrapperCache WrapObject() methods. r=bholley
|
2014-04-08 18:27:18 -04:00 |
WebGLShaderPrecisionFormat.cpp
|
Bug 991742 part 8. Remove the "aScope" argument of WebIDL/nsWrapperCache WrapObject() methods. r=bholley
|
2014-04-08 18:27:18 -04:00 |
WebGLShaderPrecisionFormat.h
|
Bug 991742 part 8. Remove the "aScope" argument of WebIDL/nsWrapperCache WrapObject() methods. r=bholley
|
2014-04-08 18:27:18 -04:00 |
WebGLTexelConversions.cpp
|
b=738872, implement WebGL OES_texture_half_float; part 2 - core impl; r=jgilbert
|
2014-01-23 16:47:37 -05:00 |
WebGLTexelConversions.h
|
b=738872, implement WebGL OES_texture_half_float; part 2 - core impl; r=jgilbert
|
2014-01-23 16:47:37 -05:00 |
WebGLTexture.cpp
|
Bug 1003607 - Sort out usage of GL format and type into WebGL and driver versions for texture checks.; r=jgilbert
|
2014-05-02 13:15:58 +10:00 |
WebGLTexture.h
|
Bug 1003607 - Sort out usage of GL format and type into WebGL and driver versions for texture checks.; r=jgilbert
|
2014-05-02 13:15:58 +10:00 |
WebGLTypes.h
|
Bug 973815 - Implements WebGL draft extension EXT_blend_minmax - r=jgilbert,bzbarsky
|
2014-06-14 09:07:53 -07:00 |
WebGLUniformInfo.h
|
Bug 924188 - Use MOZ_ASSERT where appropriate in WebGL code - r=jgilbert
|
2013-10-11 09:16:43 -04:00 |
WebGLUniformLocation.cpp
|
Bug 1016240 - Exterminate CR+LF line endings. r=briansmith,cpearce,ehsan,gavin
|
2014-06-18 17:56:02 -07:00 |
WebGLUniformLocation.h
|
Bug 991742 part 8. Remove the "aScope" argument of WebIDL/nsWrapperCache WrapObject() methods. r=bholley
|
2014-04-08 18:27:18 -04:00 |
WebGLValidateStrings.h
|
Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc
|
2014-01-04 10:02:17 -05:00 |
WebGLVertexArray.cpp
|
Bug 966998 - WebGL OES_vertex_array_object windows presence is low. r=jgilbert
|
2014-06-05 16:38:27 -07:00 |
WebGLVertexArray.h
|
Bug 1022077 - Fixes a bug in WebGL's vertex array objects' software implementation - r=jgilbert
|
2014-06-10 17:23:50 -07:00 |
WebGLVertexArrayFake.cpp
|
Bug 1022077 - Fixes a bug in WebGL's vertex array objects' software implementation - r=jgilbert
|
2014-06-10 17:23:50 -07:00 |
WebGLVertexArrayFake.h
|
Bug 966998 - WebGL OES_vertex_array_object windows presence is low. r=jgilbert
|
2014-06-05 16:38:27 -07:00 |
WebGLVertexArrayGL.cpp
|
Bug 1022077 - Fixes a bug in WebGL's vertex array objects' software implementation - r=jgilbert
|
2014-06-10 17:23:50 -07:00 |
WebGLVertexArrayGL.h
|
Bug 966998 - WebGL OES_vertex_array_object windows presence is low. r=jgilbert
|
2014-06-05 16:38:27 -07:00 |
WebGLVertexAttribData.h
|
Bug 911855 - Remove redundant WebGL integer typedefs - r=jgilbert
|
2013-09-04 08:14:43 -04:00 |