bryner%brianryner.com
|
a0e219b348
|
deCOMtaminate nsIDocument by changing methods to use return value instead of out-params, eliminating unused nsresult return values, moving some members to nsIDocument and inlining the getters/setters. Bug 222134, r=bzbarsky, sr=jst.
|
2003-10-22 06:09:48 +00:00 |
roc+%cs.cmu.edu
|
6739b8a3b5
|
Ongoing deCOMtamination. r+sr=dbaron
|
2003-07-02 10:30:00 +00:00 |
dbaron%dbaron.org
|
42b06cc4f5
|
DeCOMtaminate nsIFrame::GetView and SetView, and add HasView, GetClosestView, and AreAncestorViewsVisible to consolidate common patterns. b=208004 r+sr=roc
|
2003-06-19 23:44:01 +00:00 |
dbaron%dbaron.org
|
a15b9f2cf4
|
Clean up API (and its callers) for getting style data: remove unneeded null checks and switch to new inline member functions (one for each struct) that return values. b=197205 r+sr=roc a=brendan
|
2003-05-15 03:42:21 +00:00 |
bzbarsky%mit.edu
|
7acdbf095e
|
Make imgRequestProxy hold a weak ref to its listener, to prevent reference
cycles. Bug 196797, r=pavlov, sr=jst
|
2003-03-17 16:09:02 +00:00 |
bzbarsky%mit.edu
|
7267f149a3
|
Eliminate libpr0n's use of prescontexts as unique keys; use documents instead
and do not hold a ref to them. Bug 190475, r=pavlov, sr=jst
|
2003-02-26 05:51:32 +00:00 |
bryner%netscape.com
|
cc390fbe51
|
Remove nsIStyleContext (bug 114713), r/sr=dbaron. Changed lots of methods to use nsStyleContext* or already_AddRefed<nsStyleContext> as return values, depending on whether a reference is returned. Turn on nsRefPtr (bug 104346), and change nsDerivedSafe to not declare AddRef and Release explicitly virtual, r=jag, sr=dbaron.
|
2003-02-22 00:32:13 +00:00 |
dbaron%dbaron.org
|
72b937ea79
|
Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag
|
2003-01-08 21:07:51 +00:00 |
rpotts%netscape.com
|
6777c1f117
|
bug #145579 (r=darin, sr=jst) send the correct referrer for images...
|
2002-09-17 18:59:41 +00:00 |
kmcclusk%netscape.com
|
c4740989eb
|
Abort paint if destroying the PresShell and check for null PresShell in nsImageLoader. bug 102585. r=waterson sr=attinasi
|
2002-04-26 20:44:38 +00:00 |
kmcclusk%netscape.com
|
66ae49ae82
|
suppress the painting of partially decoded background images bug 129908; r=pavlov sr=attinasi a=asa
|
2002-03-23 04:33:37 +00:00 |
badami%netscape.com
|
3819e7f892
|
Animated image prefs don't apply to background images
bug 94938 r=pavlov sr=tor a=asa patch=nivedita@netscape.com
|
2002-03-15 08:29:08 +00:00 |
kmcclusk%netscape.com
|
aa2cc05dcf
|
Render background images when the entire image has been loaded instead of incrementally. <IMG> elements are not affected, they will continue to be incrementally displayed as image data arrives. bug 85771 r=pavlov sr=attinasi a=roc+moz, tor
|
2002-03-09 00:15:46 +00:00 |
morse%netscape.com
|
2bc8fd2d2b
|
bug 107579, infrastructure for detecting 3rd-party cookies, r=darin,rpotts, sr=devitz
|
2002-03-02 01:49:30 +00:00 |
pavlov%netscape.com
|
0a8adff71b
|
Fixing bug 84654. r=bryner sr=sfraser. image blocking should not block backgrounds if you use it
|
2002-02-14 23:31:54 +00:00 |
dbaron%fas.harvard.edu
|
1db5b984db
|
Replace the BodyFixupRule with code in nsCSSRendering to fix all the problems with dynamic style changes and backgrounds on the root element and the BODY element. Change the way the HTMLDocumentColorRule (for the table color quirk) is initialized since it used to depend on the BodyFixupRule. b=116161 (also fixes other bugs) r=attinasi sr=hyatt
|
2002-01-07 23:46:07 +00:00 |
kmcclusk%netscape.com
|
6533d93ff1
|
Check for null result from NS_NewURI b=102585 sr=kin r=attinasi
|
2001-12-12 01:41:41 +00:00 |
pavlov%netscape.com
|
e15f4f6c5d
|
fix for bug 92248 r=bryner sr=jst
|
2001-10-06 05:08:16 +00:00 |
vidur%netscape.com
|
338e3871f8
|
Fixes for printing bugs 84017 and 89151. The fix for bug 84017 removes the need for a resize reflow to get form frame values to print. The restoration of these values into the new frame model is done as part of the initial reflow. The fix for bug 89151 gets rid of the extra frame model built and forces printed images to come out of the decoded image cache. r=darinf, heikki, sr=rpotts
|
2001-09-29 17:50:15 +00:00 |
pavlov%netscape.com
|
b72c324af1
|
fixing bug 78690. removing old imagelib. r=jst sr=waterson
|
2001-08-09 20:22:39 +00:00 |