.. |
AppUnits.h
|
Bug 919355 - Part 2: Don't #include nsDeviceContext.h in Units.h; r=roc
|
2013-09-23 07:55:35 -04:00 |
FilterSupport.cpp
|
Bug 1133160 - Matrix filters should have 20 elements. r=mstange
|
2015-02-18 18:11:54 -05:00 |
FilterSupport.h
|
Bug 1111290 - Part 3: Remove TypedEnum.h and fold TypedEnumInternal.h into TypedEnumBits.h. r=waldo
|
2015-01-26 07:22:11 +09:00 |
gfxCore.h
|
|
|
gfxCrashReporterUtils.cpp
|
bug 1047696 - mark a number of classes MOZ_FINAL to get compilers to devirtualize more r=froydnj
|
2014-08-05 13:33:55 -04:00 |
gfxCrashReporterUtils.h
|
Bug 1050610 - Fix more bad implicit constructors in gfx; r=roc
|
2014-08-07 21:17:30 -04:00 |
moz.build
|
Bug 1042878 - part 2 - move MOZ_CAIRO_CFLAGS et al additions to C*FLAGS into moz.build; r=glandium
|
2014-07-24 11:55:33 -04:00 |
nsBoundingMetrics.h
|
|
|
nsColor.cpp
|
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 |
nsColor.h
|
Bug 1024148 - Part 2: Merge nsDisplayOpacity into nsDisplayBackgroundColor. r=mattwoodrow
|
2014-06-14 11:10:45 -04: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 1113524 - Fix the crash at nsDeviceContext::FindScreen() because mScreenManager is nullptr. r=tn
|
2015-01-20 17:52:00 -05:00 |
nsDeviceContext.h
|
Bug 1108616 - part 2 - Add an explicitLanguage field to gfxFontStyle, and pass it down from callers. r=dbaron
|
2014-12-23 12:50:10 +00:00 |
nsFont.cpp
|
Bug 1041951 - parse font-variant as a shorthand for font feature subproperties. r=dbaron
|
2014-08-20 16:54:25 +09:00 |
nsFont.h
|
Bug 1041951 - parse font-variant as a shorthand for font feature subproperties. r=dbaron
|
2014-08-20 16:54:25 +09:00 |
nsFontMetrics.cpp
|
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 |
nsFontMetrics.h
|
Bug 1111944 - part 1 - Make nsLayoutUtils::DrawString (and the nsFontMetrics methods it calls) handle vertical text. r=smontagu
|
2015-01-06 20:56:03 +00:00 |
nsGfxCIID.h
|
|
|
nsIFontEnumerator.idl
|
|
|
nsIScriptableRegion.idl
|
|
|
nsITheme.h
|
Bug 1045213 - Add nsITheme::ThemeGeometryTypeForWidget. r=roc
|
2015-02-04 17:25:18 -05:00 |
nsMargin.h
|
|
|
nsPoint.h
|
|
|
nsRect.cpp
|
Bug 869836 - Part 3: Use Append('c') instead of AppendLiteral("c") . r=ehsan
|
2014-05-22 06:48:51 +03:00 |
nsRect.h
|
Bug 1043163. Avoid negative widths and heights due to overflow. r=mats
|
2014-08-06 17:19:23 +12:00 |
nsRegion.cpp
|
Bug 1058919 - Make regions and matrix printable. r=botond
|
2014-08-27 18:38:42 -04:00 |
nsRegion.h
|
Bug 1045213 - Make ns(Int)Region methods chainable. r=jrmuizel
|
2015-02-04 17:25:18 -05: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 1109699 - Fix more bad implicit constructors in gfx and image; r=jrmuizel
|
2014-12-10 17:48:11 -05:00 |
nsScriptableRegion.cpp
|
Bug 959787 - Handlify remaining JS APIs r=terrence r=bz r=bholley
|
2014-04-30 10:10:33 +01:00 |
nsScriptableRegion.h
|
Bug 1028588 - Fix dangerous public destructors in gfx - r=jrmuizel
|
2014-06-23 14:49:07 -04:00 |
nsSize.h
|
Bug 950143 - Remove the implicit conversion operator from nsIntSize to IntSize; r=roc
|
2013-12-31 10:06:12 +01:00 |
nsThebesFontEnumerator.cpp
|
Bug 900908 - Part 3: Change uses of numbered macros in nsIClassInfoImpl.h/nsISupportsImpl.h to the variadic variants. r=froydnj
|
2014-04-27 03:06:00 -04:00 |
nsThebesFontEnumerator.h
|
Bug 1028588 - Fix dangerous public destructors in gfx - r=jrmuizel
|
2014-06-23 14:49:07 -04:00 |
nsThebesGfxFactory.cpp
|
Bug 913138 - Shut down gfx at the end of layout shutdown. r=bsmedberg
|
2014-04-08 15:51:33 -07: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 |
X11Util.cpp
|
Bug 1045752 - Change ScopedXErrorHandler assert to warn; r=karlt
|
2014-07-30 17:30:19 -07:00 |
X11Util.h
|
BUg 910160. IWYU for gfx/src. r=roc
|
2013-09-02 10:21:01 +12:00 |