gecko-dev/gfx/thebes
sotaro c7c684492c Bug 1758865 - Add Feature::VIDEO_OVERLAY r=gfx-reviewers,lsalzman
With Feature::VIDEO_OVERLAY, we could know if video overlay is enabled from about:support.

Differential Revision: https://phabricator.services.mozilla.com/D140706
2022-03-10 23:58:18 +00:00
..
cairo-xlib-utils.h
CJKCompatSVS.cpp
d3dkmtQueryStatistics.h Bug 1743176 - Collect the GPU time used in the parent process through Glean, r=chutten,jrmuizel. 2021-11-30 21:07:28 +00:00
D3D11Checks.cpp
D3D11Checks.h
DeviceManagerDx.cpp Bug 1744162 - Expand FOG IPC to RDD process, to collect CPU and GPU time used there, r=chutten,jrmuizel. 2021-12-10 12:20:10 +00:00
DeviceManagerDx.h Bug 1744162 - Expand FOG IPC to RDD process, to collect CPU and GPU time used there, r=chutten,jrmuizel. 2021-12-10 12:20:10 +00:00
DisplayConfigWindows.cpp
DisplayConfigWindows.h
DrawMode.h
gencjkcisvs.py
genLanguageTagList.pl
gfx2DGlue.h
gfxAlphaRecovery.cpp
gfxAlphaRecovery.h
gfxAlphaRecoverySSE2.cpp
gfxAndroidPlatform.cpp Bug 1741156 - Initialize FreeType library in GPU process on Android. r=aosmond 2021-11-29 20:52:32 +00:00
gfxAndroidPlatform.h
gfxASurface.cpp
gfxASurface.h
gfxBaseSharedMemorySurface.cpp
gfxBaseSharedMemorySurface.h
gfxBlur.cpp
gfxBlur.h
gfxColor.h
gfxContext.cpp Bug 1755959 - Remove unused path creation methods. r=gfx-reviewers,aosmond 2022-02-17 19:11:38 +00:00
gfxContext.h Bug 1755959 - Remove unused path creation methods. r=gfx-reviewers,aosmond 2022-02-17 19:11:38 +00:00
gfxCoreTextShaper.cpp Bug 1719554 - Unify unicode::Script as intl::Script; r=platform-i18n-reviewers,gregtatum 2021-12-06 18:15:50 +00:00
gfxCoreTextShaper.h
gfxDrawable.cpp
gfxDrawable.h
gfxDWriteCommon.cpp
gfxDWriteCommon.h
gfxDWriteFontList.cpp Bug 1587094 - Create a pref to control whether we use DirectWrite's bold simulation or multi-strike synthetic bold; default to multi-strike for webfonts. r=lsalzman 2022-02-09 12:07:05 +00:00
gfxDWriteFontList.h
gfxDWriteFonts.cpp Bug 1587094 - Create a pref to control whether we use DirectWrite's bold simulation or multi-strike synthetic bold; default to multi-strike for webfonts. r=lsalzman 2022-02-09 12:07:05 +00:00
gfxDWriteFonts.h Bug 1749103 - Avoid thrashing gfxDWriteFont's ScaledFonts between canvas and content. r=jfkthame 2022-01-13 16:18:47 +00:00
gfxEnv.h
gfxFailure.h
gfxFcPlatformFontList.cpp Bug 1758286 - Revert to separate Lookup and InsertOrUpdate calls when working with mFcSubstituteCache. r=lsalzman 2022-03-10 01:06:56 +00:00
gfxFcPlatformFontList.h Bug 1744765 - Add font features config from user's fontconfig r=jfkthame,layout-reviewers 2022-02-16 23:00:52 +00:00
gfxFont.cpp Bug 1587094 - Create a pref to control whether we use DirectWrite's bold simulation or multi-strike synthetic bold; default to multi-strike for webfonts. r=lsalzman 2022-02-09 12:07:05 +00:00
gfxFont.h Bug 1587094 - Create a pref to control whether we use DirectWrite's bold simulation or multi-strike synthetic bold; default to multi-strike for webfonts. r=lsalzman 2022-02-09 12:07:05 +00:00
gfxFontConstants.h
gfxFontEntry.cpp Bug 1719554 - Unify unicode::Script as intl::Script; r=platform-i18n-reviewers,gregtatum 2021-12-06 18:15:50 +00:00
gfxFontEntry.h Bug 1719554 - Unify unicode::Script as intl::Script; r=platform-i18n-reviewers,gregtatum 2021-12-06 18:15:50 +00:00
gfxFontFeatures.cpp
gfxFontFeatures.h
gfxFontInfoLoader.cpp
gfxFontInfoLoader.h
gfxFontMissingGlyphs.cpp
gfxFontMissingGlyphs.h
gfxFontPrefLangList.h
gfxFontSrcPrincipal.cpp
gfxFontSrcPrincipal.h
gfxFontSrcURI.cpp
gfxFontSrcURI.h
gfxFontUtils.cpp Bug 1756720 - When using legacy MS Symbol fonts, map character codes from the U+00xx range to the PUA range U+F0xx found in the cmap subtables. r=emilio 2022-03-01 15:22:56 +00:00
gfxFontUtils.h Bug 1754037 - Part 3c: Automatically update all ParamTraits implementations, r=ipc-reviewers,media-playback-reviewers,bryce,mccr8 2022-03-04 15:39:41 +00:00
gfxFontVariations.h
gfxFT2FontBase.cpp Bug 1531223 - Add support for the 'ic' font-relative unit. r=emilio 2021-12-08 17:07:05 +00:00
gfxFT2FontBase.h Bug 1531223 - Add support for the 'ic' font-relative unit. r=emilio 2021-12-08 17:07:05 +00:00
gfxFT2FontList.cpp Bug 1758315 - Call SetupVariationRanges when initializing font attributes in the FT2 font-list, to handle installed fonts with variation axes. r=emilio 2022-03-08 16:02:41 +00:00
gfxFT2FontList.h
gfxFT2Fonts.cpp Bug 1742896 - Pass TextRunDrawParams to GetScaledFont. r=jfkthame 2021-12-09 22:16:17 +00:00
gfxFT2Fonts.h Bug 1742896 - Pass TextRunDrawParams to GetScaledFont. r=jfkthame 2021-12-09 22:16:17 +00:00
gfxFT2Utils.cpp Bug 1757897 - Add null-check for charmap in FT_Face, before trying to check for symbol encoding. r=lsalzman 2022-03-03 20:14:25 +00:00
gfxFT2Utils.h
gfxGDIFont.cpp Bug 1587094 - Create a pref to control whether we use DirectWrite's bold simulation or multi-strike synthetic bold; default to multi-strike for webfonts. r=lsalzman 2022-02-09 12:07:05 +00:00
gfxGDIFont.h Bug 1742896 - Pass TextRunDrawParams to GetScaledFont. r=jfkthame 2021-12-09 22:16:17 +00:00
gfxGDIFontList.cpp
gfxGDIFontList.h
gfxGlyphExtents.cpp
gfxGlyphExtents.h
gfxGradientCache.cpp
gfxGradientCache.h
gfxGraphiteShaper.cpp
gfxGraphiteShaper.h
gfxHarfBuzzShaper.cpp Bug 1756720 - When using legacy MS Symbol fonts, map character codes from the U+00xx range to the PUA range U+F0xx found in the cmap subtables. r=emilio 2022-03-01 15:22:56 +00:00
gfxHarfBuzzShaper.h Bug 1756720 - When using legacy MS Symbol fonts, map character codes from the U+00xx range to the PUA range U+F0xx found in the cmap subtables. r=emilio 2022-03-01 15:22:56 +00:00
gfxImageSurface.cpp
gfxImageSurface.h
gfxLanguageTagList.cpp
gfxLineSegment.h
gfxMacFont.cpp Bug 1587094 - Create a pref to control whether we use DirectWrite's bold simulation or multi-strike synthetic bold; default to multi-strike for webfonts. r=lsalzman 2022-02-09 12:07:05 +00:00
gfxMacFont.h Bug 1742896 - Pass TextRunDrawParams to GetScaledFont. r=jfkthame 2021-12-09 22:16:17 +00:00
gfxMacPlatformFontList.h
gfxMacPlatformFontList.mm Bug 1744135 Part 4: Avoid implicit int conversion for font names. r=jfkthame 2022-01-03 19:20:21 +00:00
gfxMathTable.cpp
gfxMathTable.h
gfxMatrix.h
gfxOTSUtils.h
gfxPattern.cpp
gfxPattern.h
gfxPlatform.cpp Bug 1758865 - Add Feature::VIDEO_OVERLAY r=gfx-reviewers,lsalzman 2022-03-10 23:58:18 +00:00
gfxPlatform.h Bug 1719554 - Unify unicode::Script as intl::Script; r=platform-i18n-reviewers,gregtatum 2021-12-06 18:15:50 +00:00
gfxPlatformFontList.cpp Bug 1750635: Substitute AppShutdown:IsShuttingDown with equivalent AppShutdown::IsInOrBeyond. r=florian,xpcom-reviewers,nika 2022-02-18 19:35:13 +00:00
gfxPlatformFontList.h Bug 1719554 - Unify unicode::Script as intl::Script; r=platform-i18n-reviewers,gregtatum 2021-12-06 18:15:50 +00:00
gfxPlatformGtk.cpp Bug 1751987 [Linux] Add VA-API feature r=aosmond 2022-02-23 11:47:07 +00:00
gfxPlatformGtk.h Bug 1751987 [Linux] Add VA-API feature r=aosmond 2022-02-23 11:47:07 +00:00
gfxPlatformMac.cpp Bug 1738422 - Part 4.2: Handle new script codes in GetCommonFallbackFonts. r=jfkthame 2021-11-16 17:02:55 +00:00
gfxPlatformMac.h
gfxPoint.h
gfxQuad.h
gfxQuartzNativeDrawing.cpp
gfxQuartzNativeDrawing.h
gfxQuartzSurface.cpp
gfxQuartzSurface.h
gfxQuaternion.h
gfxRect.h
gfxScriptItemizer.cpp Bug 1719554 - Unify unicode::Script as intl::Script; r=platform-i18n-reviewers,gregtatum 2021-12-06 18:15:50 +00:00
gfxScriptItemizer.h Bug 1719554 - Unify unicode::Script as intl::Script; r=platform-i18n-reviewers,gregtatum 2021-12-06 18:15:50 +00:00
gfxSharedImageSurface.h
gfxSkipChars.cpp
gfxSkipChars.h
gfxSVGGlyphs.cpp Bug 1756750 - Reftest for SVG-in-OT font with embedded bitmaps. r=emilio 2022-03-03 13:27:44 +00:00
gfxSVGGlyphs.h Bug 1320197 - Use the font's unitsPerEm value when setting up the SVG glyph view. r=emilio 2021-12-13 21:04:52 +00:00
gfxTextRun.cpp Bug 1755179 - Add a missing null-check in gfxFontGroup::GetDefaultFont(), for better crash reports in the case where the default font is unusable. r=lsalzman 2022-02-15 19:29:51 +00:00
gfxTextRun.h Bug 1751738 - Check textframe writing mode when generating/drawing a soft-hyphen textrun. r=emilio 2022-01-25 23:27:23 +00:00
gfxTypes.h
gfxUserFontSet.cpp
gfxUserFontSet.h
gfxUtils.cpp Backed out changeset 68e326b1f0de (bug 1746662) for causing reftest failures 2021-12-22 09:17:42 +02:00
gfxUtils.h
gfxWindowsNativeDrawing.cpp
gfxWindowsNativeDrawing.h
gfxWindowsPlatform.cpp Bug 1757596 - #include "mozilla/ProfilerThreadSleep.h" instead of GeckoProfiler.h where possible - r=florian 2022-03-08 10:32:44 +00:00
gfxWindowsPlatform.h Bug 1743743 - Remove TextureReadbackSink and ReadbackManagerD3D11 r=gfx-reviewers,nical 2021-12-01 09:11:30 +00:00
gfxWindowsSurface.cpp
gfxWindowsSurface.h
gfxXlibSurface.cpp
gfxXlibSurface.h
moz.build Bug 1754562, make parent process' idle detection be aware of active RefreshDrivers in the other processes, r=mstange 2022-02-26 22:37:03 +00:00
nsIFontLoadCompleteCallback.idl
PrintTarget.cpp
PrintTarget.h
PrintTargetCG.h
PrintTargetCG.mm
PrintTargetPDF.cpp Bug 1750635: Substitute AppShutdown:IsShuttingDown with equivalent AppShutdown::IsInOrBeyond. r=florian,xpcom-reviewers,nika 2022-02-18 19:35:13 +00:00
PrintTargetPDF.h
PrintTargetRecording.cpp
PrintTargetRecording.h
PrintTargetSkPDF.cpp
PrintTargetSkPDF.h
PrintTargetThebes.cpp
PrintTargetThebes.h
PrintTargetWindows.cpp
PrintTargetWindows.h
SharedFontList-impl.h Bug 1732343 - Part 5: Use attached handles for Windows SharedMemory serialization, r=handyman 2021-11-09 14:17:33 +00:00
SharedFontList.cpp Bug 1732343 - Part 5: Use attached handles for Windows SharedMemory serialization, r=handyman 2021-11-09 14:17:33 +00:00
SharedFontList.h Bug 1754037 - Part 3c: Automatically update all ParamTraits implementations, r=ipc-reviewers,media-playback-reviewers,bryce,mccr8 2022-03-04 15:39:41 +00:00
SkMemoryReporter.cpp
SkMemoryReporter.h
SoftwareVsyncSource.cpp Bug 1640779 - [X11][EGL] Implement xrandr-based software vsync, r=stransky,gfx-reviewers,jrmuizel 2021-10-23 11:19:10 +00:00
SoftwareVsyncSource.h Bug 1640779 - [X11][EGL] Implement xrandr-based software vsync, r=stransky,gfx-reviewers,jrmuizel 2021-10-23 11:19:10 +00:00
StandardFonts-linux.inc
StandardFonts-macos.inc
StandardFonts-win10.inc
ThebesRLBox.h Bug 1737733 - Update rlbox wasm configuration to use direct function calls r=glandium 2021-10-26 23:41:11 +00:00
ThebesRLBoxTypes.h Bug 1738550 - Clean up RLBox type definitions r=bholley 2021-11-18 19:51:08 +00:00
VsyncSource.cpp Bug 1754562, make parent process' idle detection be aware of active RefreshDrivers in the other processes, r=mstange 2022-02-26 22:37:03 +00:00
VsyncSource.h Bug 1754562, make parent process' idle detection be aware of active RefreshDrivers in the other processes, r=mstange 2022-02-26 22:37:03 +00:00
XlibDisplay.cpp
XlibDisplay.h