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.

Windows builds: Official Windows, Official Windows installer (discussion), bangbang's O2 G7 SSE2

Linux builds: No official Linux builds, lokean's SSE with SVG

Mac builds: Official Mac

9 Responses to “2004-07-11 Branch builds”

  1. fishbert Says:

    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.

  2. Stephen Duncan Jr Says:

    I’ve been tracking a bug related to that (176564):

    http://bugzilla.mozilla.org/show_bug.cgi?id=176564

  3. Jesse Ruderman Says:

    fishbert: I don’t think the patch is in Bugzilla. You’ll have to look at Bonsai.

  4. Ewok Says:

    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.

  5. nth10sd Says:

    The Flamin’ Box update:

    http://nth10sd.blogspot.com/

    MozillaZine thread is here: http://forums.mozillazine.org/viewtopic.php?p=609728

  6. Jesse Ruderman Says:

    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

  7. ewok Says:

    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

  8. Jesse Ruderman Says:

    The first line in my .mozconfig is

    . $topsrcdir/browser/config/mozconfig

    I don’t think adding that will screw you up.

  9. Ewok Says:

    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.