Граф коммитов

142711 Коммитов

Автор SHA1 Сообщение Дата
robert%accettura.com d9af4d7e32 slight change to install notes to enable utf-8 support 2005-06-11 04:17:28 +00:00
darin%meer.net ce969129ea Make incremental download work properly on Linux. 2005-06-11 02:56:52 +00:00
brendan%mozilla.org b7b9a35bd5 Better fix for 296397 (r=shaver, sr=jst). 2005-06-11 01:33:44 +00:00
darin%meer.net 5a80c37f7a Update firefox prefs accordingly for new update service. 2005-06-11 01:11:00 +00:00
darin%meer.net fc6b7753d0 Construct update URL using properties from nsIXULAppInfo and nsIXULRuntime. 2005-06-11 01:09:54 +00:00
dmose%mozilla.org 9306744053 Fix up argument ordering. Not part of the build. 2005-06-11 00:45:12 +00:00
dmose%mozilla.org ec7c58da25 Backing out unintentional parts of previous checkin. 2005-06-11 00:41:36 +00:00
dmose%mozilla.org 280f5745e1 Initial fixups to cope with new occurrence model; more to come. Not part of the build. 2005-06-11 00:38:09 +00:00
ben%bengoodger.com c873ef9318 more update manager work 2005-06-11 00:04:52 +00:00
ben%bengoodger.com 4dfdececda Implement load/save for the Update Manager 2005-06-10 23:58:10 +00:00
ben%bengoodger.com a3ffbc7486 Add new Update Manager interface and service to track current and past updates 2005-06-10 23:37:38 +00:00
dmose%mozilla.org 8f5a8cd794 Added forgotten this. qualifier 2005-06-10 23:31:18 +00:00
cltbld 363a55c727 make-makefile for the XForms build requires arguments numbering two to
operate as expected.  The first is the location of the build directory.
The second is the depth of the current working directory relative to the
source directory.  (where source directory there may need to be described
as object directory, ...)
2005-06-10 23:21:51 +00:00
cltbld 3bf7e847da Move the XForms build to after the $objdir variable is created and use it
instead of $builddir.
2005-06-10 23:09:11 +00:00
cltbld 1feafe7242 Use the multi-line formatting that's now available for multi-config.pl in
the --multi-config example.
2005-06-10 22:58:13 +00:00
lpsolit%gmail.com 7ca399bb29 Bug 266159: It's possible to create multiple flags by reloading, even if flag is not multiplicable - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r/a = myk 2005-06-10 22:57:16 +00:00
cltbld c491cd6268 Slurp the entire multi-config.pl file and eval it as a whole to allow
multi-line variable entries.
2005-06-10 22:55:31 +00:00
mozilla.mano%sent.com 2929e8bc18 Bug 297230 - no windows: open blank window for Open Location & Web Search. r=mconnor, a=asa 2005-06-10 22:49:20 +00:00
cltbld d0696dc501 Add a default LocaleProduct of "browser". 2005-06-10 22:45:38 +00:00
mozilla.mano%sent.com 58b762c758 Bug 294208 (FAYT shoudn't be blocked when a form button, checkbox or a radio element is focused) - replace element localname checks to instanceof checks. r=mconnor, sr=bzbarksy, a=asa. 2005-06-10 22:44:29 +00:00
cltbld 4476f46bb3 Move the XForms build earlier in the build process (before the Talkback
symbol push) to ensure that any XForms symbols are included in the push and
can be used in Talkback reports that include XForms stack information.

Make use of a new config variable, LocaleProduct, which is set to either
mail or browser at this point.  It is used to determine the directories
in which to run the locale builds in packit_l10n().
2005-06-10 22:44:17 +00:00
timeless%mozdev.org e8b38a4b09 Bug 235643 all _CreatePrintSettings leak on failure
changes code to handle OOM and optimizes code to skip an unnecessary QI
patch by baafie@planet.nl r=timeless sr=bz a=asa
2005-06-10 22:18:16 +00:00
timeless%mozdev.org f5ebaf671d Bug 266905 Mozilla crash or hang on POP3 mail download, if "Run Filter on Folder" is executed [@ nsMsgFilter::LogRuleHit]
look before leaping but don't complain
r=bienvenu sr=bienvenu
2005-06-10 22:15:30 +00:00
cltbld da0ac237eb Remove the en-US files using a command that can write to a valid file
(run_locale_shell_command has no valid output flie when it's called here).
2005-06-10 21:46:44 +00:00
ben%bengoodger.com 298601ef79 Hook up 'View installed updates' button in preferences 2005-06-10 21:46:12 +00:00
ben%bengoodger.com 206a11c39d Add support for optional license to updates. This allows for updates to inform the user of license changes with included components and force them to agree before they can update the software. Also add a 'View installed updates' button to the preferences panel 2005-06-10 21:27:24 +00:00
bsmedberg%covad.net 70a510fcfa Backout bug 224305 due to unexplained tbox orange (probably has something to do with static builds?) 2005-06-10 21:01:40 +00:00
cltbld 7015fd96e7 Automated update from host egg 2005-06-10 20:27:11 +00:00
mkaply%us.ibm.com 838fdaefb2 OS/2 build bustage 2005-06-10 20:24:15 +00:00
bsmedberg%covad.net 5d90c36fe0 mac bustage from bug 224305 2005-06-10 19:54:35 +00:00
bsmedberg%covad.net aebd75993b More platform-specific bustage from bug 224305 2005-06-10 19:52:45 +00:00
bsmedberg%covad.net 5e9acb1dee Use more headers for linux, from bug 224305 2005-06-10 19:38:22 +00:00
bsmedberg%covad.net 7a3de0c3d7 Bug 224305 part "windows" - Separate GRE (xulrunner) registration from the installer scripts, r=darin a=asa 2005-06-10 19:21:27 +00:00
lpsolit%gmail.com 7fc1f81891 Bug 277417: SQL error when reloading the page after changing the bug resolution to duplicate - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wicked a=justdave 2005-06-10 19:19:21 +00:00
lpsolit%gmail.com 429e9f0512 Bug 296214: Add a hook into user-error.html.tmpl to allow user-extendable error messages - Patch by Dennis Melentyev <dennis.melentyev@infopulse.com.ua> r=joel a=myk 2005-06-10 19:11:46 +00:00
scott%scott-macgregor.org 6926856915 Bug #297325 --> Consider application/pgp-keys as plain text
Patch by patrick.brunschwig@gmx.net

r=mscott
sr=bienvenu
a=asa
2005-06-10 19:02:05 +00:00
jwalden%mit.edu 65852277f4 Bug 296990 - Update popup blocking info in response to bug 293523. r=steffen, a=asa 2005-06-10 18:59:35 +00:00
jwalden%mit.edu f627ae41f2 Bug 296874 - Realign menu docs with reality after Check for Updates move and other stuff. r=steffen, a=asa 2005-06-10 18:58:37 +00:00
silver%warwickcompsoc.co.uk 41f39b82ca Bug 296679 - Hack to work around bug 98997 and the curse of the :empty menu. Also bump compatibility info to FF 1.0+.
ChatZilla only.
r=samuel
a=asa
2005-06-10 18:35:13 +00:00
masayuki%d-toybox.com dbd2956788 Bug 118563 The new print properties dialog does not save papersize / fix for saving to pref on suite r+sr=neil.parkwaycc.co.uk, a=asa 2005-06-10 18:29:09 +00:00
masayuki%d-toybox.com 7158873028 Bug 118563 The new print properties dialog does not save papersize / make the same as suite/toolkit print process for "javascript:window.print()" r+sr=jst, a=chofmann 2005-06-10 18:26:31 +00:00
bsmedberg%covad.net a595fc0a65 Bug 296426 - nsIXULRuntime should provide build config info, r=darin a=asa 2005-06-10 18:23:28 +00:00
scott%scott-macgregor.org 95a4248f9f Bug #269483 --> Thunderbird UI changes to support the new update service (which is not turned on yet)
add a toolbar button to the menubar for update notifications, add advanced pref UI to support the new settings, add a menu item under Help for Checking for Updates.
2005-06-10 18:09:21 +00:00
dougt%meer.net 18698a7f4c Cleans up font enumeration. Implements TextOutA. Implements SetWindowTextA. Remaps lstr* functions. NPODB 2005-06-10 17:43:15 +00:00
timeless%mozdev.org 7c090bdf71 Bug 208909 compreg.dat protection problem [OpenVMS status is decimal 114690]
lock down permissions and sanitize with comments
r=dougt sr=dveditz a=asa
2005-06-10 17:32:48 +00:00
pinkerton%aol.net cc0efec789 handle secondary subtags between 2 and 8 characters long, as
per RFC 3066 et al. when setting accept-lang header (bug 293327)
2005-06-10 17:23:17 +00:00
bienvenu%nventure.com bc243a223d fix 288273 disable delete/detach attachments for signed/encyrpted messages, r/sr=mscott, a=asa 2005-06-10 14:35:32 +00:00
joshmoz%gmail.com 6f61446611 Get rid of big-endian assumptions in asdecode. b=297164 r=josh sr=smfr a=asa 2005-06-10 14:16:18 +00:00
aaronleventhal%moonset.net a128408935 Bug 290352. Fix show/hide events, and anything dependent on those such as DHTML sub sub menus, alerts and progress bars. r=louie.zhao, sr=bz, a=asa 2005-06-10 13:57:27 +00:00
bsmedberg%covad.net 00a0b09236 Cleanup from bug 253742 - use named strings to eliminate temporaries in a loop, patch by Jens BannMann <jens.b@web.de> r=me a=asa 2005-06-10 13:13:53 +00:00