Closed
Bug 17144
Opened 26 years ago
Closed 26 years ago
Need way to get to original URL
Categories
(Core :: Networking, defect, P3)
Tracking
()
VERIFIED
FIXED
M11
People
(Reporter: hyatt, Assigned: warrensomebody)
References
Details
In order to implement an overlay cache, we need to be able to get back to the
original chrome url from both the content sink and the document.
| Assignee | ||
Comment 1•26 years ago
|
||
Did you want to do this by adding an accessor to nsIChannel? In the meeting you
suggested that there was another way.
| Reporter | ||
Comment 2•26 years ago
|
||
Maybe waterson can comment. He needs to be able to get to the original chrome
URL from within the XUl content sink.
Comment 3•26 years ago
|
||
Yeah, this was a low-priority bug for persistence (I've added a dependency from
bug 14193).
Comment 4•26 years ago
|
||
Why not put the original in the nsURI? It has the longest lifetime.
/be
| Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Target Milestone: M11
| Assignee | ||
Comment 5•26 years ago
|
||
Added nsIChannel::GetOriginalURI.
Bulk move of all Necko (to be deleted component) bugs to new Networking
component.
You need to log in
before you can comment on or make changes to this bug.
Description
•