Closed
Bug 967876
Opened 11 years ago
Closed 11 years ago
Don't access docshell from WindowIsClosing
Categories
(Firefox :: General, defect)
Tracking
()
VERIFIED
FIXED
Firefox 30
People
(Reporter: billm, Assigned: billm)
Details
Attachments
(1 file, 1 obsolete file)
787 bytes,
patch
|
dao
:
review+
|
Details | Diff | Splinter Review |
When I click on the close box in Windows, the window doesn't close. This patch fixes the problem.
Attachment #8370380 -
Flags: review?(felipc)
Comment 1•11 years ago
|
||
Comment on attachment 8370380 [details] [diff] [review]
window-is-closing
please:
if (gMultiProcessBrowser)
return true;
Attachment #8370380 -
Flags: review?(felipc) → review-
Assignee | ||
Comment 2•11 years ago
|
||
Attachment #8370380 -
Attachment is obsolete: true
Attachment #8370386 -
Flags: review?(felipc)
Updated•11 years ago
|
Attachment #8370386 -
Flags: review?(felipc) → review+
Assignee | ||
Comment 3•11 years ago
|
||
Comment 4•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 30
Comment 5•11 years ago
|
||
(In reply to Bill McCloskey (:billm) from comment #0)
> When I click on the close box in Windows, the window doesn't close
I can't reproduce this in Nightly 2014-02-04, 2014-02-05 Win 7 x64.
Thoughts ?
Flags: needinfo?(wmccloskey)
You need to log in
before you can comment on or make changes to this bug.
Description
•