Confirmed users
396
edits
(add profile notifications) |
(this is only shutdown; add See also link to XPCOM Startup) |
||
| Line 1: | Line 1: | ||
This page describes the | This page describes the shutdown sequence of XUL apps. The goal of these notifications is to quit the application quickly with as little indeterminate behavior as possible. In debug builds, the app should shut down cleanly so automated tools can verify that there are no leaks. | ||
== Terms == | == Terms == | ||
| Line 81: | Line 81: | ||
</table> | </table> | ||
== See also == | |||
* [[XPCOM Startup]] | |||