Closed
Bug 254586
Opened 21 years ago
Closed 21 years ago
a lot of places assume cacheToken can be qi'd to nsICacheEntryDescriptor
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.8alpha3
People
(Reporter: Biesinger, Assigned: Biesinger)
Details
Attachments
(1 file)
6.43 KB,
patch
|
bzbarsky
:
review+
darin.moz
:
superreview+
|
Details | Diff | Splinter Review |
the API only guarantees QI-ability to nsICacheEntryInfo.
Assignee | ||
Comment 1•21 years ago
|
||
hm... this patch does slightly more than cacheentryinfo. but, while I'm here,
I'd like to get that in too, if you don't mind.
Assignee | ||
Comment 2•21 years ago
|
||
Comment on attachment 155360 [details] [diff] [review]
patch
unfortunately I could not change all callers, since some need
nsICacheEntryDescriptor :(
Attachment #155360 -
Flags: superreview?(darin)
Attachment #155360 -
Flags: review?(bzbarsky)
![]() |
||
Comment 3•21 years ago
|
||
Comment on attachment 155360 [details] [diff] [review]
patch
r=bzbarsky for all of it, but could you split up the docshell change into two
checkins? Otherwise the cvs log/blame will be _very_ confusing...
Attachment #155360 -
Flags: review?(bzbarsky) → review+
Assignee | ||
Updated•21 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla1.8alpha3
Comment 4•21 years ago
|
||
Comment on attachment 155360 [details] [diff] [review]
patch
sr=darin
Attachment #155360 -
Flags: superreview?(darin) → superreview+
Assignee | ||
Comment 5•21 years ago
|
||
refcounted views part:
Checking in docshell/base/nsDocShell.cpp;
/cvsroot/mozilla/docshell/base/nsDocShell.cpp,v <-- nsDocShell.cpp
new revision: 1.614; previous revision: 1.613
done
cache token part:
Checking in docshell/base/nsDocShell.cpp;
/cvsroot/mozilla/docshell/base/nsDocShell.cpp,v <-- nsDocShell.cpp
new revision: 1.613; previous revision: 1.612
done
Checking in modules/libpr0n/src/imgRequest.cpp;
/cvsroot/mozilla/modules/libpr0n/src/imgRequest.cpp,v <-- imgRequest.cpp
new revision: 1.80; previous revision: 1.79
done
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•