https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 52d2c9fc68daf2aeaaabf63fc4d3d104e6ce031a authored by seabld on 21 December 2011, 08:18:06 UTC
Added tag SEAMONKEY_2_6_1_RELEASE for changeset FIREFOX_9_0_1_BUILD1. CLOSED TREE a=release
Tip revision: 52d2c9f
quitForMac.html
<html>
<head>
<title>Use JS to quit the browser on Mac OS X</title>
<script src="quit.js" type="text/javascript"></script>
</head>

<body onload="goQuitApplication();">
<p>This page uses <code>netscape.security.PrivilegeManager</code> JS calls to cleanly and completely exit the browser under Mac OSX.</p>
</body>

</html>
back to top