gecko-dev/dom/canvas
Imanol Fernandez 3956a11433 Bug 1642994 - Fix SurfaceTexture assertion failure in WebGLContext::GetFrontBuffer r=jgilbert
- WaitForBufferOwnership() must be called before locking the front buffer
- Use mDefaultFB->mFB instead of 0 to fix a freeze in the readPixels call
- SurfaceTexture.releaseTexImage must be called after each use

Differential Revision: https://phabricator.services.mozilla.com/D82944
2020-07-09 18:31:12 +00:00
..
crashtests
test Bug 1266808 - throw exception when canvas.drawImage passed closed ImageBitmap r=baku 2020-07-06 17:21:37 +00:00
BasicRenderingContext2D.h
CacheInvalidator.cpp Bug 1622654 - update while(mCaches.size()) to use .empty() r=sylvestre 2020-04-01 21:32:54 +00:00
CacheInvalidator.h Bug 1615487 - Make CachedDrawFetchLimits move-only, remove copy. r=lsalzman 2020-02-16 15:37:35 +00:00
CanvasGradient.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/canvas. r=jgilbert 2020-02-18 21:08:00 +00:00
CanvasImageCache.cpp Bug 1620594 - Part 5: Use GetMainThreadSerialEventTarget instead of SystemGroup::EventTargetFor. r=nika 2020-04-07 15:17:07 +00:00
CanvasImageCache.h
CanvasPath.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/canvas. r=jgilbert 2020-02-18 21:08:00 +00:00
CanvasPattern.h Bug 1565997 - CanvasPattern.setTransform should take a DOMMatrix2DInit r=emilio,lsalzman 2020-06-24 21:19:12 +00:00
CanvasRenderingContext2D.cpp Bug 1266808 - throw exception when canvas.drawImage passed closed ImageBitmap r=baku 2020-07-06 17:21:37 +00:00
CanvasRenderingContext2D.h Bug 1648463 - Move SVGForeignObjectFrame SVGImageFrame and SVGUseFrame to mozilla namespace r=dholbert,jgilbert 2020-06-25 20:42:49 +00:00
CanvasRenderingContextHelper.cpp Bug 1648010 - Remove NS_NAMED_LITERAL_CSTRING and NS_NAMED_LITERAL_STRING macros. r=froydnj 2020-07-01 08:42:31 +00:00
CanvasRenderingContextHelper.h Bug 1639975. Make sure CanvasRenderingContextHelper::mCurrentContextType is initialized. r=nical 2020-05-22 09:14:04 +00:00
CanvasUtils.cpp Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +00:00
CanvasUtils.h
ClientWebGLContext.cpp Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +00:00
ClientWebGLContext.h Bug 1646073 - Enable WebGL SwapChain pooling on Android. Use a separate SwapChain for WebVR. r=jgilbert 2020-06-17 18:56:16 +00:00
ClientWebGLExtensions.cpp
ClientWebGLExtensions.h Bug 1632249 - WebXR compositing fixes. r=imanol 2020-06-15 18:25:58 +00:00
GeneratePlaceholderCanvasData.h Bug 1621433 - In RFP mode, turn canvas image extraction into a random 'poison pill' for fingerprinters r=tjr,jrmuizel 2020-05-14 13:56:55 +00:00
HostWebGLContext.cpp Bug 1646073 - Enable WebGL SwapChain pooling on Android. Use a separate SwapChain for WebVR. r=jgilbert 2020-06-17 18:56:16 +00:00
HostWebGLContext.h Bug 1646073 - Enable WebGL SwapChain pooling on Android. Use a separate SwapChain for WebVR. r=jgilbert 2020-06-17 18:56:16 +00:00
ImageBitmap.cpp Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +00:00
ImageBitmap.h Bug 1266808 - throw exception when canvas.drawImage passed closed ImageBitmap r=baku 2020-07-06 17:21:37 +00:00
ImageBitmapRenderingContext.cpp
ImageBitmapRenderingContext.h
ImageBitmapSource.h
ImageData.cpp Bug 1575425 - Part 4: Remove manually checking shareness in various APIs implmentation; r=bzbarsky 2020-01-23 13:51:04 +00:00
ImageData.h
ImageUtils.cpp Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/canvas. r=jgilbert 2020-02-18 21:08:00 +00:00
ImageUtils.h
IpdlQueue.h Bug 1647112 - P1. Make the canvas thread use BackgroundTaskQueue. r=KrisWright,jgilbert,andi 2020-07-01 17:45:36 +00:00
moz.build Bug 1621433 - In RFP mode, turn canvas image extraction into a random 'poison pill' for fingerprinters r=tjr,jrmuizel 2020-05-14 13:56:55 +00:00
MurmurHash3.cpp
MurmurHash3.h
nsICanvasRenderingContextInternal.h Bug 1632249 - NON_PREMULT TextureClient iff NON_PREMULT CanvasClient. r=handyman 2020-06-15 18:26:02 +00:00
OffscreenCanvas.cpp Bug 1632249 - Support compositing out-of-process WebGL. r=handyman,lsalzman,nical,geckoview-reviewers,agi,imanol 2020-06-15 18:25:55 +00:00
OffscreenCanvas.h Bug 1632249 - Support compositing out-of-process WebGL. r=handyman,lsalzman,nical,geckoview-reviewers,agi,imanol 2020-06-15 18:25:55 +00:00
ProducerConsumerQueue.h Bug 1644404: Make WebGL actor map a StaticAutoPtr r=jgilbert 2020-06-11 20:15:10 +00:00
PWebGL.ipdl Bug 1621762: Part 7 - Add IpdlQueue actor traits to WebGLParent/WebGLChild r=jgilbert,jld 2020-04-30 22:24:44 +00:00
Queue.cpp Bug 1621762: Part 6 - Add and define IpdlQueue for WebGL IPC r=jgilbert 2020-04-30 22:24:00 +00:00
QueueParamTraits.h Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +00:00
TextMetrics.h Bug 1613985 - Use MOZ_COUNTED_DEFAULT_CTOR_*/MOZ_COUNTED_DTOR_* macros. r=froydnj 2020-02-20 11:40:14 +00:00
TexUnpackBlob.cpp Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/canvas. r=jgilbert 2020-02-18 21:08:00 +00:00
TexUnpackBlob.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/canvas. r=jgilbert 2020-02-18 21:08:00 +00:00
WebGL2Context.cpp Bug 1608644 - Don't require float/half-float RBs for WebGL2. r=lsalzman 2020-01-17 03:39:56 +00:00
WebGL2Context.h
WebGL2ContextBuffers.cpp
WebGL2ContextFramebuffers.cpp
WebGL2ContextMRTs.cpp
WebGL2ContextQueries.cpp
WebGL2ContextRenderbuffers.cpp
WebGL2ContextSamplers.cpp Bug 1617326 - Fix WebGL CTS/conformance2/extensions/* on Windows. r=lsalzman 2020-02-23 04:22:54 +00:00
WebGL2ContextState.cpp
WebGL2ContextSync.cpp
WebGL2ContextTransformFeedback.cpp
WebGL2ContextUniforms.cpp Bug 1617785 - Optimize GetDrawFetchLimits and vertexAttribPointer. r=lsalzman 2020-02-26 00:44:26 +00:00
WebGLBuffer.cpp Bug 1611837 - Allow null data if dataLen is zero. r=lsalzman 2020-02-07 03:17:26 +00:00
WebGLBuffer.h
WebGLChild.cpp Bug 1635956: Part 3 - Implement Shmem functionality in WebGL ProducerConsumerQueue r=jgilbert 2020-06-02 06:18:52 +00:00
WebGLChild.h Bug 1627075 - Include WebGLParent.h in WebGLChild.h r=handyman,jgilbert 2020-07-08 02:46:46 +00:00
WebGLCommandQueue.h Bug 1627305: Remove non-trivial macros from WebGL CommandQueue code r=jgilbert 2020-04-30 22:25:09 +00:00
WebGLContext.cpp Bug 1642994 - Fix SurfaceTexture assertion failure in WebGLContext::GetFrontBuffer r=jgilbert 2020-07-09 18:31:12 +00:00
WebGLContext.h Bug 1649894 - Add webgl.debug.incomplete-tex-color. r=lsalzman 2020-07-02 01:42:21 +00:00
WebGLContextBuffers.cpp Bug 1617785 - Optimize GetDrawFetchLimits and vertexAttribPointer. r=lsalzman 2020-02-26 00:44:26 +00:00
WebGLContextDraw.cpp Bug 1519636 - Reformat recent changes to the Google coding style r=andi 2020-07-04 09:38:43 +00:00
WebGLContextExtensions.cpp Bug 1641245 - Make string comparators not virtual. r=froydnj,necko-reviewers,geckoview-reviewers,jgilbert,agi,valentin 2020-05-27 18:11:12 +00:00
WebGLContextFramebufferOperations.cpp
WebGLContextGL.cpp Bug 1636517 - When detaching a webgl fb attachment, reset params to defaults. r=lsalzman 2020-05-27 22:51:40 +00:00
WebGLContextLossHandler.cpp Bug 1647112 - P1. Make the canvas thread use BackgroundTaskQueue. r=KrisWright,jgilbert,andi 2020-07-01 17:45:36 +00:00
WebGLContextLossHandler.h
WebGLContextState.cpp Bug 1609819 - getParameter(DRAW_BUFFERn): Check with FB not GL. r=lsalzman 2020-01-17 03:40:19 +00:00
WebGLContextTextures.cpp Bug 1617785 - Optimize GetDrawFetchLimits and vertexAttribPointer. r=lsalzman 2020-02-26 00:44:26 +00:00
WebGLContextUtils.cpp Bug 1616715 - Make ReadPixelDesc per-call. r=lsalzman 2020-02-21 03:12:41 +00:00
WebGLContextUtils.h
WebGLContextValidate.cpp Bug 1617785 - Optimize GetDrawFetchLimits and vertexAttribPointer. r=lsalzman 2020-02-26 00:44:26 +00:00
WebGLContextVertexArray.cpp Bug 1617785 - Optimize GetDrawFetchLimits and vertexAttribPointer. r=lsalzman 2020-02-26 00:44:26 +00:00
WebGLContextVertices.cpp Bug 1052940 - Make Maybe<T> only declare copy/move operations if T is copyable/movable. r=froydnj,jgilbert 2020-03-27 14:10:45 +00:00
WebGLCrossProcessCommandQueue.cpp Bug 1621762: Part 3 - Make some classes generic to support multiple remote WebGL implementations r=jgilbert 2020-04-30 22:23:02 +00:00
WebGLCrossProcessCommandQueue.h Bug 1621762: Part 7 - Add IpdlQueue actor traits to WebGLParent/WebGLChild r=jgilbert,jld 2020-04-30 22:24:44 +00:00
WebGLExtensionColorBufferFloat.cpp
WebGLExtensionColorBufferHalfFloat.cpp
WebGLExtensionCompressedTextureASTC.cpp
WebGLExtensionCompressedTextureBPTC.cpp
WebGLExtensionCompressedTextureES3.cpp
WebGLExtensionCompressedTextureETC1.cpp
WebGLExtensionCompressedTexturePVRTC.cpp
WebGLExtensionCompressedTextureRGTC.cpp
WebGLExtensionCompressedTextureS3TC_SRGB.cpp
WebGLExtensionCompressedTextureS3TC.cpp
WebGLExtensionDepthTexture.cpp
WebGLExtensionDisjointTimerQuery.cpp
WebGLExtensionDrawBuffers.cpp
WebGLExtensionEXTColorBufferFloat.cpp
WebGLExtensionFragDepth.cpp
WebGLExtensionInstancedArrays.cpp
WebGLExtensions.cpp
WebGLExtensions.h
WebGLExtensionShaderTextureLod.cpp
WebGLExtensionSRGB.cpp
WebGLExtensionTextureFloat.cpp
WebGLExtensionTextureFloatLinear.cpp
WebGLExtensionTextureHalfFloat.cpp
WebGLExtensionTextureHalfFloatLinear.cpp
WebGLFormats.cpp
WebGLFormats.h Bug 1616715 - Make ReadPixelDesc per-call. r=lsalzman 2020-02-21 03:12:41 +00:00
WebGLFramebuffer.cpp Bug 1632249 - Support compositing out-of-process WebGL. r=handyman,lsalzman,nical,geckoview-reviewers,agi,imanol 2020-06-15 18:25:55 +00:00
WebGLFramebuffer.h Bug 1519636 - Reformat recent changes to the Google coding style r=andi 2020-06-16 14:37:23 +00:00
WebGLInternalFormatsTable.h
WebGLIpdl.h Bug 1614499 - Implement XRWebGLLayer r=jgilbert,daoshengmu 2020-04-07 18:48:13 +00:00
WebGLMemoryTracker.cpp
WebGLMemoryTracker.h
WebGLMethodDispatcher.h Bug 1646073 - Enable WebGL SwapChain pooling on Android. Use a separate SwapChain for WebVR. r=jgilbert 2020-06-17 18:56:16 +00:00
WebGLObjectModel.h
WebGLParent.cpp Bug 1647112 - P1. Make the canvas thread use BackgroundTaskQueue. r=KrisWright,jgilbert,andi 2020-07-01 17:45:36 +00:00
WebGLParent.h Bug 1632249 - Support compositing out-of-process WebGL. r=handyman,lsalzman,nical,geckoview-reviewers,agi,imanol 2020-06-15 18:25:55 +00:00
WebGLProgram.cpp Bug 1617785 - Optimize GetDrawFetchLimits and vertexAttribPointer. r=lsalzman 2020-02-26 00:44:26 +00:00
WebGLProgram.h Bug 1617785 - Optimize GetDrawFetchLimits and vertexAttribPointer. r=lsalzman 2020-02-26 00:44:26 +00:00
WebGLQuery.cpp
WebGLQuery.h
WebGLQueueParamTraits.h Bug 1624726: Part 6 - Eliminate pointers from QueueParamTraits::Read r=jgilbert 2020-06-08 23:42:37 +00:00
WebGLRenderbuffer.cpp
WebGLRenderbuffer.h
WebGLSampler.cpp Backed out changeset 7f724ded7131 (bug 1609579) for causing valgrind bustage CLOSED TREE 2020-01-16 09:22:15 +02:00
WebGLSampler.h
WebGLShader.cpp
WebGLShader.h
WebGLShaderValidator.cpp
WebGLShaderValidator.h
WebGLStrongTypes.h
WebGLSync.cpp
WebGLSync.h
WebGLTexelConversions.cpp
WebGLTexelConversions.h
WebGLTexture.cpp Bug 1052940 - Make Maybe<T> only declare copy/move operations if T is copyable/movable. r=froydnj,jgilbert 2020-03-27 14:10:45 +00:00
WebGLTexture.h
WebGLTextureUpload.cpp Bug 1625404 - webgl.copyTexSubImage should lazily-initialize unwritten destination pixels. r=lsalzman 2020-03-31 01:00:50 +00:00
WebGLTransformFeedback.cpp
WebGLTransformFeedback.h
WebGLTypes.h Bug 1632249 - WebXR compositing fixes. r=imanol 2020-06-15 18:25:58 +00:00
WebGLValidateStrings.cpp Bug 1519636 - Reformat recent changes to the Google coding style r=jgilbert 2020-04-05 13:34:58 +00:00
WebGLValidateStrings.h
WebGLVertexArray.cpp Bug 1617785 - Optimize GetDrawFetchLimits and vertexAttribPointer. r=lsalzman 2020-02-26 00:44:26 +00:00
WebGLVertexArray.h Bug 1617785 - Optimize GetDrawFetchLimits and vertexAttribPointer. r=lsalzman 2020-02-26 00:44:26 +00:00
WebGLVertexArrayFake.cpp Bug 1617785 - Optimize GetDrawFetchLimits and vertexAttribPointer. r=lsalzman 2020-02-26 00:44:26 +00:00
WebGLVertexArrayFake.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/canvas. r=jgilbert 2020-02-18 21:08:00 +00:00
WebGLVertexArrayGL.cpp
WebGLVertexArrayGL.h
XRWebGLLayer.cpp Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +00:00
XRWebGLLayer.h Bug 1633725 - Improve WebXR Garbage Collection. Respect XRRigidTransform.inverse and XRView.transform [SameObject] requirements. r=kip,daoshengmu,jgilbert 2020-05-01 01:42:39 +00:00