gecko-dev/gfx/src
Ehsan Akhgari d91d200572 Bug 969757 - Remove the dead code in our tree which pretends to support OS/2; r=roc,mcmanus,gps,jorendorf,bsmedberg sr=bsmedberg 2014-02-10 17:57:01 -05:00
..
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 964200 (Part 3a moz2d) - Implement Filter Effects Module feDropShadow filter. r=mstange 2014-02-08 16:49:46 +00:00
FilterSupport.h Bug 964200 (Part 3a moz2d) - Implement Filter Effects Module feDropShadow filter. r=mstange 2014-02-08 16:49:46 +00:00
Makefile.in Bug 969757 - Remove the dead code in our tree which pretends to support OS/2; r=roc,mcmanus,gps,jorendorf,bsmedberg sr=bsmedberg 2014-02-10 17:57:01 -05:00
X11Util.cpp BUg 910160. IWYU for gfx/src. r=roc 2013-09-02 10:21:01 +12:00
X11Util.h BUg 910160. IWYU for gfx/src. r=roc 2013-09-02 10:21:01 +12:00
gfxCore.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
gfxCrashReporterUtils.cpp Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc 2014-01-04 10:02:17 -05:00
gfxCrashReporterUtils.h bug 766304 - ScopedGfxFeatureReporter uses observer service off the main thread r=joe 2012-06-19 17:05:28 -04:00
moz.build Bug 944209 - Build gfx/src in unified mode; r=BenWa 2013-11-27 21:11:07 -05:00
nsBoundingMetrics.h Bug 786533 - Replace NS_MIN/NS_MAX with std::min/std::max and #include <algorithm> where needed. r=ehsan 2013-01-15 13:22:03 +01:00
nsColor.cpp Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc 2014-01-04 10:02:17 -05:00
nsColor.h Bug 928053 - Remove some prtypes.h inclusions from gfx/; rs=bsmedberg 2013-10-18 20:34:58 -04:00
nsColorNameList.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsColorNames.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsCoord.h Bug 943448 - Remove useless warnings about nscoord overflow in clamping functions. r=roc 2013-11-30 21:45:20 +00:00
nsDeviceContext.cpp Bug 969757 - Remove the dead code in our tree which pretends to support OS/2; r=roc,mcmanus,gps,jorendorf,bsmedberg sr=bsmedberg 2014-02-10 17:57:01 -05:00
nsDeviceContext.h Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc 2014-01-04 10:02:17 -05:00
nsFont.cpp Bug 828300 - Replace NS_ARRAY_LENGTH with mozilla::ArrayLength/MOZ_ARRAY_LENGTH. r=ehsan 2014-01-30 13:26:54 -05:00
nsFont.h Bug 961734 - reorder nsFont fields for slightly better packing; r=jfkthame 2014-01-20 09:50:14 -05:00
nsFontMetrics.cpp Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc 2014-01-04 10:02:17 -05:00
nsFontMetrics.h Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc 2014-01-04 10:02:17 -05:00
nsGfxCIID.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsIFontEnumerator.idl Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsIScriptableRegion.idl Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsITheme.h Bug 934811 - Ensure that no scrollbars are displayed for touch input. r=jimm,tn 2013-12-03 13:21:09 -05:00
nsMargin.h Bug 843719: Reorder params in Margin constructors and SizeTo() methods to match CSS's top,right,bottom,left ordering. r=seth 2013-03-06 00:05:55 -08:00
nsPoint.h Bug 895905 - Document that ns[Int]Point stores coordinates in app units. r=tn 2013-08-08 15:56:09 -04:00
nsRect.cpp Bug 958375 - 8/9 - Make remaining Moz2D enums typed - r=Bas 2014-01-10 14:06:17 -05:00
nsRect.h Bug 913603 - Re-inline SaturatingUnionEdges and remove the unused SaturatingInflate - r=mats 2013-09-17 17:53:37 -04:00
nsRegion.cpp Bug 924103 - Add a FilterDescription data structure and code that can create FilterNodes from it. r=roc 2013-11-27 12:25:28 +01:00
nsRegion.h Restore the string header included previous to bug 918923 so that this file can be used with the external string API again (c.f. bug 920073) r=ehsan 2014-01-06 19:35:42 +00:00
nsRenderingContext.cpp Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc 2014-01-04 10:02:17 -05:00
nsRenderingContext.h Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc 2014-01-04 10:02:17 -05:00
nsScriptableRegion.cpp Bug 939294 - Change xpidl jsval to handles. r=gabor,bz,khuey,bsmedberg,terrence 2014-01-09 18:39:36 +01:00
nsScriptableRegion.h Bug 944209 - Build gfx/src in unified mode; r=BenWa 2013-11-27 21:11:07 -05: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 927728 - Part 1: Replace PRUnichar with char16_t; r=roc 2014-01-04 10:02:17 -05:00
nsThebesFontEnumerator.h BUg 910160. IWYU for gfx/src. r=roc 2013-09-02 10:21:01 +12:00
nsThebesGfxFactory.cpp BUg 910160. IWYU for gfx/src. r=roc 2013-09-02 10:21:01 +12:00
nsThemeConstants.h Bug 947728 part 1 - Introduce a new 'number-input' value for -moz-appearance that behaves exactly as 'textfield' does. r=roc 2013-12-08 23:23:28 +00:00
nsTransform2D.cpp Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsTransform2D.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00