Closed
Bug 12224
Opened 25 years ago
Closed 25 years ago
[Blocker] need a way to get the real URL from a chrome/resource URL
Categories
(Core :: Networking, defect, P3)
Tracking
()
VERIFIED
FIXED
M14
People
(Reporter: hyatt, Assigned: hyatt)
Details
I need a way to (given a chrome URL) retrieve the actual URL it corresponds to,
without wanting to actually load the URL. This is required for all places where
we're using native functions that load local files.
Comment 1•25 years ago
|
||
If you open the chrome URL you'll get a channel. The channel's GetURI accessor
should return the resolved (file:) URL. Can you give that a try?
Updated•25 years ago
|
Assignee: valeski → hyatt
Target Milestone: M10
Updated•25 years ago
|
Target Milestone: M10 → M14
Comment 2•25 years ago
|
||
moving to m14
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Comment 3•25 years ago
|
||
resolving as fixed.
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 4•25 years ago
|
||
marking verified
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
•