gecko-dev/dom/canvas
Daosheng Mu 21480b57c1 Bug 1565268 - Recovering VRDisplay status after VRService is shutdown. r=kip,jgilbert
When JS is paused, VRService will automatically shutdown because the timer is not updated,
we used to create a new VRDisplay to JS. However, the page is still using the older VRDisplay,
so it can't get the newest VRDisplayInfo status. We should exit presentation and
apply the VRDisplayInfo status to the original VRDisplay instead of creating new one.

Besides, we also need to release the VR screen buffer after exiting the immersive mode to avoid eglMakeCurrent error.

Differential Revision: https://phabricator.services.mozilla.com/D50558

--HG--
extra : moz-landing-system : lando
2019-10-29 00:35:35 +00:00
..
crashtests Bug 1582884 - Enable some crashtests on Android; r=geckoview-reviewers,agi 2019-09-24 01:12:09 +00:00
test Bug 1561046 - remove android api >= 23, api <= 17, api == 22 from manifest files r=gbrown 2019-10-16 00:41:42 +00:00
BasicRenderingContext2D.h No bug - clang-format dom/canvas, gfx/[gl,layers,webrender_bindings]. 2019-07-11 15:36:44 -07:00
CacheInvalidator.cpp Bug 1569094 - Optimize cache-miss path in GetDrawFetchLimits. r=lsalzman 2019-07-26 04:04:08 +00:00
CacheInvalidator.h Bug 1569094 - Optimize cache-miss path in GetDrawFetchLimits. r=lsalzman 2019-07-26 04:04:08 +00:00
CanvasGradient.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
CanvasImageCache.cpp Bug 1573720 - Convert canvas.image.cache.limit to a static pref. r=mccr8 2019-08-15 05:31:24 +00:00
CanvasImageCache.h Bug 1560979 - Account for video element's intrinsic size in CanvasRenderingContext2D::DrawImage. r=jib,lsalzman 2019-07-12 12:46:03 +00:00
CanvasPath.h Bug 1578173 part 6. Remove remaining uses of [Constructor] from bindings. r=edgar 2019-09-12 11:01:17 +00:00
CanvasPattern.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
CanvasRenderingContext2D.cpp Bug 1585156 - Remove useless inclusions of nsIDOMWindow.h and nsIDOMWindowUtils.h r=smaug 2019-09-30 22:06:47 +00:00
CanvasRenderingContext2D.h No bug - clang-format dom/canvas, gfx/[gl,layers,webrender_bindings]. 2019-07-11 15:36:44 -07:00
CanvasRenderingContextHelper.cpp Bug 1585284 - Force global in Blob CTOR, r=smaug 2019-10-21 05:33:19 +00:00
CanvasRenderingContextHelper.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
CanvasUtils.cpp Bug 1578355 - Part 1: Move user-activation code from EventStateManager to UserActivation; r=smaug 2019-09-20 20:51:25 +00:00
CanvasUtils.h Bug 1554847 - Improve cross-origin checks in canvas API - consider intermediate redirects, r=jya 2019-06-04 06:32:37 +00:00
ImageBitmap.cpp Backed out changeset 41c6b7e917fd (bug 1367251) for mochitest failures at test_conformance__textures__image_bitmap_from_blob__tex-2d-luminance-luminance-unsigned_byte.html. CLOSED TREE 2019-10-07 04:46:13 +03:00
ImageBitmap.h Backed out changeset 41c6b7e917fd (bug 1367251) for mochitest failures at test_conformance__textures__image_bitmap_from_blob__tex-2d-luminance-luminance-unsigned_byte.html. CLOSED TREE 2019-10-07 04:46:13 +03:00
ImageBitmapRenderingContext.cpp Bug 1542344 - fix API mismatches in ImageEncoder; r=mccr8 2019-04-08 01:51:17 +00:00
ImageBitmapRenderingContext.h Bug 1542344 - fix API mismatches in ImageEncoder; r=mccr8 2019-04-08 01:51:17 +00:00
ImageBitmapSource.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
ImageData.cpp Bug 1350254 part 2. Switch ImageData to [Serializable]. r=baku 2019-06-25 06:44:38 +00:00
ImageData.h Bug 1350254 part 2. Switch ImageData to [Serializable]. r=baku 2019-06-25 06:44:38 +00:00
ImageUtils.cpp Bug 1546505 - Remove ImageBitmapUtils and ImageBitmapColorUtils as it is dead code. r=lsalzman 2019-05-02 14:06:14 -04:00
ImageUtils.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
MurmurHash3.cpp Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
MurmurHash3.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
OffscreenCanvas.cpp Bug 1585284 - Force global in Blob CTOR, r=smaug 2019-10-21 05:33:19 +00:00
OffscreenCanvas.h Bug 1578173 part 6. Remove remaining uses of [Constructor] from bindings. r=edgar 2019-09-12 11:01:17 +00:00
TexUnpackBlob.cpp Bug 1533527 - Forbid non-size_t calls to malloc and calloc. r=lsalzman 2019-03-18 13:47:18 -07:00
TexUnpackBlob.h Bug 1511393 - Use c-basic-offset: 2 in Emacs mode line for C/C++ code. r=nbp 2018-12-01 04:52:05 +09:00
TextMetrics.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
WebGL1Context.cpp Bug 1523969 part 6 - Move method definition inline comments to new line in 'dom/'. r=nika 2019-02-25 16:05:29 -06:00
WebGL1Context.h Bug 1511393 - Use c-basic-offset: 2 in Emacs mode line for C/C++ code. r=nbp 2018-12-01 04:52:05 +09:00
WebGL2Context.cpp Bug 1563139 - Remove StaticPrefs.h. r=glandium 2019-07-26 01:10:23 +00:00
WebGL2Context.h Bug 1536672 - Implement WebGL OVR_multiview2 behind draft flag. r=lsalzman,qdot 2019-05-23 20:48:21 +00:00
WebGL2ContextBuffers.cpp Bug 1533525 - Don't freely convert WebGL(int|sizei)ptr to GL(int|sizei)ptr. r=lsalzman 2019-04-11 20:28:06 -07:00
WebGL2ContextFramebuffers.cpp Bug 1536672 - Implement WebGL OVR_multiview2 behind draft flag. r=lsalzman,qdot 2019-05-23 20:48:21 +00:00
WebGL2ContextMRTs.cpp Bug 1511393 - Use c-basic-offset: 2 in Emacs mode line for C/C++ code. r=nbp 2018-12-01 04:52:05 +09:00
WebGL2ContextPrograms.cpp Bug 1511393 - Use c-basic-offset: 2 in Emacs mode line for C/C++ code. r=nbp 2018-12-01 04:52:05 +09:00
WebGL2ContextQueries.cpp Bug 1550422 - P23. Remove now unused gfxPrefs. r=jrmuizel 2019-05-26 14:31:53 +00:00
WebGL2ContextRenderbuffers.cpp Bug 1372156 - Color+[U]Int formats should have maxSamples=0. r=lsalzman 2019-02-07 18:04:29 +00:00
WebGL2ContextSamplers.cpp Bug 1511393 - Use c-basic-offset: 2 in Emacs mode line for C/C++ code. r=nbp 2018-12-01 04:52:05 +09:00
WebGL2ContextState.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
WebGL2ContextSync.cpp Bug 1563139 - Remove StaticPrefs.h. r=glandium 2019-07-26 01:10:23 +00:00
WebGL2ContextTextures.cpp Bug 1523969 part 6 - Move method definition inline comments to new line in 'dom/'. r=nika 2019-02-25 16:05:29 -06:00
WebGL2ContextTransformFeedback.cpp Bug 1541396 - Refactor (non-)transform-feedback binding/use checks. r=lsalzman 2019-06-30 01:29:42 +00:00
WebGL2ContextUniforms.cpp Bug 1511393 - Use c-basic-offset: 2 in Emacs mode line for C/C++ code. r=nbp 2018-12-01 04:52:05 +09:00
WebGL2ContextVAOs.cpp Bug 1511393 - Use c-basic-offset: 2 in Emacs mode line for C/C++ code. r=nbp 2018-12-01 04:52:05 +09:00
WebGLActiveInfo.cpp Bug 1511393 - Use c-basic-offset: 2 in Emacs mode line for C/C++ code. r=nbp 2018-12-01 04:52:05 +09:00
WebGLActiveInfo.h Bug 1540845 - Pass the browsing context ID through the event fired when oop frames crash. r=nika 2019-04-04 13:38:51 +00:00
WebGLBuffer.cpp Bug 1565396 - Annotate use of memcpy instead of memcpySafeWhenRacy in WebGLBuffer. r=hsivonen 2019-08-05 06:26:56 +00:00
WebGLBuffer.h Bug 1541396 - Refactor (non-)transform-feedback binding/use checks. r=lsalzman 2019-06-30 01:29:42 +00:00
WebGLContext.cpp Bug 1565268 - Recovering VRDisplay status after VRService is shutdown. r=kip,jgilbert 2019-10-29 00:35:35 +00:00
WebGLContext.h Bug 1565268 - Recovering VRDisplay status after VRService is shutdown. r=kip,jgilbert 2019-10-29 00:35:35 +00:00
WebGLContextBuffers.cpp Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan 2019-10-06 18:29:55 +00:00
WebGLContextDraw.cpp Bug 1535809 - Add warning on use of implicitly enabled extensions r=jgilbert 2019-07-09 05:21:30 +00:00
WebGLContextExtensions.cpp Bug 1535809 - Add warning on use of implicitly enabled extensions r=jgilbert 2019-07-09 05:21:30 +00:00
WebGLContextFramebufferOperations.cpp Bug 1535809 - Add warning on use of implicitly enabled extensions r=jgilbert 2019-07-09 05:21:30 +00:00
WebGLContextGL.cpp Bug 1536672 - Implement WebGL OVR_multiview2 behind draft flag. r=lsalzman,qdot 2019-05-23 20:48:21 +00:00
WebGLContextLossHandler.cpp Bug 1511393 - Use c-basic-offset: 2 in Emacs mode line for C/C++ code. r=nbp 2018-12-01 04:52:05 +09:00
WebGLContextLossHandler.h Bug 1511393 - Use c-basic-offset: 2 in Emacs mode line for C/C++ code. r=nbp 2018-12-01 04:52:05 +09:00
WebGLContextState.cpp Bug 1536672 - Implement WebGL OVR_multiview2 behind draft flag. r=lsalzman,qdot 2019-05-23 20:48:21 +00:00
WebGLContextTextures.cpp Bug 1523969 part 6 - Move method definition inline comments to new line in 'dom/'. r=nika 2019-02-25 16:05:29 -06:00
WebGLContextUtils.cpp Bug 1542120 - Add js/public/Warnings.h for warning-related JSAPI. r=arai 2019-04-05 22:52:04 +00:00
WebGLContextUtils.h Bug 1511393 - Use c-basic-offset: 2 in Emacs mode line for C/C++ code. r=nbp 2018-12-01 04:52:05 +09:00
WebGLContextValidate.cpp Bug 1560771 - Give proper line width range for core profile r=jgilbert 2019-08-09 20:32:20 +00:00
WebGLContextVertexArray.cpp Bug 1541396 - Refactor (non-)transform-feedback binding/use checks. r=lsalzman 2019-06-30 01:29:42 +00:00
WebGLContextVertices.cpp Bug 1541396 - Refactor (non-)transform-feedback binding/use checks. r=lsalzman 2019-06-30 01:29:42 +00:00
WebGLExtensionBlendMinMax.cpp Bug 1524713 - Allow EXT_float_blend for webgl1. r=lsalzman 2019-02-05 03:34:49 +00:00
WebGLExtensionColorBufferFloat.cpp Bug 1535809 - Add warning on use of implicitly enabled extensions r=jgilbert 2019-07-09 05:21:30 +00:00
WebGLExtensionColorBufferHalfFloat.cpp Bug 1535809 - Add warning on use of implicitly enabled extensions r=jgilbert 2019-07-09 05:21:30 +00:00
WebGLExtensionCompressedTextureASTC.cpp Bug 1515052 - Use WeakPtr for extension parent pointer. r=lsalzman 2019-05-24 12:04:12 +00:00
WebGLExtensionCompressedTextureBPTC.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
WebGLExtensionCompressedTextureES3.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
WebGLExtensionCompressedTextureETC1.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
WebGLExtensionCompressedTexturePVRTC.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
WebGLExtensionCompressedTextureRGTC.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
WebGLExtensionCompressedTextureS3TC.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
WebGLExtensionCompressedTextureS3TC_SRGB.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
WebGLExtensionDebugRendererInfo.cpp Bug 1511393 - Use c-basic-offset: 2 in Emacs mode line for C/C++ code. r=nbp 2018-12-01 04:52:05 +09:00
WebGLExtensionDebugShaders.cpp Bug 1515052 - Use WeakPtr for extension parent pointer. r=lsalzman 2019-05-24 12:04:12 +00:00
WebGLExtensionDepthTexture.cpp Bug 1545890 - Depth textures are filterable like RED textures. r=lsalzman 2019-04-22 20:57:57 +00:00
WebGLExtensionDisjointTimerQuery.cpp Bug 1515052 - Use WeakPtr for extension parent pointer. r=lsalzman 2019-05-24 12:04:12 +00:00
WebGLExtensionDrawBuffers.cpp Bug 1515052 - Use WeakPtr for extension parent pointer. r=lsalzman 2019-05-24 12:04:12 +00:00
WebGLExtensionEXTColorBufferFloat.cpp Bug 1523969 part 6 - Move method definition inline comments to new line in 'dom/'. r=nika 2019-02-25 16:05:29 -06:00
WebGLExtensionElementIndexUint.cpp Bug 1511393 - Use c-basic-offset: 2 in Emacs mode line for C/C++ code. r=nbp 2018-12-01 04:52:05 +09:00
WebGLExtensionFragDepth.cpp Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan 2019-02-15 08:15:57 +00:00
WebGLExtensionInstancedArrays.cpp Bug 1515052 - Use WeakPtr for extension parent pointer. r=lsalzman 2019-05-24 12:04:12 +00:00
WebGLExtensionLoseContext.cpp Bug 1515052 - Use WeakPtr for extension parent pointer. r=lsalzman 2019-05-24 12:04:12 +00:00
WebGLExtensionMOZDebug.cpp Bug 1515052 - Use WeakPtr for extension parent pointer. r=lsalzman 2019-05-24 12:04:12 +00:00
WebGLExtensionSRGB.cpp Bug 1524713 - Allow EXT_float_blend for webgl1. r=lsalzman 2019-02-05 03:34:49 +00:00
WebGLExtensionShaderTextureLod.cpp Bug 1524713 - Allow EXT_float_blend for webgl1. r=lsalzman 2019-02-05 03:34:49 +00:00
WebGLExtensionStandardDerivatives.cpp Bug 1511393 - Use c-basic-offset: 2 in Emacs mode line for C/C++ code. r=nbp 2018-12-01 04:52:05 +09:00
WebGLExtensionTextureFilterAnisotropic.cpp Bug 1511393 - Use c-basic-offset: 2 in Emacs mode line for C/C++ code. r=nbp 2018-12-01 04:52:05 +09:00
WebGLExtensionTextureFloat.cpp No bug - clang-format -p dom/canvas 2019-03-29 23:42:18 -07:00
WebGLExtensionTextureFloatLinear.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
WebGLExtensionTextureHalfFloat.cpp Bug 1524713 - Allow EXT_float_blend for webgl1. r=lsalzman 2019-02-05 03:34:49 +00:00
WebGLExtensionTextureHalfFloatLinear.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
WebGLExtensionVertexArray.cpp Bug 1515052 - Use WeakPtr for extension parent pointer. r=lsalzman 2019-05-24 12:04:12 +00:00
WebGLExtensions.cpp Bug 1584277 - Expose WebGL OES_fbo_render_mipmap. r=lsalzman 2019-09-26 16:43:48 +00:00
WebGLExtensions.h Bug 1535809 - Add warning on use of implicitly enabled extensions r=jgilbert 2019-07-09 05:21:30 +00:00
WebGLFormats.cpp Bug 1535809 - Add warning on use of implicitly enabled extensions r=jgilbert 2019-07-09 05:21:30 +00:00
WebGLFormats.h Bug 1535809 - Add warning on use of implicitly enabled extensions r=jgilbert 2019-07-09 05:21:30 +00:00
WebGLFramebuffer.cpp Bug 1564293 - Allow efficient slicewise upload of 3D textures r=jgilbert 2019-07-30 23:32:29 +00:00
WebGLFramebuffer.h Bug 1563420 - Don't trigger fb-inval-count warning during resolve. r=lsalzman 2019-07-04 04:34:45 +00:00
WebGLInternalFormatsTable.h Bug 1562642 - Add missing MPL2 headers r=mhoye 2019-07-05 17:05:57 +00:00
WebGLMemoryTracker.cpp Bug 1523969 part 6 - Move method definition inline comments to new line in 'dom/'. r=nika 2019-02-25 16:05:29 -06:00
WebGLMemoryTracker.h Bug 1511393 - Use c-basic-offset: 2 in Emacs mode line for C/C++ code. r=nbp 2018-12-01 04:52:05 +09:00
WebGLObjectModel.cpp Bug 1511393 - Use c-basic-offset: 2 in Emacs mode line for C/C++ code. r=nbp 2018-12-01 04:52:05 +09:00
WebGLObjectModel.h Bug 1515052 - Use WeakPtr for extension parent pointer. r=lsalzman 2019-05-24 12:04:12 +00:00
WebGLProgram.cpp Bug 1569094 - Optimize cache-miss path in GetDrawFetchLimits. r=lsalzman 2019-07-26 04:04:08 +00:00
WebGLProgram.h Bug 1541396 - Refactor (non-)transform-feedback binding/use checks. r=lsalzman 2019-06-30 01:29:42 +00:00
WebGLQuery.cpp Bug 1562331 - Make webgl.* static prefs follow the naming convention. r=KrisWright 2019-06-29 07:56:43 +10:00
WebGLQuery.h Bug 1511393 - Use c-basic-offset: 2 in Emacs mode line for C/C++ code. r=nbp 2018-12-01 04:52:05 +09:00
WebGLRenderbuffer.cpp Bug 1564293 - Allow efficient slicewise upload of 3D textures r=jgilbert 2019-07-30 23:32:29 +00:00
WebGLRenderbuffer.h Bug 1511393 - Use c-basic-offset: 2 in Emacs mode line for C/C++ code. r=nbp 2018-12-01 04:52:05 +09:00
WebGLSampler.cpp Bug 1511393 - Use c-basic-offset: 2 in Emacs mode line for C/C++ code. r=nbp 2018-12-01 04:52:05 +09:00
WebGLSampler.h Bug 1511393 - Use c-basic-offset: 2 in Emacs mode line for C/C++ code. r=nbp 2018-12-01 04:52:05 +09:00
WebGLShader.cpp Bug 1319426 - Don't keep ANGLE shader compilers around. r=lsalzman 2019-06-21 16:52:50 +00:00
WebGLShader.h Bug 1319426 - Don't keep ANGLE shader compilers around. r=lsalzman 2019-06-21 16:52:50 +00:00
WebGLShaderPrecisionFormat.cpp Bug 1511393 - Use c-basic-offset: 2 in Emacs mode line for C/C++ code. r=nbp 2018-12-01 04:52:05 +09:00
WebGLShaderPrecisionFormat.h Bug 1511393 - Use c-basic-offset: 2 in Emacs mode line for C/C++ code. r=nbp 2018-12-01 04:52:05 +09:00
WebGLShaderValidator.cpp Bug 1563139 - Remove StaticPrefs.h. r=glandium 2019-07-26 01:10:23 +00:00
WebGLShaderValidator.h Bug 1319426 - Don't keep ANGLE shader compilers around. r=lsalzman 2019-06-21 16:52:50 +00:00
WebGLStrongTypes.h Bug 1536672 - Implement WebGL OVR_multiview2 behind draft flag. r=lsalzman,qdot 2019-05-23 20:48:21 +00:00
WebGLSync.cpp Bug 1511393 - Use c-basic-offset: 2 in Emacs mode line for C/C++ code. r=nbp 2018-12-01 04:52:05 +09:00
WebGLSync.h Bug 1511393 - Use c-basic-offset: 2 in Emacs mode line for C/C++ code. r=nbp 2018-12-01 04:52:05 +09:00
WebGLTexelConversions.cpp Bug 1583970 - Cast sizeof to ptrdiff_t to avoid `-16 / 4 = big`. r=tsmith 2019-10-23 17:29:30 +00:00
WebGLTexelConversions.h Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan 2019-10-21 14:13:44 +00:00
WebGLTexture.cpp Bug 1564293 - Allow efficient slicewise upload of 3D textures r=jgilbert 2019-07-30 23:32:29 +00:00
WebGLTexture.h Bug 1564293 - Allow efficient slicewise upload of 3D textures r=jgilbert 2019-07-30 23:32:29 +00:00
WebGLTextureUpload.cpp Bug 1564293 - Allow efficient slicewise upload of 3D textures r=jgilbert 2019-07-30 23:32:29 +00:00
WebGLTransformFeedback.cpp Bug 1563076 - Forbid BeginTransformFeedback with a buffer bound to multiple indices. r=lsalzman 2019-07-03 02:22:52 +00:00
WebGLTransformFeedback.h Bug 1541396 - Refactor (non-)transform-feedback binding/use checks. r=lsalzman 2019-06-30 01:29:42 +00:00
WebGLTypes.h Bug 1560422 - WEBGL_explicit_present extension. r=lsalzman,mccr8 2019-06-25 19:48:24 +00:00
WebGLUniformLocation.cpp Bug 1511393 - Use c-basic-offset: 2 in Emacs mode line for C/C++ code. r=nbp 2018-12-01 04:52:05 +09:00
WebGLUniformLocation.h Bug 1511393 - Use c-basic-offset: 2 in Emacs mode line for C/C++ code. r=nbp 2018-12-01 04:52:05 +09:00
WebGLValidateStrings.cpp Bug 1511393 - Use c-basic-offset: 2 in Emacs mode line for C/C++ code. r=nbp 2018-12-01 04:52:05 +09:00
WebGLValidateStrings.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
WebGLVertexArray.cpp Bug 1541396 - Refactor (non-)transform-feedback binding/use checks. r=lsalzman 2019-06-30 01:29:42 +00:00
WebGLVertexArray.h Bug 1541396 - Refactor (non-)transform-feedback binding/use checks. r=lsalzman 2019-06-30 01:29:42 +00:00
WebGLVertexArrayFake.cpp Bug 1541396 - Refactor (non-)transform-feedback binding/use checks. r=lsalzman 2019-06-30 01:29:42 +00:00
WebGLVertexArrayFake.h Bug 1511393 - Use c-basic-offset: 2 in Emacs mode line for C/C++ code. r=nbp 2018-12-01 04:52:05 +09:00
WebGLVertexArrayGL.cpp Bug 1511393 - Use c-basic-offset: 2 in Emacs mode line for C/C++ code. r=nbp 2018-12-01 04:52:05 +09:00
WebGLVertexArrayGL.h Bug 1511393 - Use c-basic-offset: 2 in Emacs mode line for C/C++ code. r=nbp 2018-12-01 04:52:05 +09:00
WebGLVertexArrayObject.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
WebGLVertexArrayObject.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
WebGLVertexAttribData.cpp Bug 1541396 - Refactor (non-)transform-feedback binding/use checks. r=lsalzman 2019-06-30 01:29:42 +00:00
WebGLVertexAttribData.h Bug 1541396 - Refactor (non-)transform-feedback binding/use checks. r=lsalzman 2019-06-30 01:29:42 +00:00
moz.build Bug 1546505 - Remove ImageBitmapUtils and ImageBitmapColorUtils as it is dead code. r=lsalzman 2019-05-02 14:06:14 -04:00
nsICanvasRenderingContextInternal.h Bug 1542506 - Make nsDocShell use mozilla::PresShell* directly rather than nsIPresShell* r=bzbarsky 2019-04-13 01:03:13 +00:00