.. |
AppUnits.h
|
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
|
2015-07-13 08:25:42 -07:00 |
DriverInitCrashDetection.cpp
|
Bug 1178426. Add GfxInfo to ServicesList.h. r=nfroyd
|
2015-07-08 16:51:09 -04:00 |
DriverInitCrashDetection.h
|
Add telemetry for reporting graphics driver startup states. (bug 1168935 part 2, r=vdjeric,mattwoodrow)
|
2015-06-12 01:01:22 -07:00 |
FilterSupport.cpp
|
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
|
2015-07-13 08:25:42 -07:00 |
FilterSupport.h
|
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
|
2015-07-13 08:25:42 -07:00 |
RegionTyped.h
|
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
|
2015-07-13 08:25:42 -07:00 |
X11Util.cpp
|
Bug 1045752 - Change ScopedXErrorHandler assert to warn; r=karlt
|
2014-07-30 17:30:19 -07:00 |
X11Util.h
|
…
|
|
gfxCore.h
|
…
|
|
gfxCrashReporterUtils.cpp
|
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
|
2015-07-13 08:25:42 -07:00 |
gfxCrashReporterUtils.h
|
Bug 1050610 - Fix more bad implicit constructors in gfx; r=roc
|
2014-08-07 21:17:30 -04:00 |
gfxTelemetry.cpp
|
Add compositor, layers, and rendering info to nsIGfxInfo. (bug 1179051 part 5, r=mattwoodrow)
|
2015-07-19 14:50:35 -07:00 |
gfxTelemetry.h
|
Add compositor, layers, and rendering info to nsIGfxInfo. (bug 1179051 part 5, r=mattwoodrow)
|
2015-07-19 14:50:35 -07:00 |
moz.build
|
Add compositor, layers, and rendering info to nsIGfxInfo. (bug 1179051 part 5, r=mattwoodrow)
|
2015-07-19 14:50:35 -07:00 |
nsBoundingMetrics.h
|
…
|
|
nsColor.cpp
|
Bug 1166598 (part 6) - Clean up nsStaticCaseInsensitiveNameTable. r=froydnj.
|
2015-05-05 21:13:53 -07:00 |
nsColor.h
|
Bug 1156632 - Remove unused forward class declarations - patch 6 - the rest of the tree, r=ehsan
|
2015-04-22 08:29:24 +02:00 |
nsColorNameList.h
|
Bug 1024642: Add in rebeccapurple to color lists in gfx; r=dbaron
|
2014-06-23 10:24:17 +01:00 |
nsColorNames.h
|
…
|
|
nsCoord.h
|
Bug 1127201 (attempt 2, part 1) - Replace most NS_ABORT_IF_FALSE calls with MOZ_ASSERT. r=Waldo.
|
2015-02-09 14:34:50 -08:00 |
nsDeviceContext.cpp
|
Bug 1019063 - Check for ::CreateDCW failing when printing. r=dvander
|
2015-06-18 08:18:00 +02:00 |
nsDeviceContext.h
|
Bug 1019063 - Check for ::CreateDCW failing when printing. r=dvander
|
2015-06-18 08:18:00 +02:00 |
nsFont.cpp
|
Bug 1144885 - Treat font-size-adjust: none as separate from font-size-adjust: 0. r=jdaggett
|
2015-04-20 23:10:40 -07:00 |
nsFont.h
|
Bug 1144885 - Treat font-size-adjust: none as separate from font-size-adjust: 0. r=jdaggett
|
2015-04-20 23:10:40 -07:00 |
nsFontMetrics.cpp
|
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
|
2015-07-13 08:25:42 -07:00 |
nsFontMetrics.h
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
|
2015-03-21 12:28:04 -04:00 |
nsGfxCIID.h
|
…
|
|
nsIFontEnumerator.idl
|
…
|
|
nsIScriptableRegion.idl
|
…
|
|
nsITheme.h
|
Bug 889085 - Make sheets styled with '-moz-appearance: dialog;' vibrant/semi-transparent. r=mstange, roc.
|
2015-05-26 19:55:08 +02:00 |
nsMargin.h
|
…
|
|
nsPoint.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 |
nsRect.cpp
|
Bug 1158122 - Remove some of the occurences of nsIntRect in gfx. r=nical
|
2015-05-06 17:26:36 +02:00 |
nsRect.h
|
Bug 1171528 - Remove overflowed nscoord_MAX warnings from nsRect. r=dholbert
|
2015-06-10 15:14:54 -07:00 |
nsRegion.cpp
|
Bug 1181240 - Part 3: Replace gfx3DMatrix with Matrix4x4 in gfx,r=vlad
|
2015-07-10 17:06:35 -07:00 |
nsRegion.h
|
Bug 1181240 - Part 3: Replace gfx3DMatrix with Matrix4x4 in gfx,r=vlad
|
2015-07-10 17:06:35 -07:00 |
nsRenderingContext.cpp
|
Bug 1088625, part 3 - Remove nsRenderingContext's SetFont, FontMetrics and SetTextRunRTL methods now that no one uses them any more. r=mstange
|
2014-10-24 16:28:15 +01:00 |
nsRenderingContext.h
|
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
|
2015-07-13 08:25:42 -07:00 |
nsScriptableRegion.cpp
|
Bug 1158122 - Remove some of the occurences of nsIntRect in gfx. r=nical
|
2015-05-06 17:26:36 +02:00 |
nsScriptableRegion.h
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
|
2015-03-21 12:28:04 -04:00 |
nsSize.h
|
Bug 1158120 - Replace nsIntSize by mozilla::gfx::IntSize in gfx/src/nsSize.h. r=nical
|
2015-05-29 15:33:34 +02:00 |
nsThebesFontEnumerator.cpp
|
Bug 1134920 - Use moz_xmalloc/moz_xrealloc/free instead of nsMemory::Alloc/Realloc/Free. r=nfroyd
|
2015-04-01 13:51:45 +09:00 |
nsThebesFontEnumerator.h
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
|
2015-03-21 12:28:04 -04:00 |
nsThebesGfxFactory.cpp
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
|
2015-03-21 12:28:04 -04:00 |
nsThemeConstants.h
|
Bug 1085134 - Native theming for Mac OS X disclosure buttons, widget part. r=mstange, roc.
|
2014-11-01 17:13:27 +01:00 |
nsTransform2D.cpp
|
…
|
|
nsTransform2D.h
|
Bug 1050610 - Fix more bad implicit constructors in gfx; r=roc
|
2014-08-07 21:17:30 -04:00 |