gecko-dev/dom/canvas
dmu@mozilla.com 5a72ace401 Bug 1366941 - Checking LayersIPCChannel type when using recycled textureClient; r=nical
MozReview-Commit-ID: 94PQA67fvoJ

--HG--
extra : rebase_source : 58b07b7c5d1f7c5bac729d18842655b3c620eba4
2017-05-24 11:01:45 +00:00
..
crashtests Bug 1357092 - Make EnsureWritablePath() always try to create a mPathBuilder, also when we don't have a valid target (i.e. for sErrorTarget). r=mstange 2017-04-18 00:56:34 +02:00
gtest Bug 1339256 - Simplify index validation. - r=kvark 2017-03-09 18:57:43 -08:00
test Bug 1366027 - Calculate shrink clipped rect with double precision; r=lsalzman 2017-05-23 11:53:04 +08:00
BasicRenderingContext2D.h Bug 1331857 - Create class BasicRenderingContext2D. r=gwright 2017-02-02 22:43:00 +01:00
CanvasGradient.h
CanvasImageCache.cpp
CanvasImageCache.h
CanvasPath.h Bug 1298756 - Use uint8_t/uint16_t as underlying type for enums from webidl. r=bz 2017-01-12 12:23:37 +11:00
CanvasPattern.h
CanvasRenderingContext2D.cpp Bug 1367058 - Clarify CanvasRenderingContext2D::GetImageDataArray when there is no overlapping data to read. r=mchang 2017-05-25 14:54:15 -04:00
CanvasRenderingContext2D.h Bug 1352093 - Use an integer type for sNumLivingContexts that won't overflow when counting objects. r=mstange 2017-05-03 10:40:51 -04:00
CanvasRenderingContextHelper.cpp Bug 1336351 - The null blob callback of canvas.toBlob should be async. r=bz, smaug 2017-02-14 11:39:16 +08:00
CanvasRenderingContextHelper.h
CanvasUtils.cpp Bug 1341459 - Remove MOZ_WEBGL_CONFORMANT. - r=jrmuizel 2017-02-22 14:55:34 -08:00
CanvasUtils.h Bug 1310318 - Part 1: Allow access to canvas drawWindow() with web extensions permission r=bz 2017-02-01 21:47:59 +01:00
DocumentRendererChild.cpp Bug 1309200 - Use GetSoftwareBackend in dom. r=nical 2017-02-26 20:38:24 +01:00
DocumentRendererChild.h
DocumentRendererParent.cpp
DocumentRendererParent.h
ImageBitmap.cpp Bug 1364513 - Ensure correct buffer initialization. r=mystor 2017-05-25 09:39:17 -04:00
ImageBitmap.h Bug 1355763 - Add gfxAlphaType for specifying opaque/premult/non-premult. - r=daoshengmu 2017-04-13 09:14:34 -07:00
ImageBitmapColorUtils.cpp Bug 738343 - part 4 - Use Moz2d swizzles in Canvas2D. r=jrmuizel 2017-02-12 09:27:39 -05:00
ImageBitmapColorUtils.h
ImageBitmapRenderingContext.cpp Bug 1355763 - Add gfxAlphaType for specifying opaque/premult/non-premult. - r=daoshengmu 2017-04-13 09:14:34 -07:00
ImageBitmapRenderingContext.h Bug 1355763 - Add gfxAlphaType for specifying opaque/premult/non-premult. - r=daoshengmu 2017-04-13 09:14:34 -07:00
ImageBitmapSource.h
ImageBitmapUtils.cpp Bug 1339537 - Part 6: Pass std::function values tree by const reference instead of by value, r=ehsan 2017-04-27 12:44:57 -04:00
ImageBitmapUtils.h
ImageData.cpp Bug 1326507, remove NS_IMPL_CYCLE_COLLECTION_TRAVERSE_SCRIPT_OBJECTS, r=mccr8 2017-01-03 21:47:55 +02:00
ImageData.h Bug 1323042 - forbid MOZ_COUNT_{CTOR,DTOR} for nsISupports classes; r=froydnj 2016-12-12 09:27:58 -05:00
ImageUtils.cpp Bug 1338086 - Remove useless else blocks in order to reduce complexity in dom/canvas r=baku 2017-02-09 10:29:26 +01:00
ImageUtils.h Bug 1298756 - Use uint8_t/uint16_t as underlying type for enums from webidl. r=bz 2017-01-12 12:23:37 +11:00
MurmurHash3.cpp
MurmurHash3.h
OffscreenCanvas.cpp Bug 1355763 - Add gfxAlphaType for specifying opaque/premult/non-premult. - r=daoshengmu 2017-04-13 09:14:34 -07:00
OffscreenCanvas.h Bug 1355763 - Add gfxAlphaType for specifying opaque/premult/non-premult. - r=daoshengmu 2017-04-13 09:14:34 -07:00
TexUnpackBlob.cpp Bug 1355430 - Part2: Implement Require Fastpath for texture copy; r=baku,jgilbert 2017-04-11 17:15:25 +08:00
TexUnpackBlob.h Bug 1355763 - Add gfxAlphaType for specifying opaque/premult/non-premult. - r=daoshengmu 2017-04-13 09:14:34 -07:00
TextMetrics.h
WebGL1Context.cpp
WebGL1Context.h Bug 1330022 - Remove trivial ValidateUniformMatrixTranspose virtual. - r=kvark 2017-02-13 15:37:57 -08:00
WebGL2Context.cpp Bug 1326159 - Update TF buffer restrictions. - r=daoshengmu 2016-12-30 03:30:13 -08:00
WebGL2Context.h Bug 1330022 - Remove trivial ValidateUniformMatrixTranspose virtual. - r=kvark 2017-02-13 15:37:57 -08:00
WebGL2ContextBuffers.cpp Bug 1326159 - Update TF buffer restrictions. - r=daoshengmu 2016-12-30 03:30:13 -08:00
WebGL2ContextFramebuffers.cpp Bug 1325301 (flattened) - Validate attribute base types match data base types. - r=bz,daoshengmu 2016-12-29 02:46:46 -08:00
WebGL2ContextMRTs.cpp Bug 1325333 - Check type of buffer to be cleared by Clear[Buffer]. - r=daoshengmu 2016-12-29 02:45:08 -08:00
WebGL2ContextPrograms.cpp Bug 1320030 - Simplify marking and deletion checks. - r=ethlin 2016-12-07 01:35:28 -08:00
WebGL2ContextQueries.cpp Bug 1320030 - Simplify marking and deletion checks. - r=ethlin 2016-12-07 01:35:28 -08:00
WebGL2ContextRenderbuffers.cpp
WebGL2ContextSamplers.cpp Bug 1325301 (flattened) - Validate attribute base types match data base types. - r=bz,daoshengmu 2016-12-29 02:46:46 -08:00
WebGL2ContextState.cpp Bug 1324626 - Pick a MAX_CLIENT_WAIT_TIMEOUT_WEBGL. - r=lenzak800 2016-12-20 13:20:07 -08:00
WebGL2ContextSync.cpp Bug 1324626 - Pick a MAX_CLIENT_WAIT_TIMEOUT_WEBGL. - r=lenzak800 2016-12-20 13:20:07 -08:00
WebGL2ContextTextures.cpp
WebGL2ContextTransformFeedback.cpp Bug 1326159 - Update TF buffer restrictions. - r=daoshengmu 2016-12-30 03:30:13 -08:00
WebGL2ContextUniforms.cpp Bug 1330022 - Remove trivial ValidateUniformMatrixTranspose virtual. - r=kvark 2017-02-13 15:37:57 -08:00
WebGL2ContextVAOs.cpp
WebGLActiveInfo.cpp
WebGLActiveInfo.h
WebGLBuffer.cpp Bug 1339256 - Simplify index validation. - r=kvark 2017-03-09 18:57:43 -08:00
WebGLBuffer.h Bug 1339256 - Simplify index validation. - r=kvark 2017-03-09 18:57:43 -08:00
WebGLContext.cpp Bug 1366941 - Checking LayersIPCChannel type when using recycled textureClient; r=nical 2017-05-24 11:01:45 +00:00
WebGLContext.h Bug 1334279 - mark vsprintf-likes with MOZ_FORMAT_PRINTF; r=froydnj 2017-05-04 12:10:19 -06:00
WebGLContextBuffers.cpp Bug 1339256 - Simplify index validation. - r=kvark 2017-03-09 18:57:43 -08:00
WebGLContextDraw.cpp Bug 1339256 - Simplify index validation. - r=kvark 2017-03-09 18:57:43 -08:00
WebGLContextExtensions.cpp Bug 1355430 - Part1: s/MOZ_debug_get/MOZ_debug; r=baku,jgilbert 2017-04-11 16:50:59 +08:00
WebGLContextFramebufferOperations.cpp Bug 1326385 - Handle undefined images in BlitFramebuffer. - r=kvark 2017-01-02 02:29:24 -08:00
WebGLContextGL.cpp Bug 1355430 - Part2: Implement Require Fastpath for texture copy; r=baku,jgilbert 2017-04-11 17:15:25 +08:00
WebGLContextLossHandler.cpp
WebGLContextLossHandler.h
WebGLContextNotSupported.cpp
WebGLContextState.cpp Bug 1335296 - Expand about:support WebGL information. - r=qdot,daoshengmu,jrmuizel 2017-02-02 16:50:19 -08:00
WebGLContextTextures.cpp Bug 1325476 - Use helper for Parameter[fi] funcs instead of maybeFloat/IntParam. - r=daoshengmu 2016-12-25 13:44:38 -08:00
WebGLContextUnchecked.cpp
WebGLContextUnchecked.h
WebGLContextUtils.cpp Bug 1251198 - Remove various obsolete events from document.createEvent r=smaug 2017-04-20 15:45:37 +03:00
WebGLContextUtils.h Bug 1335296 - Expand about:support WebGL information. - r=qdot,daoshengmu,jrmuizel 2017-02-02 16:50:19 -08:00
WebGLContextValidate.cpp Bug 1366423 - mDepthTestEnable should be initialized in WebGLContextValidate.cpp - r=jgilbert 2017-05-24 15:53:10 -07:00
WebGLContextVertexArray.cpp Bug 1326159 - Update TF buffer restrictions. - r=daoshengmu 2016-12-30 03:30:13 -08:00
WebGLContextVertices.cpp Bug 1331434 - Part 9: Return after ErrorResult::Throw in /dom, r=ehsan 2017-03-07 19:06:48 -05:00
WebGLExtensionBase.cpp
WebGLExtensionBlendMinMax.cpp
WebGLExtensionColorBufferFloat.cpp
WebGLExtensionColorBufferHalfFloat.cpp
WebGLExtensionCompressedTextureASTC.cpp
WebGLExtensionCompressedTextureATC.cpp
WebGLExtensionCompressedTextureES3.cpp
WebGLExtensionCompressedTextureETC1.cpp
WebGLExtensionCompressedTexturePVRTC.cpp
WebGLExtensionCompressedTextureS3TC.cpp
WebGLExtensionDebugRendererInfo.cpp
WebGLExtensionDebugShaders.cpp Bug 1320030 - Simplify marking and deletion checks. - r=ethlin 2016-12-07 01:35:28 -08:00
WebGLExtensionDepthTexture.cpp
WebGLExtensionDisjointTimerQuery.cpp Bug 1320030 - Simplify marking and deletion checks. - r=ethlin 2016-12-07 01:35:28 -08:00
WebGLExtensionDrawBuffers.cpp
WebGLExtensionEXTColorBufferFloat.cpp
WebGLExtensionElementIndexUint.cpp
WebGLExtensionFragDepth.cpp
WebGLExtensionInstancedArrays.cpp
WebGLExtensionLoseContext.cpp
WebGLExtensionMOZDebug.cpp Bug 1355430 - Part1: s/MOZ_debug_get/MOZ_debug; r=baku,jgilbert 2017-04-11 16:50:59 +08:00
WebGLExtensionSRGB.cpp
WebGLExtensionShaderTextureLod.cpp
WebGLExtensionStandardDerivatives.cpp
WebGLExtensionTextureFilterAnisotropic.cpp
WebGLExtensionTextureFloat.cpp
WebGLExtensionTextureFloatLinear.cpp
WebGLExtensionTextureHalfFloat.cpp
WebGLExtensionTextureHalfFloatLinear.cpp
WebGLExtensionVertexArray.cpp Bug 1320030 - Simplify marking and deletion checks. - r=ethlin 2016-12-07 01:35:28 -08:00
WebGLExtensions.h Bug 1355430 - Part1: s/MOZ_debug_get/MOZ_debug; r=baku,jgilbert 2017-04-11 16:50:59 +08:00
WebGLFormats.cpp
WebGLFormats.h Bug 1325516 (flattened) - Misc fixes and simplify IMPL_COLOR_READ_FORMAT/TYPE and ensure that we only return valid ones. - r=daoshengmu 2016-12-25 13:44:49 -08:00
WebGLFramebuffer.cpp Bug 1348382 - Only allow 3D or 2D_ARRAY texture at FramebufferTextureLayer; r=ethlin,jgilbert 2017-03-21 14:28:38 +08:00
WebGLFramebuffer.h Bug 1329815 - GeneratePerfWarning and warn on completed-FB invalidation. - r=kvark 2017-01-17 17:44:56 -08:00
WebGLFramebufferAttachable.cpp Bug 1329815 - GeneratePerfWarning and warn on completed-FB invalidation. - r=kvark 2017-01-17 17:44:56 -08:00
WebGLFramebufferAttachable.h Bug 1329815 - GeneratePerfWarning and warn on completed-FB invalidation. - r=kvark 2017-01-17 17:44:56 -08:00
WebGLInternalFormatsTable.h
WebGLMemoryTracker.cpp
WebGLMemoryTracker.h
WebGLObjectModel.cpp
WebGLObjectModel.h Bug 1320030 - Handle program and shader object deletion differently. - r=ethlin 2016-12-07 01:35:42 -08:00
WebGLProgram.cpp Bug 1328559 - Remove assert and update comment. 2017-01-05 02:00:04 -08:00
WebGLProgram.h Bug 1326159 - Update TF buffer restrictions. - r=daoshengmu 2016-12-30 03:30:13 -08:00
WebGLQuery.cpp Bug 1339609: Add #include for gfxPrefs.h to all source code that calls gfxPrefs APIs. r=jgilbert 2017-02-14 14:01:59 -08:00
WebGLQuery.h Bug 1320030 - Simplify marking and deletion checks. - r=ethlin 2016-12-07 01:35:28 -08:00
WebGLRenderbuffer.cpp Bug 1329815 - GeneratePerfWarning and warn on completed-FB invalidation. - r=kvark 2017-01-17 17:44:56 -08:00
WebGLRenderbuffer.h Bug 1320030 - Simplify marking and deletion checks. - r=ethlin 2016-12-07 01:35:28 -08:00
WebGLSampler.cpp Bug 1325301 (flattened) - Validate attribute base types match data base types. - r=bz,daoshengmu 2016-12-29 02:46:46 -08:00
WebGLSampler.h Bug 1325476 - Use helper for Parameter[fi] funcs instead of maybeFloat/IntParam. - r=daoshengmu 2016-12-25 13:44:38 -08:00
WebGLShader.cpp Bug 1329051 - Remove Old Driver Workaround. r=jgilbert 2017-01-12 19:42:00 +01:00
WebGLShader.h Bug 1325699 (flattened) - Fix uniform block handling. - r=daoshengmu 2016-12-29 02:47:08 -08:00
WebGLShaderPrecisionFormat.cpp
WebGLShaderPrecisionFormat.h
WebGLShaderValidator.cpp Bug 1355321 - Part2: Remove SH_UNROLL_FOR_LOOP_WITH_SAMPLER_ARRAY_INDEX; r=jgilbert 2017-04-13 17:06:29 +08:00
WebGLShaderValidator.h Bug 1325699 (flattened) - Fix uniform block handling. - r=daoshengmu 2016-12-29 02:47:08 -08:00
WebGLStrongTypes.h
WebGLSync.cpp Bug 1320030 - Simplify marking and deletion checks. - r=ethlin 2016-12-07 01:35:28 -08:00
WebGLSync.h Bug 1320030 - Simplify marking and deletion checks. - r=ethlin 2016-12-07 01:35:28 -08:00
WebGLTexelConversions.cpp Bug 1323617 - Don't assert for performance trap when srcPremult == dstPremult, even if the formats allow us to skip premult. - r=ethlin 2016-12-16 15:00:52 -08:00
WebGLTexelConversions.h
WebGLTexture.cpp Bug 1357090 - Check that a texture's level_base is not too high. r=daoshengmu 2017-05-22 09:53:23 -04:00
WebGLTexture.h Bug 1329815 - GeneratePerfWarning and warn on completed-FB invalidation. - r=kvark 2017-01-17 17:44:56 -08:00
WebGLTextureUpload.cpp Bug 1355763 - Add gfxAlphaType for specifying opaque/premult/non-premult. - r=daoshengmu 2017-04-13 09:14:34 -07:00
WebGLTransformFeedback.cpp Bug 1330022 - Remove trivial ValidateUniformMatrixTranspose virtual. - r=kvark 2017-02-13 15:37:57 -08:00
WebGLTransformFeedback.h Bug 1326159 - Update TF buffer restrictions. - r=daoshengmu 2016-12-30 03:30:13 -08:00
WebGLTypes.h Bug 1355430 - Part1: s/MOZ_debug_get/MOZ_debug; r=baku,jgilbert 2017-04-11 16:50:59 +08:00
WebGLUniformLocation.cpp Bug 1060419 - make WebGLContextUtils.cpp use VsprintfLiteral, r=froydnj 2016-12-09 13:48:22 -10:00
WebGLUniformLocation.h
WebGLValidateStrings.cpp Bug 1325995 - Misc fixes. 2017-01-04 00:41:06 -08:00
WebGLValidateStrings.h Bug 1325995 - Do our own GLSL char validity checks based on ESSL3 rules. - r=daoshengmu 2017-01-04 00:41:00 -08:00
WebGLVertexArray.cpp Bug 1326159 - Update TF buffer restrictions. - r=daoshengmu 2016-12-30 03:30:13 -08:00
WebGLVertexArray.h Bug 1326159 - Update TF buffer restrictions. - r=daoshengmu 2016-12-30 03:30:13 -08:00
WebGLVertexArrayFake.cpp Bug 1320030 - Simplify marking and deletion checks. - r=ethlin 2016-12-07 01:35:28 -08:00
WebGLVertexArrayFake.h Bug 1320030 - Simplify marking and deletion checks. - r=ethlin 2016-12-07 01:35:28 -08:00
WebGLVertexArrayGL.cpp Bug 1320030 - Simplify marking and deletion checks. - r=ethlin 2016-12-07 01:35:28 -08:00
WebGLVertexArrayGL.h Bug 1320030 - Simplify marking and deletion checks. - r=ethlin 2016-12-07 01:35:28 -08:00
WebGLVertexArrayObject.cpp
WebGLVertexArrayObject.h
WebGLVertexAttribData.cpp Bug 1326159 - Update TF buffer restrictions. - r=daoshengmu 2016-12-30 03:30:13 -08:00
WebGLVertexAttribData.h Bug 1325301 (flattened) - Validate attribute base types match data base types. - r=bz,daoshengmu 2016-12-29 02:46:46 -08:00
moz.build Bug 1355430 - Part1: s/MOZ_debug_get/MOZ_debug; r=baku,jgilbert 2017-04-11 16:50:59 +08:00
nsICanvasRenderingContextInternal.h Bug 1355763 - Add gfxAlphaType for specifying opaque/premult/non-premult. - r=daoshengmu 2017-04-13 09:14:34 -07:00