Closed
Bug 338550
Opened 19 years ago
Closed 1 year ago
view-source handler should allow relative inner url
Categories
(Core :: Networking, defect, P5)
Core
Networking
Tracking
()
RESOLVED
DUPLICATE
of bug 656904
People
(Reporter: brendan, Unassigned)
Details
(Whiteboard: [necko-would-take])
My XTech talk had to hardcode view-source:file:///... within file:///... to show the source of the test I was running. Dbaron pointed out that if we just passed aBaseURI along in nsViewSourceHandler::NewURI, it would all work.
/be
![]() |
||
Comment 1•19 years ago
|
||
Have to be kinda careful with the primary consumer of view-source: URIs -- chrome. don't really want to view-source random chrome when users hit Ctrl-U
If that's been checked on, sounds ok.
Updated•9 years ago
|
Whiteboard: [necko-would-take]
Comment 2•8 years ago
|
||
Bulk change to priority: https://bugzilla.mozilla.org/show_bug.cgi?id=1399258
Priority: -- → P5
Updated•2 years ago
|
Severity: normal → S3
Updated•1 year ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•