Closed
Bug 229995
Opened 21 years ago
Closed 21 years ago
view source doesn't need history or security
Categories
(Core Graveyard :: View Source, defect)
Core Graveyard
View Source
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: neil, Assigned: doronr)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
patch
|
doronr
:
review+
bzbarsky
:
superreview+
|
Details | Diff | Splinter Review |
As far as I can tell, we can save a bit of footprint by adding
disablehistory="true" disablesecurity="true" to the view source browsers...
additionally this saves us having to exclude view-source URLs from history.
Reporter | ||
Comment 1•21 years ago
|
||
Reporter | ||
Updated•21 years ago
|
Attachment #138355 -
Flags: superreview?(bz-vacation)
Attachment #138355 -
Flags: review?(doronr)
Comment 2•21 years ago
|
||
Comment on attachment 138355 [details] [diff] [review]
Proposed patch
Actually, there is an rfe to allow browsing via view-source (by linkifying all
URIs; clicking a link would show the source of that link). Find that bug and
add a comment that whoever implements that may need to remove the
disablehistory here, and rs=bzbarsky.
Also, we need to keep manually excluding view-source URLs from history, imo,
for the same reasons (and because they can happen in web pages).
Attachment #138355 -
Flags: superreview?(bz-vacation) → superreview+
Assignee | ||
Updated•21 years ago
|
Attachment #138355 -
Flags: review?(doronr) → review+
Reporter | ||
Comment 3•21 years ago
|
||
Fix checked in.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•