Closed
Bug 715673
Opened 13 years ago
Closed 13 years ago
Hande browser-lastwindow-close events
Categories
(Firefox for Android Graveyard :: General, defect, P1)
Tracking
(firefox11 fixed, firefox12 fixed, fennec11+)
RESOLVED
FIXED
Firefox 12
People
(Reporter: bnicholson, Assigned: bnicholson)
Details
Attachments
(1 file)
1.81 KB,
patch
|
mfinkle
:
review+
akeybl
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
We should handle/send browser-lastwindow-close-requested and browser-lastwindow-close-granted as we did in XUL Fennec.
Assignee | ||
Comment 1•13 years ago
|
||
Attachment #586226 -
Flags: review?(mark.finkle)
Comment 2•13 years ago
|
||
Comment on attachment 586226 [details] [diff] [review]
patch
>+ lastBrowser = false;
>+ }
>+ if (lastBrowser) {
>+ // Let everyone know we are closing the last browser window
Add a space between the blocks
Attachment #586226 -
Flags: review?(mark.finkle) → review+
Assignee | ||
Comment 3•13 years ago
|
||
Landed on inbound:
http://hg.mozilla.org/integration/mozilla-inbound/rev/a9f4c0795560
Updated•13 years ago
|
Priority: -- → P1
Updated•13 years ago
|
tracking-fennec: --- → 11+
Comment 4•13 years ago
|
||
One of three changesets backed out of inbound due to test coalescing making it hard to identify which caused the native android test failures:
https://hg.mozilla.org/integration/mozilla-inbound/rev/1927c7905f5e
Assignee | ||
Comment 5•13 years ago
|
||
Passed try tests:
https://tbpl.mozilla.org/?tree=Try&rev=84da3ebd9c39
Re-landed on mozilla-inbound:
http://hg.mozilla.org/integration/mozilla-inbound/rev/460ffa419de5
Comment 6•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 12
Updated•13 years ago
|
status-firefox11:
--- → affected
status-firefox12:
--- → fixed
Comment 7•13 years ago
|
||
Comment on attachment 586226 [details] [diff] [review]
patch
[Approval Request Comment]
needed to correctly handle saving the session
Attachment #586226 -
Flags: approval-mozilla-aurora?
Comment 8•13 years ago
|
||
Comment on attachment 586226 [details] [diff] [review]
patch
[Triage Comment]
Mobile only - approved for Aurora.
Attachment #586226 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment 9•13 years ago
|
||
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•