..
CJKCompatSVS.cpp
Bug 989557 - Implement a fallback for CJK Compatibility Ideographs Standardized Variants. r=jfkthame
2014-04-01 02:30:26 +09:00
DrawMode.h
Bug 921753 - Part 4: Move DrawMode outside of gfxFont.h so that we won't need to #include that header everywhere DrawMode is needed; r=roc
2013-10-01 17:02:16 -04:00
GraphicsFilter.h
Bug 921753 - Part 2: Move GraphicsFilters outside of gfxPattern.h so that we won't need to #include that header everywhere GraphicsFilter is needed; r=roc
2013-10-01 17:01:19 -04:00
Makefile.in
Bug 978594 - Part 3: Port some of the per-source flags to moz.build; r=glandium
2014-03-02 15:41:32 -05:00
MathTableStructures.h
Bug 407059 - Part 1: Add a gfxMathTable class to read the MATH table. r=jfkthame
2014-04-23 06:57:42 -07:00
RoundedRect.h
…
cairo-xlib-utils.h
…
d3dkmtQueryStatistics.h
Bug 934783 - Fix GPU memory reporter for win7 and reenable. r=njn
2014-04-26 21:36:00 -04:00
genLanguageTagList.pl
…
genTables.py
Bug 948765 - Add a LayerUtils file in gfx/layers. r=nical
2014-02-12 10:07:46 -05:00
gencjkcisvs.py
Bug 989557 - Implement a fallback for CJK Compatibility Ideographs Standardized Variants. r=jfkthame
2014-04-01 02:30:26 +09:00
gfx2DGlue.h
Bug 1040906 - Replace the out-param on matrix conversion helpers with a return value. r=Bas
2014-07-22 09:12:14 -04:00
gfx3DMatrix.cpp
Bug 1035598 - Add gfx3DMatrix::ChangeBasis(), replacing nsLayoutUtils::ChangeMatrixBasis(). r=mattwoodrow
2014-07-22 18:05:13 -04:00
gfx3DMatrix.h
Bug 1035598 - Add gfx3DMatrix::ChangeBasis(), replacing nsLayoutUtils::ChangeMatrixBasis(). r=mattwoodrow
2014-07-22 18:05:13 -04:00
gfxASurface.cpp
Bug 953296 - Convert ScopedDeletePtr to UniquePtr in various bits of canvas/graphics/GL code. r=jgilbert
2014-01-06 09:49:03 -06:00
gfxASurface.h
Bug 953296 - Convert ScopedDeletePtr to UniquePtr in various bits of canvas/graphics/GL code. r=jgilbert
2014-01-06 09:49:03 -06:00
gfxAlphaRecovery.cpp
Bug 959380 - 2/5 - Make gfxImageFormat a typed enum - r=jrmuizel
2014-01-23 13:26:40 -05:00
gfxAlphaRecovery.h
Bug 924679. Part 7: Remove gfxAlphaRecovery::Analysis since no-one uses it. r=mattwoodrow
2013-10-25 23:25:40 +02:00
gfxAlphaRecoverySSE2.cpp
Bug 959380 - 2/5 - Make gfxImageFormat a typed enum - r=jrmuizel
2014-01-23 13:26:40 -05:00
gfxAndroidPlatform.cpp
Bug 1010064 - Allow memory reports to be anonymized. r=bsmedberg.
2014-05-20 23:06:54 -07:00
gfxAndroidPlatform.h
Bug 280443 p3 - use fontlist struct in gfx. r=roc,fredw
2014-06-06 15:09:23 +09:00
gfxBaseSharedMemorySurface.cpp
Bug 924221 - Minimize the #includes in gfx/thebes; r=bjacob
2013-10-07 19:15:59 -04:00
gfxBaseSharedMemorySurface.h
Bug 1037691 - Fix instances where refcounted classes expose a public destructor. r=ehsan,bent,mayhemer,jrmuizel
2014-07-15 11:37:45 -04:00
gfxBlur.cpp
Bug 1038218. Convert some of gfxAlphaBlur's nsAutoPtr's to UniquePtrs. r=bas
2014-07-21 11:06:11 -04:00
gfxBlur.h
Bug 1038218. Convert some of gfxAlphaBlur's nsAutoPtr's to UniquePtrs. r=bas
2014-07-21 11:06:11 -04:00
gfxColor.h
bug 938025 - part 1 - get rid of some static constructors r=bz r=bjacob
2013-11-22 14:45:50 -05:00
gfxContext.cpp
Bug 1037570 - Remove gfxPath. r=mattwoodrow
2014-07-11 11:25:00 +02:00
gfxContext.h
bug 1037340 pt 1 - refactor gfxFont::Draw for better maintainability. r=jdaggett
2014-07-25 09:38:44 +01:00
gfxCoreTextShaper.cpp
Bug 969866 - Use fallible allocations in some places in our font/text shaping code; r=jfkthame
2014-02-08 13:10:07 -05:00
gfxCoreTextShaper.h
Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc
2014-01-04 10:02:17 -05:00
gfxD2DSurface.cpp
Bug 959380 - 4/5 - Make gfxContentType a typed enum - r=jrmuizel
2014-01-23 13:26:40 -05:00
gfxD2DSurface.h
Bug 1019681
- Remove gfxASurface's MovePixels() and FastMovePixels() methods and their overrides. r=Bas
2014-06-05 01:03:07 +01:00
gfxDWriteCommon.cpp
…
gfxDWriteCommon.h
…
gfxDWriteFontList.cpp
bug 1037442 - Part 2: Fix the family name of Gill Sans faces when merging into Gill Sans MT under DWrite. r=jdaggett
2014-07-22 11:41:31 +01:00
gfxDWriteFontList.h
Bug 280443 p3 - use fontlist struct in gfx. r=roc,fredw
2014-06-06 15:09:23 +09:00
gfxDWriteFonts.cpp
bug 1018551 - clean up redundancy in the font/shaper code. r=jdaggett
2014-05-31 08:12:40 +01:00
gfxDWriteFonts.h
bug 1018551 - clean up redundancy in the font/shaper code. r=jdaggett
2014-05-31 08:12:40 +01:00
gfxDrawable.cpp
Bug 1044702 - Part 2: Convert gfxSurfaceDrawable::Draw to use Moz2D directly. r=Bas
2014-07-29 12:07:32 +12:00
gfxDrawable.h
Bug 1044702 - Part 1: Remove unnecessary gfxDrawable constructors. r=Bas,seth
2014-07-29 12:05:40 +12:00
gfxFT2FontBase.cpp
Bug 1029307 - remove subscript/superscript metrics. r=heycam
2014-06-28 15:40:36 +09:00
gfxFT2FontBase.h
bug 985220 - remove the old GDI, Uniscribe and DWrite text-shaping code paths, as we now use HarfBuzz or Graphite for all shaping on Windows. r=jdaggett
2014-06-09 15:47:31 +01:00
gfxFT2FontList.cpp
bug 1030829 part 2 - preload 'hidden' fonts on FirefoxOS into the user-font cache. r=roc
2014-06-30 19:05:29 +01:00
gfxFT2FontList.h
bug 1030829 part 2 - preload 'hidden' fonts on FirefoxOS into the user-font cache. r=roc
2014-06-30 19:05:29 +01:00
gfxFT2Fonts.cpp
bug 1018551 - clean up redundancy in the font/shaper code. r=jdaggett
2014-05-31 08:12:40 +01:00
gfxFT2Fonts.h
bug 1018551 - clean up redundancy in the font/shaper code. r=jdaggett
2014-05-31 08:12:40 +01:00
gfxFT2Utils.cpp
Bug 1029307 - remove subscript/superscript metrics. r=heycam
2014-06-28 15:40:36 +09:00
gfxFT2Utils.h
…
gfxFailure.h
Bug 938970 - 3/5. Some d3d tweaks needed to build with UNIFIED_SOURCES - r=Bas
2013-11-17 21:06:23 -05:00
gfxFont.cpp
Backed out changeset c8d0a8cf50a1 (bug 1044706) for Reftest Failures
2014-07-29 13:41:42 +02:00
gfxFont.h
Backed out changeset c8d0a8cf50a1 (bug 1044706) for Reftest Failures
2014-07-29 13:41:42 +02:00
gfxFontConstants.h
Bug 1024804 p1 - implement fallback for font-variant-position sub/superscript glyphs. r=jfkthame
2014-07-22 09:02:45 +09:00
gfxFontFamilyList.h
Bug 1027251 - Fix or whitelist dangerous public destructors in gfx/ - r=jrmuizel
2014-06-18 22:28:59 -04:00
gfxFontFeatures.cpp
Bug 910989. Remove nsTHashtable::Init, fallible allocation, and MT hashtables. r=ehsan,bsmedberg
2013-09-02 20:41:57 +12:00
gfxFontFeatures.h
Bug 984786 part 8: Give NS_INLINE_DECL_*REFCOUNTING classes private destructor & MOZ_FINAL annotation where appropriate, in /gfx and /content/canvas. r=bjacob
2014-04-04 09:27:02 -07:00
gfxFontInfoLoader.cpp
Bug 1038207 - Fix various classes that reimplement nsISupports. r=ehsan
2014-07-14 12:21:34 -07:00
gfxFontInfoLoader.h
Bug 1028588 - Fix dangerous public destructors in gfx - r=jrmuizel
2014-06-23 14:49:07 -04:00
gfxFontMissingGlyphs.cpp
Bug 924221 - Minimize the #includes in gfx/thebes; r=bjacob
2013-10-07 19:15:59 -04:00
gfxFontMissingGlyphs.h
Bug 924221 - Minimize the #includes in gfx/thebes; r=bjacob
2013-10-07 19:15:59 -04:00
gfxFontTest.cpp
…
gfxFontTest.h
Bug 924221 - Minimize the #includes in gfx/thebes; r=bjacob
2013-10-07 19:15:59 -04:00
gfxFontUtils.cpp
Bug 280443 p3 - use fontlist struct in gfx. r=roc,fredw
2014-06-06 15:09:23 +09:00
gfxFontUtils.h
Bug 280443 p3 - use fontlist struct in gfx. r=roc,fredw
2014-06-06 15:09:23 +09:00
gfxFontconfigUtils.cpp
Bug 280443 p3 - use fontlist struct in gfx. r=roc,fredw
2014-06-06 15:09:23 +09:00
gfxFontconfigUtils.h
Bug 280443 p3 - use fontlist struct in gfx. r=roc,fredw
2014-06-06 15:09:23 +09:00
gfxGDIFont.cpp
bug 1018551 - clean up redundancy in the font/shaper code. r=jdaggett
2014-05-31 08:12:40 +01:00
gfxGDIFont.h
bug 1018551 - clean up redundancy in the font/shaper code. r=jdaggett
2014-05-31 08:12:40 +01:00
gfxGDIFontList.cpp
Bug 280443 p3 - use fontlist struct in gfx. r=roc,fredw
2014-06-06 15:09:23 +09:00
gfxGDIFontList.h
Bug 280443 p3 - use fontlist struct in gfx. r=roc,fredw
2014-06-06 15:09:23 +09:00
gfxGdkNativeRenderer.cpp
Bug 924679. Part 6: Remove gfxXlibNativeRender::DrawOutput and convert tmpXlibSurface from gfxXlibSurface to cairo_surface_t. r=karlt
2013-10-25 23:25:40 +02:00
gfxGdkNativeRenderer.h
Bug 996901 - Remove lots of gfxASurface.h and gfxImageSurface.h includes and forward declarations that are no longer needed. r=mattwoodrow
2014-04-16 01:41:40 +01:00
gfxGradientCache.cpp
Bug 1027763, part 2 - Make non-Moz2D callers of DrawTarget::GetType() call DrawTarget::GetBackendType() instead. r=Bas
2014-06-19 21:35:33 +01:00
gfxGradientCache.h
Bug 930451 - Part 1: Factor out CSS gradient cache into a new class gfxGradientCache. r=roc
2013-11-08 17:50:39 +13:00
gfxGraphiteShaper.cpp
Bug 961558 - add fallback support for font-variant-caps values. r=jfkthame
2014-06-23 12:09:16 +09:00
gfxGraphiteShaper.h
Bug 961558 - add fallback support for font-variant-caps values. r=jfkthame
2014-06-23 12:09:16 +09:00
gfxHarfBuzzShaper.cpp
Bug 1024804 p2 - scan scriptrun for characters lacking variant glyphs. r=jfkthame
2014-07-22 09:02:48 +09:00
gfxHarfBuzzShaper.h
Bug 1024804 p2 - scan scriptrun for characters lacking variant glyphs. r=jfkthame
2014-07-22 09:02:48 +09:00
gfxImageSurface.cpp
Bug 1019681
- Remove gfxASurface's MovePixels() and FastMovePixels() methods and their overrides. r=Bas
2014-06-05 01:03:07 +01:00
gfxImageSurface.h
Bug 1019681
- Remove gfxASurface's MovePixels() and FastMovePixels() methods and their overrides. r=Bas
2014-06-05 01:03:07 +01:00
gfxLanguageTagList.cpp
…
gfxLineSegment.h
…
gfxMacFont.cpp
bug 1018551 - clean up redundancy in the font/shaper code. r=jdaggett
2014-05-31 08:12:40 +01:00
gfxMacFont.h
bug 1018551 - clean up redundancy in the font/shaper code. r=jdaggett
2014-05-31 08:12:40 +01:00
gfxMacPlatformFontList.h
bug 998844 - part 2 - support bundled fonts on OS X. r=jdaggett
2014-05-29 13:00:55 +01:00
gfxMacPlatformFontList.mm
bug 998844 - part 2 - support bundled fonts on OS X. r=jdaggett
2014-05-29 13:00:55 +01:00
gfxMathTable.cpp
Bug 407059 - Part 1: Add a gfxMathTable class to read the MATH table. r=jfkthame
2014-04-23 06:57:42 -07:00
gfxMathTable.h
Bug 407059 - Part 1: Add a gfxMathTable class to read the MATH table. r=jfkthame
2014-04-23 06:57:42 -07:00
gfxMatrix.cpp
Bug 1025553, part 6 - Remove gfxMatrix::Multiply(). r=Bas
2014-07-11 08:07:07 +01:00
gfxMatrix.h
Bug 1025553, part 6 - Remove gfxMatrix::Multiply(). r=Bas
2014-07-11 08:07:07 +01:00
gfxPDFSurface.cpp
…
gfxPDFSurface.h
…
gfxPSSurface.cpp
…
gfxPSSurface.h
…
gfxPangoFonts.cpp
Bug 1024804 p1 - implement fallback for font-variant-position sub/superscript glyphs. r=jfkthame
2014-07-22 09:02:45 +09:00
gfxPangoFonts.h
Bug 280443 p3 - use fontlist struct in gfx. r=roc,fredw
2014-06-06 15:09:23 +09:00
gfxPattern.cpp
Bug 1022821, part 2 - In gfx code, stop returning RefPtr and, where not an out-param, stop using RefPtr arguments. r=Cwiiis
2014-06-12 20:24:05 +01:00
gfxPattern.h
Bug 1022821, part 2 - In gfx code, stop returning RefPtr and, where not an out-param, stop using RefPtr arguments. r=Cwiiis
2014-06-12 20:24:05 +01:00
gfxPlatform.cpp
Bug 1037151 - Merge SharedSurface_GL into SharedSurface. - r=mattwoodrow
2014-07-11 15:10:49 -07:00
gfxPlatform.h
Bug 864829 - Add graphics performance warning feature. r=bjacob
2014-05-07 18:09:41 -04:00
gfxPlatformFontList.cpp
Bug 1028588 - Fix dangerous public destructors in gfx - r=jrmuizel
2014-06-23 14:49:07 -04:00
gfxPlatformFontList.h
Bug 1028588 - Fix dangerous public destructors in gfx - r=jrmuizel
2014-06-23 14:49:07 -04:00
gfxPlatformGtk.cpp
b=1015218 add pref to remove Xlib offscreen surfaces on GTK3 platform r=karlt
2014-07-23 11:04:47 +12:00
gfxPlatformGtk.h
b=1015218 add pref to remove Xlib offscreen surfaces on GTK3 platform r=karlt
2014-07-23 11:04:47 +12:00
gfxPlatformMac.cpp
Bug 1036858 - Remove various includes of gfxImageSurface.h that are no longer necessary. r=Cwiiis
2014-07-11 08:06:38 +01:00
gfxPlatformMac.h
Bug 1034702 - Remove gfxPlatform::GetThebesSurfaceForDrawTarget(). r=Bas
2014-07-10 10:58:09 +01:00
gfxPoint.h
Bug 1045091 - Fix some bad implicit constructors in gfx; r=Bas
2014-07-29 08:07:24 -04:00
gfxPoint3D.h
…
gfxPointH3D.h
Bug 1031948 - Cull points that have w <= 0 when untransforming layer coordinates. r=bjacob
2014-07-08 16:55:42 +12:00
gfxPrefs.cpp
Bug 1037019 - Add the ability to set prefs in gfxPrefs. r=milan
2014-07-11 08:25:12 -04:00
gfxPrefs.h
Bug 1026023 - Part 1: Create Preferences. r=mwoodrow
2014-06-12 10:50:54 -07:00
gfxQPainterSurface.cpp
Bug 917703 - Mark gfxSubimageSurface as opaque if it is within the opaque rect of the parent surface. r=roc
2013-09-20 21:50:05 +12:00
gfxQPainterSurface.h
…
gfxQtNativeRenderer.cpp
Bug 1029211 - Get rid of a couple more Thebes backed gfxContexts by using gfxUtils::ClearThebesSurface instead. r=mattwoodrow
2014-06-24 10:02:10 +01:00
gfxQtNativeRenderer.h
Bug 996901 - Remove lots of gfxASurface.h and gfxImageSurface.h includes and forward declarations that are no longer needed. r=mattwoodrow
2014-04-16 01:41:40 +01:00
gfxQtPlatform.cpp
Bug 774388 - Patch 4: Flatten the way that we track whether we are using OMTC, and move Layers IPC shutdown code back to gfxPlatform (but still triggered by ShutdownXPCOM) - r=nical,sotaro
2014-06-06 09:51:24 -04:00
gfxQtPlatform.h
Bug 1036858 - Remove various includes of gfxImageSurface.h that are no longer necessary. r=Cwiiis
2014-07-11 08:06:38 +01:00
gfxQuad.h
…
gfxQuartzImageSurface.cpp
Bug 924221 - Minimize the #includes in gfx/thebes; r=bjacob
2013-10-07 19:15:59 -04:00
gfxQuartzImageSurface.h
Bug 924221 - Minimize the #includes in gfx/thebes; r=bjacob
2013-10-07 19:15:59 -04:00
gfxQuartzNativeDrawing.cpp
Bug 933019, part 5 - Remove code for handling Thebes backed gfxContext from various files under gfx/thebes/. r=Bas
2014-07-10 10:58:07 +01:00
gfxQuartzNativeDrawing.h
Bug 1019492 - Stop creating a Thebes backed gfxContext in gfxQuartzNativeDrawing. r=mattwoodrow
2014-06-04 14:44:25 +02:00
gfxQuartzSurface.cpp
Bug 1003707 - Retain size information for similar surfaces if we can. r=roc
2014-06-03 17:18:25 +12:00
gfxQuartzSurface.h
Bug 1019681
- Remove gfxASurface's MovePixels() and FastMovePixels() methods and their overrides. r=Bas
2014-06-05 01:03:07 +01:00
gfxQuaternion.h
…
gfxRect.cpp
…
gfxRect.h
Bug 1028460 - part 3, Change the return type for Get*SkipSides(). r=roc
2014-06-28 10:13:13 +00:00
gfxReusableImageSurfaceWrapper.cpp
Bug 913872 - Take nested enums out of gfxASurface - 1/3 : automatic changes - r=jrmuizel
2013-09-24 16:45:13 -04:00
gfxReusableImageSurfaceWrapper.h
Bug 1037691 - Fix instances where refcounted classes expose a public destructor. r=ehsan,bent,mayhemer,jrmuizel
2014-07-15 11:37:45 -04:00
gfxReusableSharedImageSurfaceWrapper.cpp
Bug 944703 - Part 2: make gfxReusableSharedImageSurfaceWrapper hold a strong reference to its ISurfaceAllocator - r=BenWa
2013-12-03 13:44:38 -05:00
gfxReusableSharedImageSurfaceWrapper.h
Bug 1037691 - Fix instances where refcounted classes expose a public destructor. r=ehsan,bent,mayhemer,jrmuizel
2014-07-15 11:37:45 -04:00
gfxReusableSurfaceWrapper.h
Bug 984786 part 8: Give NS_INLINE_DECL_*REFCOUNTING classes private destructor & MOZ_FINAL annotation where appropriate, in /gfx and /content/canvas. r=bjacob
2014-04-04 09:27:02 -07:00
gfxSVGGlyphs.cpp
Bug 965413 part 10. Use a LoadInfo for loading documents in various places where we force a particular principal. r=smaug
2014-07-10 02:56:37 -04:00
gfxSVGGlyphs.h
Bug 1025553, part 3 - Give gfxMatrix::Invert() the same semantics as Moz2D's Matrix::Invert(). r=Bas
2014-07-11 08:06:39 +01:00
gfxScriptItemizer.cpp
Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc
2014-01-04 10:02:17 -05:00
gfxScriptItemizer.h
Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc
2014-01-04 10:02:17 -05:00
gfxSharedImageSurface.h
Bug 913872 - Take nested enums out of gfxASurface - 1/3 : automatic changes - r=jrmuizel
2013-09-24 16:45:13 -04:00
gfxSharedQuartzSurface.h
Bug 913872 - Take nested enums out of gfxASurface - 1/3 : automatic changes - r=jrmuizel
2013-09-24 16:45:13 -04:00
gfxSkipChars.cpp
bug 955957 - pt 1 - reimplement gfxSkipChars and gfxSkipCharsIterator to perform better with huge text runs. r=roc
2014-01-10 09:42:05 +00:00
gfxSkipChars.h
bug 955957 - pt 1 - reimplement gfxSkipChars and gfxSkipCharsIterator to perform better with huge text runs. r=roc
2014-01-10 09:42:05 +00:00
gfxTeeSurface.cpp
Bug 924221 - Minimize the #includes in gfx/thebes; r=bjacob
2013-10-07 19:15:59 -04:00
gfxTeeSurface.h
Bug 924221 - Minimize the #includes in gfx/thebes; r=bjacob
2013-10-07 19:15:59 -04:00
gfxTypes.h
Bug 959380 - 5/5 - Make gfxMemoryLocation a typed enum - r=jrmuizel
2014-01-23 13:26:40 -05:00
gfxUserFontSet.cpp
Bug 1031206 - Part 1: Split out creation and addition of font faces in gfxUserFontSet. r=jdaggett
2014-07-23 15:05:50 +10:00
gfxUserFontSet.h
Bug 1037442 - Part 1: gfxFontFamily assertions on font entry family names should be case insensitive. r=jdaggett
2014-07-23 16:09:56 +10:00
gfxUtils.cpp
Bug 1044702 - Part 1: Remove unnecessary gfxDrawable constructors. r=Bas,seth
2014-07-29 12:05:40 +12:00
gfxUtils.h
Bug 1034404 - Get rid of the Thebes backed gfxContexts in ThebesLayerD3D9. r=Bas
2014-07-06 00:10:49 +01:00
gfxWindowsNativeDrawing.cpp
Bug 933019, part 5 - Remove code for handling Thebes backed gfxContext from various files under gfx/thebes/. r=Bas
2014-07-10 10:58:07 +01:00
gfxWindowsNativeDrawing.h
…
gfxWindowsPlatform.cpp
Bug 1040038 - Give GfxD2DSurfaceReporter a private destructor; r=bjacob
2014-07-17 16:47:19 -04:00
gfxWindowsPlatform.h
Bug 1034702 - Remove gfxPlatform::GetThebesSurfaceForDrawTarget(). r=Bas
2014-07-10 10:58:09 +01:00
gfxWindowsSurface.cpp
Bug 1003707 - Retain size information for similar surfaces if we can. r=roc
2014-06-03 17:18:25 +12:00
gfxWindowsSurface.h
Bug 1019681
- Remove gfxASurface's MovePixels() and FastMovePixels() methods and their overrides. r=Bas
2014-06-05 01:03:07 +01:00
gfxXlibNativeRenderer.cpp
Bug 933019, part 5 - Remove code for handling Thebes backed gfxContext from various files under gfx/thebes/. r=Bas
2014-07-10 10:58:07 +01:00
gfxXlibNativeRenderer.h
Bug 924679. Part 6: Remove gfxXlibNativeRender::DrawOutput and convert tmpXlibSurface from gfxXlibSurface to cairo_surface_t. r=karlt
2013-10-25 23:25:40 +02:00
gfxXlibSurface.cpp
Bug 1004098 - Make nsTArray use size_t in its interface (32bitness is fine as an internal detail) - r=froydnj, sr=bsmedberg
2014-05-08 21:03:35 -04:00
gfxXlibSurface.h
Bug 979839 - Don't cache size of wrapped surfaces, it causes rendering artifacts when nsWindow is resized. r=karlt
2014-04-09 02:23:00 +02:00
moz.build
Bug 946065 - Part 6: Move content/xml/ to dom/ and flatten subdirectories. r=jst
2014-07-25 14:15:35 -07:00
nsSurfaceTexture.cpp
Bug 996901 - Remove lots of gfxASurface.h and gfxImageSurface.h includes and forward declarations that are no longer needed. r=mattwoodrow
2014-04-16 01:41:40 +01:00
nsSurfaceTexture.h
Bug 996901 - Remove lots of gfxASurface.h and gfxImageSurface.h includes and forward declarations that are no longer needed. r=mattwoodrow
2014-04-16 01:41:40 +01:00
nsUnicodeRange.cpp
Bug 924221 - Minimize the #includes in gfx/thebes; r=bjacob
2013-10-07 19:15:59 -04:00
nsUnicodeRange.h
Bug 924221 - Minimize the #includes in gfx/thebes; r=bjacob
2013-10-07 19:15:59 -04:00