gecko-dev/gfx/src
dougt%netscape.com 0d2808c511 Create a new xpcom obsolete library (and component library).
Moved nsFileSpec and related classes into this obsolete library.
  Moved nsRegistry and related libreg functionality into the obsolete library.

Updated many callers using the obsolete nsFile spec to use nsIFile and Necko to do file IO.

Combined the following DLLs (source -> dest)
  uriloader -> docshell
  shistory -> docshell
  jsurl -> jsdom
  gkview -> gklayout

Moved nsAdapterEnumerator out of xpcom/ds and into mailnews, since they're the only consumer

Modifed the xpt_link tool so that you can specify a �only include� cid list that can mask CID�s that you are not interested in.

Added build options:
Prevent the building of xpinstall (--disable-xpinstall)
Prevent the building js component loader (--disable-jsloader)
A build option to only build a single profile (--enable-single-profile)
A build flag to only built the required xpfe components (--disable-xpfe-components).

Removal or hiding of unused functions and classes including nsEscape*, nsDequeIterator, nsRecyclingAllocatorImpl, nsDiscriminatedUnion, nsOpaqueKey, nsCRT::strlen, NS_NewCommandLineService

Bug 194240, r/sr = darin, alec.
2003-03-15 01:04:32 +00:00
..
beos 143365 r=paper sr=tor unloaded part of bmp image displays black/random garbage 2003-03-14 20:37:59 +00:00
freetype bug 127713 2003-02-23 00:07:23 +00:00
gtk 143365 r=paper sr=tor unloaded part of bmp image displays black/random garbage 2003-03-14 20:37:59 +00:00
mac 143365 r=paper sr=tor unloaded part of bmp image displays black/random garbage 2003-03-14 20:37:59 +00:00
os2 #196013 2003-03-06 15:01:37 +00:00
photon This should not affect other platforms building/runtime -wise. 2003-03-10 15:26:40 +00:00
ps Make documents with 0-scaled images still print (bug 191684), r=kmcclusk@netscape.com, sr=kin@netscape.com 2003-02-25 03:27:18 +00:00
shared Implement Aqua form controls when building with the Cocoa toolkit (bug 188254). r=pinkerton, sr=sfraser. 2003-03-12 04:57:33 +00:00
windows 143365 r=paper sr=tor unloaded part of bmp image displays black/random garbage 2003-03-14 20:37:59 +00:00
x11shared Create a new xpcom obsolete library (and component library). 2003-03-15 01:04:32 +00:00
xlib 143365 r=paper sr=tor unloaded part of bmp image displays black/random garbage 2003-03-14 20:37:59 +00:00
xlibrgb Add unix printing components to the GRE. 2003-01-14 01:37:15 +00:00
xprint Fix link ordering issues. 2003-03-04 04:47:58 +00:00
.cvsignore
imgScaler.cpp Bug 89022 - image scaler should use a pixel inclusive measurement instead 2001-08-27 22:10:56 +00:00
imgScaler.h 186936 r=kmcclusk sr=roc+moz move stuff out of gfx/public/ 2003-01-21 20:38:19 +00:00
jar.mn printing properties must be moved to global jar 2002-04-18 22:43:02 +00:00
Makefile.in Fix mach-o static builds by forcing all code that's linked into a shared lib to build with -fPIC. 2003-02-26 04:17:40 +00:00
nsBlender.cpp Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag 2003-01-08 20:32:55 +00:00
nsBlender.h 186938 r+sr=roc+moz removing dead code from nsBlender.cpp 2002-12-29 12:35:17 +00:00
nsColor.cpp fix for bug 163736 - consolidate gfx2 into gfx, and remove the gfx2 DLL from the build. 2002-09-12 04:43:31 +00:00
nsColorNames.cpp Bug 74803: fix the data in various static name tables to be const, and fix nsStaticNameTable to accept const data. r=dbaron, sr=alecf. 2003-02-26 00:52:07 +00:00
nsCompressedCharMap.cpp bug 180266 : hard-code precompiled ccmaps. (r=shanjian, sr=alecf/rbs) : relanding 2003-03-07 02:30:18 +00:00
nsDeviceContext.cpp Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag 2003-01-08 20:32:55 +00:00
nsFont.cpp Subclass the nsCSS* structs as nsRuleData* so members can be added to the latter without bloating the former, and to allow the former to go away eventually. Propagate whether a font family name comes from HTML through the style system and use it to set a bit on nsFont indicating that quirky behavior of Symbol fonts is acceptable. b=175372 r=bzbarsky sr=kin 2002-11-12 15:17:07 +00:00
nsFontList.cpp Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag 2003-01-08 20:32:55 +00:00
nsFontList.h fix for bug 163736 - consolidate gfx2 into gfx, and remove the gfx2 DLL from the build. 2002-09-12 04:43:31 +00:00
nsGraphicsImpl.cpp Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag 2003-01-08 20:32:55 +00:00
nsGraphicsImpl.h License changes, take 2. Bug 98089. mozilla/gfx/. 2001-09-26 00:16:04 +00:00
nsNameValuePairDB.cpp fix bug 139633 - as a part of freezing nsAString, move Left/Right/Mid back into nsString, and fix consumers to start using Substring() 2002-04-29 20:29:54 +00:00
nsNameValuePairDB.h 186936 r=kmcclusk sr=roc+moz move stuff out of gfx/public/ 2003-01-21 20:38:19 +00:00
nsPrintOptionsImpl.cpp Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag 2003-01-08 20:32:55 +00:00
nsPrintOptionsImpl.h Bug 185588: Changed printing preferences are saved corrupted in prefs.js. Author=Roland.Mainz@informatik.med.uni-giessen.de, r=smontagu, sr=roc+moz 2002-12-20 02:52:30 +00:00
nsPrintSession.cpp Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag 2003-01-08 20:32:55 +00:00
nsPrintSession.h 166917. Clean up xpcom SDK includes. r=rpotts@netscape.com, sr=alecf@netscape.com, a=rjesup@wgate.com 2002-09-07 17:13:19 +00:00
nsPrintSettingsImpl.cpp Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag 2003-01-08 20:32:55 +00:00
nsPrintSettingsImpl.h 1) Adds two bools to the PrintSettings and then when the PS gets 2002-10-30 13:38:13 +00:00
nsRect.cpp Bug 104158: Use NS_LITERAL_STRING instead of XXXWithConversion("..."). r=bryner, rs=alecf 2001-12-16 11:58:03 +00:00
nsRegion.cpp Make NS_INIT_ISUPPORTS empty by moving NS_INIT_OWNINGTHREAD into the constructor of a new class, |nsAutoOwningThread|. Deprecate NS_INIT_ISUPPORTS. b=174225 r=dougt sr=alecf 2002-11-06 13:09:20 +00:00
nsRegionImpl.cpp #76670 2001-05-22 21:57:20 +00:00
nsRegionImpl.h #76670 2001-05-15 14:43:48 +00:00
nsRegressionTestFontMetrics.cpp Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag 2003-01-08 20:32:55 +00:00
nsRegressionTestFontMetrics.h License changes, take 2. Bug 98089. mozilla/gfx/. 2001-09-26 00:16:04 +00:00
nsRenderingContextImpl.h 186936 r=kmcclusk sr=roc+moz move stuff out of gfx/public/ 2003-01-21 20:38:19 +00:00
nsScriptableRegion.cpp Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag 2003-01-08 20:32:55 +00:00
nsScriptableRegion.h 166917. Clean up xpcom SDK includes. r=rpotts@netscape.com, sr=alecf@netscape.com, a=rjesup@wgate.com 2002-09-07 17:13:19 +00:00
nsTransform2D.cpp Fixed typo wrt width and height (patch provided by Dainis Jonitis) b=107530 r=mkaply sr=attinasi 2001-11-06 01:28:27 +00:00
printdialog.properties This does the following: 2002-01-31 14:30:22 +00:00
win32.order Bug 95986 remove references to nsImageManager 2002-01-29 15:01:33 +00:00