gecko-dev/gfx/thebes
Jonathan Kew 916053d932 Bug 1787603 - Only pass content lang to fontconfig for CJK & Arabic scripts, to avoid performance quagmire on pages like wikipedia.org. r=jwatt
This in effect reverts part of bug 1756400, so that we only do the full
per-language fontconfig substitution processing for locales that use
CJK or Arabic script. These are the locales where it is likely that
there may be custom per-language/locale font preferences that need to
be respected.

(In theory fontconfig could be set up with per-language rules even for
distinctions like 'en-US' vs 'en-GB', or 'en' vs 'fr' vs 'de', etc.,
and we will no longer respect these. But it is almost vanishingly unlikely
that separate font mappings for such distinctions will really be needed,
and the cost of doing all the lookups separately for every lang tag,
even within simple writing systems like Latin, is excessive.)

No automated tests, as this is heavily dependent on the system configuration.

Differential Revision: https://phabricator.services.mozilla.com/D162304
2022-11-21 15:01:24 +00:00
..
CJKCompatSVS.cpp
COLRFonts.cpp Bug 1800530 - Add CoordTyped overloads of FuzzyEqualsAdditive/Multiplicative. r=botond 2022-11-19 02:34:27 +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 Bug 1766377 - Fix remaining sign-compare warnings in Windows builds. r=rkraesig,gsvelto,media-playback-reviewers,gfx-reviewers,bryce,sotaro 2022-04-29 09:14:12 +00:00
D3D11Checks.h
DeviceManagerDx.cpp Bug 1800930 - Add a pref to disable target independent rasterization with D2D. r=lsalzman 2022-11-17 20:46:18 +00: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
PrintTarget.cpp Bug 1779202 - Disable use of CGLayer-backed cairo quartz surfaces to work around scaling bug affecting XObject images in pdf.js output. r=dholbert 2022-09-06 18:25:20 +00:00
PrintTarget.h Bug 1751961 - Remove some dead code. r=tnikkel 2022-04-05 10:19:27 +00:00
PrintTargetCG.h Bug 1760836 - Support printing to an nsIOutputStream. r=jfkthame,jrmuizel,webdriver-reviewers,geckoview-reviewers,agi 2022-03-30 18:51:58 +00:00
PrintTargetCG.mm Bug 1760836 - Support printing to an nsIOutputStream. r=jfkthame,jrmuizel,webdriver-reviewers,geckoview-reviewers,agi 2022-03-30 18:51:58 +00:00
PrintTargetPDF.cpp Bug 1763679 - Null-check in PrintTargetPDF, rather than relying on the caller to do so. r=hiro 2022-04-08 01:00:32 +00:00
PrintTargetPDF.h
PrintTargetRecording.cpp Bug 1519636 - Reformat recent changes to the Google coding style r=andi 2020-11-04 18:46:00 +00:00
PrintTargetRecording.h
PrintTargetSkPDF.cpp
PrintTargetSkPDF.h
PrintTargetThebes.cpp Bug 1669740 - Cleanup some WrapAndRecord usage. r=aosmond 2020-10-21 15:09:22 +00:00
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 1772006 - Part 4: Simplify and move the string comparison APIs from ns[T]StringObsolete, r=xpcom-reviewers,necko-reviewers,dragana,barret 2022-07-30 00:12:48 +00:00
SharedFontList.h Bug 1757929 - Remove a bunch of IPC headers from gfxFont and co. r=jfkthame,layout-reviewers 2022-05-05 11:37:51 +00:00
SkMemoryReporter.cpp
SkMemoryReporter.h
SoftwareVsyncSource.cpp Bug 1765399 - Add SoftwareVsyncSource::SetVsyncRate and make XrandrSoftwareVsyncSource vsync rate adjustment threadsafe. r=smaug 2022-05-05 02:15:18 +00:00
SoftwareVsyncSource.h Bug 1765399 - Add SoftwareVsyncSource::SetVsyncRate and make XrandrSoftwareVsyncSource vsync rate adjustment threadsafe. r=smaug 2022-05-05 02:15:18 +00:00
StandardFonts-linux.inc Bug 1619350 - patch 3 - Add lists of base system fonts for latest Ubuntu and Fedora versions. r=jwatt 2020-04-02 23:12:56 +00:00
StandardFonts-macos.inc Bug 1723874 - Update the list of standard macOS fonts to be current/correct. r=emilio 2021-08-06 13:08:15 +00:00
StandardFonts-win10.inc Bug 1654501 - Fix incorrectly sorted entries in the lists of standard Windows fonts. r=jwatt 2020-07-26 18:10:04 +00:00
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 1783818 [Wayland] Don't fire Wayland vsync if VsyncSource is disabled r=emilio 2022-09-27 18:40:42 +00:00
VsyncSource.h Bug 1765399 - Invert the relationship between VsyncSource and VsyncDispatcher: The VsyncDispatcher now owns the source. r=smaug 2022-05-05 02:15:18 +00:00
XlibDisplay.cpp Bug 1635451 - Allow GLX to work in headless content processes. r=jgilbert 2021-07-06 07:42:42 +00:00
XlibDisplay.h Bug 1635451 - Allow GLX to work in headless content processes. r=jgilbert 2021-07-06 07:42:42 +00:00
cairo-xlib-utils.h
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
genLanguageTagList.pl
gencjkcisvs.py Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
gfx2DGlue.h Bug 1678062 - Remove unnecessary includes. r=andi 2020-11-23 16:12:02 +00:00
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 Bug 1727807 - Remove unused gfxASurface::CreateSimilarSurface. r=jrmuizel 2021-08-26 19:00:10 +00:00
gfxAlphaRecovery.cpp
gfxAlphaRecovery.h
gfxAlphaRecoverySSE2.cpp Bug 1660470 - Add missing include directives/forward declarations. r=nika 2020-11-23 16:21:38 +00:00
gfxAndroidPlatform.cpp Bug 1776463 - Use C++17 inline variable for CountingAllocatorBase::sAmount. r=xpcom-reviewers,nika 2022-10-17 21:54:12 +00:00
gfxAndroidPlatform.h Bug 1779205 - part 1 - Make gfxPlatform::HasVariationFontSupport() a static method that does not require a gfxPlatform instance. r=gfx-reviewers,jrmuizel 2022-08-04 21:24:11 +00:00
gfxBaseSharedMemorySurface.cpp
gfxBaseSharedMemorySurface.h Bug 1777656: Delete mozilla::ipc::SharedMemory::SharedMemorytype. r=nika,media-playback-reviewers,padenot 2022-07-05 20:08:31 +00:00
gfxBlur.cpp Bug 1761404 - Add DrawTarget DrawShadow API call. r=jrmuizel,gfx-reviewers 2022-04-01 19:03:29 +00:00
gfxBlur.h
gfxColor.h
gfxContext.cpp Bug 1769965 - Convert stroke properties (width, dashes) to device pixels when passing them to the gfxContext. r=emilio 2022-05-21 15:42:16 +00:00
gfxContext.h Bug 1769965 - Convert stroke properties (width, dashes) to device pixels when passing them to the gfxContext. r=emilio 2022-05-21 15:42:16 +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 Bug 1674340 - Separate out language from gfxFontStyle and pass it separately to shaping processes that need it. r=lsalzman 2020-11-13 13:15:39 +00:00
gfxDWriteCommon.cpp Bug 1207753 - Add MOZ_UNANNOTATED to all Mutexes/Monitors r=nika,kershaw 2022-03-16 18:47:08 +00:00
gfxDWriteCommon.h Bug 1773558 - Move fixed-point font types to Rust. r=layout-reviewers,jfkthame 2022-06-13 00:59:23 +00:00
gfxDWriteFontList.cpp Bug 1786281 - Use AutoHBBlob for temporary blobs in various places, to replace manual destruction. r=gfx-reviewers,lsalzman 2022-08-22 13:36:16 +00:00
gfxDWriteFontList.h Bug 1761040 - Prefix thread safety macros with MOZ_ r=geckoview-reviewers,media-playback-reviewers,alwu,jesup,m_kato 2022-08-03 16:39:41 +00:00
gfxDWriteFonts.cpp Bug 1772189 - Avoid potential infinite recursion when initializing vertical metrics, if the font has a broken 'vmtx' table. r=lsalzman 2022-06-16 12:38:35 +00:00
gfxDWriteFonts.h Bug 1780193 - Refactor gfxFontCache expiration behaviour to mitigate perf reductions. r=jfkthame 2022-07-29 14:48:38 +00:00
gfxDrawable.cpp Bug 1728991 - Drop some unused gfxASurface includes. r=aosmond 2021-09-03 16:00:34 +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 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
gfxFT2FontBase.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
gfxFT2FontList.cpp Bug 1787551 - Disable Android's Font Match API on OPPO, realme and OnePlus. r=jfkthame 2022-11-18 15:41:47 +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 Bug 1756468 - Add locking to gfxFont, to allow worker threads to do text shaping. r=lsalzman 2022-03-24 18:58:00 +00:00
gfxFT2Fonts.h Bug 1780193 - Refactor gfxFontCache expiration behaviour to mitigate perf reductions. r=jfkthame 2022-07-29 14:48:38 +00:00
gfxFT2Utils.cpp Bug 1786281 - Use AutoHBBlob for temporary blobs in various places, to replace manual destruction. r=gfx-reviewers,lsalzman 2022-08-22 13:36:16 +00:00
gfxFT2Utils.h Bug 1756468 - Add locking to gfxFont, to allow worker threads to do text shaping. r=lsalzman 2022-03-24 18:58:00 +00:00
gfxFailure.h
gfxFcPlatformFontList.cpp Bug 1787603 - Only pass content lang to fontconfig for CJK & Arabic scripts, to avoid performance quagmire on pages like wikipedia.org. r=jwatt 2022-11-21 15:01:24 +00:00
gfxFcPlatformFontList.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
gfxFont.cpp Bug 1799327 - Ensure cached hashtables used by gfxFont::CheckForFeaturesInvolvingSpace are initialized atomically. r=gfx-reviewers,lsalzman 2022-11-07 15:27:15 +00:00
gfxFont.h Bug 1799327 - Ensure cached hashtables used by gfxFont::CheckForFeaturesInvolvingSpace are initialized atomically. r=gfx-reviewers,lsalzman 2022-11-07 15:27:15 +00:00
gfxFontConstants.h Bug 1461589 - Add support for the CSS font-variant-emoji property to the style system. r=emilio 2022-10-22 09:43:48 +00:00
gfxFontEntry.cpp Bug 1786259 - Avoid potential deadlock via AddWithLegacyFamilyName when shared-fontlist is disabled (incl. safe mode). r=gfx-reviewers,aosmond 2022-09-14 12:50:23 +00:00
gfxFontEntry.h Bug 1786472 - Reduce the number of separate atomic accesses involved in using gfxFontEntry during text measurement/drawing. r=aosmond 2022-09-06 09:20:57 +00:00
gfxFontFeatures.cpp Bug 1653335 - Remove uses of MakeSpan in return statements. r=froydnj 2020-08-07 07:42:50 +00:00
gfxFontFeatures.h Bug 1660470 - Add missing include directives/forward declarations. r=nika 2020-11-23 16:21:38 +00:00
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 Bug 1634281 - Use nsTHashMap instead of nsDataHashtable. r=xpcom-reviewers,necko-reviewers,jgilbert,nika,valentin 2021-03-10 10:47:47 +00:00
gfxFontMissingGlyphs.cpp Bug 1726291 - Remove FrameLayerBuilder. r=miko 2021-08-23 03:07:31 +00:00
gfxFontMissingGlyphs.h
gfxFontPrefLangList.h
gfxFontSrcPrincipal.cpp Bug 1647732 - isolate font cache; r=baku,jfkthame,necko-reviewers 2020-07-10 10:28:40 +00:00
gfxFontSrcPrincipal.h Bug 1678062 - Remove unnecessary includes. r=andi 2020-11-23 16:12:02 +00:00
gfxFontSrcURI.cpp Bug 1782710 - Avoid accessing network service or principals on worker threads with font pathways. r=jfkthame 2022-08-03 11:39:34 +00:00
gfxFontSrcURI.h Bug 1782710 - Avoid accessing network service or principals on worker threads with font pathways. r=jfkthame 2022-08-03 11:39:34 +00:00
gfxFontUtils.cpp Bug 1786281 - Use AutoHBBlob for temporary blobs in various places, to replace manual destruction. r=gfx-reviewers,lsalzman 2022-08-22 13:36:16 +00:00
gfxFontUtils.h Bug 1786281 - Expose AutoHBBlob as a public helper in gfxFontUtils. r=gfx-reviewers,lsalzman 2022-08-22 13:36:16 +00:00
gfxFontVariations.h Bug 1626570 - Improve handling of copying arrays in gfx/thebes. r=jrmuizel 2020-05-05 10:56:14 +00:00
gfxGDIFont.cpp Bug 1766377 - Fix sign-compare warnings related to Windows constants. r=rkraesig,gfx-reviewers,sotaro 2022-04-29 09:14:11 +00:00
gfxGDIFont.h Bug 1780193 - Refactor gfxFontCache expiration behaviour to mitigate perf reductions. r=jfkthame 2022-07-29 14:48:38 +00:00
gfxGDIFontList.cpp Bug 1761040 - Prefix thread safety macros with MOZ_ r=geckoview-reviewers,media-playback-reviewers,alwu,jesup,m_kato 2022-08-03 16:39:41 +00:00
gfxGDIFontList.h Bug 1761040 - Prefix thread safety macros with MOZ_ r=geckoview-reviewers,media-playback-reviewers,alwu,jesup,m_kato 2022-08-03 16:39:41 +00:00
gfxGlyphExtents.cpp Bug 1784940 - Acquire/release locks in gfxFont::Measure fewer times. r=jfkthame 2022-08-17 15:19:22 +00:00
gfxGlyphExtents.h Bug 1786472 - Acquire/release the glyph-extents locks fewer times in gfxTextRun::FetchGlyphExtents. r=aosmond 2022-09-06 09:20:56 +00:00
gfxGradientCache.cpp Bug 1779935 - Ensure GradientCache lookup and insertion are atomic. r=gfx-reviewers,lsalzman 2022-07-18 14:43:16 +00:00
gfxGradientCache.h Bug 1697344 p1: Make GradientCache thread safe. r=jrmuizel 2021-03-29 12:12:20 +00:00
gfxGraphiteShaper.cpp Bug 708901 - Migrate to nsTHashSet in gfx/thebes. r=jfkthame,jrmuizel 2021-03-23 10:36:36 +00:00
gfxGraphiteShaper.h Bug 708901 - Migrate to nsTHashSet in gfx/thebes. r=jfkthame,jrmuizel 2021-03-23 10:36: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 Bug 1740530 - patch 5 - Implement support for COLRv1 glyphs represented as acyclic graphs of paint records. r=gfx-reviewers,lsalzman 2022-08-17 10:59:35 +00:00
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 1791780 - Support custom color font palettes in the COLR-font rendering code. r=gfx-reviewers,lsalzman 2022-10-07 23:00:45 +00:00
gfxMacFont.h Bug 1740530 - patch 7 - Route COLRv1 fonts on macOS through our COLR-rendering path; only COLRv0 can use the native Core Text support. r=gfx-reviewers,lsalzman 2022-08-17 10:59:35 +00:00
gfxMacPlatformFontList.h Bug 1761040 - Prefix thread safety macros with MOZ_ r=geckoview-reviewers,media-playback-reviewers,alwu,jesup,m_kato 2022-08-03 16:39:41 +00:00
gfxMacPlatformFontList.mm Bug 1776653 Part 2: Prevent concurrent font creation between Font Loader and main thread on macOS. r=jrmuizel 2022-09-07 22:43:37 +00:00
gfxMacUtils.cpp Backed out 2 changesets (bug 1773752, bug 1696513) for causing build bustages. CLOSED TREE 2022-06-11 02:35:43 +03:00
gfxMacUtils.h Bug 1768824 Part 2: Set macOS transfer functions independently of colorSpace. r=media-playback-reviewers,alwu 2022-05-31 23:06:16 +00:00
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 Bug 1728991 - Drop some unused gfxASurface includes. r=aosmond 2021-09-03 16:00:34 +00:00
gfxPattern.h Bug 1519636 - Reformat recent changes to the Google coding style r=jgilbert 2020-04-05 13:34:58 +00:00
gfxPlatform.cpp Bug 1794722 - Part 2. Remove all uses of gfxVars::UseWebRender(). r=jrmuizel,media-playback-reviewers,alwu 2022-10-28 12:36:06 +00:00
gfxPlatform.h Bug 1794722 - Part 2. Remove all uses of gfxVars::UseWebRender(). r=jrmuizel,media-playback-reviewers,alwu 2022-10-28 12:36:06 +00:00
gfxPlatformFontList.cpp Bug 1771125 - Don't bother trying to start the font-info loader if we're already shutting down. r=lsalzman 2022-09-03 01:53:21 +00:00
gfxPlatformFontList.h Bug 1761040 - Prefix thread safety macros with MOZ_ r=geckoview-reviewers,media-playback-reviewers,alwu,jesup,m_kato 2022-08-03 16:39:41 +00:00
gfxPlatformGtk.cpp Bug 1794722 - Part 1. Remove WebRender from the GfxInfo allowlist. r=jrmuizel 2022-10-28 12:36:05 +00:00
gfxPlatformGtk.h Bug 1779205 - part 1 - Make gfxPlatform::HasVariationFontSupport() a static method that does not require a gfxPlatform instance. r=gfx-reviewers,jrmuizel 2022-08-04 21:24:11 +00:00
gfxPlatformMac.cpp Bug 1740530 - patch 7 - Route COLRv1 fonts on macOS through our COLR-rendering path; only COLRv0 can use the native Core Text support. r=gfx-reviewers,lsalzman 2022-08-17 10:59:35 +00:00
gfxPlatformMac.h Bug 1784058 - Simplify @font-face format hint handling in gfx/thebes, now that it is explicitly only a single hint, not a set. r=gfx-reviewers,aosmond,lsalzman 2022-08-12 11:25:58 +00:00
gfxPlatformWorker.cpp Bug 1779570. r=jrmuizel 2022-07-14 20:17:10 +00:00
gfxPlatformWorker.h Bug 1779570 - Fix hybrid builds. r=gfx-reviewers,lsalzman 2022-07-14 21:13:45 +00:00
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 Bug 1728205 - Remove DrawTargetDual. r=jrmuizel 2021-08-30 22:55:32 +00:00
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 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
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 Bug 1798953 part 2: Annotate gfxSkipCharsIterator as MOZ_STACK_CLASS. r=jfkthame 2022-11-03 18:03:59 +00:00
gfxTextRun.cpp Bug 1801248 - Fix up pointer arithmetic. r=gfx-reviewers,lsalzman 2022-11-21 10:07:03 +00:00
gfxTextRun.h Bug 1798080 part 1: Add MOZ_STACK_CLASS annotation to some text layout/painting classes, to reflect reality. r=jfkthame 2022-10-29 17:43:29 +00:00
gfxTypes.h Bug 1715501 - patch 2 - Pass the presContext to platform font lookup methods so they can query it for font visibility. r=emilio 2021-09-08 12:18:17 +00:00
gfxUserFontSet.cpp Bug 1793127. r=jfkthame 2022-10-30 23:48:26 +00:00
gfxUserFontSet.h Bug 1793127. r=jfkthame 2022-10-30 23:48:26 +00:00
gfxUtils.cpp Bug 1765187 Part 1: Track color primaries independently from coefficients. r=media-playback-reviewers,jgilbert,alwu 2022-10-10 20:12:58 +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 Bug 1767122 - Change the type of gfxWindowsNativeDrawing::mScale to MatrixScalesDouble. r=botond 2022-06-06 22:01:56 +00:00
gfxWindowsNativeDrawing.h Bug 1767122 - Change the type of gfxWindowsNativeDrawing::mScale to MatrixScalesDouble. r=botond 2022-06-06 22:01:56 +00:00
gfxWindowsPlatform.cpp Bug 1794722 - Part 2. Remove all uses of gfxVars::UseWebRender(). r=jrmuizel,media-playback-reviewers,alwu 2022-10-28 12:36:06 +00:00
gfxWindowsPlatform.h Bug 1779205 - part 1 - Make gfxPlatform::HasVariationFontSupport() a static method that does not require a gfxPlatform instance. r=gfx-reviewers,jrmuizel 2022-08-04 21:24:11 +00:00
gfxWindowsSurface.cpp Bug 1727807 - Remove unused gfxASurface::CreateSimilarSurface. r=jrmuizel 2021-08-26 19:00:10 +00:00
gfxWindowsSurface.h Bug 1727807 - Remove unused gfxASurface::CreateSimilarSurface. r=jrmuizel 2021-08-26 19:00:10 +00:00
gfxXlibSurface.cpp Bug 1732443 - Remove remaining XRender leftovers,r=emilio,stransky 2021-09-30 14:14:13 +00:00
gfxXlibSurface.h Bug 1732443 - Remove remaining XRender leftovers,r=emilio,stransky 2021-09-30 14:14:13 +00:00
moz.build Bug 1785991 - Add COLRv1 fuzzer. r=jfkthame 2022-09-07 11:27:34 +00:00
nsIFontLoadCompleteCallback.idl