Unofficial 2003.08.25 for Win32 with DOMi and Venkman

Discussion about official Mozilla Firefox builds
Post Reply
scragz
Posts: 2914
Joined: February 8th, 2003, 2:38 am
Location: San Diego, US
Contact:

Unofficial 2003.08.25 for Win32 with DOMi and Venkman

Post by scragz »

Thanks to Sailfish for providing a fix for the broken DOMi.

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>.

<standard-domi-disclaimer>
The DOMi is not accessible from the standard FB menu. I modded Chris Pedrick’s Web Developer extension to add menuitems to call it and Venkman and if you need the DOMi, you will probably enjoy the other functions of his extension.
</standard-domi-disclaimer>

MozillaFirebird-2003.08.25-1.zip
webdeveloper-0.3-scragz-menu-mod.xpi

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
User avatar
nilson
Posts: 4100
Joined: February 15th, 2003, 11:55 pm
Location: Tuscaloosa, Alabama
Contact:

Post by nilson »

What'd you build with?
Sailfish
Posts: 5681
Joined: November 5th, 2002, 4:58 pm

Post by Sailfish »

Works well, so far.

As always, thanks for taking the time to make, and make available, these builds...
dukdukgoos
Posts: 156
Joined: August 22nd, 2003, 1:23 pm
Location: Tokyo, Japan

Post by dukdukgoos »

Thanks a lot for this, very much appreciated!
scragz
Posts: 2914
Joined: February 8th, 2003, 2:38 am
Location: San Diego, US
Contact:

Post by scragz »

nilson wrote:What'd you build with?
Visual Studio 6.
User avatar
alanjstr
Moderator
Posts: 9100
Joined: November 5th, 2002, 4:43 pm
Location: Anywhere but here
Contact:

Post by alanjstr »

Why don't you inlcude the Web Developer in your build itself?
Former UMO Admin, Former MozillaZine General Mod
I am rarely on mozillaZine, so please do not send me a private message.
My Old Firefox config files
scragz
Posts: 2914
Joined: February 8th, 2003, 2:38 am
Location: San Diego, US
Contact:

Post by scragz »

alanjstr wrote:Why don't you inlcude the Web Developer in your build itself?

Am I allowed? Maybe I’ll put in the inspector menu items. In any case, it’s all automated right now and it would be fairly difficult to get that to work. I’m considering installing PHP so I have more to work with than the normal batch file stuff.
Last edited by scragz on August 26th, 2003, 5:46 pm, edited 1 time in total.
User avatar
alanjstr
Moderator
Posts: 9100
Joined: November 5th, 2002, 4:43 pm
Location: Anywhere but here
Contact:

Post by alanjstr »

Well, there was the BlackDiamond build, right? And that was bundled.
Former UMO Admin, Former MozillaZine General Mod
I am rarely on mozillaZine, so please do not send me a private message.
My Old Firefox config files
Post Reply