48 var
os =
Cc[
'@mozilla.org/observer-service;1'].
50 os.notifyObservers(
null,
"quit-application-granted",
null);
51 os.notifyObservers(
null,
"quit-application",
null);
57 var
pip =
Cc[
"@mozilla.org/browser/nav-history-service;1"].
60 if (pip.DBConnection.connectionReady) {
61 pip.commitPendingChanges();
62 pip.finalizeInternalStatements();
63 pip.DBConnection.close();
64 do_check_false(pip.DBConnection.connectionReady);
getService(Ci.nsIObserverService)
sbOSDControlService prototype QueryInterface
flush_main_thread_events()