.. |
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 1073716: Use C++ std::abs() instead of C abs(), for non-'int'-typed values, to address clang warning. r=ehsan
|
2014-09-28 09:59:46 -07:00 |
FilterSupport.h
|
Bug 927892 - Use aDestPoint in dt->DrawFilter instead of a translation. r=Bas
|
2014-09-23 17:47:20 -04: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 927728 - Part 1: Replace PRUnichar with char16_t; r=roc
|
2014-01-04 10:02:17 -05: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 1040582 - Change nsLayoutUtils.cpp's MULDIV Macro to inline function in nsCoord.h. r=dholbert
|
2014-08-29 01:14:00 -04:00 |
nsDeviceContext.cpp
|
No bug - Get rid of some unnecessary nsRenderingContext.h includes and nsRenderingContext forward declarations.
|
2014-11-06 22:07:35 +00:00 |
nsDeviceContext.h
|
Bug 651021 - Make nsRenderingContext a stack class. r=jrmuizel
|
2014-10-31 20:08:49 +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 1065002 pt 2 - Add an orientation field to nsFontMetrics. r=jdaggett
|
2014-09-30 07:38:35 +01:00 |
nsFontMetrics.h
|
Bug 1065002 pt 2 - Add an orientation field to nsFontMetrics. r=jdaggett
|
2014-09-30 07:38:35 +01:00 |
nsGfxCIID.h
|
|
|
nsIFontEnumerator.idl
|
|
|
nsIScriptableRegion.idl
|
|
|
nsITheme.h
|
Bug 1055634 - Propagate font smoothing background colors to layers. r=roc
|
2014-10-24 18:32:23 +02: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 944836 - Implement nsChildView::UpdateWindowDraggingRegion. r=roc, r=smichaud
|
2014-09-18 10:52:30 +02: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 651021 - Make nsRenderingContext a stack class. r=jrmuizel
|
2014-10-31 20:08:49 +00: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
|
|
|