Closed
Bug 615419
Opened 14 years ago
Closed 14 years ago
Exception... "Component returned failure code: 0x80004003 (NS_ERROR_INVALID_POINTER) [nsIURI.equals]" in PSB_updateState
Categories
(Firefox :: Bookmarks & History, defect)
Firefox
Bookmarks & History
Tracking
()
RESOLVED
FIXED
Firefox 4.0b9
People
(Reporter: mak, Assigned: mak)
References
Details
(Keywords: regression, Whiteboard: [fixed-in-places])
Attachments
(1 file)
802 bytes,
patch
|
sdwilsh
:
review+
sdwilsh
:
approval2.0+
|
Details | Diff | Splinter Review |
this if is handling special refresh case comparing the tracked uri, but on first run this._uri is undefined, and equals throws. Thus, just compare if we are tracking a uri.
Attachment #493860 -
Flags: review?(sdwilsh)
Assignee | ||
Updated•14 years ago
|
Assignee: nobody → mak77
Keywords: regression
Comment 1•14 years ago
|
||
Comment on attachment 493860 [details] [diff] [review]
patch v1.0
r=sdwilsh
Attachment #493860 -
Flags: review?(sdwilsh)
Attachment #493860 -
Flags: review+
Attachment #493860 -
Flags: approval2.0+
Assignee | ||
Comment 2•14 years ago
|
||
Whiteboard: [fixed-in-places]
Assignee | ||
Comment 3•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 4.0b9
Updated•14 years ago
|
Version: unspecified → Trunk
You need to log in
before you can comment on or make changes to this bug.
Description
•