gecko-dev/dom/canvas
Jamie Nicol d27a81657e Bug 1443149 - Ensure WebGLFBAttachPoint::HasImage() before dereferencing Format(). r=jrmuizel
Previously we were checking IsDefined() rather than HasImage(), but
were hitting crashes. This was because Format() can return null if the
attach point is defined but the attached texture level or renderbuffer
aren't themselves defined. HasImage() checks for this case.

MozReview-Commit-ID: 8KY3zPXXAFv

--HG--
extra : rebase_source : 50706ae0903e15e8b299e7417e7e5d829b11aa79
2018-03-14 16:42:37 +00:00
..
crashtests Bug 1443671 - Add crashtest r=nical 2018-03-19 18:54:05 +09:00
gtest Bug 1412125, part 2 - Fix dom/ mode lines. r=qdot 2017-10-26 15:08:41 -07:00
test Bug 1344350 - Mark reftests passing with webrender on Windows. r=jrmuizel 2018-04-06 11:58:44 -04:00
BasicRenderingContext2D.h Bug 1382027. Allow using an SVGImageElement as a CanvasImageSource. r=mystor 2017-07-19 11:48:49 -04:00
CacheMap.cpp Bug 1417312 - Use copy instead of reference to avoid UAF in ASSERT. - r=daoshengmu 2017-11-17 13:06:17 -08:00
CacheMap.h Bug 1417312 - Adjust visibility of some CacheMap.h members. - r=daoshengmu 2017-11-17 13:06:20 -08:00
CanvasGradient.h Bug 1275693 - Refactor <canvas> fillText drawing to re-use gfxTextRun::Draw. r=jfkthame 2016-07-13 19:07:00 +02:00
CanvasImageCache.cpp Bug 1428535 - Add missing override specifiers to overridden virtual functions. r=froydnj 2017-11-05 19:37:28 -08:00
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 Backed out 4 changesets (bug 525063) on request from Andi. a=backout 2018-04-13 16:01:28 +03:00
CanvasRenderingContext2D.h Bug 1443080 - Use the static call for static methods (not instance) r=Ehsan 2018-03-16 14:29:15 +01:00
CanvasRenderingContextHelper.cpp Bug 1438425. Delete DocumentRenderer. r=jesup 2018-02-15 16:28:02 -05:00
CanvasRenderingContextHelper.h Bug 967895 - Ask for placeholder data when image extraction is not allowed (Tor 6253). r=jrmuizel 2017-08-22 14:23:41 +08:00
CanvasUtils.cpp Bug 1412961 - Make extension principals bypass canvas permission checks. r=ckerschb,johannh 2018-03-27 11:23:59 +00:00
CanvasUtils.h Bug 967895 - Ask for placeholder data when image extraction is not allowed (Tor 6253). r=jrmuizel 2017-08-22 14:23:41 +08:00
ImageBitmap.cpp Bug 1452754 - Handle promise rejection in cases of error or otherwise through RAII in MapDataIntoBufferSource::DoMapDataIntoBufferSource. r=jgilbert 2018-04-09 12:57:10 -07:00
ImageBitmap.h Bug 1445590 - ImageBitmap cannot be cloned/transferred if already closed, r=smaug 2018-03-14 17:37:34 +01:00
ImageBitmapColorUtils.cpp Bug 1364552 - Deleted unused RGB24Copy function, and corresponding macros and tests. r=lsalzman 2017-09-07 11:16:45 -04:00
ImageBitmapColorUtils.h Bug 1364552 - Deleted unused RGB24Copy function, and corresponding macros and tests. r=lsalzman 2017-09-07 11:16:45 -04:00
ImageBitmapRenderingContext.cpp Bug 1443080 - Use the static call for static methods (not instance) r=Ehsan 2018-03-16 14:29:15 +01:00
ImageBitmapRenderingContext.h Bug 1427668 - Lose context if EnsureDefaultFB fails. - r=daoshengmu 2018-01-05 15:27:48 -08:00
ImageBitmapSource.h Bug 1141979 - part1 - WebIDL for native implementation; r=jrmuizel, r=smaug 2015-11-18 16:57:38 +08:00
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 Bug 1141979 - part6 - implement ImageBitmapFormatUtils; r=jrmuizel 2016-05-30 15:48:02 +08:00
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 1440039 - Remove nsIDOMCanvasRenderingContext2D. r=qdot 2018-02-21 20:49:07 +01:00
ImageUtils.cpp Fix DataSourceSurface mapping in ImageUtils.cpp. (bug 1405390 part 5, r=bas) 2017-11-09 00:43:31 -08: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 Bug 1378712 - Remove all trailing whitespaces r=Ehsan 2017-07-06 14:00:35 +02:00
MurmurHash3.h
OffscreenCanvas.cpp Bug 1432963 - Fixing workers headers - part 14 - WorkerPrivate without workers namespace, r=smaug 2018-01-31 08:24:08 +01:00
OffscreenCanvas.h Bug 1419771 - Introduce DOMPrefs, a thread-safe access to preferences for DOM - part 15 - Offscreen Canvas enabled, r=asuth 2018-01-08 14:05:05 +01:00
TexUnpackBlob.cpp Bug 1426280 - Remove explicit MakeCurrents from WebGL now that we use implicit MakeCurrent. - r=lenzak 2017-12-19 22:28:49 -08:00
TexUnpackBlob.h Backed out changeset 91f89d105e2f (bug 1372385) for unexpected passes of test_2_conformance__textures__misc__tex-image-with-format-and-type.html on OS X 2017-06-22 22:23:59 -07:00
TextMetrics.h
WebGL1Context.cpp Bug 1441270 - Remove nsIDOMWebGLRenderingContext. r=jgilbert 2018-02-26 20:36:04 +01:00
WebGL1Context.h Bug 1330022 - Remove trivial ValidateUniformMatrixTranspose virtual. - r=kvark 2017-02-13 15:37:57 -08:00
WebGL2Context.cpp Bug 1403798 - Fix EXT_sRGB activation, particularly on Windows+ANGLE+ES2. - r=daoshengmu 2017-09-28 10:29:01 -07:00
WebGL2Context.h Bug 1359055 - Part 1: PBO offset for WebGL compressedTexImage; r=baku,jgilbert 2017-07-18 18:02:57 +00:00
WebGL2ContextBuffers.cpp Bug 1425488 - Reset last fenceId on write to buffers. - r=lenzak 2017-12-20 18:15:12 -08:00
WebGL2ContextFramebuffers.cpp Bug 1427668 - Lose context if EnsureDefaultFB fails. - r=daoshengmu 2018-01-05 15:27:48 -08:00
WebGL2ContextMRTs.cpp Bug 1427668 - Move the webgl backbuffer into webgl. - r=daoshengmu 2018-01-05 15:27:30 -08:00
WebGL2ContextPrograms.cpp Bug 1320030 - Simplify marking and deletion checks. - r=ethlin 2016-12-07 01:35:28 -08:00
WebGL2ContextQueries.cpp Bug 1381253 - Remove redundant control flow declarations rs=ehsan 2017-07-15 19:03:04 +02:00
WebGL2ContextRenderbuffers.cpp Bug 1236787 - Check internalformat to pass getInternalformatParameter in gl-object-get-calls.html (2.0); r=jgilbert 2016-07-14 11:27:27 +08:00
WebGL2ContextSamplers.cpp Bug 1426280 - Remove explicit MakeCurrents from WebGL now that we use implicit MakeCurrent. - r=lenzak 2017-12-19 22:28:49 -08:00
WebGL2ContextState.cpp Bug 1450148 - Generic TF Buffer slot moved to Context from TFO. - r=kvark 2018-04-03 16:25:21 -07:00
WebGL2ContextSync.cpp Bug 1442502 - Require event loop roundtrip for WebGLSync. - r=kvark 2018-03-07 12:16:16 -08:00
WebGL2ContextTextures.cpp Bug 1313541 - Rewrite TexImageSource glue. - r=ethlin 2016-10-31 15:03:24 -07:00
WebGL2ContextTransformFeedback.cpp Bug 1426280 - Remove explicit MakeCurrents from WebGL now that we use implicit MakeCurrent. - r=lenzak 2017-12-19 22:28:49 -08:00
WebGL2ContextUniforms.cpp Bug 1444252 - Check if program is linked in GetActiveUniforms. - r=kvark 2018-03-09 14:56:52 -08:00
WebGL2ContextVAOs.cpp
WebGLActiveInfo.cpp Bug 1286768 - Fix num used attrib locations for matrix types. - r=mtseng 2016-07-18 00:20:51 -07:00
WebGLActiveInfo.h Bug 1286768 - Fix num used attrib locations for matrix types. - r=mtseng 2016-07-18 00:20:51 -07:00
WebGLBuffer.cpp Bug 1425488 - Reset last fenceId on write to buffers. - r=lenzak 2017-12-20 18:15:12 -08:00
WebGLBuffer.h Bug 1425488 - Reset last fenceId on write to buffers. - r=lenzak 2017-12-20 18:15:12 -08:00
WebGLContext.cpp Backed out 4 changesets (bug 525063) on request from Andi. a=backout 2018-04-13 16:01:28 +03:00
WebGLContext.h Bug 1449631 part 12. Remove the Nullable smuggling from nsIDOMEventTarget. r=smaug 2018-04-05 13:42:42 -04:00
WebGLContextBuffers.cpp Bug 1450148 - Generic TF Buffer slot moved to Context from TFO. - r=kvark 2018-04-03 16:25:21 -07:00
WebGLContextDraw.cpp Bug 1444563 - Update stencil front/back mismatch validation. - r=kvark 2018-03-16 13:35:03 -07:00
WebGLContextExtensions.cpp Bug 1337157 Disable WEBGL_debug_renderer_info when Resist Fingerprinting is active r=jgilbert 2018-03-26 23:48:35 -05:00
WebGLContextFramebufferOperations.cpp Bug 1443149 - Ensure WebGLFBAttachPoint::HasImage() before dereferencing Format(). r=jrmuizel 2018-03-14 16:42:37 +00:00
WebGLContextGL.cpp Bug 1427668 - Move the webgl backbuffer into webgl. - r=daoshengmu 2018-01-05 15:27:30 -08:00
WebGLContextLossHandler.cpp Bug 1404198: Part 2i - Switch to NS_NewTimer* in dom. r=njn 2017-10-15 23:15:40 -07:00
WebGLContextLossHandler.h Bug 1365097 - Convert NS_GetCurrentThread uses in dom (except for dom/media) (r=smaug) 2017-06-12 20:20:08 -07:00
WebGLContextState.cpp Bug 1446412 - Forbid implicit construction of WebGLFBAttachPoint. - r=kvark 2018-03-29 18:11:08 -07:00
WebGLContextTextures.cpp Bug 1426280 - Remove explicit MakeCurrents from WebGL now that we use implicit MakeCurrent. - r=lenzak 2017-12-19 22:28:49 -08:00
WebGLContextUnchecked.cpp Bug 1318507 - Update sampler entrypoints to be non-nullable, and drop trivial WebGLContextUnchecked usages. - r=ethlin 2016-11-22 23:59:26 -08:00
WebGLContextUnchecked.h Bug 1318507 - Update sampler entrypoints to be non-nullable, and drop trivial WebGLContextUnchecked usages. - r=ethlin 2016-11-22 23:59:26 -08:00
WebGLContextUtils.cpp Bug 1429754 - Trust the driver about floating point support. - r=daoshengmu 2018-01-16 15:06:49 -08: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 1444563 - Update stencil front/back mismatch validation. - r=kvark 2018-03-16 13:35:03 -07:00
WebGLContextVertexArray.cpp Bug 1426280 - Remove explicit MakeCurrents from WebGL now that we use implicit MakeCurrent. - r=lenzak 2017-12-19 22:28:49 -08:00
WebGLContextVertices.cpp Bug 1426280 - Remove explicit MakeCurrents from WebGL now that we use implicit MakeCurrent. - r=lenzak 2017-12-19 22:28:49 -08:00
WebGLExtensionBase.cpp Bug 1274769 - handle the WebGLTimerQuery deletion status for GLContext cleanup. r=jgilbert 2016-05-24 18:52:00 +02:00
WebGLExtensionBlendMinMax.cpp
WebGLExtensionColorBufferFloat.cpp Bug 1429754 - Trust the driver about floating point support. - r=daoshengmu 2018-01-16 15:06:49 -08:00
WebGLExtensionColorBufferHalfFloat.cpp Bug 1427668 - Require frag_color_float for color_buffer_*float extensions. - r=daoshengmu 2018-01-05 15:27:59 -08:00
WebGLExtensionCompressedTextureASTC.cpp Bug 1250077 - Implement WEBGL_compressed_texture_astc. - r=ethlin 2016-11-28 18:12:32 -08:00
WebGLExtensionCompressedTextureATC.cpp Bug 1288649 - Fix non-unified-build errors. - r=ethlin 2016-07-25 14:46:20 -07:00
WebGLExtensionCompressedTextureES3.cpp Bug 1316778 - Update ES3 compressed format ext name to _etc. - r=ethlin 2016-11-14 14:00:12 -08:00
WebGLExtensionCompressedTextureETC1.cpp Bug 1288649 - Fix non-unified-build errors. - r=ethlin 2016-07-25 14:46:20 -07:00
WebGLExtensionCompressedTexturePVRTC.cpp Bug 1288649 - Fix non-unified-build errors. - r=ethlin 2016-07-25 14:46:20 -07:00
WebGLExtensionCompressedTextureS3TC.cpp Bug 1388565 - Fix WEBGL_compressed_texture_s3tc_srgb driver requirements. - r=daoshengmu 2017-08-15 16:52:35 -07:00
WebGLExtensionCompressedTextureS3TC_SRGB.cpp Bug 1388565 - Fix WEBGL_compressed_texture_s3tc_srgb driver requirements. - r=daoshengmu 2017-08-15 16:52:35 -07:00
WebGLExtensionDebugRendererInfo.cpp
WebGLExtensionDebugShaders.cpp Bug 1320030 - Simplify marking and deletion checks. - r=ethlin 2016-12-07 01:35:28 -08:00
WebGLExtensionDepthTexture.cpp Bug 1291083 - Explicitly make WEBGL_depth_texture formats filterable. - r=mtseng 2016-08-03 12:24:47 -07:00
WebGLExtensionDisjointTimerQuery.cpp Bug 1426280 - Remove explicit MakeCurrents from WebGL now that we use implicit MakeCurrent. - r=lenzak 2017-12-19 22:28:49 -08:00
WebGLExtensionDrawBuffers.cpp Bug 1217290 - Remove WebGLContext impl members r=daoshengmu,jgilbert 2017-07-27 15:48:58 +08:00
WebGLExtensionEXTColorBufferFloat.cpp Bug 1265676 - Fix other callsites. - r=ethlin 2016-07-08 15:25:58 -07:00
WebGLExtensionElementIndexUint.cpp Bug 1288649 - Fix non-unified-build errors. - r=ethlin 2016-07-25 14:46:20 -07:00
WebGLExtensionFragDepth.cpp
WebGLExtensionInstancedArrays.cpp
WebGLExtensionLoseContext.cpp
WebGLExtensionMOZDebug.cpp Bug 1426280 - Remove explicit MakeCurrents from WebGL now that we use implicit MakeCurrent. - r=lenzak 2017-12-19 22:28:49 -08:00
WebGLExtensionSRGB.cpp Bug 1426280 - Remove explicit MakeCurrents from WebGL now that we use implicit MakeCurrent. - r=lenzak 2017-12-19 22:28:49 -08:00
WebGLExtensionShaderTextureLod.cpp Bug 1288649 - Fix non-unified-build errors. - r=ethlin 2016-07-25 14:46:20 -07:00
WebGLExtensionStandardDerivatives.cpp Bug 1288649 - Fix non-unified-build errors. - r=ethlin 2016-07-25 14:46:20 -07:00
WebGLExtensionTextureFilterAnisotropic.cpp Bug 1288649 - Fix non-unified-build errors. - r=ethlin 2016-07-25 14:46:20 -07:00
WebGLExtensionTextureFloat.cpp
WebGLExtensionTextureFloatLinear.cpp Bug 1330433 - OES_texture_float_linear+WebGL2 should make R32F and RG32F filterable. - r=daoshengmu 2017-08-23 01:55:30 -07:00
WebGLExtensionTextureHalfFloat.cpp
WebGLExtensionTextureHalfFloatLinear.cpp Bug 1330433 - OES_texture_float_linear+WebGL2 should make R32F and RG32F filterable. - r=daoshengmu 2017-08-23 01:55:30 -07:00
WebGLExtensionVertexArray.cpp Bug 1320030 - Simplify marking and deletion checks. - r=ethlin 2016-12-07 01:35:28 -08:00
WebGLExtensions.h Bug 1388565 - Fix WEBGL_compressed_texture_s3tc_srgb driver requirements. - r=daoshengmu 2017-08-15 16:52:35 -07:00
WebGLFormats.cpp Bug 1325113 - Implement support for WEBGL_compressed_texture_s3tc_srgb - r=jgilbert,qdot 2017-06-08 14:54:37 -07:00
WebGLFormats.h Bug 1325113 - Implement support for WEBGL_compressed_texture_s3tc_srgb - r=jgilbert,qdot 2017-06-08 14:54:37 -07:00
WebGLFramebuffer.cpp Bug 1427668 - Move the webgl backbuffer into webgl. - r=daoshengmu 2018-01-05 15:27:30 -08:00
WebGLFramebuffer.h Bug 1446412 - Forbid implicit construction of WebGLFBAttachPoint. - r=kvark 2018-03-29 18:11:08 -07: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 Bug 1297658 - Avoid unnecessary checking in memory reporters. r=erahm. 2016-08-24 15:23:45 +10:00
WebGLMemoryTracker.h
WebGLObjectModel.cpp Bug 1308057 - Merge WebGLTimerQuery into WebGLQuery. - r=ethlin 2016-11-14 14:04:41 -08:00
WebGLObjectModel.h Bug 1320030 - Handle program and shader object deletion differently. - r=ethlin 2016-12-07 01:35:42 -08:00
WebGLProgram.cpp Bug 1426280 - Remove explicit MakeCurrents from WebGL now that we use implicit MakeCurrent. - r=lenzak 2017-12-19 22:28:49 -08:00
WebGLProgram.h Bug 1445577 - Fix -Wmicrosoft-unqualified-friend in WebGLProgram.h. - r=kvark 2018-03-15 22:35:50 -07:00
WebGLQuery.cpp Bug 1442502 - Require event loop roundtrip for WebGLSync. - r=kvark 2018-03-07 12:16:16 -08:00
WebGLQuery.h Bug 1442502 - Require event loop roundtrip for WebGLSync. - r=kvark 2018-03-07 12:16:16 -08:00
WebGLRenderbuffer.cpp Bug 1443080 - Use the static call for static methods (not instance) r=Ehsan 2018-03-16 14:29:15 +01:00
WebGLRenderbuffer.h Bug 1320030 - Simplify marking and deletion checks. - r=ethlin 2016-12-07 01:35:28 -08:00
WebGLSampler.cpp Bug 1426280 - Remove explicit MakeCurrents from WebGL now that we use implicit MakeCurrent. - r=lenzak 2017-12-19 22:28:49 -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 1440849 - Gecko changes due to Angle update. - r=jrmuizel 2018-03-02 13:42:20 -08: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 1446548 - Treat all GLSL versions >=450 as 450. - r=kvark 2018-04-03 16:19:09 -07:00
WebGLShaderValidator.h Bug 1440849 - Gecko changes due to Angle update. - r=jrmuizel 2018-03-02 13:42:20 -08:00
WebGLStrongTypes.h Backed out 4 changesets (bug 525063) on request from Andi. a=backout 2018-04-13 16:01:28 +03:00
WebGLSync.cpp Bug 1426280 - Remove explicit MakeCurrents from WebGL now that we use implicit MakeCurrent. - r=lenzak 2017-12-19 22:28:49 -08:00
WebGLSync.h Bug 1442502 - Require event loop roundtrip for WebGLSync. - r=kvark 2018-03-07 12:16:16 -08:00
WebGLTexelConversions.cpp Bug 1381253 - Remove redundant control flow declarations rs=ehsan 2017-07-15 19:03:04 +02:00
WebGLTexelConversions.h Bug 1276093 - Warn on slow CPU format conversions. - r=jrmuizel 2016-05-31 19:33:22 -07:00
WebGLTexture.cpp Backed out 4 changesets (bug 525063) on request from Andi. a=backout 2018-04-13 16:01:28 +03:00
WebGLTexture.h Bug 1359055 - Part 1: PBO offset for WebGL compressedTexImage; r=baku,jgilbert 2017-07-18 18:02:57 +00:00
WebGLTextureUpload.cpp Bug 1449264 - Handle texStorage3D's `levels` better. - r=kvark 2018-04-03 16:28:41 -07:00
WebGLTransformFeedback.cpp Backed out 4 changesets (bug 525063) on request from Andi. a=backout 2018-04-13 16:01:28 +03:00
WebGLTransformFeedback.h Bug 1450148 - Generic TF Buffer slot moved to Context from TFO. - r=kvark 2018-04-03 16:25:21 -07:00
WebGLTypes.h Bug 1325113 - Implement support for WEBGL_compressed_texture_s3tc_srgb - r=jgilbert,qdot 2017-06-08 14:54:37 -07:00
WebGLUniformLocation.cpp Bug 1426280 - Remove explicit MakeCurrents from WebGL now that we use implicit MakeCurrent. - r=lenzak 2017-12-19 22:28:49 -08:00
WebGLUniformLocation.h Bug 1318507 - Update implementation. - r=ethlin 2016-11-22 23:59:24 -08:00
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 1404196 - Simplify and repair vertex fetch. - r=daoshengmu 2017-11-01 15:18:27 -07: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 1426280 - Remove explicit MakeCurrents from WebGL now that we use implicit MakeCurrent. - r=lenzak 2017-12-19 22:28:49 -08:00
WebGLVertexArrayGL.h Bug 1320030 - Simplify marking and deletion checks. - r=ethlin 2016-12-07 01:35:28 -08:00
WebGLVertexArrayObject.cpp Bug 1277027 - fix MOZ_CRASH to have GFX prefix in webGL code r=BenWa,milan 2016-06-06 11:17:23 -04:00
WebGLVertexArrayObject.h
WebGLVertexAttribData.cpp Bug 1326159 - Update TF buffer restrictions. - r=daoshengmu 2016-12-30 03:30:13 -08:00
WebGLVertexAttribData.h Backed out 4 changesets (bug 525063) on request from Andi. a=backout 2018-04-13 16:01:28 +03:00
moz.build Bug 1440849 - Gecko changes due to Angle update. - r=jrmuizel 2018-03-02 13:42:20 -08:00
nsICanvasRenderingContextInternal.h Bug 1427668 - Lose context if EnsureDefaultFB fails. - r=daoshengmu 2018-01-05 15:27:48 -08:00