On Wed, 08 Aug 2012 19:49:07 -0700, David E. Ross wrote: > File nsLoginManager.js is now embedded by zipping into omni.jar. In any > case, tweaking nsLoginManager.js (after unzipping omni.jar and then > rezipping it) does not seem to work.
There are two versions of nsLoginManager.js in omni.ja: components\nsLoginManager.js jsloader\resource\gre\components\nsLoginManager.js The second is a pre-compiled version of the first. SeaMonkey/Gecko will preferentially load the second. The trick is to delete the gre version so SeaMonkey can only find the first version which you've edited. There's probably a way of using xpcshell.exe to recompile your changed nsLoginManager.js but I've never bothered to find out the command line syntax needed. Phil -- Philip Chee <[email protected]>, <[email protected]> http://flashblock.mozdev.org/ http://xsidebar.mozdev.org Guard us from the she-wolf and the wolf, and guard us from the thief, oh Night, and so be good for us to pass. _______________________________________________ support-seamonkey mailing list [email protected] https://lists.mozilla.org/listinfo/support-seamonkey

