.. |
Makefile.in
|
Bug 815473 - Replace runtime computed sUnpremultiplyTable/sPremultiplyTable with constants. r=roc, a=akeybl
|
2012-12-19 18:20:27 -05:00 |
cairo-xlib-utils.h
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
genLanguageTagList.pl
|
Bug 579517 - Part 4: Manually rewrite some parts of the code base not covered by the automated conversion; r=bsmedberg
|
2012-08-22 11:59:54 -04:00 |
genTables.py
|
Bug 815473 - Replace runtime computed sUnpremultiplyTable/sPremultiplyTable with constants. r=roc, a=akeybl
|
2012-12-19 18:20:27 -05:00 |
gfx2DGlue.h
|
Backout 0cd12dcf7f8f, 5ff5e81e6de6, and 0ae09da96f63 (bug 740580) due to bug 797391.
|
2012-10-03 22:13:14 -04:00 |
gfx3DMatrix.cpp
|
Bug 539356 - Part 9f - Compute the invalid area of the layer tree and pass this to the widget. r=roc
|
2012-08-29 17:47:18 +12:00 |
gfx3DMatrix.h
|
Bug 539356 - Part 9f - Compute the invalid area of the layer tree and pass this to the widget. r=roc
|
2012-08-29 17:47:18 +12:00 |
gfxASurface.cpp
|
Bug 791906: Replace NSPR integer limit constants with stdint ones; r=ehsan
|
2012-09-28 01:57:33 -05:00 |
gfxASurface.h
|
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 |
gfxAlphaRecovery.cpp
|
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 |
gfxAlphaRecovery.h
|
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 |
gfxAlphaRecoverySSE2.cpp
|
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 |
gfxAndroidPlatform.cpp
|
Bug 831438 - Add pref for forcing 16bit on B2G. r=cjones, a=tef+
|
2013-01-17 11:52:41 -05:00 |
gfxAndroidPlatform.h
|
Bug 829523 - Disable font hinting on b2g, but retain pixel-snapped metrics except in the browser app. r=cjones, a=overholt
|
2013-01-15 15:19:28 +00:00 |
gfxBlur.cpp
|
Bug 793201 - Fix compiler warnings in Azure with MSVC r=bas
|
2012-09-28 13:21:40 -04:00 |
gfxBlur.h
|
Bug 784004 - Don't include Layers.h everywhere Part 3 r=nical
|
2012-08-21 00:06:46 -04:00 |
gfxCachedTempSurface.cpp
|
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 |
gfxCachedTempSurface.h
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
gfxColor.h
|
Bug 579517 follow-up: Remove NSPR types that crept in
|
2012-09-07 19:07:32 -04:00 |
gfxContext.cpp
|
Bug 839621 - qcms_transform_create can return null, so indirect callers need to be ready for it as well. r=jmuizelaar, a=lsblakk
|
2013-02-08 15:46:26 -05:00 |
gfxContext.h
|
Backed out 2 changesets (bug 814952) for not having approval to land on beta. a=backout
|
2012-12-18 18:16:31 -05:00 |
gfxCoreTextShaper.cpp
|
Bug 793408 - Remove some prtypes.h #includes from gfx; r=jrmuizel
|
2012-09-28 14:56:27 -04:00 |
gfxCoreTextShaper.h
|
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 |
gfxD2DSurface.cpp
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
gfxD2DSurface.h
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
gfxDWriteCommon.cpp
|
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 |
gfxDWriteCommon.h
|
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 |
gfxDWriteFontList.cpp
|
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 |
gfxDWriteFontList.h
|
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 |
gfxDWriteFonts.cpp
|
Bug 758531 - DWrite fonts create mScaledFont on demand. This causes GetCairoScaledFont to return NULL. This subsequently caused the surface to go into an error status which caused the CreateSimilar call to fail for that surface. This patch properly uses the call which will create the cairo_scaled_font_t if it's not there yet. r=jrmuizel, a=lsblakk
|
2012-10-23 02:26:27 +02:00 |
gfxDWriteFonts.h
|
Bug 792207 - Part 1: Retain ScaledFont objects for gfxFonts. r=jrmuizel
|
2012-09-24 15:02:49 +00:00 |
gfxDWriteShaper.cpp
|
Bug 791906: Replace NSPR integer limit constants with stdint ones; r=ehsan
|
2012-09-28 01:57:33 -05:00 |
gfxDWriteShaper.h
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
gfxDWriteTextAnalysis.cpp
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
gfxDWriteTextAnalysis.h
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
gfxDrawable.cpp
|
b=782185 provide a gfxXlibSurface method to indicate when cairo's extend_pad will be slow r=joe
|
2012-08-14 23:47:49 +12:00 |
gfxDrawable.h
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
gfxFT2FontBase.cpp
|
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 |
gfxFT2FontBase.h
|
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 |
gfxFT2FontList.cpp
|
Bug 829523 - Disable font hinting on b2g, but retain pixel-snapped metrics except in the browser app. r=cjones, a=overholt
|
2013-01-15 15:19:28 +00:00 |
gfxFT2FontList.h
|
bug 619521 pt 2 - load fonts from the current profile as well as the Android system fonts. r=jdagget
|
2012-10-03 12:27:25 -07:00 |
gfxFT2Fonts.cpp
|
Bug 788242: Implement and make use of void versions of NS_ENSURE_* macros; r=ehsan,bsmedberg
|
2012-09-14 14:30:31 +04:30 |
gfxFT2Fonts.h
|
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 |
gfxFT2Utils.cpp
|
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 |
gfxFT2Utils.h
|
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 |
gfxFailure.h
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
gfxFont.cpp
|
Bug 840431 - Cache an ellipsis textrun on gfxFontGroup. r=roc, a=tef+
|
2013-03-07 20:07:08 +00:00 |
gfxFont.h
|
Bug 840431 - Cache an ellipsis textrun on gfxFontGroup. r=roc, a=tef+
|
2013-03-07 20:07:08 +00:00 |
gfxFontConstants.h
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
gfxFontFeatures.h
|
Bug 793408 - Remove some prtypes.h #includes from gfx; r=jrmuizel
|
2012-09-28 14:56:27 -04:00 |
gfxFontMissingGlyphs.cpp
|
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 |
gfxFontMissingGlyphs.h
|
Bug 793408 - Remove some prtypes.h #includes from gfx; r=jrmuizel
|
2012-09-28 14:56:27 -04:00 |
gfxFontTest.cpp
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
gfxFontTest.h
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
gfxFontUtils.cpp
|
Bug 791906: Replace NSPR integer limit constants with stdint ones; r=ehsan
|
2012-09-28 01:57:33 -05:00 |
gfxFontUtils.h
|
Bug 793408 - Remove some prtypes.h #includes from gfx; r=jrmuizel
|
2012-09-28 14:56:27 -04:00 |
gfxFontconfigUtils.cpp
|
Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg
|
2012-09-01 22:35:17 -04:00 |
gfxFontconfigUtils.h
|
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 |
gfxGDIFont.cpp
|
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 |
gfxGDIFont.h
|
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 |
gfxGDIFontList.cpp
|
Bug 797316 - Fix -Werror=conversion-null errors in Windows-only code (gfx/thebes part) r=jmuizelaar
|
2012-10-04 10:35:15 +02:00 |
gfxGDIFontList.h
|
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 |
gfxGDIShaper.cpp
|
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 |
gfxGDIShaper.h
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
gfxGdkNativeRenderer.cpp
|
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 |
gfxGdkNativeRenderer.h
|
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 |
gfxGraphiteShaper.cpp
|
Bug 793408 - Remove some prtypes.h #includes from gfx; r=jrmuizel
|
2012-09-28 14:56:27 -04:00 |
gfxGraphiteShaper.h
|
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 |
gfxHarfBuzzShaper.cpp
|
Bug 793408 - Remove some prtypes.h #includes from gfx; r=jrmuizel
|
2012-09-28 14:56:27 -04:00 |
gfxHarfBuzzShaper.h
|
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 |
gfxImageSurface.cpp
|
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 |
gfxImageSurface.h
|
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 |
gfxLanguageTagList.cpp
|
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 |
gfxLineSegment.h
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
gfxMacFont.cpp
|
Bug 792207 - Part 1: Retain ScaledFont objects for gfxFonts. r=jrmuizel
|
2012-09-24 15:02:49 +00:00 |
gfxMacFont.h
|
Bug 792207 - Part 1: Retain ScaledFont objects for gfxFonts. r=jrmuizel
|
2012-09-24 15:02:49 +00:00 |
gfxMacPlatformFontList.h
|
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 |
gfxMacPlatformFontList.mm
|
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 |
gfxMatrix.cpp
|
Bug 772726. Part 8: Add Rect::NudgeToIntegers and share improved nudging code among all nudging APIs. r=bas
|
2012-09-12 17:24:09 +12:00 |
gfxMatrix.h
|
Bug 758505, Part 3: Avoid unnecessary invalidations on repeated calls to set the same animated value (for SMIL animations of CSS, mapped attrs, and motion). r=dholbert
|
2012-06-01 16:53:57 -07:00 |
gfxOS2Fonts.cpp
|
Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg
|
2012-09-01 22:35:17 -04:00 |
gfxOS2Fonts.h
|
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 |
gfxOS2Platform.cpp
|
Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg
|
2012-09-01 22:35:17 -04:00 |
gfxOS2Platform.h
|
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 |
gfxOS2Surface.cpp
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
gfxOS2Surface.h
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
gfxPDFSurface.cpp
|
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 |
gfxPDFSurface.h
|
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 |
gfxPSSurface.cpp
|
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 |
gfxPSSurface.h
|
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 |
gfxPangoFonts.cpp
|
Bug 840431 - Cache an ellipsis textrun on gfxFontGroup. r=roc, a=tef+
|
2013-03-07 20:07:08 +00:00 |
gfxPangoFonts.h
|
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 |
gfxPath.cpp
|
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 |
gfxPath.h
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
gfxPattern.cpp
|
Bug 839621 - qcms_transform_create can return null, so indirect callers need to be ready for it as well. r=jmuizelaar, a=lsblakk
|
2013-02-08 15:46:26 -05:00 |
gfxPattern.h
|
Bug 772726. Part 13: Fix handling of transforms in gfxTextObjectPaint. r=eflores,jwatt
|
2012-09-12 17:13:12 +12:00 |
gfxPlatform.cpp
|
Bug 805939 - Wait for shadow trees to update orientation before recompositing. r=cjones, a=blocking-basecamp
|
2012-11-22 10:40:57 +08:00 |
gfxPlatform.h
|
Bug 829523 - Disable font hinting on b2g, but retain pixel-snapped metrics except in the browser app. r=cjones, a=overholt
|
2013-01-15 15:19:28 +00:00 |
gfxPlatformFontList.cpp
|
Bug 789847 - Remove PR_CALLBACK usage from tree
|
2012-09-25 11:18:38 -05:00 |
gfxPlatformFontList.h
|
Bug 792502 - Kill the FunctionTimer code; r=vlad
|
2012-09-19 16:59:38 -04:00 |
gfxPlatformGtk.cpp
|
Bug 793634 - Force builds to be compatible with gtk 2.18/glib 2.22. r=karlt
|
2012-09-25 14:47:18 +02:00 |
gfxPlatformGtk.h
|
Bug 792207 - Part 1: Retain ScaledFont objects for gfxFonts. r=jrmuizel
|
2012-09-24 15:02:49 +00:00 |
gfxPlatformMac.cpp
|
Bug 794337 - Properly alias canvas image data when using Quartz compositing. r=jrmuizel a=lsblakk
|
2012-11-02 16:24:37 -04:00 |
gfxPlatformMac.h
|
Bug 855790 - Fix Clang trunk compilation error on gfxPlatformMac.h r=mattwoodrow a=overholt
|
2013-04-22 09:26:03 -07:00 |
gfxPoint.h
|
Bug 818482 - Remove rounding of scroll compensation in AZPC; r=roc, a=lsblakk
|
2013-01-11 15:01:00 +08:00 |
gfxPoint3D.h
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
gfxPointH3D.h
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
gfxQPainterSurface.cpp
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
gfxQPainterSurface.h
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
gfxQtNativeRenderer.cpp
|
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 |
gfxQtNativeRenderer.h
|
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 |
gfxQtPlatform.cpp
|
Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg
|
2012-09-01 22:35:17 -04:00 |
gfxQtPlatform.h
|
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 |
gfxQuad.h
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
gfxQuartzImageSurface.cpp
|
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 |
gfxQuartzImageSurface.h
|
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 |
gfxQuartzNativeDrawing.cpp
|
Bug 806059 - Make gfxQuartzNativeDrawing aware of backing scale factor when rendering native widgets. r=smichaud, a=bajaj
|
2012-10-29 09:22:30 +00:00 |
gfxQuartzNativeDrawing.h
|
Bug 806059 - Make gfxQuartzNativeDrawing aware of backing scale factor when rendering native widgets. r=smichaud, a=bajaj
|
2012-10-29 09:22:30 +00:00 |
gfxQuartzSurface.cpp
|
Bug 775228. r=joe a=bajaj
|
2012-10-25 12:04:41 +13:00 |
gfxQuartzSurface.h
|
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 |
gfxQuaternion.h
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
gfxRect.cpp
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
gfxRect.h
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
gfxReusableSurfaceWrapper.cpp
|
Bug 764704 - Reorder initializer list in gfxReusableSurfaceWrapper r=benwa
|
2012-06-14 14:08:12 -07:00 |
gfxReusableSurfaceWrapper.h
|
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 |
gfxSVGGlyphs.cpp
|
Rename nsIPresShell::InitialReflow to Initialize since it doesn't actually perform reflow. (Bug 788956) r=roc
|
2012-09-06 21:16:09 -07:00 |
gfxSVGGlyphs.h
|
Bug 772726. Part 13: Fix handling of transforms in gfxTextObjectPaint. r=eflores,jwatt
|
2012-09-12 17:13:12 +12:00 |
gfxScriptItemizer.cpp
|
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 |
gfxScriptItemizer.h
|
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 |
gfxSharedImageSurface.cpp
|
Backout 0cd12dcf7f8f, 5ff5e81e6de6, and 0ae09da96f63 (bug 740580) due to bug 797391.
|
2012-10-03 22:13:14 -04:00 |
gfxSharedImageSurface.h
|
Backout 0cd12dcf7f8f, 5ff5e81e6de6, and 0ae09da96f63 (bug 740580) due to bug 797391.
|
2012-10-03 22:13:14 -04:00 |
gfxSkipChars.cpp
|
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 |
gfxSkipChars.h
|
Bug 793408 - Remove some prtypes.h #includes from gfx; r=jrmuizel
|
2012-09-28 14:56:27 -04:00 |
gfxTeeSurface.cpp
|
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 |
gfxTeeSurface.h
|
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 |
gfxTypes.h
|
Bug 793408 - Remove some prtypes.h #includes from gfx; r=jrmuizel
|
2012-09-28 14:56:27 -04:00 |
gfxUniscribeShaper.cpp
|
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 |
gfxUniscribeShaper.h
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
gfxUserFontSet.cpp
|
Bug 792581 - part 9: Replace LL_ADD with mathematical plus operator. r=ehsan
|
2012-10-05 01:05:27 -04:00 |
gfxUserFontSet.h
|
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 |
gfxUtils.cpp
|
Bug 815473 - Replace runtime computed sUnpremultiplyTable/sPremultiplyTable with constants. r=roc, a=akeybl
|
2012-12-19 18:20:27 -05:00 |
gfxUtils.h
|
Bug 815473 - Replace runtime computed sUnpremultiplyTable/sPremultiplyTable with constants. r=roc, a=akeybl
|
2012-12-19 18:20:27 -05:00 |
gfxWindowsNativeDrawing.cpp
|
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 |
gfxWindowsNativeDrawing.h
|
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 |
gfxWindowsPlatform.cpp
|
Bug 792207 - Part 1: Retain ScaledFont objects for gfxFonts. r=jrmuizel
|
2012-09-24 15:02:49 +00:00 |
gfxWindowsPlatform.h
|
Bug 792207 - Part 1: Retain ScaledFont objects for gfxFonts. r=jrmuizel
|
2012-09-24 15:02:49 +00:00 |
gfxWindowsSurface.cpp
|
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 |
gfxWindowsSurface.h
|
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 |
gfxXlibNativeRenderer.cpp
|
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 |
gfxXlibNativeRenderer.h
|
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 |
gfxXlibSurface.cpp
|
Bug 799813 - Qt/Linux needs GetGLXPixmap() after bug 788042. r=karlt, a=lsblakk
|
2012-10-10 21:11:15 -04:00 |
gfxXlibSurface.h
|
Bug 799813 - Qt/Linux needs GetGLXPixmap() after bug 788042. r=karlt, a=lsblakk
|
2012-10-10 21:11:15 -04:00 |
nsSurfaceTexture.cpp
|
Bug 776142 - Back out bug 687267 / changeset 8571114112b2 on a CLOSED TREE.
|
2012-07-22 14:02:18 +02:00 |
nsSurfaceTexture.h
|
Bug 776331 - Avoid crash when trying to redraw a destroyed plugin on Android r=josh
|
2012-07-26 09:39:21 -04:00 |
nsUnicodeRange.cpp
|
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 |
nsUnicodeRange.h
|
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 |
woff-private.h
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
woff.c
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
woff.h
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |