Open
Bug 289582
Opened 20 years ago
Updated 2 years ago
docshell's RefreshURI ignores aRepeat parameter; aMetaRedirect is constant true
Categories
(Core :: DOM: Navigation, defect)
Tracking
()
NEW
People
(Reporter: Biesinger, Unassigned)
Details
the aRepeat parameter is stored as a member of the refreshTimer, but never read aMetaRedirect is always true - the single caller of this function passes nothing else aRepeat should probably be removed. Not sure about aMetaRedirect...
Comment 1•20 years ago
|
||
Why do we even have this exposed as an api method, really? Do people use it?
| Reporter | ||
Comment 2•20 years ago
|
||
I couldn't find a caller for this method in the mozilla tree (outside of docshell)... http://lxr.mozilla.org/mozilla/search?string=refreshuri%28
Updated•15 years ago
|
Assignee: adamlock → nobody
QA Contact: adamlock → docshell
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•