gecko-dev/gfx/public
mscott%netscape.com 23a00a46c6 This is one of those do the right thing bugs even though I don't have a PDT+ bug for it. Travis and I noticed
today that image urls weren't properly getting added to the doc loader of the containing document. So the top
level document would report a document done notification before the document may really be done.

The fix is to pass the load cookie nsISupports object which originates from the docshell that is opening the
url down into the gfx image code instead of passing the load group down.

r=travis.
2000-02-15 04:49:32 +00:00
..
.cvsignore
Makefile.in
makefile.win
MANIFEST
nsColor.h
nsColorNameList.h
nsColorNames.h
nsCoord.h
nsDeviceContext.h fixing Solaris build bustage 2000-02-05 05:04:09 +00:00
nsFont.h
nsGfxCIID.h
nsIBlender.h
nsIDeviceContext.h
nsIDeviceContextSpec.h
nsIDeviceContextSpecFactory.h
nsIDrawingSurface.h
nsIFontMetrics.h
nsIImage.h
nsIImageGroup.h This is one of those do the right thing bugs even though I don't have a PDT+ bug for it. Travis and I noticed 2000-02-15 04:49:32 +00:00
nsIImageManager.h
nsIImageObserver.h
nsIImageRequest.h
nsIRegion.h add GetNumRects() to nsIRegion to return the number of rects making up the region. make two XChangeGC calls in to 1 to reduce X server traffic. inline a few methods that are used internally in the gtk implimentations. remove some code cruft. r=bryner@uiuc.edu 2000-02-07 03:39:21 +00:00
nsIRenderingContext.h
nsMargin.h
nsPoint.h
nsRect.h
nsRepeater.h
nsSize.h
nsTransform2D.h