gecko-dev/gfx/thebes
sotaro f0340b38bf Bug 1818637 - Backout Bug 1817709 r=gfx-reviewers,bradwerth
The problem of Bug 1817269 happens also on Win 11. Then we do not have enough reason to block video overlay on Win10.

Differential Revision: https://phabricator.services.mozilla.com/D170835
2023-02-24 01:41:42 +00:00
..
CJKCompatSVS.cpp
COLRFonts.cpp Bug 1815700 - Render COLRv1 PaintComposite operations without using PushLayerWithBlend, as it seems to be unreliable in some cases. r=gfx-reviewers,lsalzman 2023-02-16 10:35:57 +00:00
COLRFonts.h Bug 1791780 - Support custom color font palettes in the COLR-font rendering code. r=gfx-reviewers,lsalzman 2022-10-07 23:00:45 +00:00
D3D11Checks.cpp
D3D11Checks.h
DeviceManagerDx.cpp Backed out 9 changesets (bug 1799258) for causing multiple failures. CLOSED TREE 2023-02-15 12:18:44 +02:00
DeviceManagerDx.h Bug 1792115 - Avoid a double lock in DeviceManagerDx::MaybeResetAndReacquireDevices. r=gfx-reviewers,bradwerth 2022-10-12 18:56:36 +00:00
DisplayConfigWindows.cpp Bug 1787079 - Expose gfx::GetDisplayConfig(). r=gfx-reviewers,lsalzman 2022-09-15 10:13:13 +00:00
DisplayConfigWindows.h Bug 1787079 - Expose gfx::GetDisplayConfig(). r=gfx-reviewers,lsalzman 2022-09-15 10:13:13 +00:00
DrawMode.h
PrintPromise.h Bug 1785046 - Part 3: Let `nsIDeviceContextSpec::EndDocument` & `nsDeviceContext::EndDocument` return `MozPromise`. r=nika,emilio,geckoview-reviewers,m_kato 2022-12-19 15:42:48 +00:00
PrintTarget.cpp
PrintTarget.h
PrintTargetCG.h
PrintTargetCG.mm
PrintTargetPDF.cpp
PrintTargetPDF.h
PrintTargetRecording.cpp
PrintTargetRecording.h
PrintTargetSkPDF.cpp
PrintTargetSkPDF.h
PrintTargetThebes.cpp
PrintTargetThebes.h
PrintTargetWindows.cpp
PrintTargetWindows.h
SharedFontList-impl.h
SharedFontList.cpp
SharedFontList.h
SkMemoryReporter.cpp
SkMemoryReporter.h
SoftwareVsyncSource.cpp
SoftwareVsyncSource.h
StandardFonts-linux.inc
StandardFonts-macos.inc
StandardFonts-win10.inc
ThebesRLBox.h
ThebesRLBoxTypes.h
VsyncSource.cpp Bug 1781167 - Allow stacking calls to Add/RemoveVsyncDispatcher so that we survive the sequence Add,Add,Remove. r=jrmuizel 2022-11-22 23:46:44 +00:00
VsyncSource.h Bug 1781167 - Allow stacking calls to Add/RemoveVsyncDispatcher so that we survive the sequence Add,Add,Remove. r=jrmuizel 2022-11-22 23:46:44 +00:00
XlibDisplay.cpp
XlibDisplay.h
cairo-xlib-utils.h
d3dkmtQueryStatistics.h
genLanguageTagList.pl
gencjkcisvs.py Bug 1801836 - Remove no longer necessary 'from __future__' imports. r=linter-reviewers,glandium,webdriver-reviewers,perftest-reviewers,geckoview-reviewers,jld,ahal,owlish,afinder DONTBUILD 2022-12-23 22:45:46 +00:00
gfx2DGlue.h
gfxASurface.cpp Bug 1060421 - Change the type of [Int]PointTyped::[x|y] back to [Int]CoordTyped. r=botond 2022-11-04 18:29:35 +00:00
gfxASurface.h
gfxAlphaRecovery.cpp
gfxAlphaRecovery.h
gfxAlphaRecoverySSE2.cpp
gfxAndroidPlatform.cpp Bug 1810097 - Support AHardwareBuffer of out-of-process WebGL on Android r=lsalzman,gfx-reviewers 2023-01-27 21:35:26 +00:00
gfxAndroidPlatform.h
gfxBaseSharedMemorySurface.cpp
gfxBaseSharedMemorySurface.h
gfxBlur.cpp Bug 1815404 - Replace most uses of gfxContext::CreateOrNull with stack-allocated contexts. r=gfx-reviewers,lsalzman 2023-02-21 07:28:25 +00:00
gfxBlur.h Bug 1815404 - Remove refcounting from gfxContext. r=gfx-reviewers,lsalzman 2023-02-21 07:28:24 +00:00
gfxColor.h
gfxContext.cpp Bug 1815404 - Eliminate gfxContext::CreatePreservingTransformOrNull, and replace callers with stack-allocated gfxContext. r=gfx-reviewers,lsalzman 2023-02-21 07:28:24 +00:00
gfxContext.h Bug 1815404 - Eliminate gfxContext::CreatePreservingTransformOrNull, and replace callers with stack-allocated gfxContext. r=gfx-reviewers,lsalzman 2023-02-21 07:28:24 +00:00
gfxCoreTextShaper.cpp
gfxCoreTextShaper.h
gfxDWriteCommon.cpp
gfxDWriteCommon.h Bug 1803154 - Back out changeset c1b0ce76a51b (bug 1801512) because it seems to have made things worse for a number of users. r=lsalzman 2023-01-24 10:03:49 +00:00
gfxDWriteFontList.cpp Bug 1529794 - Protect DirectWrite usage in gfxDWriteFontList::CreateFontEntry with an exception handler. r=lsalzman 2023-01-04 18:26:21 +00:00
gfxDWriteFontList.h
gfxDWriteFonts.cpp Bug 1803154 - Back out changeset c1b0ce76a51b (bug 1801512) because it seems to have made things worse for a number of users. r=lsalzman 2023-01-24 10:03:49 +00:00
gfxDWriteFonts.h Bug 1356399 - Try to catch DWrite font access exceptions within GetGlyphBounds. r=lsalzman 2022-12-20 09:32:02 +00:00
gfxDrawable.cpp Bug 1815404 - Replace most uses of gfxContext::CreateOrNull with stack-allocated contexts. r=gfx-reviewers,lsalzman 2023-02-21 07:28:25 +00:00
gfxDrawable.h
gfxEnv.h Bug 1779800 - Fix WebGL instancing in some cases on Mac. r=gfx-reviewers,lsalzman 2022-09-15 00:47:03 +00:00
gfxFT2FontBase.cpp Bug 1356399 - Try to catch DWrite font access exceptions within GetGlyphBounds. r=lsalzman 2022-12-20 09:32:02 +00:00
gfxFT2FontBase.h Bug 1356399 - Try to catch DWrite font access exceptions within GetGlyphBounds. r=lsalzman 2022-12-20 09:32:02 +00:00
gfxFT2FontList.cpp Bug 1800050 - Use UniqueFreePtr in StartupCache::PutBuffer. r=nbp 2022-12-01 10:46:34 +00:00
gfxFT2FontList.h Bug 1798036 - Attach a SharedFTFaceData (recording the filename) when instantiating SharedFTFace for an installed variation font. r=lsalzman 2022-11-10 17:24:11 +00:00
gfxFT2Fonts.cpp
gfxFT2Fonts.h
gfxFT2Utils.cpp
gfxFT2Utils.h
gfxFailure.h
gfxFcPlatformFontList.cpp Bug 1816429 Check aFontSet in addFontSetFamilies() r=emilio 2023-02-13 18:45:24 +00:00
gfxFcPlatformFontList.h Bug 1803162 - Avoid repeatedly parsing/expanding the same locale code. r=emilio 2022-11-30 22:34:39 +00:00
gfxFont.cpp Bug 1818488 - Hoist access to gfxContext::GetTextDrawer() out of the glyph-rendering inner loop. r=gfx-reviewers,lsalzman 2023-02-23 21:44:34 +00:00
gfxFont.h Bug 1818488 - Hoist access to gfxContext::GetTextDrawer() out of the glyph-rendering inner loop. r=gfx-reviewers,lsalzman 2023-02-23 21:44:34 +00:00
gfxFontConstants.h Bug 1724892 - Implement the font-synthesis-{weight,style,small-caps} longhand properties, and make font-synthesis into a shorthand. r=emilio 2023-01-29 13:25:31 +00:00
gfxFontEntry.cpp Bug 1817184 - Don't send glyphs to webrender if they're going to be entirely outside the clip rect. r=gfx-reviewers,lsalzman 2023-02-16 17:43:21 +00:00
gfxFontEntry.h Bug 1817184 - Don't send glyphs to webrender if they're going to be entirely outside the clip rect. r=gfx-reviewers,lsalzman 2023-02-16 17:43:21 +00:00
gfxFontFeatures.cpp
gfxFontFeatures.h
gfxFontInfoLoader.cpp Bug 1797688 - Part 2: Bail out from gfxFontInfoLoader::StartLoader InOrBeyond(AppShutdown). r=jfkthame 2022-11-01 14:08:43 +00:00
gfxFontInfoLoader.h
gfxFontMissingGlyphs.cpp
gfxFontMissingGlyphs.h
gfxFontPrefLangList.h
gfxFontSrcPrincipal.cpp
gfxFontSrcPrincipal.h
gfxFontSrcURI.cpp
gfxFontSrcURI.h
gfxFontUtils.cpp
gfxFontUtils.h Bug 1815679 - Fix errors in mapping font-style:oblique values to the 'slnt' axis in variable fonts. r=emilio 2023-02-10 09:11:01 +00:00
gfxFontVariations.h
gfxGDIFont.cpp Bug 1356399 - Try to catch DWrite font access exceptions within GetGlyphBounds. r=lsalzman 2022-12-20 09:32:02 +00:00
gfxGDIFont.h Bug 1356399 - Try to catch DWrite font access exceptions within GetGlyphBounds. r=lsalzman 2022-12-20 09:32:02 +00:00
gfxGDIFontList.cpp
gfxGDIFontList.h
gfxGlyphExtents.cpp
gfxGlyphExtents.h
gfxGradientCache.cpp Bug 1806932 - Destroy GradientCacheData on main thread. r=bobowen 2023-01-10 17:07:28 +00:00
gfxGradientCache.h
gfxGraphiteShaper.cpp
gfxGraphiteShaper.h Bug 1751818 - Remove use tainted_opaque from callbacks of libGraphite r=glandium 2022-11-22 06:06:36 +00:00
gfxHarfBuzzShaper.cpp Bug 1798297 - For the Yu Gothic UI font, disable the automatic application of 'palt' when kerning is enabled, because the font's 'palt' feature is bad. r=dholbert 2022-11-01 19:34:14 +00:00
gfxHarfBuzzShaper.h
gfxImageSurface.cpp
gfxImageSurface.h
gfxLanguageTagList.cpp
gfxLineSegment.h Bug 1060421 - Change the type of [Int]PointTyped::[x|y] back to [Int]CoordTyped. r=botond 2022-11-04 18:29:35 +00:00
gfxMacFont.cpp Bug 1356399 - Try to catch DWrite font access exceptions within GetGlyphBounds. r=lsalzman 2022-12-20 09:32:02 +00:00
gfxMacFont.h Bug 1356399 - Try to catch DWrite font access exceptions within GetGlyphBounds. r=lsalzman 2022-12-20 09:32:02 +00:00
gfxMacPlatformFontList.h Backed out 3 changesets (bug 1803406) for causing wd failures. 2023-02-20 19:29:55 +02:00
gfxMacPlatformFontList.mm Backed out 3 changesets (bug 1803406) for causing wd failures. 2023-02-20 19:29:55 +02:00
gfxMacUtils.cpp
gfxMacUtils.h
gfxMathTable.cpp
gfxMathTable.h
gfxMatrix.h
gfxOTSUtils.h Bug 1796648 - Drop any SVG table from downloaded fonts if OpenType-SVG rendering is disabled. r=gfx-reviewers,lsalzman 2022-10-27 20:55:04 +00:00
gfxPattern.cpp
gfxPattern.h
gfxPlatform.cpp Bug 1818637 - Backout Bug 1817709 r=gfx-reviewers,bradwerth 2023-02-24 01:41:42 +00:00
gfxPlatform.h Backed out 9 changesets (bug 1799258) for causing multiple failures. CLOSED TREE 2023-02-15 12:18:44 +02:00
gfxPlatformFontList.cpp Bug 1363454 - Create a pref to list icon font families that should be used even when use_document_fonts=0, overriding the browser's font prefs. r=emilio,dholbert 2023-01-27 17:32:54 +00:00
gfxPlatformFontList.h Bug 1363454 - Create a pref to list icon font families that should be used even when use_document_fonts=0, overriding the browser's font prefs. r=emilio,dholbert 2023-01-27 17:32:54 +00:00
gfxPlatformGtk.cpp Bug 1799747 [Linux] Don't check VA-API feature status when it's force enabled r=emilio 2023-02-02 12:28:54 +00:00
gfxPlatformGtk.h
gfxPlatformMac.cpp Backed out 3 changesets (bug 1803406) for causing wd failures. 2023-02-20 19:29:55 +02:00
gfxPlatformMac.h Bug 1798067 Part 1: Add SupportsHDR to gfxPlatform, refactor macOS to use it. r=gfx-reviewers,lsalzman 2022-11-29 02:31:18 +00:00
gfxPlatformWorker.cpp
gfxPlatformWorker.h
gfxPoint.h
gfxQuad.h Bug 1060421 - Change the type of [Int]PointTyped::[x|y] back to [Int]CoordTyped. r=botond 2022-11-04 18:29:35 +00:00
gfxQuartzNativeDrawing.cpp
gfxQuartzNativeDrawing.h
gfxQuartzSurface.cpp Bug 1795919 - Remove unused gfxQuartzSurface constructor from a data buffer, and the (locally-added) cairo_quartz_surface function it depends on. r=gfx-reviewers,lsalzman 2022-10-18 21:05:21 +00:00
gfxQuartzSurface.h Bug 1795919 - Remove unused gfxQuartzSurface constructor from a data buffer, and the (locally-added) cairo_quartz_surface function it depends on. r=gfx-reviewers,lsalzman 2022-10-18 21:05:21 +00:00
gfxQuaternion.h
gfxRect.h
gfxSVGGlyphs.cpp Bug 1809126 - Remove moz-fonttable protocol. r=jfkthame,necko-reviewers 2023-01-20 18:41:16 +00:00
gfxSVGGlyphs.h Bug 1809126 - Remove moz-fonttable protocol. r=jfkthame,necko-reviewers 2023-01-20 18:41:16 +00:00
gfxScriptItemizer.cpp Bug 1811471 - Merge Hiragana and Katakana scripts for text-shaping purposes, to allow kerning across both alphabets. r=emilio 2023-01-20 18:26:29 +00:00
gfxScriptItemizer.h
gfxSharedImageSurface.h
gfxSkipChars.cpp
gfxSkipChars.h Bug 1798953 part 2: Annotate gfxSkipCharsIterator as MOZ_STACK_CLASS. r=jfkthame 2022-11-03 18:03:59 +00:00
gfxTextRun.cpp Bug 1818488 - Hoist access to gfxContext::GetTextDrawer() out of the glyph-rendering inner loop. r=gfx-reviewers,lsalzman 2023-02-23 21:44:34 +00:00
gfxTextRun.h Bug 1816299 - Try to avoid sending entirely-clipped glyph runs to a TextDrawTarget. r=gfx-reviewers,lsalzman 2023-02-14 08:10:14 +00:00
gfxTypes.h
gfxUserFontSet.cpp Bug 1815679 - Account for mRangeFlags in the userfont cache key. r=emilio 2023-02-10 09:11:01 +00:00
gfxUserFontSet.h Bug 1815679 - Account for mRangeFlags in the userfont cache key. r=emilio 2023-02-10 09:11:01 +00:00
gfxUtils.cpp Bug 1815404 - Replace most uses of gfxContext::CreateOrNull with stack-allocated contexts. r=gfx-reviewers,lsalzman 2023-02-21 07:28:25 +00:00
gfxUtils.h Bug 1765187 Part 1: Track color primaries independently from coefficients. r=media-playback-reviewers,jgilbert,alwu 2022-10-10 20:12:58 +00:00
gfxWindowsNativeDrawing.cpp
gfxWindowsNativeDrawing.h Bug 1815404 - Remove refcounting from gfxContext. r=gfx-reviewers,lsalzman 2023-02-21 07:28:24 +00:00
gfxWindowsPlatform.cpp Backed out 9 changesets (bug 1799258) for causing multiple failures. CLOSED TREE 2023-02-15 12:18:44 +02:00
gfxWindowsPlatform.h Backed out 9 changesets (bug 1799258) for causing multiple failures. CLOSED TREE 2023-02-15 12:18:44 +02:00
gfxWindowsSurface.cpp
gfxWindowsSurface.h
gfxXlibSurface.cpp
gfxXlibSurface.h
moz.build Backed out 9 changesets (bug 1799258) for causing multiple failures. CLOSED TREE 2023-02-15 12:18:44 +02:00
nsIFontLoadCompleteCallback.idl