gecko-dev/gfx/thebes
Kartikaya Gupta 4b6c3d849f Bug 1292034 - Improve the controls over when flywheel/fling acceleration kicks in. r=rbarker
This patch adds a new pref, which controls the minimum velocity required on a fling
for it to accelerate a previous fling. This makes it so that a fast fling followed
by a very slow fling doesn't get accelerated. Also, update the AndroidAPZ code
to respect the pre-existing fling acceleration interval pref, which disallows
fling acceleration/flywheel if the two flings are too far apart in time.

MozReview-Commit-ID: 7sn57CufPZ4
2016-10-07 21:43:55 -04:00
..
CJKCompatSVS.cpp
ContextStateTracker.cpp Bug 1182996 - Fix and add missing namespace comments. rs=ehsan 2015-07-13 08:25:42 -07:00
ContextStateTracker.h Bug 1182996 - Fix and add missing namespace comments. rs=ehsan 2015-07-13 08:25:42 -07:00
D3D11Checks.cpp Bug 1287653 - Minor fixes in D3D11Checks. - r=mattwoodrow 2016-08-18 14:06:47 -07:00
D3D11Checks.h Move D3D11 device creation out of gfxWindowsPlatform. (bug 1282364 part 3, r=mattwoodrow) 2016-07-26 13:22:13 -07:00
DeviceManagerDx.cpp Backed out changeset d35d695f921d (bug 1292923) for troubles with windows refrests 2016-10-06 14:33:29 +02:00
DeviceManagerDx.h Backed out changeset d35d695f921d (bug 1292923) for troubles with windows refrests 2016-10-06 14:33:29 +02:00
DrawMode.h Bug 1248708 - Part2.1: use mfbt/TypedEnumBits.h for DrawMode. r=jwatt 2016-04-21 23:27:39 +08:00
MathTableStructures.h
PrintTarget.cpp Backed out changeset 1bd6da31483d (bug 1279654) 2016-06-16 17:28:50 +01:00
PrintTarget.h Backed out changeset 1bd6da31483d (bug 1279654) 2016-06-16 17:28:50 +01:00
PrintTargetCG.cpp Bug 1278441 - Add a CoreGraphics subclass of PrintTarget. r=mstange 2016-06-09 22:35:14 +01:00
PrintTargetCG.h Bug 1278441 - Add a CoreGraphics subclass of PrintTarget. r=mstange 2016-06-09 22:35:14 +01:00
PrintTargetPDF.cpp Bug 1278278 - Remove gfxPDFSurface and move its logic to a PrintTargetPDF subclass of PrintTarget. r=Bas 2016-06-06 16:10:28 +01: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 1278276 - Remove gfxPSSurface and move its logic to a PrintTargetPS subclass of PrintTarget. r=Bas 2016-06-06 16:10:28 +01:00
PrintTargetPS.h Bug 1278276 - Remove gfxPSSurface and move its logic to a PrintTargetPS subclass of PrintTarget. r=Bas 2016-06-06 16:10:28 +01: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
PrintTargetThebes.cpp Backed out changeset 1bd6da31483d (bug 1279654) 2016-06-16 17:28:50 +01:00
PrintTargetThebes.h Backed out changeset 1bd6da31483d (bug 1279654) 2016-06-16 17:28:50 +01:00
PrintTargetWindows.cpp Bug 1284837 - Disallow implicit conversions from float to integer when creating IntPoint and IntSize objects. r=botond 2016-07-26 16:48:30 +02:00
PrintTargetWindows.h Bug 1279788 - Create a PrintTargetWindows subclass of PrintTarget. r=eflores 2016-06-14 19:26:35 +01:00
RoundedRect.h
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 1276931. Add VsyncSource::Shutdown which shuts down global display. r=jrmuizel 2016-06-06 10:07:29 -07:00
cairo-xlib-utils.h
d3dkmtQueryStatistics.h
genLanguageTagList.pl
genTables.py Bug 1252302 - Remove gfx/thebes/Makefile.in; r=gps 2016-02-26 23:25:31 -05:00
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 Backed out changeset 5285464565a8 for landing with the wrong bug number in the commit message. 2016-09-27 17:31:59 -04:00
gfxASurface.h Backed out changeset 5285464565a8 for landing with the wrong bug number in the commit message. 2016-09-27 17:31:59 -04: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 Bug 1155621 - Make nsIntRect and nsIntPoint typedefs of mozilla::gfx::IntRect and mozilla::gfx::IntPoint. r=Bas 2015-04-21 17:04:57 +02:00
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 1299164: Part 2. Use BufferSizeFromDimensions method, as well as some of the others that check for valid size. r=bas 2016-09-15 10:36:21 -04:00
gfxAndroidPlatform.h Bug 1277646 - remove unused field gfxAndroidPlatform::mScreenDepth; r=snorp 2016-06-03 18:31:05 -04: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 1296665: gfxBlur should attempt to create a box shadow for the correct type of DrawTarget. r=mchang 2016-09-15 13:53:12 +02:00
gfxBlur.h Bug 1265452 - Remove use of nsAutoPtr from gfx/thebes. r=jrmuizel 2016-04-15 20:45:37 +01: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 1284837 - Disallow implicit conversions from float to integer when creating. r=botond 2016-09-16 17:49:39 +02:00
gfxContext.h Bug 1304011 - Part 4. For css-mask, compute frame offset by the current frame. r=mstange 2016-09-22 13:38:55 +08:00
gfxCoreTextShaper.cpp Bug 1299727 - Rename NS_WARN_IF_FALSE as NS_WARNING_ASSERTION. r=erahm. 2016-09-01 15:01:16 +10: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 1121643 - Add "font.system.whitelist" pref to resist font-based fingerprinting. r=jfkthame 2016-08-23 00:06:07 +00:00
gfxDWriteFontList.h Bug 1121643 - Add "font.system.whitelist" pref to resist font-based fingerprinting. r=jfkthame 2016-08-23 00:06:07 +00:00
gfxDWriteFonts.cpp Bug 1299903. Force GDI Classic rendering for specific fonts with skia on windows. r=lsalzman 2016-09-16 12:25:42 -07:00
gfxDWriteFonts.h Bug 1296742 - Initialize gfxGDIFont's metrics at construction time, like other platform font subclasses, and remove its no-longer-needed support for init-on-first-use pattern. r=jrmuizel 2016-08-22 21:39:19 +01:00
gfxDrawable.cpp Bug 1284837 - Disallow implicit conversions from float to integer when creating. r=botond 2016-09-16 17:49:39 +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 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
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 Bug 1182996 - Fix and add missing namespace comments. rs=ehsan 2015-07-13 08:25:42 -07:00
gfxFcPlatformFontList.cpp Bug 1121643 - Add "font.system.whitelist" pref to resist font-based fingerprinting. r=jfkthame 2016-08-23 00:06:07 +00:00
gfxFcPlatformFontList.h Bug 1121643 - Add "font.system.whitelist" pref to resist font-based fingerprinting. r=jfkthame 2016-08-23 00:06:07 +00:00
gfxFont.cpp Backed out changeset 66b8ea362db8 (bug 1304699) for build bustage 2016-09-26 18:37:13 -07:00
gfxFont.h Backed out changeset 66b8ea362db8 (bug 1304699) for build bustage 2016-09-26 18:37:13 -07: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 Backed out changeset 66b8ea362db8 (bug 1304699) for build bustage 2016-09-26 18:37:13 -07:00
gfxFontEntry.h Bug 1228799 - Part 1 - Move GetTableFromFontData to gfxFontUtils as a static function, and expose FindTableDirEntry helper method. r=emk 2016-08-19 13:57:05 +01: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 Bug 1182996 - Fix and add missing namespace comments. rs=ehsan 2015-07-13 08:25:42 -07:00
gfxFontPrefLangList.h Bug 1205570 - fix up font prefs for x-math lang group. r=heycam 2015-09-18 13:48:45 +09:00
gfxFontTest.cpp
gfxFontTest.h Bug 1159273 - Fix out-dated Cairo usage that may fail to build or work properly when system Cairo is involved. r=jrmuizel 2015-05-13 12:00:30 +09:00
gfxFontUtils.cpp Bug 757366 - Don't cast pointers to 'name'-table data to uint16_t*, as they may not be 16-bit-aligned. r=jrmuizel 2016-09-26 18:05:14 +01:00
gfxFontUtils.h Bug 1228799 - Part 1 - Move GetTableFromFontData to gfxFontUtils as a static function, and expose FindTableDirEntry helper method. r=emk 2016-08-19 13:57:05 +01: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 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
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 1296742 - Initialize gfxGDIFont's metrics at construction time, like other platform font subclasses, and remove its no-longer-needed support for init-on-first-use pattern. r=jrmuizel 2016-08-22 21:39:19 +01:00
gfxGDIFont.h Bug 1296742 - Initialize gfxGDIFont's metrics at construction time, like other platform font subclasses, and remove its no-longer-needed support for init-on-first-use pattern. r=jrmuizel 2016-08-22 21:39:19 +01:00
gfxGDIFontList.cpp Bug 1121643 - Add "font.system.whitelist" pref to resist font-based fingerprinting. r=jfkthame 2016-08-23 00:06:07 +00:00
gfxGDIFontList.h Bug 1121643 - Add "font.system.whitelist" pref to resist font-based fingerprinting. r=jfkthame 2016-08-23 00:06:07 +00:00
gfxGdkNativeRenderer.cpp Bug 1158120 - Replace nsIntSize by mozilla::gfx::IntSize in gfx/thebes. r=nical 2015-05-28 15:00:17 +02:00
gfxGdkNativeRenderer.h Bug 1158120 - Replace nsIntSize by mozilla::gfx::IntSize in gfx/thebes. r=nical 2015-05-28 15:00:17 +02:00
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 1299727 - Rename NS_WARN_IF_FALSE as NS_WARNING_ASSERTION. r=erahm. 2016-09-01 15:01:16 +10:00
gfxHarfBuzzShaper.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
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 1293210 - get cap height from platform APIs for non-sfnt fonts on Mac. r=jfkthame 2016-08-18 17:43:54 +08:00
gfxMacFont.h Bug 1282248 - Declare a bunch of gfxTextRun measurement/drawing methods and related helpers as const. r=m_kato 2016-06-27 17:41:55 +01:00
gfxMacPlatformFontList.h Bug 1121643 - Add "font.system.whitelist" pref to resist font-based fingerprinting. r=jfkthame 2016-08-23 00:06:07 +00:00
gfxMacPlatformFontList.mm Bug 1121643 - Add "font.system.whitelist" pref to resist font-based fingerprinting. r=jfkthame 2016-08-23 00:06:07 +00:00
gfxMathTable.cpp Bug 1268878 - Include various of gfxFontEntry's sub-objects in memory reporting. r=njn 2016-05-03 12:14:35 +01:00
gfxMathTable.h Bug 1268878 - Include various of gfxFontEntry's sub-objects in memory reporting. r=njn 2016-05-03 12:14:35 +01:00
gfxMatrix.cpp Bug 1181240 - Part 1: Copy methods from gfx3DMatrix,r=vlad 2015-07-09 16:27:38 -07:00
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 1297828 - Ensure gfx logging works in the GPU process r=dvander 2016-10-07 11:28:41 -04:00
gfxPlatform.h Bug 1297828 - Ensure gfx logging works in the GPU process r=dvander 2016-10-07 11:28:41 -04:00
gfxPlatformFontList.cpp Bug 1121643 - Add "font.system.whitelist" pref to resist font-based fingerprinting. r=jfkthame 2016-08-23 00:06:07 +00: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 1299164: Part 2. Use BufferSizeFromDimensions method, as well as some of the others that check for valid size. r=bas 2016-09-15 10:36:21 -04:00
gfxPlatformGtk.h Move UseXRender from gfxPlatformGtk to gfxVars. (bug 1288259 part 5, r=jrmuizel) 2016-08-04 11:33:44 -07:00
gfxPlatformMac.cpp Bug 1299164: Part 2. Use BufferSizeFromDimensions method, as well as some of the others that check for valid size. r=bas 2016-09-15 10:36:21 -04:00
gfxPlatformMac.h Bug 1280827 - Remove some obsolete OS X version checks in gfx/. r=jrmuizel. 2016-07-10 13:11:33 +02:00
gfxPoint.h Bug 1181240 - Part 1: Copy methods from gfx3DMatrix,r=vlad 2015-07-09 16:27:38 -07:00
gfxPrefs.cpp Bug 1297276 - Rename mfbt/unused.h to mfbt/Unused.h for consistency. r=froydnj 2016-08-24 14:47:04 +08:00
gfxPrefs.h Bug 1292034 - Improve the controls over when flywheel/fling acceleration kicks in. r=rbarker 2016-10-07 21:43:55 -04:00
gfxQuad.h
gfxQuartzNativeDrawing.cpp Bug 942688 - Draw Cocoa Widget without assuming DrawTargetCG. r=mstange 2016-08-03 07:53:12 -07: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
gfxRect.cpp Bug 1157984 - Part 4: Remove gfxRect::TransformBounds,r=vlad 2015-08-06 17:28:38 -07:00
gfxRect.h Bug 1069417 - Generalize Matrix4x4 into Matrix4x4Typed<SourceUnits, TargetUnits>. r=Bas 2015-12-02 18:52:00 -05:00
gfxSVGGlyphs.cpp Bug 1058040, part 2 - Rename gfxTextContextPaint to SVGContextPaint and add some code comments. r=dholbert 2016-07-22 14:56:09 +01: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 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
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 Bug 1158120 - Replace gfxIntSize by mozilla::gfx::IntSize in gfx/thebes part 1. r=nical 2015-06-01 10:26:19 +02:00
gfxSkipChars.cpp
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 Bug 1299727 - Rename NS_WARN_IF_FALSE as NS_WARNING_ASSERTION. r=erahm. 2016-09-01 15:01:16 +10:00
gfxTextRun.h Backed out changeset 932c269da17b (bug 1008019) 2016-08-26 11:30:45 +02: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 1306715 - Ignore the font whitelist if we're not using a gfxPlatformFontList backend (i.e. using the old Linux/fontconfig backend). r=jrmuizel 2016-10-06 21:00:24 +01:00
gfxUserFontSet.h Bug 1297658 - Avoid unnecessary checking in memory reporters. r=erahm. 2016-08-24 15:23:45 +10:00
gfxUtils.cpp Bug 1029705 - allow clipping to a list of device-space rectangles (a region) in DrawTarget via PushDeviceSpaceClipRects. r=bas 2016-09-21 17:03:20 -04:00
gfxUtils.h Bug 1287653 - Blacklist dx_interop2. - r=milan 2016-08-18 14:06:57 -07: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 1307228: Remove a warning that doesn't help. r=dvander 2016-10-03 16:57:36 -04:00
gfxWindowsPlatform.h Bug 1259571 - Reduce tearing with basic layers on Windows r=dvander 2016-08-23 15:18:55 -07:00
gfxWindowsSurface.cpp Bug 1279788 - Create a PrintTargetWindows subclass of PrintTarget. r=eflores 2016-06-14 19:26:35 +01:00
gfxWindowsSurface.h Bug 1279788 - Create a PrintTargetWindows subclass of PrintTarget. r=eflores 2016-06-14 19:26:35 +01: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 1300656 - Optimize gfxUtils::ConvertBGRAtoRGBA() r=jrmuizel 2016-09-12 22:19:29 -07:00
nsUnicodeRange.cpp Bug 1166667 - Remove LangGroupFromUnicodeRange due to unused. r=jfkthame 2015-05-21 16:09:07 +09:00
nsUnicodeRange.h Bug 1166667 - Remove LangGroupFromUnicodeRange due to unused. r=jfkthame 2015-05-21 16:09:07 +09:00