1
edit
Changes
→Project Details
'''10/12/2008''' -
*[http://mxr.mozilla.org/mozilla-central/source/browser/base/content/browser-sets.inc browser-sets.inc] is a file that holds information on document elements. It can run javascript options, therefore it is important to make sure that a label on a popup is hooked here to a javascript option. (Or else, what would that option do?)
*I ''think'' I can add DOMWindowResized event listener here: [http://mxr.mozilla.org/mozilla-central/source/toolkit/content/widgets/browser.xml#664 http://mxr.mozilla.org/mozilla-central/source/toolkit/content/widgets/browser.xml#664]<br />Also remember there is a destroy event to remove the same eventListener
*Then I can go into nsGlobalWindow.cpp and code the FireResizedEvent...
'''10/05/2008''' -