2004-07-11 Branch builds
- Fixed: 250423 - Window titlebar sometimes fails to update to page title when browsing/creating tabs (since July 8).
- Fixed: Can now open blocked popups.
- Fixed: Display yellow bar for blocked pop-ups in addition to status bar icon. (Can be disabled.)
- Fixed: 250445 - XPInstall Whitelist UI: Clicking on XPI link says a theme was blocked not an extension.
- Fixed: Make install denied info popup work with more use cases.
- Fixed: Tidy up bookmarks manager, move status bar under both trees.
- Since July 10: 250818 - Installer chokes on Talkback.
- Since July 10: 250820 - After returning from full screen, rightclick on "navigation toolbar" does not work.
- Since July 8: 250488 - "Open in Tabs" in a bookmarks folder no longer works.
- Since May 18: 248423 - config.trim_on_minimize no longer works.
- Since ~June 2: 245327 - theme switch clears all tabs, disables their history, can't close these tabs.
- Since ~March 15 or ~June 8 (???): 246078 - URLs from other apps result in two Firefox windows or a window and an error dialog.
Official Windows, Official Windows installer (discussion), bangbang's O2 G7 SSE2
No official Linux builds, lokean's SSE with SVG
July 11th, 2004 at 6:13 pm
Where can I find out more about the “Can now open blocked popups.” fix? There is no bug number listed, yet I am curious to learn more about the fix.
July 11th, 2004 at 7:05 pm
I’ve been tracking a bug related to that (176564):
http://bugzilla.mozilla.org/show_bug.cgi?id=176564
July 11th, 2004 at 8:49 pm
fishbert: I don’t think the patch is in Bugzilla. You’ll have to look at Bonsai.
July 12th, 2004 at 7:01 am
Can anyone tell me how I would go about building this branch build rather than the trunk builds ive always done? Since they like to develop these things backward and make the trunk outdated over the branch, and even add new features to the branch these days which is totally against what a branch is meant to be for, so Im going to make branch builds instead if someone can point me as to what I need to change to go from trunk to this aviary branch.
July 12th, 2004 at 8:22 am
The Flamin’ Box update:
http://nth10sd.blogspot.com/
MozillaZine thread is here: http://forums.mozillazine.org/viewtopic.php?p=609728
July 12th, 2004 at 8:38 am
To build from the aviary branch on Windows:
After putting your mozconfig (which points to mozilla/browser/config) in the mozilla directory, and before running make -f client.mk checkout,
set CVSROOT=:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot
cvs co -r AVIARY_1_0_20040515_BRANCH mozilla/client.mk mozilla/browser/config
July 12th, 2004 at 11:12 am
my mozconfig doesnt point to the one in mozilla/browser/config, i just use my own settings in it which is in the folder before the main mozilla one (same place i have the bat files etc).
so i guess i have to change that line to something else? cvs co -r AVIARY_1_0_20040515_BRANCH mozilla/client.mk mozilla/browser/config
July 12th, 2004 at 8:33 pm
The first line in my .mozconfig is
. $topsrcdir/browser/config/mozconfig
I don’t think adding that will screw you up.
July 13th, 2004 at 2:06 am
Possibly but I always thought that made it use the mozconfig from browser/config/mozconfig rather than your own settings but ill try it anyway if i cant get it to build.