- Code: Select all
chrome/inspector.jar/content/inspector/extensions/titledSplitter.xml
chrome/inspector.jar/content/nspector/extensions/treeEditable.xml
… have been modified to have <code>bindings</code> replaced with <code>widgets</code>.
- Code: Select all
chrome/browser.jar/content/browser/browser.xul
… has been modified to put DOMi and Venkman menu items in under <kbd>Tools</kbd>. This will probably conflict with the modified Web Developer extension that I have previously been providing with these builds. I recommend you uninstall it and install the official version if you still want to use the extension.
MozillaFirebird-2003.08.31-0743.zip
- Code: Select all
export MOZ_PHOENIX=1
mk_add_options MOZ_PHOENIX=1
ac_add_options --enable-crypto
ac_add_options --disable-tests
ac_add_options --disable-debug
ac_add_options --disable-mailnews
ac_add_options --disable-composer
ac_add_options --disable-ldap
ac_add_options --enable-optimize
ac_add_options --enable-extensions=inspector,venkman,cookie,xml-rpc,
xmlextras,p3p,pref,transformiix,universalchardet,typeaheadfind,webservices
ac_add_options --enable-static
ac_add_options --disable-shared
Keep in mind that I only do the most minimal of testing before posting these.