bug 64146, Delay nsCharsetMenu initialization to avoid consuming ~2% of startup time, r=dp, sr=brendan,alecf (this file didn't make it into M096)

This commit is contained in:
loadrunner%betak.net 2001-11-10 17:39:50 +00:00
parent c255aa1143
commit 5162ded92a

View File

@ -14,6 +14,8 @@
<script type="application/x-javascript">
<![CDATA[
var _elementIDs = ["mailFixedWidthMessages", "mailQuotedStyle", "mailQuotedSize", "wrapLongLines", "displayGlyph", "mailCitationColor", "sendDefaultCharsetList", "forceCharsetOverride"];
var observerService = Components.classes["@mozilla.org/observer-service;1"].getService(Components.interfaces.nsIObserverService);
observerService.notifyObservers(null, "charsetmenu-selected", "other");
function Startup()
{