gecko/gfx/thebes
Nathan Froyd dce88c3199 Bug 1216644 - part 2 - make gfxFontEntry::mUVSData a UniquePtr; r=jrmuizel
This patch could have been in the last patch, but it felt like modifying
ReadCMAPTableFormat14 to accept a UniquePtr<> made the code clearer.
This change was therefore separated into its own patch for easier
review.
2015-10-20 12:12:41 -04:00
..
cairo-xlib-utils.h
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
d3dkmtQueryStatistics.h
DrawMode.h
gencjkcisvs.py
genLanguageTagList.pl
genTables.py
gfx2DGlue.h Bug 1223690 - Remove implicit Rect conversions. r=jrmuizel. 2015-11-11 14:23:14 -08:00
gfxAlphaRecovery.cpp Bug 1158120 - Replace gfxIntSize by mozilla::gfx::IntSize in gfx/thebes part 1. r=nical 2015-06-01 10:26:19 +02:00
gfxAlphaRecovery.h
gfxAlphaRecoverySSE2.cpp Bug 1158120 - Replace gfxIntSize by mozilla::gfx::IntSize in gfx/thebes part 1. r=nical 2015-06-01 10:26:19 +02:00
gfxAndroidPlatform.cpp Bug 543715 p1 - distinguish between italic and oblique. r=jfkthame 2015-10-19 11:16:43 +09:00
gfxAndroidPlatform.h Bug 543715 p1 - distinguish between italic and oblique. r=jfkthame 2015-10-19 11:16:43 +09:00
gfxASurface.cpp Bug 1209812 (part 1) - Remove casts between cairo_format_t and gfxImageFormat. r=nical. 2015-09-28 21:11:52 -07:00
gfxASurface.h Bug 1188705 (part 1) - Remove gfxASurface::GetMemoryLocation(). r=seth. 2015-07-28 18:33:41 -07:00
gfxBaseSharedMemorySurface.cpp
gfxBaseSharedMemorySurface.h Bug 1209812 (part 1) - Remove casts between cairo_format_t and gfxImageFormat. r=nical. 2015-09-28 21:11:52 -07:00
gfxBlur.cpp Bug 1223690 - Remove implicit Rect conversions. r=jrmuizel. 2015-11-11 14:23:14 -08:00
gfxBlur.h Bug 1213545. Carry x,y offsets with inset box shadows. r=mstange 2015-10-19 10:53:04 -07:00
gfxColor.h Bug 1208300 (part 4) - Remove gfxRGBA and some related things. r=jwatt. 2015-09-24 19:24:16 -07:00
gfxContext.cpp Bug 1210560 - Followup 3: Fix an assertion that can occur on mochitest bc4. r=jrmuizel on a CLOSED TREE 2015-11-11 21:56:59 +01:00
gfxContext.h Bug 1210560 - Followup 3: Fix an assertion that can occur on mochitest bc4. r=jrmuizel on a CLOSED TREE 2015-11-11 21:56:59 +01:00
gfxCoreTextShaper.cpp Bug 1216644 - part 1 - simple s/nsAutoArrayPtr/UniquePtr/ changes in gfx/; r=jrmuizel 2015-10-20 13:13:35 -04:00
gfxCoreTextShaper.h
gfxDrawable.cpp Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat 2015-10-18 01:24:48 -04:00
gfxDrawable.h Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat 2015-10-18 01:24:48 -04:00
gfxDWriteCommon.cpp
gfxDWriteCommon.h
gfxDWriteFontList.cpp Backout bug 842894 for lack of skia documentation. r=me 2015-10-28 15:17:04 -07:00
gfxDWriteFontList.h Backout bug 842894 for lack of skia documentation. r=me 2015-10-28 15:17:04 -07:00
gfxDWriteFonts.cpp Bug 1222569 - remove unused variable in gfxDWriteFonts.cpp; r=Bas 2015-11-06 15:02:07 -05:00
gfxDWriteFonts.h Backout bug 842894 for lack of skia documentation. r=me 2015-10-28 15:17:04 -07:00
gfxEnv.h Bug 1222033 - Rename gfxCrash to gfxDevCrash. r=jrmuizel 2015-11-09 07:28:00 +01:00
gfxFailure.h Bug 1182996 - Fix and add missing namespace comments. rs=ehsan 2015-07-13 08:25:42 -07:00
gfxFcPlatformFontList.cpp Bug 1160506 - support intra-family font fallback. r=heycam 2015-11-11 21:13:33 +09:00
gfxFcPlatformFontList.h Bug 543715 p1 - distinguish between italic and oblique. r=jfkthame 2015-10-19 11:16:43 +09:00
gfxFont.cpp Bug 1223215 (part 3) - Moz2Dify DeviceToUser(gfxSize) and UserToDevice(gfxSize). r=jrmuizel. 2015-11-08 21:03:40 -08:00
gfxFont.h Bug 691581 - Don't let a zero-sized font result in assertions from FUnitsToDevUnitsFactor(). r=jdaggett 2015-11-02 08:36:50 +00:00
gfxFontconfigFonts.cpp Bug 543715 p1 - distinguish between italic and oblique. r=jfkthame 2015-10-19 11:16:43 +09:00
gfxFontconfigFonts.h Bug 543715 p1 - distinguish between italic and oblique. r=jfkthame 2015-10-19 11:16:43 +09:00
gfxFontconfigUtils.cpp Bug 1166161 - Display available font from font.name-list.{family}.{lang} as fallback default font, instead of empty string. 2015-05-19 13:41:48 +08:00
gfxFontconfigUtils.h
gfxFontConstants.h Bug 1182361 p7 - fixups based on review comments. r=heycam 2015-09-29 10:51:29 +09:00
gfxFontEntry.cpp Bug 1216644 - part 2 - make gfxFontEntry::mUVSData a UniquePtr; r=jrmuizel 2015-10-20 12:12:41 -04:00
gfxFontEntry.h Bug 1216644 - part 2 - make gfxFontEntry::mUVSData a UniquePtr; r=jrmuizel 2015-10-20 12:12:41 -04:00
gfxFontFamilyList.h Bug 1182361 p7 - fixups based on review comments. r=heycam 2015-09-29 10:51:29 +09:00
gfxFontFeatures.cpp
gfxFontFeatures.h
gfxFontInfoLoader.cpp Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat 2015-10-18 01:24:48 -04:00
gfxFontInfoLoader.h Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat 2015-10-18 01:24:48 -04: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
gfxFontUtils.cpp Bug 1216644 - part 2 - make gfxFontEntry::mUVSData a UniquePtr; r=jrmuizel 2015-10-20 12:12:41 -04:00
gfxFontUtils.h Bug 1216644 - part 2 - make gfxFontEntry::mUVSData a UniquePtr; r=jrmuizel 2015-10-20 12:12:41 -04:00
gfxFT2FontBase.cpp
gfxFT2FontBase.h
gfxFT2FontList.cpp Bug 1216644 - part 1 - simple s/nsAutoArrayPtr/UniquePtr/ changes in gfx/; r=jrmuizel 2015-10-20 13:13:35 -04:00
gfxFT2FontList.h Bug 543715 p1 - distinguish between italic and oblique. r=jfkthame 2015-10-19 11:16:43 +09:00
gfxFT2Fonts.cpp Bug 1189156 (part 2) - Don't use enumeration style for nsTHashtable::SizeOf{In,Ex}cludingThis(). r=erahm. 2015-07-29 01:50:52 -07:00
gfxFT2Fonts.h Bug 1161627 - part 2 - machine-convert TemporaryRef<T> to already_AddRefed<T>; r=ehsan 2015-06-17 10:00:52 -04:00
gfxFT2Utils.cpp Bug 1170782 - Do not rely on the presence of a MATH table to use typo metrics. r=karlt 2015-08-27 01:57:00 -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 691581 - Don't let a zero-sized font result in assertions from FUnitsToDevUnitsFactor(). r=jdaggett 2015-11-02 08:36:50 +00:00
gfxGDIFont.h
gfxGDIFontList.cpp Bug 543715 p1 - distinguish between italic and oblique. r=jfkthame 2015-10-19 11:16:43 +09:00
gfxGDIFontList.h Bug 543715 p1 - distinguish between italic and oblique. r=jfkthame 2015-10-19 11:16:43 +09: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 1189156 (part 2) - Don't use enumeration style for nsTHashtable::SizeOf{In,Ex}cludingThis(). r=erahm. 2015-07-29 01:50:52 -07:00
gfxGlyphExtents.h
gfxGradientCache.cpp Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat 2015-10-18 01:24:48 -04:00
gfxGradientCache.h Bug 1182996 - Fix and add missing namespace comments. rs=ehsan 2015-07-13 08:25:42 -07:00
gfxGraphiteShaper.cpp Bug 1187145 - Replace nsBaseHashtable::Enumerate() calls in gfx/ with iterators r=njn 2015-09-24 08:31:30 -07:00
gfxGraphiteShaper.h
gfxHarfBuzzShaper.cpp Bug 1187145 - Replace nsBaseHashtable::Enumerate() calls in gfx/ with iterators r=njn 2015-09-24 08:31:30 -07:00
gfxHarfBuzzShaper.h Bug 1164835 - Use vertical presentation forms (where available) in vertical-upright text as fallback if the font does not support the 'vert' feature. r=jdaggett 2015-05-22 08:40:04 +01:00
gfxImageSurface.cpp Bug 1209812 (part 1) - Remove casts between cairo_format_t and gfxImageFormat. r=nical. 2015-09-28 21:11:52 -07:00
gfxImageSurface.h Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat 2015-10-18 01:24:48 -04:00
gfxLanguageTagList.cpp
gfxLineSegment.h
gfxMacFont.cpp Bug 543715 p1 - distinguish between italic and oblique. r=jfkthame 2015-10-19 11:16:43 +09:00
gfxMacFont.h Bug 1161627 - part 2 - machine-convert TemporaryRef<T> to already_AddRefed<T>; r=ehsan 2015-06-17 10:00:52 -04:00
gfxMacPlatformFontList.h Bug 543715 p1 - distinguish between italic and oblique. r=jfkthame 2015-10-19 11:16:43 +09:00
gfxMacPlatformFontList.mm Bug 543715 p1 - distinguish between italic and oblique. r=jfkthame 2015-10-19 11:16:43 +09:00
gfxMathTable.cpp
gfxMathTable.h
gfxMatrix.cpp Bug 1181240 - Part 1: Copy methods from gfx3DMatrix,r=vlad 2015-07-09 16:27:38 -07:00
gfxMatrix.h Bug 1181240 - Part 1: Copy methods from gfx3DMatrix,r=vlad 2015-07-09 16:27:38 -07:00
gfxPattern.cpp Bug 1211324 (part 5) - Remove GraphicsFilter and gfxGraphicsFilter. r=mattwoodrow. 2015-10-05 17:18:10 -07:00
gfxPattern.h Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat 2015-10-18 01:24:48 -04:00
gfxPDFSurface.cpp
gfxPDFSurface.h Bug 1158120 - Replace gfxIntSize by mozilla::gfx::IntSize in gfx/thebes part 1. r=nical 2015-06-01 10:26:19 +02:00
gfxPlatform.cpp Bug 1222033 - Rename gfxCrash to gfxDevCrash. r=jrmuizel 2015-11-09 07:28:00 +01:00
gfxPlatform.h Bug 1219476 (part 5) - Replace PRLogModuleInfo usage with LazyLogModule in gfx/. r=erahm. 2015-10-29 15:58:24 -07:00
gfxPlatformFontList.cpp Bug 1222569 - remove unused function from gfxPlatformFontList.cpp; r=Bas 2015-11-06 15:07:10 -05:00
gfxPlatformFontList.h Bug 543715 p1 - distinguish between italic and oblique. r=jfkthame 2015-10-19 11:16:43 +09:00
gfxPlatformGtk.cpp Bug 543715 p1 - distinguish between italic and oblique. r=jfkthame 2015-10-19 11:16:43 +09:00
gfxPlatformGtk.h Bug 543715 p1 - distinguish between italic and oblique. r=jfkthame 2015-10-19 11:16:43 +09:00
gfxPlatformMac.cpp Bug 1221674 - Add telemetry probe in the content process to measure the time between refresh driver ticks. r=kats 2015-11-06 08:20:58 -08:00
gfxPlatformMac.h Bug 543715 p1 - distinguish between italic and oblique. r=jfkthame 2015-10-19 11:16:43 +09:00
gfxPoint.h Bug 1181240 - Part 1: Copy methods from gfx3DMatrix,r=vlad 2015-07-09 16:27:38 -07:00
gfxPrefs.cpp
gfxPrefs.h Bug 1223540 - Add a pref for CGL's multithreaded mode (EMPEngine). r=jrmuizel 2015-11-10 16:14:24 -05:00
gfxPSSurface.cpp Bug 1158120 - Replace gfxIntSize by mozilla::gfx::IntSize in gfx/thebes part 1. r=nical 2015-06-01 10:26:19 +02:00
gfxPSSurface.h Bug 1158120 - Replace gfxIntSize by mozilla::gfx::IntSize in gfx/thebes part 1. r=nical 2015-06-01 10:26:19 +02:00
gfxQPainterSurface.cpp Bug 1209812 (part 1) - Remove casts between cairo_format_t and gfxImageFormat. r=nical. 2015-09-28 21:11:52 -07:00
gfxQPainterSurface.h Bug 1158120 - Replace gfxIntSize by mozilla::gfx::IntSize in gfx/thebes part 1. r=nical 2015-06-01 10:26:19 +02:00
gfxQtNativeRenderer.cpp Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat 2015-10-18 01:24:48 -04:00
gfxQtNativeRenderer.h Bug 1208300 (part 4) - Remove gfxRGBA and some related things. r=jwatt. 2015-09-24 19:24:16 -07:00
gfxQtPlatform.cpp Bug 543715 p1 - distinguish between italic and oblique. r=jfkthame 2015-10-19 11:16:43 +09:00
gfxQtPlatform.h Bug 543715 p1 - distinguish between italic and oblique. r=jfkthame 2015-10-19 11:16:43 +09:00
gfxQuad.h
gfxQuartzImageSurface.cpp Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat 2015-10-18 01:24:48 -04:00
gfxQuartzImageSurface.h Bug 1158120 - Replace gfxIntSize by mozilla::gfx::IntSize in gfx/thebes part 1. r=nical 2015-06-01 10:26:19 +02:00
gfxQuartzNativeDrawing.cpp Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat 2015-10-18 01:24:48 -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 1209812 (part 1) - Remove casts between cairo_format_t and gfxImageFormat. r=nical. 2015-09-28 21:11:52 -07:00
gfxQuartzSurface.h Bug 1158120 - Replace gfxIntSize by mozilla::gfx::IntSize in gfx/thebes part 1. r=nical 2015-06-01 10:26:19 +02: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 1223690 - Remove implicit Rect conversions. r=jrmuizel. 2015-11-11 14:23:14 -08:00
gfxReusableImageSurfaceWrapper.cpp
gfxReusableImageSurfaceWrapper.h Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat 2015-10-18 01:24:48 -04:00
gfxReusableSharedImageSurfaceWrapper.cpp Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat 2015-10-18 01:24:48 -04:00
gfxReusableSharedImageSurfaceWrapper.h Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat 2015-10-18 01:24:48 -04:00
gfxReusableSurfaceWrapper.h
gfxScriptItemizer.cpp Bug 1204400 - Fix -Wshadow warnings in gfx/thebes and suppress those from Skia headers. r=BenWa 2015-09-11 20:30:14 -07:00
gfxScriptItemizer.h Bug 1204400 - Fix -Wshadow warnings in gfx/thebes and suppress those from Skia headers. r=BenWa 2015-09-11 20:30:14 -07: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
gfxSharedQuartzSurface.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
gfxSVGGlyphs.cpp Bug 1208300 (part 4) - Remove gfxRGBA and some related things. r=jwatt. 2015-09-24 19:24:16 -07:00
gfxSVGGlyphs.h Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat 2015-10-18 01:24:48 -04:00
gfxTeeSurface.cpp Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat 2015-10-18 01:24:48 -04:00
gfxTeeSurface.h Bug 1216177 - Remove the remaining nsRefPtr forward declarations; r=froydnj 2015-10-19 12:02:14 -04:00
gfxTextRun.cpp Bug 1216644 - part 1 - simple s/nsAutoArrayPtr/UniquePtr/ changes in gfx/; r=jrmuizel 2015-10-20 13:13:35 -04:00
gfxTextRun.h Bug 1160506 - support intra-family font fallback. r=heycam 2015-11-11 21:13:33 +09:00
gfxTypes.h Bug 1222171 - Re-establish equivalence between gfxImageFormat and cairo_format_t. r=mstange. 2015-11-05 13:44:00 -08:00
gfxUserFontSet.cpp Bug 1219476 (part 1) - Replace PRLogModuleInfo usage with LazyLogModule in gfx/. r=erahm. 2015-10-28 20:45:42 -07:00
gfxUserFontSet.h Bug 1219476 (part 1) - Replace PRLogModuleInfo usage with LazyLogModule in gfx/. r=erahm. 2015-10-28 20:45:42 -07:00
gfxUtils.cpp Bug 1210560 - Part 2: Convert some simple users to use PushGroupForBlendBack. r=jrmuizel 2015-11-11 16:15:39 +01:00
gfxUtils.h Bug 1220923 - Make nsIntRegion a typedef for IntRegionTyped<UnknownUnits>. r=nical 2015-11-04 11:49:49 -05:00
gfxWindowsNativeDrawing.cpp Remove Windows-specific synchronous plugin drawing code. (bug 1218688 part 1, r=jimm) 2015-10-28 10:50:36 -07:00
gfxWindowsNativeDrawing.h Remove Windows-specific synchronous plugin drawing code. (bug 1218688 part 1, r=jimm) 2015-10-28 10:50:36 -07:00
gfxWindowsPlatform.cpp Bug 1222569 - fix -Wformat warning in gfxWindowsPlatform.cpp; r=Bas 2015-11-06 14:42:09 -05:00
gfxWindowsPlatform.h Bug 543715 p1 - distinguish between italic and oblique. r=jfkthame 2015-10-19 11:16:43 +09:00
gfxWindowsSurface.cpp Bug 1217192 - Use gfxCriticalNote where we're already using the non-default construction parameter. r=mchang 2015-10-21 14:34:00 +02:00
gfxWindowsSurface.h Bug 1188705 (part 1) - Remove gfxASurface::GetMemoryLocation(). r=seth. 2015-07-28 18:33:41 -07:00
gfxXlibNativeRenderer.cpp Bug 1209812 (part 1) - Remove casts between cairo_format_t and gfxImageFormat. r=nical. 2015-09-28 21:11:52 -07:00
gfxXlibNativeRenderer.h
gfxXlibSurface.cpp Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat 2015-10-18 01:24:48 -04:00
gfxXlibSurface.h Bug 1187440 - Implement GLX shared surfaces on the OpenGL compositor. r=jgilbert,nical 2015-07-30 12:40:56 -04:00
Makefile.in
MathTableStructures.h
moz.build Bug 1214802 - gfxEnv - consolidate environment variables used by the graphics code in one place. r=botond 2015-10-28 14:31:00 +01: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
RoundedRect.h
SoftwareVsyncSource.cpp Bug 1221674 - Add telemetry probe in the content process to measure the time between refresh driver ticks. r=kats 2015-11-06 08:20:58 -08:00
SoftwareVsyncSource.h Bug 1221674 - Add telemetry probe in the content process to measure the time between refresh driver ticks. r=kats 2015-11-06 08:20:58 -08:00
VsyncSource.cpp Bug 1221674 - Add telemetry probe in the content process to measure the time between refresh driver ticks. r=kats 2015-11-06 08:20:58 -08:00
VsyncSource.h Bug 1221674 - Add telemetry probe in the content process to measure the time between refresh driver ticks. r=kats 2015-11-06 08:20:58 -08:00