Closed
Bug 524442
Opened 16 years ago
Closed 16 years ago
startDocumentLoad and endDocumentLoad URIs don't match
Categories
(SeaMonkey :: UI Design, defect)
SeaMonkey
UI Design
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: neil, Assigned: neil)
Details
(Keywords: fixed-seamonkey2.0.1)
Attachments
(1 file)
623 bytes,
patch
|
iannbugzilla
:
review+
iannbugzilla
:
approval-seamonkey2.0.1+
|
Details | Diff | Splinter Review |
Bug 18423 was apparently responsible for revision 1.43 of nsBrowserInstance.cpp which was the first time that EndDocumentLoad started using the channel's originalURI. Nobody thought to change StartDocumetnLoad to match, and this distinction has been propagated down the line in such bugs as 46200 (which moved the code from C++ to JS). However this causes a problem when restoring or opening a tab or window with a redirected URL such as an about: URL; in this case the underlying URL temporarily flashes up in the URL bar until the location change notification updates it with the correct URL.
Assignee | ||
Comment 1•16 years ago
|
||
Attachment #408354 -
Flags: review?(iann_bugzilla) → review+
Attachment #408354 -
Flags: approval-seamonkey2.0.1+
Assignee | ||
Comment 2•16 years ago
|
||
Pushed changeset 3643ca91a6c6 to comm-central.
Pushed changeset ca65c3600243 to releases/comm-1.9.1
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Keywords: fixed-seamonkey2.0.1
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•