gecko-dev/gfx/thebes
Daniel Holbert 328377e73b Bug 1291483 part 1: Use 'MakeUnique' instead of 'new' to allocate gfxFont::mGlyphChangeObservers. r=jfkthame
MozReview-Commit-ID: 7FO1HAukp5j

--HG--
extra : rebase_source : f87450b6b0627ac615ec5e4850308e4b0e159df7
2017-03-09 16:38:56 -08:00
..
CJKCompatSVS.cpp
ContextStateTracker.cpp Bug 1333296 (part 1) - Rename MOZ_ENABLE_PROFILER_SPS as MOZ_GECKO_PROFILER. r=mstange,glandium. 2017-01-24 14:15:12 +11:00
ContextStateTracker.h
D3D11Checks.cpp Bug 1160157 - Use AutoTextureLock to manage the shared resource's mutex. r=dvander 2016-11-07 00:48:00 -05:00
D3D11Checks.h Don't create remote D3D11 devices when remote presentation is broken. (bug 1310443, r=rhunt) 2016-10-25 18:42:20 -07:00
DeviceManagerDx.cpp Bug 1345648 - Add BREAK_ON_D3D_ERROR to DeviceManagerDx - r=kvark 2017-03-09 12:55:01 -08:00
DeviceManagerDx.h Move device reset detection from gfxPlatform to DeviceManagerDx. (bug 1316690 part 1, r=rhunt) 2016-11-11 11:57:06 -08:00
DrawMode.h Bug 1248708 - Part2.1: use mfbt/TypedEnumBits.h for DrawMode. r=jwatt 2016-04-21 23:27:39 +08:00
PrintTarget.cpp Bug 1316750, part 3 - Add special case code to handle CAIRO_SURFACE_TYPE_WIN32 in PrintTarget::GetReferenceDrawTarget. r=edwin 2016-11-15 23:12:09 +00:00
PrintTarget.h Bug 1309272, part 6 - Add page start/end arguments to the PrintTarget::BeginPrinting virtual method and overloads. r=lsalzman 2016-11-29 07:54:30 +00:00
PrintTargetCG.h Bug 1309272, part 7 - Restructure the PMSessionBeginCGDocumentNoDialog related code to live in PrintTargetCG. r=lsalzman 2016-11-29 07:55:00 +00:00
PrintTargetCG.mm Bug 1309272, part 7 - Restructure the PMSessionBeginCGDocumentNoDialog related code to live in PrintTargetCG. r=lsalzman 2016-11-29 07:55:00 +00:00
PrintTargetPDF.cpp Bug 1326418 part 1 - Make PrintTargetPDF::EndPage call PrintTarget::EndPage to fix MOZ_ASSERT failures. r=jwatt 2017-01-03 11:13:00 +00:00
PrintTargetPDF.h Bug 1278278 - Remove gfxPDFSurface and move its logic to a PrintTargetPDF subclass of PrintTarget. r=Bas 2016-06-06 16:10:28 +01:00
PrintTargetPS.cpp Bug 1309272, part 6 - Add page start/end arguments to the PrintTarget::BeginPrinting virtual method and overloads. r=lsalzman 2016-11-29 07:54:30 +00:00
PrintTargetPS.h Bug 1309272, part 6 - Add page start/end arguments to the PrintTarget::BeginPrinting virtual method and overloads. r=lsalzman 2016-11-29 07:54:30 +00:00
PrintTargetRecording.cpp Bug 1279654 - Create a PrintTargetRecording subclass of PrintTarget. r=mstange 2016-06-13 17:19:08 +01:00
PrintTargetRecording.h Bug 1279654 - Create a PrintTargetRecording subclass of PrintTarget. r=mstange 2016-06-13 17:19:08 +01:00
PrintTargetSkPDF.cpp Backed out 5 changesets (bug 1309272) for OSX static build failures a=backout 2016-11-28 13:49:09 -08:00
PrintTargetSkPDF.h Backed out 5 changesets (bug 1309272) for OSX static build failures a=backout 2016-11-28 13:49:09 -08:00
PrintTargetThebes.cpp Bug 1309272, part 6 - Add page start/end arguments to the PrintTarget::BeginPrinting virtual method and overloads. r=lsalzman 2016-11-29 07:54:30 +00:00
PrintTargetThebes.h Bug 1309272, part 6 - Add page start/end arguments to the PrintTarget::BeginPrinting virtual method and overloads. r=lsalzman 2016-11-29 07:54:30 +00:00
PrintTargetWindows.cpp Bug 1333660 - Assertion failure: mHasActivePage (We can't guarantee a valid DrawTarget) r=jwatt 2017-01-25 16:14:21 +08:00
PrintTargetWindows.h Bug 1309272, part 6 - Add page start/end arguments to the PrintTarget::BeginPrinting virtual method and overloads. r=lsalzman 2016-11-29 07:54:30 +00:00
RoundedRect.h Bug 1320014 Part 6 - Remove #define NS_CORNER_[TOP_LEFT/TOP_RIGHT/BOTTOM_RIGHT/BOTTOM_LEFT] r=mats 2017-01-04 18:15:30 +08:00
SoftwareVsyncSource.cpp Bug 1277027 - fix MOZ_CRASH to have GFX prefix in webGL code r=BenWa,milan 2016-06-06 11:17:23 -04:00
SoftwareVsyncSource.h Bug 1276931. Add VsyncSource::Shutdown which shuts down global display. r=jrmuizel 2016-06-06 10:07:29 -07:00
VsyncSource.cpp Bug 1276931. Add VsyncSource::Shutdown which shuts down global display. r=jrmuizel 2016-06-06 10:07:29 -07:00
VsyncSource.h Bug 1317656 - Cleanup more gonk/b2g dependent code r=nical 2016-11-15 22:01:30 -08:00
cairo-xlib-utils.h
d3dkmtQueryStatistics.h
genLanguageTagList.pl
gencjkcisvs.py
gfx2DGlue.h Bug 1209812 (part 6) - Convert all gfxImageFormat values to SurfaceFormat equivalents. r=jrmuizel. 2016-01-07 20:57:38 -08:00
gfxASurface.cpp Bug 1338086 - Remove useless else blocks in order to reduce complexity in gfx/ r=nical 2017-02-09 13:39:27 +01:00
gfxASurface.h Bug 1332639 - Remove the external string API: nsStringAPI.h/cpp and nsEmbedString.h, r=glandium 2017-02-27 11:41:52 -05:00
gfxAlphaRecovery.cpp Bug 1209812 (part 6) - Convert all gfxImageFormat values to SurfaceFormat equivalents. r=jrmuizel. 2016-01-07 20:57:38 -08:00
gfxAlphaRecovery.h
gfxAlphaRecoverySSE2.cpp Bug 1209812 (part 6) - Convert all gfxImageFormat values to SurfaceFormat equivalents. r=jrmuizel. 2016-01-07 20:57:38 -08:00
gfxAndroidPlatform.cpp Bug 1328115 - 1. Test vsync support in native code; r=snorp 2017-01-09 14:10:23 -05:00
gfxAndroidPlatform.h Bug 1282306 - More correctly describe APZ touch support in about:support. r=botond 2017-03-10 15:18:48 -05:00
gfxBaseSharedMemorySurface.cpp
gfxBaseSharedMemorySurface.h Bug 1279628, part 2 - Switch all but one of the gfxASurface::CheckSurfaceSize calls to call Factory::CheckSurfaceSize. r=mstange 2016-06-10 13:32:01 +01:00
gfxBlur.cpp bug 1333749 - verify that inset box shadows are symmetric before attempting to mirror them. r=mchang 2017-01-25 14:53:38 -05:00
gfxBlur.h Bug 1250037 - part 2 - use DrawTarget::DrawSurfaceWithShadow to render box shadows on platforms that accelerate it. r=mchang 2016-11-21 13:17:09 -05:00
gfxColor.h Bug 1275016 - Rename Endian.h to EndianUtils.h to avoid #include confusion with Android's endian.h stdlib header. r=froydnj 2016-05-22 13:31:11 -07:00
gfxContext.cpp Bug 1335149. Remove unnecessary flush() calls from canvas implementation. 2017-02-01 15:09:38 -05:00
gfxContext.h Bug 1322729 - Have gfxContext always use DrawTarget::PushLayer/PopLayer. r=lsalzman 2016-12-16 11:02:04 -05:00
gfxCoreTextShaper.cpp Bug 1321031 pt 4 - Preserve variations settings if gfxCoreTextShaper needs to instantiate a new CTFont. r=jrmuizel 2017-01-06 16:35:12 +00:00
gfxCoreTextShaper.h Bug 1266391 - Introduce an enum class mozilla::unicode::Script, and use this instead of bare integers to specify script codes for better type checking. r=masayuki 2016-04-21 18:58:59 +01:00
gfxDWriteCommon.cpp Bug 1257124: Add null check for IDWriteFactory in gfxDWriteFontFileLoader::CreateCustomFontFile. r=bas 2016-03-18 09:53:31 +00:00
gfxDWriteCommon.h Bug 1265452 - Remove use of nsAutoPtr from gfx/thebes. r=jrmuizel 2016-04-15 20:45:37 +01:00
gfxDWriteFontList.cpp Bug 1309917 - Stop defaulting to system wide default fonts if no IDWriteFont exists. r=jfkthame 2016-10-12 15:53:04 -07:00
gfxDWriteFontList.h Bug 1322465 part 5 - Use explicit/MOZ_IMPLICIT for the unary constructors in gfx/. r=Ehsan 2016-12-16 15:54:32 +08:00
gfxDWriteFonts.cpp Backed out changeset 84f4a96a130b (bug 1325743) for incredibly frequent Windows 7 VM reftest crashes in variable-supports-23.html a=backout 2017-01-10 13:52:23 -08:00
gfxDWriteFonts.h Bug 1329670: Change gfxFont::CopyWithAntialiasOption to return UniquePtr instead of raw pointer. r=jfkthame 2017-01-09 09:41:35 -08:00
gfxDrawable.cpp Bug 1317637 - Use C++11's override and remove virtual where applicable in gfx/. r=jrmuizel 2016-11-15 11:16:29 +02:00
gfxDrawable.h Bug 1277862, part 2 - Rename Moz2D's Filter to SamplingFilter in the rest of gfx/. r=Bas 2016-05-25 17:01:18 +01:00
gfxEnv.h Bug 1278403 - Clean up gfxEnv.h - r=milan 2016-06-21 13:47:30 -07:00
gfxFT2FontBase.cpp Bug 1278614 - Update the freetype-based GetGlyph method to conform to the expectations of the HarfBuzz callbacks, returning 0 for unsupported <Base, Variation-Selector> sequences instead of automatically returning the default mapping and ignoring the VS. r=karlt 2016-06-07 20:29:25 +01:00
gfxFT2FontBase.h Bug 1232822 (part 1) - Moz2Dify SetupCairoFont(). r=jfkthame. 2015-12-15 13:56:40 -08:00
gfxFT2FontList.cpp Bug 1309205 - part 1 - allow querying FT_Library from gfxPlatform so that Moz2d Factory can use it. r=jfkthame 2017-01-04 14:00:17 -05:00
gfxFT2FontList.h Bug 1121643 - Ensure the FontNameCache only updates its records in StartupCache once, even if the font-list is rebuilt. r=jrmuizel 2016-09-28 20:42:41 +01:00
gfxFT2Fonts.cpp Bug 1287552 - part 4 - add ScaledFontFontconfig to remember generating FcPattern. r=jrmuizel 2016-07-20 15:07:11 -04:00
gfxFT2Fonts.h Bug 1287552 - part 4 - add ScaledFontFontconfig to remember generating FcPattern. r=jrmuizel 2016-07-20 15:07:11 -04:00
gfxFT2Utils.cpp Bug 1293210 - get cap height from FT2 backend. r=jfkthame 2016-08-18 17:43:54 +08:00
gfxFT2Utils.h Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat 2015-10-18 01:24:48 -04:00
gfxFailure.h
gfxFcPlatformFontList.cpp Bug 1330710 - make gfxFontconfigFont keep track of its actual adjusted size. r=jfkthame 2017-01-12 17:37:07 -05:00
gfxFcPlatformFontList.h Bug 1330710 - make gfxFontconfigFont keep track of its actual adjusted size. r=jfkthame 2017-01-12 17:37:07 -05:00
gfxFont.cpp Bug 1291483 part 1: Use 'MakeUnique' instead of 'new' to allocate gfxFont::mGlyphChangeObservers. r=jfkthame 2017-03-09 16:38:56 -08:00
gfxFont.h Backed out changeset c8bfaf1927b6 (bug 1291483) 2017-03-10 15:47:28 +01:00
gfxFontConstants.h Bug 1097499 part 10 - Add fwid/hwid/twid/qwid font feature support to gfx. r=jfkthame 2016-04-22 09:18:41 +10:00
gfxFontEntry.cpp Bug 1305977 - Use HarfBuzz ot-math API to parse the OpenType MATH table. r=jfkthame 2016-11-02 11:47:18 -07:00
gfxFontEntry.h Bug 1305977 - Use HarfBuzz ot-math API to parse the OpenType MATH table. r=jfkthame 2016-11-02 11:47:18 -07:00
gfxFontFamilyList.h Bug 1278647 [stylo] Add font family bindings for Servo r=heycam 2016-06-07 12:13:24 -07:00
gfxFontFeatures.cpp
gfxFontFeatures.h
gfxFontInfoLoader.cpp Bug 1265927: Move nsRunnable to mozilla::Runnable, CancelableRunnable to mozilla::CancelableRunnable. r=froydnj 2016-04-25 17:23:21 -07:00
gfxFontInfoLoader.h Bug 1265452 - Remove use of nsAutoPtr from gfx/thebes. r=jrmuizel 2016-04-15 20:45:37 +01:00
gfxFontMissingGlyphs.cpp Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat 2015-10-18 01:24:48 -04:00
gfxFontMissingGlyphs.h
gfxFontPrefLangList.h Bug 1205570 - fix up font prefs for x-math lang group. r=heycam 2015-09-18 13:48:45 +09:00
gfxFontUtils.cpp Bug 1331859 - For legacy Mac-platform font names that our standard decoders don't handle, try using CoreFoundation to convert to Unicode. r=jrmuizel 2017-01-27 12:05:23 +00:00
gfxFontUtils.h Bug 1320665 - Add support for 'cmap' subtable format 13. r=jrmuizel 2016-12-13 12:15:24 +00:00
gfxFontVariations.h Bug 1321022 pt 1 - Add a gfxFontVariation struct to represent a <variation-axis, value> pair. r=dholbert 2016-12-03 12:18:25 +00:00
gfxFontconfigFonts.cpp Bug 1306543 - Avoid using g_unicode_script_from_iso15924 directly. r=jfkthame 2016-10-04 14:00:22 +09:00
gfxFontconfigFonts.h Bug 1309205 - part 1 - allow querying FT_Library from gfxPlatform so that Moz2d Factory can use it. r=jfkthame 2017-01-04 14:00:17 -05:00
gfxFontconfigUtils.cpp Bug 1288762 - Fix gfxFontconfigFontBase constructor. r=me 2016-07-22 14:11:59 -04:00
gfxFontconfigUtils.h Bug 1287552 - part 4 - add ScaledFontFontconfig to remember generating FcPattern. r=jrmuizel 2016-07-20 15:07:11 -04:00
gfxGDIFont.cpp Bug 1334860 - Remove WinXP-only ClearType prefs. r=jfkthame 2017-01-29 11:46:24 +09:00
gfxGDIFont.h Bug 1329670: Change gfxFont::CopyWithAntialiasOption to return UniquePtr instead of raw pointer. r=jfkthame 2017-01-09 09:41:35 -08:00
gfxGDIFontList.cpp Bug 1325368 - Assume Win7 or later when testing Windows version. r=jimm 2017-01-29 16:42:46 +09:00
gfxGDIFontList.h Bug 1334860 - Remove WinXP-only ClearType prefs. r=jfkthame 2017-01-29 11:46:24 +09:00
gfxGdkNativeRenderer.cpp
gfxGdkNativeRenderer.h
gfxGlyphExtents.cpp Bug 1231550 - Use DrawTarget instead of gfxContext and/or nsRenderingContext in many places in font/text code. r=jfkthame. 2015-12-15 13:56:41 -08:00
gfxGlyphExtents.h Add DeviceManagerD3D11 as a wrapper around gfxWindowsPlatform. (bug 1282364 part 1, r=mattwoodrow) 2016-07-26 12:50:30 -07:00
gfxGradientCache.cpp Bug 1156742 Part 1: Change Moz2D recording, so that it can be used in isolation. r=bas 2016-01-05 10:08:56 +00:00
gfxGradientCache.h Bug 1156742 Part 1: Change Moz2D recording, so that it can be used in isolation. r=bas 2016-01-05 10:08:56 +00:00
gfxGraphiteShaper.cpp Bug 1279069 - Replace &nbsp; with <space> for Graphite shaping purposes if &nbsp; is not supported by the font. r=jrmuizel 2016-06-09 23:53:22 +01:00
gfxGraphiteShaper.h Bug 1266391 - Introduce an enum class mozilla::unicode::Script, and use this instead of bare integers to specify script codes for better type checking. r=masayuki 2016-04-21 18:58:59 +01:00
gfxHarfBuzzShaper.cpp Bug 1341490: Unified-build bustage fixes. 2017-02-23 15:29:46 +13:00
gfxHarfBuzzShaper.h Bug 1331859 - For legacy Mac-platform font names that our standard decoders don't handle, try using CoreFoundation to convert to Unicode. r=jrmuizel 2017-01-27 12:05:23 +00:00
gfxImageSurface.cpp Bug 1279628, part 2 - Switch all but one of the gfxASurface::CheckSurfaceSize calls to call Factory::CheckSurfaceSize. r=mstange 2016-06-10 13:32:01 +01:00
gfxImageSurface.h Bug 1265452 - Remove use of nsAutoPtr from gfx/thebes. r=jrmuizel 2016-04-15 20:45:37 +01:00
gfxLanguageTagList.cpp
gfxLineSegment.h
gfxMacFont.cpp Bug 1342315 - Don't inadvertently ignore font feature settings when creating a new CTFont. r=jrmuizel 2017-02-24 23:05:42 +00:00
gfxMacFont.h Bug 1330423 - Remove redundant 'virtual' keyword from methods in the Mac font backend. r=jrmuizel 2017-01-18 20:38:04 +00:00
gfxMacPlatformFontList.h Bug 1330423 - Remove redundant 'virtual' keyword from methods in the Mac font backend. r=jrmuizel 2017-01-18 20:38:04 +00:00
gfxMacPlatformFontList.mm Bug 1315752 - Avoid using LookupLocalFont to find the Osaka-Mono face in InitSingleFaceList, so we don't risk triggering a font-download prompt. r=mstange 2017-02-13 21:47:16 +00:00
gfxMathTable.cpp Bug 1341490: Unified-build bustage fixes. 2017-02-23 15:29:46 +13:00
gfxMathTable.h Bug 1305977 - Use HarfBuzz ot-math API to parse the OpenType MATH table. r=jfkthame 2016-11-02 11:47:18 -07:00
gfxMatrix.cpp
gfxMatrix.h Bug 1069417 - Generalize Matrix4x4 into Matrix4x4Typed<SourceUnits, TargetUnits>. r=Bas 2015-12-02 18:52:00 -05:00
gfxPattern.cpp Bug 1277862, part 2 - Rename Moz2D's Filter to SamplingFilter in the rest of gfx/. r=Bas 2016-05-25 17:01:18 +01:00
gfxPattern.h Bug 1277862, part 2 - Rename Moz2D's Filter to SamplingFilter in the rest of gfx/. r=Bas 2016-05-25 17:01:18 +01:00
gfxPlatform.cpp Bug 1282306 - More correctly describe APZ touch support in about:support. r=botond 2017-03-10 15:18:48 -05:00
gfxPlatform.h Bug 1282306 - More correctly describe APZ touch support in about:support. r=botond 2017-03-10 15:18:48 -05:00
gfxPlatformFontList.cpp Bug 1060419 - make log_print use Printf.h, r=froydnj 2016-12-15 20:16:31 -07:00
gfxPlatformFontList.h Bug 1121643 - Add "font.system.whitelist" pref to resist font-based fingerprinting. r=jfkthame 2016-08-23 00:06:07 +00:00
gfxPlatformGtk.cpp Bug 1282306 - More correctly describe APZ touch support in about:support. r=botond 2017-03-10 15:18:48 -05:00
gfxPlatformGtk.h Bug 1282306 - More correctly describe APZ touch support in about:support. r=botond 2017-03-10 15:18:48 -05:00
gfxPlatformMac.cpp Backed out changeset bc0e63d09f83 (bug 1314932) for causing merge conflicts with mozilla-central/autoland and so blocking m-i to m-c merge 2016-11-16 14:51:16 +01:00
gfxPlatformMac.h Backed out changeset bc0e63d09f83 (bug 1314932) for causing merge conflicts with mozilla-central/autoland and so blocking m-i to m-c merge 2016-11-16 14:51:16 +01:00
gfxPoint.h
gfxPrefs.cpp Bug 1316279 - Part 2: Fix gfxPrefs::PrefGet string when using default value; r=dvander 2016-11-25 16:23:25 +08:00
gfxPrefs.h Bug 1339256 - Detect robust_buffer_access_behavior. - r=daoshengmu 2017-03-09 18:57:41 -08:00
gfxQuad.h
gfxQuartzNativeDrawing.cpp Bug 1304152 - Printing uses DrawTargetCairo. Don't blindly assume we have a DrawTargetSkia. r=mchang 2016-10-25 16:22:17 -04:00
gfxQuartzNativeDrawing.h Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat 2015-10-18 01:24:48 -04:00
gfxQuartzSurface.cpp Bug 1279628, part 2 - Switch all but one of the gfxASurface::CheckSurfaceSize calls to call Factory::CheckSurfaceSize. r=mstange 2016-06-10 13:32:01 +01:00
gfxQuartzSurface.h Bug 1278424 - Remove some code from gfxQuartzSurface. r=eflores 2016-05-30 16:26:30 +01:00
gfxQuaternion.h Bug 1304886 - Part 7: Add mulitiplications for quaternions. r=boris,derf 2016-11-16 20:32:33 +09:00
gfxRect.cpp
gfxRect.h Bug 1320014 Part 6 - Remove #define NS_CORNER_[TOP_LEFT/TOP_RIGHT/BOTTOM_RIGHT/BOTTOM_LEFT] r=mats 2017-01-04 18:15:30 +08:00
gfxSVGGlyphs.cpp Bug 1328832 - Part 2: Rename mozFlushType to mozilla::FlushType and make it an enum class. r=bzbarsky 2017-01-05 15:31:56 +08:00
gfxSVGGlyphs.h Bug 1058040, part 2 - Rename gfxTextContextPaint to SVGContextPaint and add some code comments. r=dholbert 2016-07-22 14:56:09 +01:00
gfxScriptItemizer.cpp Bug 1341490: Unified-build bustage fixes. 2017-02-23 15:29:46 +13:00
gfxScriptItemizer.h Bug 1266391 - Introduce an enum class mozilla::unicode::Script, and use this instead of bare integers to specify script codes for better type checking. r=masayuki 2016-04-21 18:58:59 +01:00
gfxSharedImageSurface.h
gfxSkipChars.cpp Bug 1343552 part 2 - Record attempted misuse of gfxSkipCharsIterator via a gfxCriticalError. 2017-03-06 17:31:01 +00:00
gfxSkipChars.h Bug 264412. Refactor nsIFrame::GetRenderedText API to be more sane. r=mats,marcoz 2015-10-30 19:23:10 +13:00
gfxTextRun.cpp Backed out 5 changesets (bug 1056516) for suspicion of causing Linux/OSX topcrashes. 2017-03-10 11:56:50 -05:00
gfxTextRun.h Backed out 5 changesets (bug 1056516) for suspicion of causing Linux/OSX topcrashes. 2017-03-10 11:56:50 -05:00
gfxTypes.h Bug 955857 - Replace CSS word-wrap with overflow-wrap, and add it back as a CSS_PROP_ALIAS. r=dbaron 2016-05-23 20:27:21 -04:00
gfxUserFontSet.cpp Bug 1341085 - Implement a pref that allows OpenType Variation tables to bypass the sanitizer, as it doesn't know about them. r=jrmuizel 2017-02-20 18:00:54 +00:00
gfxUserFontSet.h Bug 1297658 - Avoid unnecessary checking in memory reporters. r=erahm. 2016-08-24 15:23:45 +10:00
gfxUtils.cpp Bug 1342246. Generate resource ids on the client side. r=lsalzman 2017-02-23 17:52:38 -05:00
gfxUtils.h Bug 1342246. Generate resource ids on the client side. r=lsalzman 2017-02-23 17:52:38 -05:00
gfxWindowsNativeDrawing.cpp Bug 1277862, part 2 - Rename Moz2D's Filter to SamplingFilter in the rest of gfx/. r=Bas 2016-05-25 17:01:18 +01:00
gfxWindowsNativeDrawing.h Bug 1231864 (part 2) - Clean up gfxWindowsNativeDrawing::BeginNativeDrawing(). r=mattwoodrow. 2015-12-14 15:00:08 -08:00
gfxWindowsPlatform.cpp Bug 1282306 - More correctly describe APZ touch support in about:support. r=botond 2017-03-10 15:18:48 -05:00
gfxWindowsPlatform.h Bug 1282306 - More correctly describe APZ touch support in about:support. r=botond 2017-03-10 15:18:48 -05:00
gfxWindowsSurface.cpp Bug 1279788 - Create a PrintTargetWindows subclass of PrintTarget. r=eflores 2016-06-14 19:26:35 +01:00
gfxWindowsSurface.h Bug 1322465 part 5 - Use explicit/MOZ_IMPLICIT for the unary constructors in gfx/. r=Ehsan 2016-12-16 15:54:32 +08:00
gfxXlibNativeRenderer.cpp Bug 1251984 - allow gfx.xrender.enabled pref to work for compositing even if content backend is not Cairo. r=jrmuizel 2016-03-01 14:33:53 -05:00
gfxXlibNativeRenderer.h Bug 1229202 (part 7) - Pass a DrawTarget to gfxXlibNativeRenderer::DrawDirect(). r=mattwoodrow. 2015-12-02 15:32:17 -08:00
gfxXlibSurface.cpp Bug 1288686 - Avoid X11's |#define None 0L| intruding on other parts of the code. r=jrmuizel 2016-08-29 16:51:43 -04:00
gfxXlibSurface.h Bug 1288686 - Avoid X11's |#define None 0L| intruding on other parts of the code. r=jrmuizel 2016-08-29 16:51:43 -04:00
moz.build Bug 1282306 - More correctly describe APZ touch support in about:support. r=botond 2017-03-10 15:18:48 -05:00
nsUnicodeRange.cpp
nsUnicodeRange.h