gecko/gfx/thebes
John Daggett f1a6d52792 Bug 1201318 - revise OSX system font handling. r=mstange
Rework system font lookup under OSX so that the style system passes around the same "meta" name used by Webkit, -apple-system. This makes it so that the hidden system fonts used aren't exposed to authors. It also allows us to handle the two optical sizes of font families used under OSX 10.11, which uses San Francisco as the new UI font, with one family for text sizes and another for larger, display sizes. The patch here:

  - moves system font lookup into gfxMacPlatformFontList
  - assigns the font family name to "-apple-system"
  - derives FindFamily to take a gfxFontStyle parameter to allow size-based lookups
  - maintains a list of hidden system font families (not exposed to authors)
  - maintains a mapping from -apple-system to the underlying hidden font families
2015-10-08 15:04:08 +09: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 1211324 (part 4) - Replace GraphicsFilter constants with gfx::Filter equivalents. r=mattwoodrow. 2015-10-05 17:12:46 -07:00
gfxAlphaRecovery.cpp
gfxAlphaRecovery.h
gfxAlphaRecoverySSE2.cpp
gfxAndroidPlatform.cpp Bug 1182665 - Add gfxPlatform::GetScreenSize() and use nsIScreen for gfxPlatform::GetScreenDepth() r=nical 2015-09-28 09:36:54 -05:00
gfxAndroidPlatform.h Bug 1182665 - Add gfxPlatform::GetScreenSize() and use nsIScreen for gfxPlatform::GetScreenDepth() r=nical 2015-09-28 09:36:54 -05:00
gfxASurface.cpp Bug 1132966 - use relaxed Atomic integers for tracking graphics surface memory usage; r=njn 2015-07-31 22:43:24 -04:00
gfxASurface.h Bug 1188705 (part 1) - Remove gfxASurface::GetMemoryLocation(). r=seth. 2015-07-28 18:33:41 -07:00
gfxBaseSharedMemorySurface.cpp
gfxBaseSharedMemorySurface.h
gfxBlur.cpp Bug 1209649. Take into account border radius sizes for min inset box shadow. r=mstange 2015-09-30 14:20:23 -07:00
gfxBlur.h Bug 1208300 (part 4) - Remove gfxRGBA and some related things. r=jwatt. 2015-09-24 19:24:16 -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 1208300 (part 4) - Remove gfxRGBA and some related things. r=jwatt. 2015-09-24 19:24:16 -07:00
gfxContext.h Bug 1208345 - Remove gfxContext::GraphicsOperator. r=jwatt. 2015-09-24 22:38:58 -07:00
gfxCoreTextShaper.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
gfxCoreTextShaper.h
gfxDrawable.cpp Bug 1211324 (part 5) - Remove GraphicsFilter and gfxGraphicsFilter. r=mattwoodrow. 2015-10-05 17:18:10 -07:00
gfxDrawable.h Bug 1211324 (part 5) - Remove GraphicsFilter and gfxGraphicsFilter. r=mattwoodrow. 2015-10-05 17:18:10 -07:00
gfxDWriteCommon.cpp
gfxDWriteCommon.h
gfxDWriteFontList.cpp Bug 1201318 - revise OSX system font handling. r=mstange 2015-10-08 15:04:08 +09:00
gfxDWriteFontList.h Bug 1201318 - revise OSX system font handling. r=mstange 2015-10-08 15:04:08 +09:00
gfxDWriteFonts.cpp Bug 1189156 (part 4) - Don't use enumeration style for nsBaseHashtable::SizeOf{In,Ex}cludingThis(). r=erahm,jfkthame. 2015-07-30 21:19:57 -07:00
gfxDWriteFonts.h Bug 1161627 - part 2 - machine-convert TemporaryRef<T> to already_AddRefed<T>; r=ehsan 2015-06-17 10:00:52 -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 1201318 - revise OSX system font handling. r=mstange 2015-10-08 15:04:08 +09:00
gfxFcPlatformFontList.h Bug 1201318 - revise OSX system font handling. r=mstange 2015-10-08 15:04:08 +09:00
gfxFont.cpp Bug 1209351 (part 3) - Optimize nsTHashTable::RemoveEntry() usage in gfx/. r=jrmuizel. 2015-09-24 19:07:22 -07:00
gfxFont.h Bug 1182361 p2 - count generic lookups. r=heycam 2015-09-29 10:51:28 +09:00
gfxFontconfigFonts.cpp Bug 1182361 p1 - move old generic lookup methods into gfxPangoFontGroup. r=heycam 2015-09-29 10:51:28 +09:00
gfxFontconfigFonts.h Bug 1182361 p1 - move old generic lookup methods into gfxPangoFontGroup. r=heycam 2015-09-29 10:51:28 +09:00
gfxFontconfigUtils.cpp
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 1201318 - revise OSX system font handling. r=mstange 2015-10-08 15:04:08 +09:00
gfxFontEntry.h Bug 1184473 - Bypass the word cache for graphite fonts that include space contextuals. r=jdaggett 2015-08-03 09:04:59 +01: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 1100949 - wrap font info reads with structured exception handler. r=bas 2015-09-02 10:58:23 +09:00
gfxFontInfoLoader.h
gfxFontMissingGlyphs.cpp
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 1208300 (part 4) - Remove gfxRGBA and some related things. r=jwatt. 2015-09-24 19:24:16 -07:00
gfxFontUtils.h Bug 1188745 - Rename nsTArray::SizeOfExcludingThis() as ShallowSizeOfExcludingThis(). r=froydnj. 2015-07-28 23:24:24 -07:00
gfxFT2FontBase.cpp
gfxFT2FontBase.h
gfxFT2FontList.cpp Bug 1182361 p6 - eliminate old pref font caching. r=heycam 2015-09-29 10:51:29 +09:00
gfxFT2FontList.h Bug 1189156 (part 3) - Factor out FontTable better. r=jfkthame. 2015-07-30 21:15:16 -07: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
gfxGDIFont.cpp Bug 1105807 - Fall back to GetGlyphIndicesW in gfxGDIFont::GetGlyph if ScriptGetCMap fails, for legacy Type1 fonts. r=jdaggett 2015-08-10 09:39:49 +01:00
gfxGDIFont.h
gfxGDIFontList.cpp Bug 1201318 - revise OSX system font handling. r=mstange 2015-10-08 15:04:08 +09:00
gfxGDIFontList.h Bug 1201318 - revise OSX system font handling. r=mstange 2015-10-08 15:04:08 +09:00
gfxGdkNativeRenderer.cpp
gfxGdkNativeRenderer.h
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 1201135 - Rename pldhash.{h,cpp} to PLDHashTable.{h,cpp}. r=mccr8. 2015-09-15 20:49:53 -07: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
gfxImageSurface.cpp Bug 1161627 - part 2 - machine-convert TemporaryRef<T> to already_AddRefed<T>; r=ehsan 2015-06-17 10:00:52 -04:00
gfxImageSurface.h Bug 1182996 - Fix and add missing namespace comments. rs=ehsan 2015-07-13 08:25:42 -07:00
gfxLanguageTagList.cpp
gfxLineSegment.h
gfxMacFont.cpp Bug 1161627 - part 2 - machine-convert TemporaryRef<T> to already_AddRefed<T>; r=ehsan 2015-06-17 10:00:52 -04: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 1201318 - revise OSX system font handling. r=mstange 2015-10-08 15:04:08 +09:00
gfxMacPlatformFontList.mm Bug 1201318 - revise OSX system font handling. r=mstange 2015-10-08 15:04:08 +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 1211324 (part 5) - Remove GraphicsFilter and gfxGraphicsFilter. r=mattwoodrow. 2015-10-05 17:18:10 -07:00
gfxPDFSurface.cpp
gfxPDFSurface.h
gfxPlatform.cpp Bug 1199885 - Part 3: Add 'apz.drag.enabled' preference for async scrollbars. r=kats 2015-09-28 14:44:36 -04:00
gfxPlatform.h Bug 1199885 - Part 3: Add 'apz.drag.enabled' preference for async scrollbars. r=kats 2015-09-28 14:44:36 -04:00
gfxPlatformFontList.cpp Bug 1201318 - revise OSX system font handling. r=mstange 2015-10-08 15:04:08 +09:00
gfxPlatformFontList.h Bug 1201318 - revise OSX system font handling. r=mstange 2015-10-08 15:04:08 +09:00
gfxPlatformGtk.cpp Bug 1182665 - Add gfxPlatform::GetScreenSize() and use nsIScreen for gfxPlatform::GetScreenDepth() r=nical 2015-09-28 09:36:54 -05:00
gfxPlatformGtk.h Don't use Direct2D if CompositorD3D11::Initialize fails. (bug 1208638, r=jrmuizel) 2015-10-01 23:06:43 -07:00
gfxPlatformMac.cpp Bug 1201318 - revise OSX system font handling. r=mstange 2015-10-08 15:04:08 +09:00
gfxPlatformMac.h Bug 1201318 - revise OSX system font handling. r=mstange 2015-10-08 15:04:08 +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 1199885 - Part 3: Add 'apz.drag.enabled' preference for async scrollbars. r=kats 2015-09-28 14:44:36 -04:00
gfxPSSurface.cpp
gfxPSSurface.h
gfxQPainterSurface.cpp
gfxQPainterSurface.h
gfxQtNativeRenderer.cpp
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 1182665 - Add gfxPlatform::GetScreenSize() and use nsIScreen for gfxPlatform::GetScreenDepth() r=nical 2015-09-28 09:36:54 -05:00
gfxQtPlatform.h Bug 1182665 - Add gfxPlatform::GetScreenSize() and use nsIScreen for gfxPlatform::GetScreenDepth() r=nical 2015-09-28 09:36:54 -05:00
gfxQuad.h
gfxQuartzImageSurface.cpp
gfxQuartzImageSurface.h
gfxQuartzNativeDrawing.cpp
gfxQuartzNativeDrawing.h
gfxQuartzSurface.cpp
gfxQuartzSurface.h
gfxQuaternion.h
gfxRect.cpp Bug 1157984 - Part 4: Remove gfxRect::TransformBounds,r=vlad 2015-08-06 17:28:38 -07:00
gfxRect.h Bug 1157984 - Part 4: Remove gfxRect::TransformBounds,r=vlad 2015-08-06 17:28:38 -07:00
gfxReusableImageSurfaceWrapper.cpp
gfxReusableImageSurfaceWrapper.h
gfxReusableSharedImageSurfaceWrapper.cpp
gfxReusableSharedImageSurfaceWrapper.h Bug 1182996 - Fix and add missing namespace comments. rs=ehsan 2015-07-13 08:25:42 -07: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
gfxSharedQuartzSurface.h
gfxSkipChars.cpp
gfxSkipChars.h
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 1208283 (part 1) - Change gfxPattern's single-arg constructor to take a gfx::Color& instead of a gfxRGBA&. r=jwatt. 2015-09-24 17:50:46 -07:00
gfxTeeSurface.cpp
gfxTeeSurface.h
gfxTextRun.cpp Bug 1201318 - revise OSX system font handling. r=mstange 2015-10-08 15:04:08 +09:00
gfxTextRun.h Bug 1182361 p7 - fixups based on review comments. r=heycam 2015-09-29 10:51:29 +09:00
gfxTypes.h Bug 1188705 (part 3) - Simplify imgFrame::SizeOfExcludingThis(). r=seth. 2015-07-28 21:02:45 -07:00
gfxUserFontSet.cpp Bug 1182962 (part 1) - Use nsTHashtable::Iterator in gfxUserFontSet. r=jfkthame. 2015-07-13 17:41:12 -07:00
gfxUserFontSet.h Bug 1185812 - rejigger the ordering of fonts within a family to avoid obscure faces. r=heycam 2015-09-02 12:24:30 +09:00
gfxUtils.cpp Bug 1211324 (part 5) - Remove GraphicsFilter and gfxGraphicsFilter. r=mattwoodrow. 2015-10-05 17:18:10 -07:00
gfxUtils.h Bug 1211324 (part 5) - Remove GraphicsFilter and gfxGraphicsFilter. r=mattwoodrow. 2015-10-05 17:18:10 -07:00
gfxWindowsNativeDrawing.cpp Bug 1211324 (part 4) - Replace GraphicsFilter constants with gfx::Filter equivalents. r=mattwoodrow. 2015-10-05 17:12:46 -07:00
gfxWindowsNativeDrawing.h
gfxWindowsPlatform.cpp Bug 1207258 - Give back the ability to run direct write without D2D, but only with a *force* preference. r=dvander 2015-10-05 11:40:00 +02:00
gfxWindowsPlatform.h Bug 1207437 - Extra qualification fixup. 2015-10-02 12:27:16 +02:00
gfxWindowsSurface.cpp Bug 1188705 (part 1) - Remove gfxASurface::GetMemoryLocation(). r=seth. 2015-07-28 18:33:41 -07:00
gfxWindowsSurface.h Bug 1188705 (part 1) - Remove gfxASurface::GetMemoryLocation(). r=seth. 2015-07-28 18:33:41 -07:00
gfxXlibNativeRenderer.cpp Bug 1208345 - Remove gfxContext::GraphicsOperator. r=jwatt. 2015-09-24 22:38:58 -07:00
gfxXlibNativeRenderer.h
gfxXlibSurface.cpp Bug 1187440 - Implement GLX shared surfaces on the OpenGL compositor. r=jgilbert,nical 2015-07-30 12:40:56 -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 1211324 (part 5) - Remove GraphicsFilter and gfxGraphicsFilter. r=mattwoodrow. 2015-10-05 17:18:10 -07:00
nsUnicodeRange.cpp
nsUnicodeRange.h
RoundedRect.h
SoftwareVsyncSource.cpp Bug 1160216 - Add a preference to force software vsync and set software vsync rate. r=kats 2015-09-15 08:13:57 -07:00
SoftwareVsyncSource.h
VsyncSource.cpp
VsyncSource.h Bug 1188696 - Hoist nsRefPtr.h into MFBT. r=froydnj 2015-07-29 10:44:59 -07:00