gecko-dev/gfx/thebes
Markus Stange 1cdb518fb7 Bug 1370757 - Only push device aligned clips. r=lsalzman
The new clip from bug 1364007 can cause us to clip to a rectangle that's not
aligned to device pixels. With the current rect inflation, we didn't notice,
but if we want to remove the inflation then we need to make sure to round out
the rect that we clip to.

MozReview-Commit-ID: BO9zds8fiKI

--HG--
extra : rebase_source : f71f283ef73cf58dbc2cc05d06ea9bc864fd5084
2017-06-06 19:19:51 -04:00
..
cairo-xlib-utils.h
CJKCompatSVS.cpp
ContextStateTracker.cpp Bug 1360471 (part 4) - Use a bitfield to represent profiler features. r=mstange. 2017-05-01 14:23:34 +10:00
ContextStateTracker.h Bug 1182996 - Fix and add missing namespace comments. rs=ehsan 2015-07-13 08:25:42 -07:00
d3dkmtQueryStatistics.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 1364433 - Add MOZ_CRASHREPORTER ifdefs to DeviceManagerDx.cpp to fix --disable-crashreporter bustage. r=dvander 2017-05-14 15:54:53 -04:00
DeviceManagerDx.h Wait for CreateCompositorDevices to finish before creating DeviceAttachmentsD3D11. (bug 1362145, r=bas) 2017-05-05 01:04:19 -07:00
DrawMode.h Bug 1248708 - Part2.1: use mfbt/TypedEnumBits.h for DrawMode. r=jwatt 2016-04-21 23:27:39 +08:00
gencjkcisvs.py
genLanguageTagList.pl
gfx2DGlue.h Bug 1209812 (part 6) - Convert all gfxImageFormat values to SurfaceFormat equivalents. r=jrmuizel. 2016-01-07 20:57:38 -08: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 1364628 - implement thread-safe variants of FT_New_Face/FT_Done_Face. r=jrmuizel 2017-05-17 21:56:24 -04:00
gfxAndroidPlatform.h Bug 1348980 - implement UnscaledFont API for Moz2D and thebes. r=jfkthame 2017-04-06 17:41:02 -04:00
gfxASurface.cpp Bug 1356317: Part 1 - Mark SurfaceMemoryReporter refcounting as threadsafe. r=njn 2017-05-29 22:04:30 -07:00
gfxASurface.h Backed out 2 changesets (bug 1359155) for failures in test_getUserMedia_basicTabshare.html a=backout 2017-04-24 15:24:11 -07: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 1361787. Don't use the minimum box shadow when printing box shadows. r=lsalzman 2017-05-11 09:56:15 -07: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 1352528 - Hoist call to GetRoundOffsetsToPixels out of the inner loop of text shaping. r=jrmuizel 2017-04-03 17:49:17 +01:00
gfxCoreTextShaper.h Bug 1352528 - Hoist call to GetRoundOffsetsToPixels out of the inner loop of text shaping. r=jrmuizel 2017-04-03 17:49:17 +01: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
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 1348980 - implement UnscaledFont API for Moz2D and thebes. r=jfkthame 2017-04-06 17:41:02 -04:00
gfxDWriteFontList.h Bug 1348980 - implement UnscaledFont API for Moz2D and thebes. r=jfkthame 2017-04-06 17:41:02 -04:00
gfxDWriteFonts.cpp Bug 1362167 - Use strongly-typed enum classes instead of generic uint16_t fields for the gfxShapedText and gfxTextRun flags. r=jrmuizel 2017-05-04 22:27:05 +01:00
gfxDWriteFonts.h Bug 1362167 - Use strongly-typed enum classes instead of generic uint16_t fields for the gfxShapedText and gfxTextRun flags. r=jrmuizel 2017-05-04 22:27:05 +01:00
gfxEnv.h Bug 1278403 - Clean up gfxEnv.h - r=milan 2016-06-21 13:47:30 -07:00
gfxFailure.h Bug 1182996 - Fix and add missing namespace comments. rs=ehsan 2015-07-13 08:25:42 -07:00
gfxFcPlatformFontList.cpp Bug 1364628 - implement thread-safe variants of FT_New_Face/FT_Done_Face. r=jrmuizel 2017-05-17 21:56:24 -04:00
gfxFcPlatformFontList.h Bug 1364628 - implement thread-safe variants of FT_New_Face/FT_Done_Face. r=jrmuizel 2017-05-17 21:56:24 -04:00
gfxFont.cpp merge mozilla-inbound to mozilla-central + UPGRADE_NSS_RELEASE a=merge 2017-05-30 11:37:46 +02:00
gfxFont.h Bug 1364089 - Eliminate some unnecessary virtual calls in gfxFont-related code. r=jrmuizel 2017-06-01 15:42:07 +01:00
gfxFontconfigFonts.h Bug 1119128. Eliminate gfxPangoFontGroup and gfxFontconfigUtils. r=lsalzman 2017-03-22 14:58:19 -04:00
gfxFontconfigUtils.h Bug 1348980 - implement UnscaledFont API for Moz2D and thebes. r=jfkthame 2017-04-06 17:41:02 -04:00
gfxFontConstants.h Bug 1354876 - Add variables for represents 'normal' value for font-variant-{alternates, east-asian, numeric, ligatures}. r=heycam 2017-04-14 10:41:21 +09:00
gfxFontEntry.cpp Bug 1351440 - Part 2. Encapsulate DrawResult and imgIContainer::FLAG_* into imgDrawingParams, and pass it to PaintSVG. r=jwatt 2017-05-18 22:03:41 +02:00
gfxFontEntry.h Bug 1364089 - Eliminate some unnecessary virtual calls in gfxFont-related code. r=jrmuizel 2017-06-01 15:42:07 +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
gfxFontUtils.cpp Bug 1344990 part.1 gfx and layout should refer "font.name-list.*" when "font.name.*" is empty r=jfkthame 2017-03-29 23:21:47 +09: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 1355931 - move ScaledFont::VariationSetting into separate header for sharing with thebes. r=jrmuizel 2017-04-14 14:11:02 -04:00
gfxFT2FontBase.cpp Bug 1348980 - implement UnscaledFont API for Moz2D and thebes. r=jfkthame 2017-04-06 17:41:02 -04:00
gfxFT2FontBase.h Bug 1348980 - implement UnscaledFont API for Moz2D and thebes. r=jfkthame 2017-04-06 17:41:02 -04:00
gfxFT2FontList.cpp Bug 1364628 - implement thread-safe variants of FT_New_Face/FT_Done_Face. r=jrmuizel 2017-05-17 21:56:24 -04:00
gfxFT2FontList.h Bug 1348980 - implement UnscaledFont API for Moz2D and thebes. r=jfkthame 2017-04-06 17:41:02 -04:00
gfxFT2Fonts.cpp Bug 1352528 - Hoist call to GetRoundOffsetsToPixels out of the inner loop of text shaping. r=jrmuizel 2017-04-03 17:49:17 +01:00
gfxFT2Fonts.h Bug 1352528 - Hoist call to GetRoundOffsetsToPixels out of the inner loop of text shaping. r=jrmuizel 2017-04-03 17:49:17 +01:00
gfxFT2Utils.cpp Bug 1267909 - fix line heights to properly scale to requested size for color-bitmapped SFNTs. r=jfkthame 2017-05-10 11:26:43 -04: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
gfxGDIFont.cpp Bug 1362167 - Use strongly-typed enum classes instead of generic uint16_t fields for the gfxShapedText and gfxTextRun flags. r=jrmuizel 2017-05-04 22:27:05 +01:00
gfxGDIFont.h Bug 1362167 - Use strongly-typed enum classes instead of generic uint16_t fields for the gfxShapedText and gfxTextRun flags. r=jrmuizel 2017-05-04 22:27:05 +01:00
gfxGDIFontList.cpp Bug 1348980 - implement UnscaledFont API for Moz2D and thebes. r=jfkthame 2017-04-06 17:41:02 -04:00
gfxGDIFontList.h Bug 1348980 - implement UnscaledFont API for Moz2D and thebes. r=jfkthame 2017-04-06 17:41:02 -04: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 1352528 - Hoist call to GetRoundOffsetsToPixels out of the inner loop of text shaping. r=jrmuizel 2017-04-03 17:49:17 +01:00
gfxGraphiteShaper.h Bug 1352528 - Hoist call to GetRoundOffsetsToPixels out of the inner loop of text shaping. r=jrmuizel 2017-04-03 17:49:17 +01:00
gfxHarfBuzzShaper.cpp Bug 1361392 - Re-use the hb_buffer in gfxHarfBuzzShaper instead of creating/destroying it on each call to ShapeText. r=jrmuizel 2017-05-02 16:41:42 +01:00
gfxHarfBuzzShaper.h Bug 1361392 - Re-use the hb_buffer in gfxHarfBuzzShaper instead of creating/destroying it on each call to ShapeText. r=jrmuizel 2017-05-02 16:41:42 +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 1362167 - Use strongly-typed enum classes instead of generic uint16_t fields for the gfxShapedText and gfxTextRun flags. r=jrmuizel 2017-05-04 22:27:05 +01:00
gfxMacFont.h Bug 1362167 - Use strongly-typed enum classes instead of generic uint16_t fields for the gfxShapedText and gfxTextRun flags. r=jrmuizel 2017-05-04 22:27:05 +01:00
gfxMacPlatformFontList.h Bug 1348980 - implement UnscaledFont API for Moz2D and thebes. r=jfkthame 2017-04-06 17:41:02 -04:00
gfxMacPlatformFontList.mm Bug 1360309 - Work around some broken Apple fonts. r=jrmuizel 2017-05-03 09:03:18 +01: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 Bug 1181240 - Part 1: Copy methods from gfx3DMatrix,r=vlad 2015-07-09 16:27:38 -07:00
gfxMatrix.h Bug 828240, part 1 - Add an IsRectilinear method to gfxMatrix. r=longsonr 2017-03-15 16:59:32 +00:00
gfxPattern.cpp Bug 1349115 - Remove gfxPattern::CairoStatus r=mstange 2017-03-21 14:32:22 +08:00
gfxPattern.h Bug 1349115 - Remove gfxPattern::CairoStatus r=mstange 2017-03-21 14:32:22 +08:00
gfxPlatform.cpp Bug 1258781 Add pref for content skia font cache size. r=erahm 2017-06-07 10:11:17 -07:00
gfxPlatform.h Bug 1356138 - Backout bug 1337063 (Msg_GetGraphicsDeviceInitData opt) for Talos regression - r=dvander 2017-05-09 14:40:11 +12:00
gfxPlatformFontList.cpp Bug 1352977 - Factor out helpers to construct the names for generic- and language-dependent font/font-list preferences. r=masayuki 2017-04-12 11:32:19 +01:00
gfxPlatformFontList.h Bug 1352977 - Factor out helpers to construct the names for generic- and language-dependent font/font-list preferences. r=masayuki 2017-04-12 11:32:19 +01:00
gfxPlatformGtk.cpp Bug 1369490. Remove some backend type checks that aren't needed. r=lsalzman 2017-06-01 16:58:24 -04:00
gfxPlatformGtk.h Bug 1285533. Remove non-fontconfig platform fontlist codepath. r=lsalzman 2017-03-22 14:58:19 -04: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 Bug 1181240 - Part 1: Copy methods from gfx3DMatrix,r=vlad 2015-07-09 16:27:38 -07:00
gfxPrefs.cpp Bug 1365418 - Expose other layers.advanced configs, and add webrendest option to toggle them all on. r=kats 2017-05-16 17:33:33 -04:00
gfxPrefs.h Merge m-c to autoland. a=merge 2017-06-07 22:55:56 -04:00
gfxQuad.h
gfxQuartzNativeDrawing.cpp Bug 1370757 - Only push device aligned clips. r=lsalzman 2017-06-06 19:19:51 -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 Bug 1157984 - Part 4: Remove gfxRect::TransformBounds,r=vlad 2015-08-06 17:28:38 -07:00
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
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
gfxSVGGlyphs.cpp Bug 1351440 - Part 2. Encapsulate DrawResult and imgIContainer::FLAG_* into imgDrawingParams, and pass it to PaintSVG. r=jwatt 2017-05-18 22:03:41 +02:00
gfxSVGGlyphs.h Bug 1351440 - Part 4. Pass imgDrawingParams to nsSVGPaintServerFrame::GetPaintServerPattern. r=jwatt 2017-05-18 22:03:50 +02:00
gfxTextRun.cpp merge mozilla-inbound to mozilla-central a=merge 2017-05-05 15:17:26 +02:00
gfxTextRun.h Bug 1364089 - Eliminate some unnecessary virtual calls in gfxFont-related code. r=jrmuizel 2017-06-01 15:42:07 +01:00
gfxTypes.h Bug 1355763 - Add gfxAlphaType for specifying opaque/premult/non-premult. - r=daoshengmu 2017-04-13 09:14:34 -07:00
gfxUserFontSet.cpp Bug 1352531 - Make dom::FontFace cache its gfxCharacterMap instead of rebuilding it every time. r=dbaron 2017-04-20 17:00:59 +10:00
gfxUserFontSet.h Bug 1352531 - Make dom::FontFace cache its gfxCharacterMap instead of rebuilding it every time. r=dbaron 2017-04-20 17:00:59 +10:00
gfxUtils.cpp Bug 1348980 - use UnscaledFont to track WebRender font keys. r=jrmuizel 2017-04-06 17:41:24 -04:00
gfxUtils.h Bug 1348980 - use UnscaledFont to track WebRender font keys. r=jrmuizel 2017-04-06 17:41:24 -04: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 Pre-initialize DeviceAttachmentsD3D11 on the compositor thread, immediately after the GPU process initializes. (bug 1360766 part 3, r=bas) 2017-04-30 11:38:59 -07: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 1194751 - Part 5. Implement ScreenHelperGTK and delete old nsScreenManagerGtk/nsScreenGtk. r=karlt 2017-03-09 19:29:44 +08:00
moz.build Bug 1341102 - Fix stylo bustage ; r=bustage 2017-04-10 17:27:16 +08:00
nsUnicodeRange.cpp
nsUnicodeRange.h
PrintTarget.cpp Bug 1354624 - Make PrintTarget::CreateRecordingDrawTarget static. r=bobowen 2017-03-22 19:10:42 +00:00
PrintTarget.h Bug 1354624 - Make PrintTarget::CreateRecordingDrawTarget static. r=bobowen 2017-03-22 19:10:42 +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 1354624 - Fix PrintTarget::GetReferenceDrawTarget and its overrides to honor aRecorder. r=bobowen 2017-03-21 09:36:08 +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 9 changesets (bug 1340627) for graphical glitches a=backout 2017-05-10 10:01:18 -07:00
PrintTargetSkPDF.h Backed out 9 changesets (bug 1340627) for graphical glitches a=backout 2017-05-10 10:01:18 -07:00
PrintTargetThebes.cpp Bug 1354624 - Fix PrintTarget::GetReferenceDrawTarget and its overrides to honor aRecorder. r=bobowen 2017-03-21 09:36:08 +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