gecko-dev/dom/canvas
Andreas Pehrson 16f574bd1f Bug 1826526 - In test_gUM_basicScreenshare.html draw white instead of grey. r=webrtc-reviewers,ng
White is less susceptible to false positives than grey with a high threshold,
given that all its components are at an extreme (255 vs 128).

Differential Revision: https://phabricator.services.mozilla.com/D174753
2023-04-24 12:46:32 +00:00
..
crashtests Bug 1816140: Check that OffscreenCanvas width and height fit in int32_t. r=gfx-reviewers,webidl,aosmond,nical,smaug 2023-02-14 00:18:37 +00:00
gtest
test Bug 1826526 - In test_gUM_basicScreenshare.html draw white instead of grey. r=webrtc-reviewers,ng 2023-04-24 12:46:32 +00:00
BasicRenderingContext2D.h
CacheInvalidator.cpp
CacheInvalidator.h
CanvasGradient.cpp
CanvasGradient.h
CanvasImageCache.cpp
CanvasImageCache.h
CanvasPath.h Bug 1756175 - Implement roundRect for canvas2D. r=lsalzman,emilio 2023-02-21 19:41:49 +00:00
CanvasPattern.cpp
CanvasPattern.h
CanvasRenderingContext2D.cpp Bug 1822116 - image-orientation: none should apply to CORS image requests. r=emilio 2023-04-13 01:41:53 +00:00
CanvasRenderingContext2D.h Bug 1812932 - Add size outvar to GetImageBuffer. r=gfx-reviewers,bradwerth 2023-03-21 18:05:09 +00:00
CanvasRenderingContextHelper.cpp Bug 1812932 - Add size outvar to GetImageBuffer. r=gfx-reviewers,bradwerth 2023-03-21 18:05:09 +00:00
CanvasRenderingContextHelper.h
CanvasUtils.cpp Bug 1810488 - Remove unnecessary ShouldResistFingerprinting call from IsImageExtractionAllowed. r=gfx-reviewers,nical,tjr 2023-01-18 08:19:49 +00:00
CanvasUtils.h Bug 1660405 - Move away from mozilla::IsFinite in favor of std::isfinite. r=sergesanspaille 2023-03-22 11:35:33 +00:00
ClientWebGLContext.cpp Bug 1828088 - Handle wait of async RemoteTexture at WebRenderAPI r=gfx-reviewers,lsalzman 2023-04-18 20:38:20 +00:00
ClientWebGLContext.h Bug 1826678 - Add webgpu CanvasContext.canvas backlink. r=gfx-reviewers,webidl,jimb,smaug,ErichDonGubler 2023-04-13 19:15:00 +00:00
ClientWebGLExtensions.cpp Bug 1825673 - Implement WEBGL_provoking_vertex. r=gfx-reviewers,webidl,lsalzman,saschanaz 2023-04-01 00:33:25 +00:00
ClientWebGLExtensions.h Bug 1825673 - Implement WEBGL_provoking_vertex. r=gfx-reviewers,webidl,lsalzman,saschanaz 2023-04-01 00:33:25 +00:00
DrawTargetWebgl.cpp Bug 1828904 - Only accelerate with clear if rect is sufficiently large. r=aosmond 2023-04-20 19:19:15 +00:00
DrawTargetWebgl.h Bug 1829058 - Cache scissor state in DrawTargetWebgl. r=aosmond 2023-04-20 14:27:52 +00:00
DrawTargetWebglInternal.h
GeneratePlaceholderCanvasData.h
HostWebGLContext.cpp
HostWebGLContext.h Bug 1826134 - Avoid interleaving glBufferSubData calls with draw calls in DrawTargetWebgl. r=gfx-reviewers,jgilbert,lsalzman 2023-04-07 07:25:50 +00:00
ImageBitmap.cpp Bug 1785635 Add flag to enforce from-image orientation for createImageBitmap r=emilio 2023-01-31 16:04:17 +00:00
ImageBitmap.h
ImageBitmapRenderingContext.cpp Bug 1812932 - Add size outvar to GetImageBuffer. r=gfx-reviewers,bradwerth 2023-03-21 18:05:09 +00:00
ImageBitmapRenderingContext.h Bug 1812932 - Add size outvar to GetImageBuffer. r=gfx-reviewers,bradwerth 2023-03-21 18:05:09 +00:00
ImageBitmapSource.h
ImageData.cpp
ImageData.h
ImageUtils.cpp
ImageUtils.h
moz.build
MurmurHash3.cpp Bug 1519636 - Reformat recent changes to the Google coding style. r=glandium 2023-02-13 15:02:07 +00:00
MurmurHash3.h
nsICanvasRenderingContextInternal.cpp
nsICanvasRenderingContextInternal.h Bug 1812932 - Add size outvar to GetImageBuffer. r=gfx-reviewers,bradwerth 2023-03-21 18:05:09 +00:00
OffscreenCanvas.cpp Bug 1816140: Check that OffscreenCanvas width and height fit in int32_t. r=gfx-reviewers,webidl,aosmond,nical,smaug 2023-02-14 00:18:37 +00:00
OffscreenCanvas.h Bug 1816140: Check that OffscreenCanvas width and height fit in int32_t. r=gfx-reviewers,webidl,aosmond,nical,smaug 2023-02-14 00:18:37 +00:00
OffscreenCanvasDisplayHelper.cpp
OffscreenCanvasDisplayHelper.h
OffscreenCanvasRenderingContext2D.cpp
OffscreenCanvasRenderingContext2D.h
PWebGL.ipdl
QueueParamTraits.h Bug 1277372 - Move away from "mozilla/TypeTraits.h". r=geckoview-reviewers,sergesanspaille,m_kato 2023-04-17 13:50:11 +00:00
SanitizeRenderer.cpp
SourceSurfaceWebgl.cpp
SourceSurfaceWebgl.h
TextMetrics.h
TexUnpackBlob.cpp
TexUnpackBlob.h
TiedFields.h Bug 1519636 - Reformat recent changes to the Google coding style. r=glandium 2023-02-13 15:02:07 +00:00
TupleUtils.h
WebGL2Context.cpp
WebGL2Context.h
WebGL2ContextBuffers.cpp
WebGL2ContextFramebuffers.cpp
WebGL2ContextMRTs.cpp
WebGL2ContextQueries.cpp
WebGL2ContextRenderbuffers.cpp
WebGL2ContextSamplers.cpp
WebGL2ContextState.cpp
WebGL2ContextSync.cpp
WebGL2ContextTransformFeedback.cpp
WebGL2ContextUniforms.cpp
WebGLBuffer.cpp Bug 1827591 - Avoid setting GL_MAP_INVALIDATE_RANGE_BIT on Adreno devices. r=gfx-reviewers,lsalzman 2023-04-12 11:49:58 +00:00
WebGLBuffer.h Bug 1826134 - Avoid interleaving glBufferSubData calls with draw calls in DrawTargetWebgl. r=gfx-reviewers,jgilbert,lsalzman 2023-04-07 07:25:50 +00:00
WebGLChild.cpp
WebGLChild.h
WebGLCommandQueue.h
WebGLContext.cpp Bug 1804368 - Add webgl.forbid-software/forbid-hardware on Mac. r=gfx-reviewers,lsalzman 2023-04-03 21:25:41 +00:00
WebGLContext.h Bug 1826134 - Avoid interleaving glBufferSubData calls with draw calls in DrawTargetWebgl. r=gfx-reviewers,jgilbert,lsalzman 2023-04-07 07:25:50 +00:00
WebGLContextBuffers.cpp Bug 1826134 - Avoid interleaving glBufferSubData calls with draw calls in DrawTargetWebgl. r=gfx-reviewers,jgilbert,lsalzman 2023-04-07 07:25:50 +00:00
WebGLContextDraw.cpp
WebGLContextExtensions.cpp Bug 1825673 - Implement WEBGL_provoking_vertex. r=gfx-reviewers,webidl,lsalzman,saschanaz 2023-04-01 00:33:25 +00:00
WebGLContextFramebufferOperations.cpp
WebGLContextGL.cpp Bug 1825673 - Implement WEBGL_provoking_vertex. r=gfx-reviewers,webidl,lsalzman,saschanaz 2023-04-01 00:33:25 +00:00
WebGLContextLossHandler.cpp
WebGLContextLossHandler.h
WebGLContextState.cpp
WebGLContextTextures.cpp
WebGLContextUtils.cpp Bug 1660405 - Move away from mozilla::IsNaN in favor of std::isnan. r=nbp,media-playback-reviewers,sergesanspaille,padenot 2023-03-22 11:35:33 +00:00
WebGLContextUtils.h
WebGLContextValidate.cpp
WebGLContextVertexArray.cpp
WebGLContextVertices.cpp
WebGLExtensions.cpp
WebGLExtensions.h Bug 1825673 - Implement WEBGL_provoking_vertex. r=gfx-reviewers,webidl,lsalzman,saschanaz 2023-04-01 00:33:25 +00:00
WebGLFormats.cpp
WebGLFormats.h
WebGLFramebuffer.cpp
WebGLFramebuffer.h
WebGLInternalFormatsTable.h
WebGLIpdl.h Bug 1803375. Use different coordinates when running on AMD. r=lsalzman,jgilbert 2023-01-27 01:45:17 +00:00
WebGLMemoryTracker.cpp
WebGLMemoryTracker.h
WebGLMethodDispatcher.h Bug 1825673 - Implement WEBGL_provoking_vertex. r=gfx-reviewers,webidl,lsalzman,saschanaz 2023-04-01 00:33:25 +00:00
WebGLObjectModel.h
WebGLParent.cpp
WebGLParent.h
WebGLProgram.cpp
WebGLProgram.h
WebGLQuery.cpp
WebGLQuery.h
WebGLQueueParamTraits.h Bug 1825673 - Implement WEBGL_provoking_vertex. r=gfx-reviewers,webidl,lsalzman,saschanaz 2023-04-01 00:33:25 +00:00
WebGLRenderbuffer.cpp
WebGLRenderbuffer.h
WebGLSampler.cpp
WebGLSampler.h
WebGLShader.cpp
WebGLShader.h
WebGLShaderValidator.cpp Bug 1794292: apply code formatting via Lando 2023-03-30 22:44:59 +00:00
WebGLShaderValidator.h
WebGLStrongTypes.h
WebGLSync.cpp
WebGLSync.h
WebGLTexelConversions.cpp
WebGLTexelConversions.h
WebGLTexture.cpp
WebGLTexture.h
WebGLTextureUpload.cpp
WebGLTransformFeedback.cpp
WebGLTransformFeedback.h
WebGLTypes.h Bug 1825673 - Implement WEBGL_provoking_vertex. r=gfx-reviewers,webidl,lsalzman,saschanaz 2023-04-01 00:33:25 +00:00
WebGLValidateStrings.cpp
WebGLValidateStrings.h
WebGLVertexArray.cpp
WebGLVertexArray.h
WebGLVertexArrayFake.cpp
WebGLVertexArrayFake.h
WebGLVertexArrayGL.cpp
WebGLVertexArrayGL.h
XRWebGLLayer.cpp
XRWebGLLayer.h