Open
Bug 230068
Opened 21 years ago
Updated 2 years ago
Doc Shell shouldn't be making some history decisions
Categories
(Core :: DOM: Navigation, defect, P5)
Core
DOM: Navigation
Tracking
()
NEW
People
(Reporter: neil, Unassigned)
References
Details
Currently nsDocShell.cpp has a method ShouldAddToGlobalHistory that excludes
schemes unwanted in global history. As some of these schemes are only used in
docshells without global history, checks for those schemes are unnecessary.
Comment 1•21 years ago
|
||
After bug 229783 is done, let's look at this to see what's left to do.
Assignee: adamlock → bsmedberg
Updated•19 years ago
|
Priority: -- → P5
Comment 2•18 years ago
|
||
Benjamin Smedberg in comment #1
> After bug 229783 is done, let's look at this to see what's left to do.
bug 229783 is done :)
Updated•18 years ago
|
Assignee: benjamin → nobody
Updated•15 years ago
|
QA Contact: adamlock → docshell
Comment 3•14 years ago
|
||
bug 36054 is still a valid claim, but this bug seems to have been fixed as time goes by.
> NS_IMETHODIMP
> nsNavHistory::CanAddURI(nsIURI* aURI, PRBool* canAdd)
Updated•2 years ago
|
Severity: minor → S4
You need to log in
before you can comment on or make changes to this bug.
Description
•