gecko-dev/gfx/src
Zack Weinberg ab24450ef1 Bug 266236 part 6: Change out-parameters to return values and remove a bunch of default parameters that were never called with non-default values.
--HG--
rename : gfx/src/nsThebesRenderingContext.cpp => gfx/src/nsRenderingContext.cpp
rename : gfx/src/nsThebesRenderingContext.h => gfx/src/nsRenderingContext.h
extra : rebase_source : 0511852e51c2ad4d4833d6f8f2f61d46130a7151
2011-04-07 18:04:40 -07:00
..
gfxCore.h Bug 571989 part 2: Fold gfx/public and gfx/idl into gfx/src. 2010-06-28 10:36:20 -07:00
gfxCrashReporterUtils.cpp Bug 627464 - Annotate crash reports if the forced-enabled prefs are set - r=jrmuizel, a=joe 2011-03-02 15:50:36 -05:00
gfxCrashReporterUtils.h Bug 627464 - Annotate crash reports if the forced-enabled prefs are set - r=jrmuizel, a=joe 2011-03-02 15:50:36 -05:00
gfxidltypes.idl Bug 571989 part 2: Fold gfx/public and gfx/idl into gfx/src. 2010-06-28 10:36:20 -07:00
gfxIFormats.idl Bug 571989 part 2: Fold gfx/public and gfx/idl into gfx/src. 2010-06-28 10:36:20 -07:00
Makefile.in Bug 266236 part 2: Merge nsIRenderingContext with nsThebesRenderingContext (the sole implementation) and remove XPCOM vestiges. Non-mechanical fixups. DOES NOT COMPILE without part 3. 2011-04-07 18:04:39 -07:00
mozilla-decoder.cpp Bug 571989, much-delayed part 6: merge gfx/src/thebes into gfx/src. r=joedrew 2011-03-31 11:30:28 -07:00
mozilla-decoder.h Bug 571989, much-delayed part 6: merge gfx/src/thebes into gfx/src. r=joedrew 2011-03-31 11:30:28 -07:00
nsColor.cpp Implement the HTML5 algorithm for parsing a legacy color value: implement the arbitrary-string-to-RGB part of the algorithm. (Bug 121738) r=sicking 2010-06-03 13:11:34 -07:00
nsColor.h Bug 571989 part 2: Fold gfx/public and gfx/idl into gfx/src. 2010-06-28 10:36:20 -07:00
nsColorNameList.h Bug 571989 part 2: Fold gfx/public and gfx/idl into gfx/src. 2010-06-28 10:36:20 -07:00
nsColorNames.h Bug 571989 part 2: Fold gfx/public and gfx/idl into gfx/src. 2010-06-28 10:36:20 -07:00
nsCoord.h Bug 629857 - When invalidating transformed items, round the original area out to the nearest pixel. r=roc a=roc 2011-02-25 11:55:23 +13:00
nsFont.cpp Remove tracking of which font families are quirky, since we no longer use the information. (Bug 636040) r=jdaggett 2011-03-03 13:18:42 -08:00
nsFont.h Remove tracking of which font families are quirky, since we no longer use the information. (Bug 636040) r=jdaggett 2011-03-03 13:18:42 -08:00
nsGfxCIID.h Bug 266236 part 2: Merge nsIRenderingContext with nsThebesRenderingContext (the sole implementation) and remove XPCOM vestiges. Non-mechanical fixups. DOES NOT COMPILE without part 3. 2011-04-07 18:04:39 -07:00
nsIDeviceContext.h Bug 266236 part 3: Mechanical rename of nsIRenderingContext and nsThebesRenderingContext to nsRenderingContext. Mechanical substitution of nsRefPtr<nsRenderingContext> for nsCOMPtr<nsRenderingContext>. 2011-04-07 18:04:40 -07:00
nsIFontEnumerator.idl Bug 571989 part 2: Fold gfx/public and gfx/idl into gfx/src. 2010-06-28 10:36:20 -07:00
nsIFontMetrics.h Bug 571989 part 2: Fold gfx/public and gfx/idl into gfx/src. 2010-06-28 10:36:20 -07:00
nsIRegion.h Bug 571989 part 2: Fold gfx/public and gfx/idl into gfx/src. 2010-06-28 10:36:20 -07:00
nsIScriptableRegion.idl Bug 571989 part 2: Fold gfx/public and gfx/idl into gfx/src. 2010-06-28 10:36:20 -07:00
nsIThebesFontMetrics.h Bug 266236 part 3: Mechanical rename of nsIRenderingContext and nsThebesRenderingContext to nsRenderingContext. Mechanical substitution of nsRefPtr<nsRenderingContext> for nsCOMPtr<nsRenderingContext>. 2011-04-07 18:04:40 -07:00
nsITheme.h Bug 266236 part 3: Mechanical rename of nsIRenderingContext and nsThebesRenderingContext to nsRenderingContext. Mechanical substitution of nsRefPtr<nsRenderingContext> for nsCOMPtr<nsRenderingContext>. 2011-04-07 18:04:40 -07:00
nsMargin.h Bug 571989 part 2: Fold gfx/public and gfx/idl into gfx/src. 2010-06-28 10:36:20 -07:00
nsPoint.h Bug 624781. When converting from app units to pixels use an intermediate double to do the calculation so no precision is lost. r=roc a=blocking 2011-02-08 13:29:26 -06:00
nsRect.cpp Fix partial DOS line endings in nsRect.cpp, rs=khuey, no bug 2011-04-13 10:16:36 -07:00
nsRect.h Bug 586683 - Part 2a - Add ScaleRoundOut to nsIntRect/Region. r=joe a=blocking2.0 2011-02-09 09:37:44 +13:00
nsRegion.cpp Rollup of bug 645263 and bug 646259: Switch to mozilla:: sync primitives. r=cjones,dbaron,doublec,ehsan src=bsmedberg 2011-03-31 23:29:02 -05:00
nsRegion.h Bug 586683 - Part 2a - Add ScaleRoundOut to nsIntRect/Region. r=joe a=blocking2.0 2011-02-09 09:37:44 +13:00
nsRenderingContext.cpp Bug 266236 part 6: Change out-parameters to return values and remove a bunch of default parameters that were never called with non-default values. 2011-04-07 18:04:40 -07:00
nsRenderingContext.h Bug 266236 part 6: Change out-parameters to return values and remove a bunch of default parameters that were never called with non-default values. 2011-04-07 18:04:40 -07:00
nsScriptableRegion.cpp Bug 483425 - memory leak fix + testcase r=vlad 2009-03-19 11:45:07 -07:00
nsScriptableRegion.h Bug 477708 - expose nsIRegion::getrects() to scripts r=vlad 2009-03-18 11:42:07 -07:00
nsSize.h Bug 573829, part 1: Refactor ThebesLayerBuffer in preparation for its use in the OGL layers backend. r=roc 2010-07-21 13:06:33 -05:00
nsSystemFontsAndroid.cpp Bug 266236 part 2: Merge nsIRenderingContext with nsThebesRenderingContext (the sole implementation) and remove XPCOM vestiges. Non-mechanical fixups. DOES NOT COMPILE without part 3. 2011-04-07 18:04:39 -07:00
nsSystemFontsAndroid.h Bug 266236 part 2: Merge nsIRenderingContext with nsThebesRenderingContext (the sole implementation) and remove XPCOM vestiges. Non-mechanical fixups. DOES NOT COMPILE without part 3. 2011-04-07 18:04:39 -07:00
nsSystemFontsGTK2.cpp Bug 266236 part 2: Merge nsIRenderingContext with nsThebesRenderingContext (the sole implementation) and remove XPCOM vestiges. Non-mechanical fixups. DOES NOT COMPILE without part 3. 2011-04-07 18:04:39 -07:00
nsSystemFontsGTK2.h Bug 266236 part 2: Merge nsIRenderingContext with nsThebesRenderingContext (the sole implementation) and remove XPCOM vestiges. Non-mechanical fixups. DOES NOT COMPILE without part 3. 2011-04-07 18:04:39 -07:00
nsSystemFontsMac.h Bug 571989, much-delayed part 6: merge gfx/src/thebes into gfx/src. r=joedrew 2011-03-31 11:30:28 -07:00
nsSystemFontsMac.mm Bug 266236 part 2: Merge nsIRenderingContext with nsThebesRenderingContext (the sole implementation) and remove XPCOM vestiges. Non-mechanical fixups. DOES NOT COMPILE without part 3. 2011-04-07 18:04:39 -07:00
nsSystemFontsOS2.cpp Bug 266236 part 2: Merge nsIRenderingContext with nsThebesRenderingContext (the sole implementation) and remove XPCOM vestiges. Non-mechanical fixups. DOES NOT COMPILE without part 3. 2011-04-07 18:04:39 -07:00
nsSystemFontsOS2.h Bug 266236 part 2: Merge nsIRenderingContext with nsThebesRenderingContext (the sole implementation) and remove XPCOM vestiges. Non-mechanical fixups. DOES NOT COMPILE without part 3. 2011-04-07 18:04:39 -07:00
nsSystemFontsQt.cpp Bug 266236 part 2: Merge nsIRenderingContext with nsThebesRenderingContext (the sole implementation) and remove XPCOM vestiges. Non-mechanical fixups. DOES NOT COMPILE without part 3. 2011-04-07 18:04:39 -07:00
nsSystemFontsQt.h Bug 266236 part 2: Merge nsIRenderingContext with nsThebesRenderingContext (the sole implementation) and remove XPCOM vestiges. Non-mechanical fixups. DOES NOT COMPILE without part 3. 2011-04-07 18:04:39 -07:00
nsSystemFontsWin.cpp Bug 266236 part 2: Merge nsIRenderingContext with nsThebesRenderingContext (the sole implementation) and remove XPCOM vestiges. Non-mechanical fixups. DOES NOT COMPILE without part 3. 2011-04-07 18:04:39 -07:00
nsSystemFontsWin.h Bug 266236 part 2: Merge nsIRenderingContext with nsThebesRenderingContext (the sole implementation) and remove XPCOM vestiges. Non-mechanical fixups. DOES NOT COMPILE without part 3. 2011-04-07 18:04:39 -07:00
nsThebesDeviceContext.cpp Bug 266236 part 5: Make all nsRenderingContext methods with no out-parameters and that never fail return nothing. 2011-04-07 18:04:40 -07:00
nsThebesDeviceContext.h Bug 266236 part 3: Mechanical rename of nsIRenderingContext and nsThebesRenderingContext to nsRenderingContext. Mechanical substitution of nsRefPtr<nsRenderingContext> for nsCOMPtr<nsRenderingContext>. 2011-04-07 18:04:40 -07:00
nsThebesFontEnumerator.cpp Bug 571989, much-delayed part 6: merge gfx/src/thebes into gfx/src. r=joedrew 2011-03-31 11:30:28 -07:00
nsThebesFontEnumerator.h Bug 571989, much-delayed part 6: merge gfx/src/thebes into gfx/src. r=joedrew 2011-03-31 11:30:28 -07:00
nsThebesFontMetrics.cpp Bug 266236 part 4: Aggressively prune unused methods and dead #ifdefs from nsRenderingContext. 2011-04-07 18:04:40 -07:00
nsThebesFontMetrics.h Bug 266236 part 3: Mechanical rename of nsIRenderingContext and nsThebesRenderingContext to nsRenderingContext. Mechanical substitution of nsRefPtr<nsRenderingContext> for nsCOMPtr<nsRenderingContext>. 2011-04-07 18:04:40 -07:00
nsThebesGfxFactory.cpp Bug 266236 part 2: Merge nsIRenderingContext with nsThebesRenderingContext (the sole implementation) and remove XPCOM vestiges. Non-mechanical fixups. DOES NOT COMPILE without part 3. 2011-04-07 18:04:39 -07:00
nsThebesRegion.cpp Bug 571989, much-delayed part 6: merge gfx/src/thebes into gfx/src. r=joedrew 2011-03-31 11:30:28 -07:00
nsThebesRegion.h Bug 571989, much-delayed part 6: merge gfx/src/thebes into gfx/src. r=joedrew 2011-03-31 11:30:28 -07:00
nsThemeConstants.h Bug 554982 - Add support for borderless glass and remove the borders from the main window. r=roc,dao a=blocking2.0 2010-08-17 23:07:10 -04:00
nsTransform2D.cpp Bug 410114 - "Simplify nsTransform2D" [p=alfredkayser@gmail.com (Alfred Kayser) r+sr=roc a1.9=damons] 2008-02-26 01:42:36 -08:00
nsTransform2D.h Bug 571989 part 2: Fold gfx/public and gfx/idl into gfx/src. 2010-06-28 10:36:20 -07:00
X11Util.cpp Bug 632867 - Mesa versions up to 7.10 cause a BadLength error during the first GLX call when the server GLX version < 1.3. - r=karlt, a=hardblocker 2011-02-11 18:11:30 -05:00
X11Util.h Bug 632867 - Mesa versions up to 7.10 cause a BadLength error during the first GLX call when the server GLX version < 1.3. - r=karlt, a=hardblocker 2011-02-11 18:11:30 -05:00