Closed
Bug 866748
Opened 12 years ago
Closed 12 years ago
nsIWebProgress::isTopLevel shouldn't throw
Categories
(Core :: DOM: Navigation, defect)
Core
DOM: Navigation
Tracking
()
RESOLVED
FIXED
mozilla23
People
(Reporter: Gavin, Assigned: Gavin)
References
(Blocks 1 open bug)
Details
Attachments
(1 file, 1 obsolete file)
1.41 KB,
patch
|
Details | Diff | Splinter Review |
See bug 732593. It should just return false in the cases where there is no window.
Assignee | ||
Comment 1•12 years ago
|
||
I left exceptions/warnings for what AFAICT should be quite exceptional cases (do_QueryInterface or GetTop failing), but I guess I could remove those as well.
Attachment #743114 -
Flags: feedback?(bugs)
Updated•12 years ago
|
Attachment #743114 -
Flags: feedback?(bugs) → review+
Assignee | ||
Comment 2•12 years ago
|
||
Flags: in-testsuite-
Target Milestone: --- → mozilla23
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → gavin.sharp
Assignee | ||
Comment 3•12 years ago
|
||
That was backed out because I failed to actually compile the change before pushing it (thought I had, but I was foiled by CLOBBER and didn't notice).
Attachment #743114 -
Attachment is obsolete: true
Assignee | ||
Updated•12 years ago
|
Keywords: checkin-needed
Comment 4•12 years ago
|
||
Keywords: checkin-needed
Comment 5•12 years ago
|
||
Well, at least it compiled this time. Backed out for mochitest asserts, though.
https://hg.mozilla.org/integration/mozilla-inbound/rev/598cfd4cb5eb
https://tbpl.mozilla.org/php/getParsedLog.php?id=22411612&tree=Mozilla-Inbound
Assignee | ||
Comment 6•12 years ago
|
||
From IRC, RyanVM says I was blamed incorrectly!
Keywords: checkin-needed
Comment 7•12 years ago
|
||
Yep, sorry about that.
https://hg.mozilla.org/integration/mozilla-inbound/rev/1936616a7f41
Keywords: checkin-needed
Comment 8•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•