Closed
Bug 256349
Opened 22 years ago
Closed 21 years ago
Startup() in browser.js assumes window.opener is still around
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jruderman, Assigned: jruderman)
Details
(Keywords: fixed-aviary1.0)
Attachments
(1 file)
|
651 bytes,
patch
|
mconnor
:
review+
asa
:
approval-aviary+
|
Details | Diff | Splinter Review |
Startup() in browser.js assumes window.opener is still around. If the window
has been closed, it hits a JavaScript error, and the personal toolbar ends up
empty. This happens often if you use an extension I'm writing.
| Assignee | ||
Comment 1•22 years ago
|
||
This fixes the bug and doesn't break the persistence stuff.
| Assignee | ||
Updated•22 years ago
|
Attachment #156639 -
Flags: review?(firefox)
| Assignee | ||
Updated•21 years ago
|
Attachment #156639 -
Flags: review?(firefox) → review?(mconnor)
Updated•21 years ago
|
Attachment #156639 -
Flags: review?(mconnor) → review+
| Assignee | ||
Updated•21 years ago
|
Attachment #156639 -
Flags: approval-aviary?
Comment 2•21 years ago
|
||
Comment on attachment 156639 [details] [diff] [review]
one-line patch
a=asa for aviary checkin.
Attachment #156639 -
Flags: approval-aviary? → approval-aviary+
| Assignee | ||
Comment 3•21 years ago
|
||
Fixed aviary and trunk.
You need to log in
before you can comment on or make changes to this bug.
Description
•