gecko/dom/canvas
Mike Hommey d667f4bb59 Bug 1077148 part 4 - Add and use new moz.build templates for Gecko programs and libraries. r=gps
There are, sadly, many combinations of linkage in use throughout the tree.
The main differentiator, though, is between program/libraries related to
Gecko or not. Kind of. Some need mozglue, some don't. Some need dependent
linkage, some standalone.

Anyways, these new templates remove the need to manually define the
right dependencies against xpcomglue, nspr, mozalloc and mozglue
in most cases.

Places that build programs and were resetting MOZ_GLUE_PROGRAM_LDFLAGS
or that build libraries and were resetting MOZ_GLUE_LDFLAGS can now
just not use those Gecko-specific templates.
2014-10-30 13:06:12 +09:00
..
compiledtest Bug 1077148 part 4 - Add and use new moz.build templates for Gecko programs and libraries. r=gps 2014-10-30 13:06:12 +09:00
crashtests
test Bug 1088345 - Remove now-passing tests from expected failures. - r=kamidphish 2014-10-25 18:32:24 -07:00
CanvasGradient.h Bug 1078744 - Replace SetIsDOMBinding with SetIsNonDOMBinding, remove nsWrapperCache::SetIsDOMBinding. r=bz. 2014-10-07 11:44:49 +02:00
CanvasImageCache.cpp Bug 1061023 - Fix more bad implicit constructors in DOM; r=baku 2014-09-01 18:26:43 -04:00
CanvasImageCache.h
CanvasPattern.h Bug 1078744 - Replace SetIsDOMBinding with SetIsNonDOMBinding, remove nsWrapperCache::SetIsDOMBinding. r=bz. 2014-10-07 11:44:49 +02:00
CanvasRenderingContext2D.cpp Bug 1083672 - Avoid copying more than needed when drawing a canvas onto itself. r=jrmuizel 2014-10-24 18:32:17 +02:00
CanvasRenderingContext2D.h Bug 1082850 - Query for SkiaGL by asking mTarget. - r=snorp 2014-10-14 19:25:57 -07:00
CanvasUtils.cpp
CanvasUtils.h Bug 791777 - Replaced NS_finite() with mozilla::IsFinite. r=froydnj 2014-10-01 11:26:00 +02:00
DocumentRendererChild.cpp
DocumentRendererChild.h
DocumentRendererParent.cpp Bug 1087568 - Port the code that uses gfxContext::PixelSnappedRectangleAndSetPattern to Moz2D. r=mattwoodrow 2014-10-24 08:26:27 +01:00
DocumentRendererParent.h
ImageData.cpp Bug 849567 - Automatically handle raw and already_AddRefed return values in Paris bindings and remove resultNotAddRefed, make all Constructor methods return already_AddRefed<...>. r=bz. 2014-08-28 00:43:55 +02:00
ImageData.h Bug 849567 - Automatically handle raw and already_AddRefed return values in Paris bindings and remove resultNotAddRefed, make all Constructor methods return already_AddRefed<...>. r=bz. 2014-08-28 00:43:55 +02:00
moz.build Bug 946065 - Part 12: Move content/base/ to dom/ and flatten subdirectories. r=peterv 2014-10-25 20:25:22 +03:00
MurmurHash3.cpp
MurmurHash3.h
nsICanvasRenderingContextInternal.h Bug 1065182: Remove vestigial code from nsICanvasRenderingContextInternal.h and WebGLContext.h. r=jgilbert 2014-09-09 22:31:13 -07:00
TextMetrics.h Bug 1061023 - Fix more bad implicit constructors in DOM; r=baku 2014-09-01 18:26:43 -04:00
WebGL1Context.cpp
WebGL1Context.h
WebGL2Context.cpp WebGL2: Implement invalidateFramebuffer and invalidateSubFramebuffer (bug 1076456, r=jgilbert). 2014-10-14 14:49:49 -07:00
WebGL2Context.h Bug 1083936 - WebGL2: Add texImage3D - r=jgilbert,smaug 2014-10-16 22:03:34 -04:00
WebGL2ContextBuffers.cpp Bug 1002302 - WebGL2 - Stub WebGL 2.0 WebIDL, WebGL 2.0 Objects, and functions in WebGL2Context.; r=jgilbert,bjacob,smaug 2014-09-18 08:08:41 +10:00
WebGL2ContextDraw.cpp Bug 1002302 - WebGL2 - Stub WebGL 2.0 WebIDL, WebGL 2.0 Objects, and functions in WebGL2Context.; r=jgilbert,bjacob,smaug 2014-09-18 08:08:41 +10:00
WebGL2ContextFramebuffers.cpp WebGL2: Implement invalidateFramebuffer and invalidateSubFramebuffer (bug 1076456, r=jgilbert). 2014-10-14 14:49:49 -07:00
WebGL2ContextMRTs.cpp Bug 1048666 - WebGL2 - Implement ClearBufferXXX APIs.; r=jgilbert,bjacob 2014-09-18 10:17:00 +10:00
WebGL2ContextPrograms.cpp Bug 1002302 - WebGL2 - Stub WebGL 2.0 WebIDL, WebGL 2.0 Objects, and functions in WebGL2Context.; r=jgilbert,bjacob,smaug 2014-09-18 08:08:41 +10:00
WebGL2ContextQueries.cpp Bug 1002302 - WebGL2 - Stub WebGL 2.0 WebIDL, WebGL 2.0 Objects, and functions in WebGL2Context.; r=jgilbert,bjacob,smaug 2014-09-18 08:08:41 +10:00
WebGL2ContextSamplers.cpp Bug 1002302 - WebGL2 - Stub WebGL 2.0 WebIDL, WebGL 2.0 Objects, and functions in WebGL2Context.; r=jgilbert,bjacob,smaug 2014-09-18 08:08:41 +10:00
WebGL2ContextSync.cpp Bug 1002302 - WebGL2 - Stub WebGL 2.0 WebIDL, WebGL 2.0 Objects, and functions in WebGL2Context.; r=jgilbert,bjacob,smaug 2014-09-18 08:08:41 +10:00
WebGL2ContextTextures.cpp Bug 1083936 - WebGL2: Add texImage3D - r=jgilbert,smaug 2014-10-16 22:03:34 -04:00
WebGL2ContextTransformFeedback.cpp Bug 1002302 - WebGL2 - Stub WebGL 2.0 WebIDL, WebGL 2.0 Objects, and functions in WebGL2Context.; r=jgilbert,bjacob,smaug 2014-09-18 08:08:41 +10:00
WebGL2ContextUniforms.cpp Bug 1002302 - WebGL2 - Stub WebGL 2.0 WebIDL, WebGL 2.0 Objects, and functions in WebGL2Context.; r=jgilbert,bjacob,smaug 2014-09-18 08:08:41 +10:00
WebGL2ContextVAOs.cpp Bug 1002302 - WebGL2 - Stub WebGL 2.0 WebIDL, WebGL 2.0 Objects, and functions in WebGL2Context.; r=jgilbert,bjacob,smaug 2014-09-18 08:08:41 +10:00
WebGLActiveInfo.cpp
WebGLActiveInfo.h
WebGLBindableName.h Backed out changeset 944bd4284ace (bug 1063053) for B2G bustage. 2014-09-19 13:59:51 -04:00
WebGLBuffer.cpp Bug 1078744 - Replace SetIsDOMBinding with SetIsNonDOMBinding, remove nsWrapperCache::SetIsDOMBinding. r=bz. 2014-10-07 11:44:49 +02:00
WebGLBuffer.h Bug 1073216 - WebGL add strong GLenum support for VAO/Buffer bindings, and texture min/mag/wrap types. r=jgilbert 2014-09-26 13:11:51 -07:00
WebGLContext.cpp Bug 912196 - Determine workarounds before we run dependent code. - r=kamidphish 2014-10-08 16:37:30 -07:00
WebGLContext.h Bug 1088345 - Don't run GL commands that may cause non-OOM errors. - r=kamidphish 2014-10-23 15:10:57 -07:00
WebGLContextAsyncQueries.cpp
WebGLContextBuffers.cpp Bug 1083611 - Use UniquePtr and fallible allocations. - r=kamidphish 2014-10-15 20:11:30 -07:00
WebGLContextDraw.cpp Bug 1083611 - Use UniquePtr and fallible allocations. - r=kamidphish 2014-10-15 20:11:30 -07:00
WebGLContextExtensions.cpp Bug 1079608 - Move blend_minmax out from under Draft. - r=kamidphish 2014-10-07 15:16:54 -07:00
WebGLContextFramebufferOperations.cpp Bug 1048108 - Workaround ANGLE not having no-alpha surfaces. - r=kamidphish 2014-10-01 17:05:34 -07:00
WebGLContextGL.cpp Bug 1088345 - Don't run GL commands that may cause non-OOM errors. - r=kamidphish 2014-10-23 15:10:57 -07:00
WebGLContextLossHandler.cpp Bug 1057061 - Handle timer lifetime outlasting WebGLContext. r=kamidphish 2014-08-22 12:55:00 -04:00
WebGLContextLossHandler.h Bug 1061023 - Fix more bad implicit constructors in DOM; r=baku 2014-09-01 18:26:43 -04:00
WebGLContextNotSupported.cpp
WebGLContextReporter.cpp
WebGLContextState.cpp Bug 912196 - Workaround no-alpha-with-ANGLE in WebGL, not GLContext. - r=kamidphish 2014-10-08 16:30:01 -07:00
WebGLContextUtils.cpp Bug 1088345 - Improve glGetError handling. - r=kamidphish 2014-10-24 16:52:35 -07:00
WebGLContextUtils.h Bug 1081125 - WebGL2 3D textures - Part 1: add WebGLTexDimensions enum instead of using plain ints to distinguish between 2D and 3D calls - r=jgilbert 2014-10-13 19:42:15 -04:00
WebGLContextValidate.cpp Bug 1088345 - Handle possibly-invalid enums for queries. - r=kamidphish 2014-10-23 18:55:49 -07:00
WebGLContextVertexArray.cpp
WebGLContextVertices.cpp Bug 1088345 - Don't run GL commands that may cause non-OOM errors. - r=kamidphish 2014-10-23 15:10:57 -07:00
WebGLElementArrayCache.cpp Bug 1061023 - Fix more bad implicit constructors in DOM; r=baku 2014-09-01 18:26:43 -04:00
WebGLElementArrayCache.h
WebGLExtensionBase.cpp Bug 1078744 - Replace SetIsDOMBinding with SetIsNonDOMBinding, remove nsWrapperCache::SetIsDOMBinding. r=bz. 2014-10-07 11:44:49 +02:00
WebGLExtensionBlendMinMax.cpp
WebGLExtensionColorBufferFloat.cpp
WebGLExtensionColorBufferHalfFloat.cpp
WebGLExtensionCompressedTextureATC.cpp
WebGLExtensionCompressedTextureETC1.cpp
WebGLExtensionCompressedTexturePVRTC.cpp
WebGLExtensionCompressedTextureS3TC.cpp
WebGLExtensionDebugRendererInfo.cpp
WebGLExtensionDebugShaders.cpp
WebGLExtensionDepthTexture.cpp
WebGLExtensionDrawBuffers.cpp
WebGLExtensionElementIndexUint.cpp
WebGLExtensionFragDepth.cpp
WebGLExtensionInstancedArrays.cpp Bug 1044119 - Fix lost WebGL extensions generating invalid operation errors. r=kamidphish 2014-07-28 13:42:02 -07:00
WebGLExtensionLoseContext.cpp
WebGLExtensions.h Land a part of bug 1061023 which was missed 2014-09-02 23:21:31 -04:00
WebGLExtensionShaderTextureLod.cpp
WebGLExtensionSRGB.cpp
WebGLExtensionStandardDerivatives.cpp
WebGLExtensionTextureFilterAnisotropic.cpp
WebGLExtensionTextureFloat.cpp
WebGLExtensionTextureFloatLinear.cpp
WebGLExtensionTextureHalfFloat.cpp
WebGLExtensionTextureHalfFloatLinear.cpp
WebGLExtensionVertexArray.cpp Bug 1044119 - Fix lost WebGL extensions generating invalid operation errors. r=kamidphish 2014-07-28 13:42:02 -07:00
WebGLFramebuffer.cpp Bug 1077183 - Untangle the confusion between effective and unsized internalformats in the WebGL implementation - r=jgilbert 2014-10-07 19:52:58 -04:00
WebGLFramebuffer.h Bug 1077183 - Untangle the confusion between effective and unsized internalformats in the WebGL implementation - r=jgilbert 2014-10-07 19:52:58 -04:00
WebGLFramebufferAttachable.cpp Bug 1071233 - WebGL add strong GLenum support for framebuffers and renderbuffers. r=jgilbert 2014-09-25 08:21:33 -07:00
WebGLFramebufferAttachable.h Bug 1071233 - WebGL add strong GLenum support for framebuffers and renderbuffers. r=jgilbert 2014-09-25 08:21:33 -07:00
WebGLInternalFormatsTable.h Bug 1080137 - WebGL2: misc fixes to make new tex formats and sized internalformats actually work - r=jgilbert 2014-10-09 16:07:07 -04:00
WebGLMemoryTracker.h
WebGLObjectModel.cpp
WebGLObjectModel.h Bug 1060987 - Fix more bad implicit constructors in DOM; r=baku 2014-09-01 20:49:25 -04:00
WebGLProgram.cpp Bug 1078744 - Replace SetIsDOMBinding with SetIsNonDOMBinding, remove nsWrapperCache::SetIsDOMBinding. r=bz. 2014-10-07 11:44:49 +02:00
WebGLProgram.h Bug 1061023 - Fix more bad implicit constructors in DOM; r=baku 2014-09-01 18:26:43 -04:00
WebGLQuery.cpp Bug 1078744 - Replace SetIsDOMBinding with SetIsNonDOMBinding, remove nsWrapperCache::SetIsDOMBinding. r=bz. 2014-10-07 11:44:49 +02:00
WebGLQuery.h Bug 1061023 - Fix more bad implicit constructors in DOM; r=baku 2014-09-01 18:26:43 -04:00
WebGLRenderbuffer.cpp Bug 1078744 - Replace SetIsDOMBinding with SetIsNonDOMBinding, remove nsWrapperCache::SetIsDOMBinding. r=bz. 2014-10-07 11:44:49 +02:00
WebGLRenderbuffer.h Bug 1071233 - WebGL add strong GLenum support for framebuffers and renderbuffers. r=jgilbert 2014-09-25 08:21:33 -07:00
WebGLSampler.cpp Bug 1078744 - Replace SetIsDOMBinding with SetIsNonDOMBinding, remove nsWrapperCache::SetIsDOMBinding. r=bz. 2014-10-07 11:44:49 +02:00
WebGLSampler.h Bug 1071571 - Fix more bad implicit constructors in DOM; r=baku 2014-09-23 22:01:09 -04:00
WebGLShader.cpp Bug 1078744 - Replace SetIsDOMBinding with SetIsNonDOMBinding, remove nsWrapperCache::SetIsDOMBinding. r=bz. 2014-10-07 11:44:49 +02:00
WebGLShader.h Bug 1036068 - Update ANGLE to chromium/2151. r=jrmuizel 2014-09-19 16:35:54 -07:00
WebGLShaderPrecisionFormat.cpp
WebGLShaderPrecisionFormat.h
WebGLStrongTypes.h Bug 1080137 - WebGL2: misc fixes to make new tex formats and sized internalformats actually work - r=jgilbert 2014-10-09 16:07:07 -04:00
WebGLSync.cpp Bug 1002302 - WebGL2 - Stub WebGL 2.0 WebIDL, WebGL 2.0 Objects, and functions in WebGL2Context.; r=jgilbert,bjacob,smaug 2014-09-18 08:08:41 +10:00
WebGLSync.h Bug 1071571 - Fix more bad implicit constructors in DOM; r=baku 2014-09-23 22:01:09 -04:00
WebGLTexelConversions.cpp Bug 1080137 - WebGL2: misc fixes to make new tex formats and sized internalformats actually work - r=jgilbert 2014-10-09 16:07:07 -04:00
WebGLTexelConversions.h Bug 1080137 - WebGL2: misc fixes to make new tex formats and sized internalformats actually work - r=jgilbert 2014-10-09 16:07:07 -04:00
WebGLTexture.cpp Bug 1083611 - Use UniquePtr and fallible allocations. - r=kamidphish 2014-10-15 20:11:30 -07:00
WebGLTexture.h WebGL2: support TEXTURE_BASE_LEVEL and TEXTURE_MAX_LEVEL (bug 1080957, r=jgilbert). 2014-10-16 13:07:01 -07:00
WebGLTransformFeedback.cpp Bug 1078744 - Replace SetIsDOMBinding with SetIsNonDOMBinding, remove nsWrapperCache::SetIsDOMBinding. r=bz. 2014-10-07 11:44:49 +02:00
WebGLTransformFeedback.h Bug 1071571 - Fix more bad implicit constructors in DOM; r=baku 2014-09-23 22:01:09 -04:00
WebGLTypes.h Bug 1081125 - WebGL2 3D textures - Part 1: add WebGLTexDimensions enum instead of using plain ints to distinguish between 2D and 3D calls - r=jgilbert 2014-10-13 19:42:15 -04:00
WebGLUniformInfo.h Bug 1036068 - Update ANGLE to chromium/2151. r=jrmuizel 2014-09-19 16:35:54 -07:00
WebGLUniformLocation.cpp
WebGLUniformLocation.h
WebGLValidateStrings.h Bug 1061023 - Fix more bad implicit constructors in DOM; r=baku 2014-09-01 18:26:43 -04:00
WebGLVertexArray.cpp Bug 1088345 - Don't run GL commands that may cause non-OOM errors. - r=kamidphish 2014-10-23 15:10:57 -07:00
WebGLVertexArray.h Bug 1088345 - Don't run GL commands that may cause non-OOM errors. - r=kamidphish 2014-10-23 15:10:57 -07:00
WebGLVertexArrayFake.cpp
WebGLVertexArrayFake.h Bug 1061023 - Fix more bad implicit constructors in DOM; r=baku 2014-09-01 18:26:43 -04:00
WebGLVertexArrayGL.cpp
WebGLVertexArrayGL.h Bug 1061023 - Fix more bad implicit constructors in DOM; r=baku 2014-09-01 18:26:43 -04:00
WebGLVertexAttribData.h