App quit sequence: Difference between revisions

Fix bug number
(Update to reflect current sequence and fixes)
(Fix bug number)
 
Line 24: Line 24:
** Applications can implement this properly just by registering an observer for quit-application-requested and enumerating through windows, if needed. Firefox doesn't need this anymore.</strike> Fixed in {{bug|386002}} for Gecko 1.9
** Applications can implement this properly just by registering an observer for quit-application-requested and enumerating through windows, if needed. Firefox doesn't need this anymore.</strike> Fixed in {{bug|386002}} for Gecko 1.9
<strike>
<strike>
* Put the quit-application-granted notification into the quit call in app startup.</strike> Fixed in {{bug|386310}} for Gecko 1.9
* Put the quit-application-granted notification into the quit call in app startup.</strike> Fixed in {{bug|386810}} for Gecko 1.9
* Wrap the quit-application-requested into a function that just returns true/false.
* Wrap the quit-application-requested into a function that just returns true/false.
134

edits