Commit Graph

683 Commits

Author SHA1 Message Date
ben%bengoodger.com
2c2c0be0d0 encode + in update url 2005-06-17 01:23:00 +00:00
ben%bengoodger.com
9a801a6355 add 'no updates found' page. 2005-06-17 01:18:48 +00:00
darin%meer.net
f9aa9a5fab fixes bug 297609 "updater should keep going if a 'Remove' command cannot be completed because the target file does not exist" r=bsmedberg 2005-06-17 00:30:59 +00:00
doronr%us.ibm.com
2e373f4427 Bug 289076 - plugin finder URL should not be localizable. r/a=bsmedberg 2005-06-16 18:24:34 +00:00
gandalf%firefox.pl
6c3bda1208 Bug 297684: Non-localizable label in Updates wizard: "Finished"; p=stefan_h@hem.utfors.se,r=gandalf,a=bsmedberg 2005-06-16 12:53:43 +00:00
timeless%mozdev.org
e249f32343 Bug 293663 Unable to install themes or extensions manually
patch by rob_strong@exchangecode.com r=mconnor a=asa
2005-06-16 04:28:42 +00:00
timeless%mozdev.org
2f051908b5 Bug 294640 One bad RDF can block the whole FireFox Update mechanism
patch by rob_strong@exchangecode.com r=bsmedberg a=asa
2005-06-16 04:10:02 +00:00
timeless%mozdev.org
51eb8da79a Bug 292619 to-be-installed extension disappears from EM during incompatible update check
patch by rob_strong@exchangecode.com r=bsmedberg a=bsmedberg
2005-06-16 04:06:27 +00:00
timeless%mozdev.org
74936419a6 Bug 291792 "undefined" folder created because installDroppedInFiles doesn't check for return value of getIDForLocation
patch by rob_strong@exchangecode.com r=bsmedberg a=bsmedberg
2005-06-16 04:03:39 +00:00
ben%bengoodger.com
ed8394a54b make pause/resume work properly 2005-06-16 00:02:10 +00:00
ben%bengoodger.com
92c55b5616 show progress properly, begin to make pause/resume work 2005-06-15 23:17:53 +00:00
ben%bengoodger.com
b65206ff6c make the downloader work again! 2005-06-15 19:36:32 +00:00
ben%bengoodger.com
d1f1b3f791 fix some errors in update manager UI 2005-06-15 01:01:45 +00:00
ben%bengoodger.com
112fe89ad1 Add code to build UI from the update manager, track state and update name on nsIUpdate 2005-06-15 00:05:31 +00:00
darin%meer.net
780c7fb24b Factor updater.ini parsing out into a separate source module for use under OSX.
Cleanup GTK progress UI somewhat.
2005-06-14 23:09:52 +00:00
darin%meer.net
fded8f1054 Position UI elements in a slightly nicer way, r=sparky 2005-06-14 22:16:01 +00:00
db48x%yahoo.com
e475909d23 bug 296662: Javascript strict warnings in preferences dialog
patch by Henrik Skupin <hskupin@gmail.com>, r=bsmedberg, a=asa
2005-06-14 10:19:34 +00:00
db48x%yahoo.com
a12a79eefd bug 290668: Update button in Extensions window should be disabled when list is empty
patch by Christian Schmidt <bugzilla.mozilla.org@chsc.dk>, r=mconnor, a=asa
2005-06-14 10:03:48 +00:00
darin%meer.net
a6550f8a40 Construct update URL using RegExps per suggestion from Ben.
Include "0" in baseURL per Chase.
2005-06-14 01:54:18 +00:00
ben%bengoodger.com
699f400458 improve update manager load/save of update items, make update/patch items implement serialize/deserialize from DOM nodes, change method/attribute names on interfaces slightly to properly use interCaps 2005-06-13 21:08:40 +00:00
ben%bengoodger.com
6925680170 More implementation of update manager - load and save update files. 2005-06-13 18:53:11 +00:00
mkaply%us.ibm.com
06f5b86744 #297386
r=bsmedberg, sr=darin, a=bsmedberg
Add OS/2 implementation of thread for updater and reorder some #ifdefs
2005-06-13 17:53:18 +00:00
mkaply%us.ibm.com
4f815036f8 OS/2 build bustage - default to unistd.h for non windows platforms 2005-06-13 17:19:43 +00:00
gandalf%firefox.pl
04f16491fc Bug 297118: Remove afxres.h dependency from new update code; p=bugzilla@mcsmurf.de,r=cls,sr=darin,a=asa 2005-06-11 20:14:01 +00:00
darin%meer.net
ff3b3e4cad Construct update URL using properties from nsIXULAppInfo and nsIXULRuntime. 2005-06-11 01:09:54 +00:00
ben%bengoodger.com
2633a4810b more update manager work 2005-06-11 00:04:52 +00:00
ben%bengoodger.com
32ddfe36a3 Implement load/save for the Update Manager 2005-06-10 23:58:10 +00:00
ben%bengoodger.com
b42ec02ba4 Add new Update Manager interface and service to track current and past updates 2005-06-10 23:37:38 +00:00
ben%bengoodger.com
9cc785354f Hook up 'View installed updates' button in preferences 2005-06-10 21:46:12 +00:00
ben%bengoodger.com
a2e6013f30 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
timeless%mozdev.org
dfa4e12d4e Bug 296578 When upgrading from a 1.0 profile themes are not listed in the Theme Manager
patch by rob_strong-bugmail@exchangecode.com r=bsmedberg a=asa
2005-06-10 02:27:27 +00:00
ben%bengoodger.com
42e7ba37ba for testing 2005-06-10 00:17:10 +00:00
ben%bengoodger.com
415e1b3674 Add an 'errors' page to the update wizard to report verification errors. 2005-06-10 00:07:47 +00:00
darin%meer.net
5d8c5ebd1d This patch includes fixes for bug 297121 "many timer messages in javascript console",
and it also includes the following fixes:
 - make binaryToHex work for octets < 0x10
 - make selectUpdate return non-null
 - no need for "map" variable in _verifyDownload
2005-06-09 22:15:49 +00:00
doronr%us.ibm.com
040304a07c Bug 295407 - Finish button doesn't dismiss PFS dialog (manual installs). r=mconnor,a=asa 2005-06-09 14:57:25 +00:00
ben%bengoodger.com
a6176302e6 fall back to downloading a complete download package if the verification of the patch fails 2005-06-09 01:06:45 +00:00
darin%meer.net
79965b9cac fixing VS8 Beta2 build bustage, bug 292021 2005-06-09 00:16:38 +00:00
ben%bengoodger.com
a86bfc6930 add support for restarting downloads at different priority levels (background vs. foreground), separate out update and extensions jar manifests for faster development turnaround 2005-06-08 22:39:45 +00:00
darin%meer.net
7e80080b48 Verify downloads leveraging nsICryptoHash. 2005-06-08 22:15:17 +00:00
ben%bengoodger.com
8c9acf2311 Fix the |selectUpdate| function on the update service to correctly return the best available update from a set of available updates 2005-06-08 21:13:43 +00:00
ben%bengoodger.com
31733b51b3 make getPref helper function return default values consistently, and ensure background checking does not commence until after a profile has been selected so that the user's settings are honored. 2005-06-08 20:48:25 +00:00
darin%meer.net
b1e47d43a3 Landing patch for bug 292021 "Software Update self-contained executable" r+a=bsmedberg 2005-06-08 18:04:25 +00:00
timeless%mozdev.org
e6c51929eb Bug 296643 Uninstalling themes in Safe Mode kills extensions
patch by moz_bugzilla@exchangecode.com r=bsmedberg a=asa
2005-06-08 00:44:13 +00:00
timeless%mozdev.org
fc863b1ab6 Bug 267906 Disabled extensions with a externally raised maxVersion claim to be incompatible
patch by moz_bugzilla@exchangecode.com r=bsmedberg a=asa
2005-06-08 00:41:56 +00:00
ben%bengoodger.com
134b94df1a Implement new timer manager for handling of update interval timers for the update service and the extension manager 2005-06-08 00:21:30 +00:00
timeless%mozdev.org
48e369ae75 Bug 255619 Ability to restrict to compatible operating systems
introduce <em:targetPlatform> nodes to install.rdf
patch by jens.b@web.de r=bsmedberg a=asa
2005-06-07 22:20:34 +00:00
ben%bengoodger.com
61ce467112 disable logging again by default 2005-06-07 01:32:22 +00:00
ben%bengoodger.com
b0cad0753d make updates UI work again after API changes 2005-06-07 01:32:07 +00:00
ben%bengoodger.com
ac57e65f73 unify selection between background update and foreground update, move nsIUpdateItem to Extension Manager 2005-06-07 00:43:00 +00:00
ben%bengoodger.com
a1a115ee47 Make update selection a little better 2005-06-07 00:26:55 +00:00
ben%bengoodger.com
523fc426a6 disable logging to console by default 2005-06-06 22:49:26 +00:00
ben%bengoodger.com
f0897b87c8 296868 - Land Software Update Service on the trunk. Part of ongoing 1.1 feature work. Contains work by Darin Fisher and myself. This feature does not function yet but should not be intrusive. Includes first phase of 296566 - move extension update into the Extension Manager (r=darin) 2005-06-06 21:07:13 +00:00
gandalf%firefox.pl
7740036dd3 Bug 295855: Abandoned default theme dir in the profile's extensions dir sets the default theme to disabled when upgrading to Deer Park; p=moz_bugzilla@exchangecode.com, r=bsmedberg, a=shaver 2005-06-03 00:48:27 +00:00
gandalf%firefox.pl
8ef9ab405b Bug 284515: Viewing the options of an extension that has just been enabled makes extension manager unusable; p=moz_bugzilla@exchangecode.com, r+a=bsmedberg 2005-06-03 00:44:51 +00:00
bsmedberg%covad.net
ceb595e7c9 Bug 295013 - installing the same theme a second time, or uninstalling a theme you just installed fails - patch by Robert Strong <moz_bugzilla@exchangecode.com> r=me a=shaver 2005-06-02 14:37:50 +00:00
mozilla.mano%sent.com
bb505449ab Bug 295237 - PrefWindowVs opened from Extension Manager lack pane switcher (toolbar); also, don't open extension options window as a modal window if the instantApply pref is on. r=mconnor a=chofmann 2005-06-02 12:18:01 +00:00
masayuki%d-toybox.com
1563c088c4 Bug 295187 Sometimes, the installer creates "[random]uninstall" folder(e.g., created "!uninstall" by Firefox on WinXP) r=benjamin, a=shaver 2005-06-02 01:29:08 +00:00
cls%seawood.org
8312fa228c Add support for using msys perl
Thanks to Howard Chu <hyc@symas.com> for the patch.
Bug #294122 r=cls a=shaver
2005-06-01 14:20:35 +00:00
timeless%mozdev.org
c82717ed9a Bug 231048 download manager poorly renames existing files by incrementing number suffix
patch by ted.mielczarek@gmail.com r=mconnor a=shaver
2005-06-01 13:07:33 +00:00
bsmedberg%covad.net
2e75f4b46d Bug 296187 - Typo prevents version updating during install, patch by Robert Strong <moz_bugzilla@exchangecode.com> r=me a=shaver 2005-06-01 12:51:40 +00:00
bsmedberg%covad.net
5a72d70b11 Bug 295494 - Add support for extension chrome.manifest to make-jars r=darin a=shaver 2005-06-01 11:59:09 +00:00
bsmedberg%covad.net
16b9f82412 Bug 276006 - modified signed extensions appear to install (but don't) - patch by Robert Strong <moz_bugzilla@exchangecode.com> r=me a=chofmann for checkin to closed tree 2005-05-31 18:10:31 +00:00
bsmedberg%covad.net
7924b69db1 Bug 295847 - "aSubject has no properties" during software update - patch by Robert Strong <moz_bugzilla@exchangecode.com> r=me a=chofmann for checkin to closed tree. 2005-05-31 17:23:21 +00:00
bsmedberg%covad.net
d72368a933 Bug 293419 - When upgrading from 1.0.x to trunk, extensions that are compatible based only on update.rdf information do not appear patch by Robert Strong <moz_bugzilla@exchangecode.com> r=me a=chofmann for checkin to closed tree. 2005-05-31 17:20:35 +00:00
bzbarsky%mit.edu
44a522e949 Fix leak in extension manager UI. Bug 295535, r+a=bsmedberg 2005-05-26 19:41:17 +00:00
db48x%yahoo.com
864630c0c0 bug 293583: When phone home occurs for more than one extension the update info is used from the first extension update info
patch by Robert Strong <moz_bugzilla@exchangecode.com>, r=bsmedberg, a=asa
2005-05-23 00:40:03 +00:00
mconnor%steelgryphon.com
48c2321b4e bug 294399 - rebrand firefox for deer park, r=bsmedberg, a=brendan 2005-05-20 22:42:50 +00:00
bsmedberg%covad.net
9abe57c447 Bug 281988 - Chrome registry supports for the xpcnativewrappers=yes flag. Chrome packaging fixup to apply the xpcnativewrappers=yes flag to our application chrome packages for ffox/tbird. This also stops the repackaging of thunderbird chrome. r=mscott+bz a=drivers 2005-05-20 12:58:57 +00:00
masayuki%d-toybox.com
0d3eb7baf5 Bug 294357 Firefox and Thunderbird load a lot of trash in the registry and don't clean it up again r=benjamin, a=asa 2005-05-19 16:34:27 +00:00
bsmedberg%covad.net
6d0e57cebb Bug 294150 - 50% Ts regression since bug 293461 - This is due to profiles created with -createProfile not having an "extensions" directory, and the provider never bothered to create one. r=darin a=shaver 2005-05-18 14:08:34 +00:00
darin%meer.net
a6fa9cea30 fixes bug 293548 "Provide windows registry install location for extensions" r=bsmedberg, sr+a=beng 2005-05-16 23:48:20 +00:00
mozilla.mano%sent.com
f53c2c5359 Bug 259479 - Inconsistent tooltip labels in EM. patch from Gavin Sharp <gavin.sharp@gmail.com>, r=mconnor, a=shaver. 2005-05-16 12:44:21 +00:00
bzbarsky%mit.edu
1df45ae2f8 Fix the "move" commands in EM. Bug 251100, patch by Robert Strong
<moz_bugzilla@exchangecode.com>, r=bsmedberg, a=asa
2005-05-13 21:31:02 +00:00
bsmedberg%covad.net
ec03fbb04a Bug 293461 - Make safe mode a system option and make handling by the EM less fragile. Also fixes bug 275529 - allows app ID and extension ID to be a prettyname@vendor.tld instead of {GUID}. r=darin+robstrong a=asa 2005-05-12 13:23:30 +00:00
mozilla.mano%sent.com
e420cf488a Bug 285570 - add entity for changing the OCSP pref window width. r=mconnor, a=shaver 2005-05-11 02:43:30 +00:00
bsmedberg%covad.net
38bf42bcf3 Followup to mac packaging of bug 287262 - unset NEXT_ROOT when we're building with an SDK, so that hdiutil works properly (NPOTDB) 2005-05-09 15:38:30 +00:00
timeless%mozdev.org
9b2c26b119 Bug 285544 Safe Mode doesn't work
patch by moz_bugzilla@exchangecode.com r=bsmedberg a=asa
2005-05-08 18:10:44 +00:00
db48x%yahoo.com
962b47df12 bug 291946: Themes don't get installed.
patch by Robert Strong <moz_bugzilla@exchangecode.com>, r=bsmedberg, a=asa
2005-05-07 00:13:14 +00:00
db48x%yahoo.com
a2d46e4bb9 bug 292362: Crash on restart with extension installed [@ CarbonCore.557.0.0]
patch by Robert Strong <moz_bugzilla@exchangecode.com>, r=mconner, a=asa
2005-05-06 21:37:27 +00:00
bsmedberg%covad.net
73c2f5127d Bug 287262 - build locales by starting with the en-US packages (mac bits) r=Chase (build/packaging bits only, a=Chase) 2005-05-05 12:38:27 +00:00
bryner%brianryner.com
93099cc868 Removing duplicate comment start that causes annoying gcc warnings. 2005-04-29 07:44:42 +00:00
doronr%us.ibm.com
b75e15688b Bug 291716 - Install missing plugins... button only works once. r=mconnor,a=mkaply 2005-04-28 19:16:43 +00:00
mconnor%steelgryphon.com
48fcadfc2c bug 291666 - installation of some extensions creates a file instead of a directory, patch by Robert Strong (moz_bugzilla@exchangecode.com), r=me, a=caillon 2005-04-28 14:41:36 +00:00
masayuki%d-toybox.com
4d849ff622 Bug 291909 The welcome page's static text 3 is small for ja-JP. r=bsmedberg, sr+a=dveditz 2005-04-28 05:43:22 +00:00
tor%cs.brown.edu
8bb563eaf3 Bug 292054 - don't name firefox svg packages differently. r+sr+a=chase 2005-04-28 00:58:53 +00:00
timeless%mozdev.org
1c1725f306 Bug 291981 Extension Manager incompatible version update is broken - fallout from bug 286034
patch by moz_bugzilla@exchangecode.com r=ben a=ben
2005-04-27 04:11:47 +00:00
ben%bengoodger.com
86d3db5b7b 291791 - removing install.rdf for user-managed item deletes entire directory
291726 (patch by anbo motohiko) - firefox reports updates available that have already been intsalled
291572 - em namespaces changed (patch by robert strong)
r=bsmedberg, a=asa
2005-04-26 21:22:50 +00:00
mconnor%steelgryphon.com
2d14362257 bug 291726 - ff reports extension updates available that are already installed, patch by Anbo Motohiko (amotohiko_mozillafirebird@yahoo.co.jp), r+a=ben 2005-04-26 17:08:38 +00:00
masayuki%d-toybox.com
90def570c1 Bug 291143 The heading text is rendered normal font (and the font should be set from install.it) r=bsmedberg, sr=dveditz, a=asa 2005-04-26 04:44:17 +00:00
ben%bengoodger.com
9d35a22086 Fix for various EM regressions caused by 286034: 291831 r=bsmedberg 291582 (patach by Anbo Motohiko <amotohiko_mozillafirebird@yahoo.co.jp> r=bsmedberg); 291673 (patch by Robert Strong <moz_bugzilla@exchangecode.com>) r=bsmedberg; 291675 (patch by bsmedberg, r=me); 291709 (thunderbird/sunbird startup patch by bsmedberg r=mvl) 2005-04-25 19:23:31 +00:00
ben%bengoodger.com
b9725a8b1a 286034 - allow extensions to be installed/uninstalled by simply adding/removing their directories... r=bsmedberg, sr=darin, a=brendan 2005-04-23 01:39:51 +00:00
bsmedberg%covad.net
62baa07994 Bug 287262 - Build locale packages by unpacking final en-US packages and repacking them with localized content r+a=Chase 2005-04-20 23:10:56 +00:00
timeless%mozdev.org
df08dccdc8 Bug 291064 Helper app dialog incomplete for non-nsStandardURL types
patch by gavin.sharp@gmail.com r=mconnor a=asa
2005-04-20 22:07:45 +00:00
doronr%us.ibm.com
5d2afefee0 Check in security fix for bug 289171 into trunk. r/a=dbaron, sr=jst 2005-04-19 15:09:46 +00:00
dbaron%dbaron.org
ba7012aded Check in bug 288556 for jst, r=darin, sr=brendan, a=drivers 2005-04-16 04:41:37 +00:00
cbiesinger%web.de
33e7cc8025 Bug 289842 Make nsIHelperAppLauncher inherit from nsICancelable
r=bz sr=darin a=asa
2005-04-15 19:41:07 +00:00
bsmedberg%covad.net
4c7e830417 Bug 287262 - Move all localized installer strings into install.ini from config.ini r=dveditz a=asa 2005-04-15 14:49:51 +00:00
bsmedberg%covad.net
38b3fbcdb5 Removing old locale files that got moved to toolkit/locales a long time ago. NPOTB. 2005-04-15 14:02:32 +00:00
timeless%mozdev.org
74baeb2939 Bug 276378 [BeOS] Download-prefs / Downloadmanager returns path to Home as Desktop
patch by Niels.Reedijk@gmail.com r=bsmedberg a=asa
2005-04-12 15:55:49 +00:00
masayuki%d-toybox.com
7d986184f0 bug 266309 Windows localized installers don't honor CHARSET/FONTSIZE/FONTNAME for the main dialog r=bsmedberg, sr=dveditz, a=asa 2005-04-10 05:54:35 +00:00
cbiesinger%web.de
f0b358248f 228968 r=bz sr=darin
- add a new nsIWebProgressListener2 interface, inheriting from
  nsIWebProgressListener, providing a 64-bit onProgressChange method
- make nsITransfer inherit from that interface, and remove an unused
  progressListener attribute
- make webbrowserpersist support listeners that implement
  nsIWebProgressListener2, and give them 64-bit progress values
- make nsIHelperAppLauncher's listener setWebProgressListener function take an
  nsIWebProgressListener2 interface

And fix up all implementations according to that.
2005-04-05 23:24:23 +00:00
bsmedberg%covad.net
004706278e Bug 289049 - ShowMessage called at wrong time p=Charles Fenwick <clf03f@garnet.acns.fsu.edu> r=me 2005-04-05 12:17:57 +00:00
mozilla.mano%sent.com
11024c684d Bug 265934 - Clicking 'Desktop' in Download Manager shows wrong folder. patch from O. Atsushi (Torisugari) <torisugari@gmail.com>, r=mconnor 2005-04-03 15:48:30 +00:00
timeless%mozdev.org
48fb659f9e Bug 283423 keyboard navigation fails in component selection dialog
patch by ajschult@verizon.net r=bryner sr=bz
2005-03-29 03:06:02 +00:00
steffen.wilberg%web.de
48b20f11b3 Bug 222157: move contentAreaUtils.js from browser to toolkit because it's needed by ViewSource-SaveAs and Thunderbird (which still uses the xpfe version of that file). r=mconnor, cvs move by chase 2005-03-24 08:49:46 +00:00
gandalf%firefox.pl
bab9cbf69e Bug 245829: update download manager title bar when number of active downloads changes; r=mconnor 2005-03-21 16:18:25 +00:00
gandalf%firefox.pl
529a3d9097 Bug 231361: download manager doesn't show downloaded filesize after 1MB if the filesize is "unknown"; p=bisi@pikslar.com, r=ben 2005-03-14 17:48:14 +00:00
bzbarsky%mit.edu
bfa5e9c161 Change more internal consumers to use application/xml instead of text/xml. Bug
247024, patch by Anne van Kesteren <bug@annevankesteren.nl>, r+sr=bzbarsky
2005-03-13 19:08:42 +00:00
cbiesinger%web.de
850f3954ab Bug 285517 show better message in helper app dialog when the type was sniffed from text/plain
r=bz sr=darin
2005-03-13 17:03:44 +00:00
dbaron%dbaron.org
0e563459d4 Add missing removeObserver call to fix leak. b=285910 r=mconnor 2005-03-13 05:23:16 +00:00
scott%scott-macgregor.org
7fb140ebbd Fix broken chrome url path for ocsp.dtd and ocsp.js 2005-03-11 03:57:57 +00:00
gandalf%firefox.pl
a3e8c2b87d bug 245829: Download manager progress and title do not update correctly, wrong number of files and percentage after finishing or cancelling a download; r=mconnor 2005-03-11 02:10:54 +00:00
scott%scott-macgregor.org
fb6cf9393d Bug #285158 --> Move shared pref UI files from mozilla\browser to mozilla\toolkit\mozapps so Firefox and Thunderbird can share the files together.
No actual coding or UI changes here.

sr=ben
2005-03-10 23:11:10 +00:00
bsmedberg%covad.net
e75d55a075 From bug 282057 - brand.dtd now lives in chrome://branding/locale/brand.dtd 2005-03-10 18:44:11 +00:00
bsmedberg%covad.net
3219ac4125 Bug 282057 - brand.dtd/properties live in the wrong chrome package... xulrunner apps cannot provide these files, which means they can't use various toolkit features r=darin moa=Neil (seamonkey) 2005-03-10 04:38:35 +00:00
bzbarsky%mit.edu
3dfdb1e62b Fix code that incorrectly constructs URIs. Bug 278773, patch by Gavin Sharp
<gavin.sharp@gmail.com>, r=darin
2005-03-10 03:52:49 +00:00
doronr%us.ibm.com
7f0bc16bc2 access bug 256243 - Unabled to remove downloads / navigate downloads dialog mouseless. r=ben 2005-03-09 23:30:21 +00:00
bsmedberg%covad.net
0dda0f7e78 Bug 277222 - Add current Firefox version to the "could not be installed" message, patch by Robert Strong with a couple tweaks from me, r=me 2005-03-09 21:26:07 +00:00
bzbarsky%mit.edu
b21ae8f2b4 Fix drag/drop of extensions and themes to extension manager to work. Bug
260068, patch by Rich Walsh <dragtext@e-vertise.com>, r=mconnor
2005-03-08 21:05:21 +00:00
timeless%mozdev.org
c6959d3135 Bug 270930 install script does not handle path with spaces
patch by ajschult@verizon.net r=bsmedberg sr=bryner
2005-03-08 06:39:41 +00:00
timeless%mozdev.org
669e05ccbc Bug 280740 Installer crashes in choose install components dialog
patch by sunil@atc.tcs.co.in r=bryner
2005-03-08 06:39:38 +00:00
roc+%cs.cmu.edu
f1864a6023 Bug 241245. Use 'Desk' as a cross-platform way to get to the Desktop directory, now that it's supported on all platforms. Also, clean up the JS to always use 'Downloads' as the key to get the Downloads directory in getSpecialFolderKey. r=mconnor 2005-03-06 21:24:35 +00:00
bzbarsky%mit.edu
3f0302a0d5 Update extension metadata when upgrading an extension. Bug 269259, patch by
Robert Strong <moz_bugzilla@exchangecode.com>, r=bsmedberg
2005-03-05 03:47:45 +00:00
marco%gnome.org
982b1ea88d 233461 specify icons for dialogs button
Hook up gnome icons in gnomestripe
r=mconnor
2005-03-02 10:53:06 +00:00
bsmedberg%covad.net
ea300e58e1 Bug 283352 - Make new flat chrome manifests usable by extensions. r=shaver I will post docs about this somewhere under http://www.mozilla.org/projects/firefox/extensions/ 2005-03-01 14:46:45 +00:00
bsmedberg%covad.net
361daac936 Bug 281414 - global s/nsIPrefBranchInternal/nsIPrefBranch2/ rs=darin (did not change backwards-compatible code in extensions/irc extensions/venkman or extensions/inspector) 2005-02-25 20:46:35 +00:00
doronr%us.ibm.com
715da7db19 Bug 283276 - Plugin finder service freezes when attempting to install plugins and not accepting first license. r=mkaply 2005-02-25 16:18:11 +00:00
bsmedberg%covad.net
e452ab3a7b Bug 283365 - tbird nightly ZIP/tar builds broken, because they packaged a bad app-chrome.manifest r=swalker 2005-02-23 21:46:11 +00:00
doronr%us.ibm.com
278a724666 Bug 283277, r=mkaply 2005-02-23 18:19:44 +00:00
bsmedberg%covad.net
473534a724 Bug 278534, try #2 - Make tooklit chrome registry use plaintext manifests instead of an RDF cache (get rid of contents.rdf!) r=darin/dveditz/ben 2005-02-22 21:49:45 +00:00
mconnor%myrealbox.com
43a1e1eb0a fix bug 280603 and bug 282752, based on initial patch by mook.moz@gmail.com, thanks to Neil for the Date.now() info 2005-02-22 19:31:58 +00:00
doronr%us.ibm.com
2423b6a102 Bug 282721 - plugin finder next button active during installation if no licences were shown. r=mconnor 2005-02-21 22:47:07 +00:00
ben%bengoodger.com
5a79023d0a 282872 - downloads dialog OK must be clicked twice to start download 2005-02-20 21:51:30 +00:00
bsmedberg%covad.net
e82e4540da Backout bug 278534 due to tinderbox orange. 2005-02-20 01:47:13 +00:00
ben%bengoodger.com
75b55b15cf 260560 - download and security dialogs can be "spoofed" by opening an identically sized dialog over the top of them that only shows the OK/Accept buttons. Disable the accept buttons when the window is blurred. r=dveditz, a=drivers 2005-02-19 21:03:00 +00:00
bsmedberg%covad.net
3d5d14bc57 Bug 278534 - Make a plaintext chrome registration file format to replace contents.rdf r/sr=darin+dveditz+ben 2005-02-19 15:35:36 +00:00
bzbarsky%mit.edu
c0a59befc5 Convert internal users of -moz-opacity to just use opacity. Bug 281907, patch
by Anne van Kesteren <bug@annevankesteren.nl>, r+sr=bzbarsky
2005-02-18 16:33:02 +00:00
dveditz%cruzio.com
e031020299 bug 275417 crop on the left to prevent spoofing file extension and source. r=ben 2005-02-18 12:12:19 +00:00
bugzilla%arlen.demon.co.uk
4d7101c4fc Bug 277607 useless expression in nsUpdateService.js
p=gavin.sharp@gmail.com r=mconnor
2005-02-17 00:21:19 +00:00
dveditz%cruzio.com
4280841edf bug 233625 skip uninstall offer to nuke directory, only uninstall files we explicitly installed r=mconnor,a=asa 2005-02-12 00:05:12 +00:00
doronr%us.ibm.com
43d12e93d3 Bug 273978 - Plugin Finder dialog hangs with mime type including plus. r=mconnor 2005-02-08 16:00:19 +00:00
doronr%us.ibm.com
0e94a96071 Bug 269024 - make Plugin wizard's first title localizable. r=mconnor 2005-02-08 15:58:18 +00:00
doronr%us.ibm.com
e7b086e0e3 Bug 266525 - Plugin finder does not work when a page with plugin is opened in background tab. r/sr=jst 2005-02-07 16:20:16 +00:00
gerv%gerv.net
93180ced26 Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-02-01 17:07:35 +00:00
mconnor%myrealbox.com
98240eacca fix bug 280603, excessive hits from update service 2005-02-01 04:38:32 +00:00
mkaply%us.ibm.com
4776879053 Write components manifests if they are missing, r=bsmedberg 2005-01-25 16:07:26 +00:00
cmp%mozilla.org
4d58f3772b On MacOS X, create a compressed disk image using hdiutil rather than
gzipping an uncompressed disk image.  b=242845, r=bryner, sr=bsmedberg
2005-01-24 19:49:50 +00:00
wtchang%redhat.com
eeb28c997b Bugzilla Bug 262822: use run-mozilla.sh to invoke shlibsign. Removed an
unnecessary cd command. r=cmp. sr=bryner.
Modified Files:
	xpinstall/packager/Makefile.in
	toolkit/mozapps/installer/packager.mk
2005-01-17 23:18:11 +00:00
bsmedberg%covad.net
f3dd951f94 Bug 276588 - Rework command line handling in the toolkit to use a generic API - see COMMANDLINES_20050109_BRANCH for more detailed cvs logs r=darin,caillon,mscott,mconnor 2005-01-17 18:50:18 +00:00
cmp%mozilla.org
ef5128cbf9 Bug 229706. Commit mkaply's fix for Windows installer's silent mode. 2005-01-13 23:58:59 +00:00
mattwillis%gmail.com
1b81ba8d78 bug 275828
rev0 patch per ben
#ifdef MOZ_THUNDERBIRD statements in Extensions Manager hose Sunbird
changed to #ifndef MOZ_PHOENIX
r=ben
2005-01-08 00:43:45 +00:00
cltbld
e7963776c0 Generalize make-msi.pl script to open the door for MSIs of other Mozilla
projects.  Work supporting bug 231062. (cmp)
2005-01-06 23:02:38 +00:00
cltbld
b14bec0adf Bug fixes in general MakeMSI header files to use new names properly. Work
supporting bug 231062. (cmp)
2005-01-06 20:26:40 +00:00
cltbld
02e1e2494e Add support for general MakeMSI files to make-msi script and firefox header
file.  Work supports bug 231062. (cmp)
2005-01-06 20:25:30 +00:00
cltbld
5f78054e82 Redirect mozilla-*.mmh files as needed to set up a generalized MakeMSI
infrastructure.
2005-01-06 20:15:13 +00:00
bugzilla%arlen.demon.co.uk
968c1326e2 Bug 260741 Wrong download file size in MB is reported
p=gavin.sharp@gmail.com r=mconnor
2005-01-03 00:59:03 +00:00
bugzilla%arlen.demon.co.uk
b335df249e Bug 272046 Pass OS to web service
p=jens.b@web.de r=bsmedberg/mconnor
2005-01-03 00:42:36 +00:00
timeless%mozdev.org
fabe153c87 giving up 2004-12-29 05:35:25 +00:00
timeless%mozdev.org
04695dff86 Bug 272046 Pass OS to web service
patch by Bugzilla-alanjstrBugs@sneakemail.com r=bsmedberg
2004-12-29 04:58:50 +00:00
timeless%mozdev.org
f5a5efafaa backing bug 272046 out since it caused tinderbox to go orange 2004-12-29 04:24:42 +00:00
timeless%mozdev.org
1c4608e5d6 Bug 272046 Pass OS to web service
patch by Bugzilla-alanjstrBugs@sneakemail.com r=bsmedberg
2004-12-29 00:00:13 +00:00
cltbld
d73bf0580a Change PACKAGE_MSI variable name to MOZ_PACKAGE_MSI. (cmp) 2004-12-24 19:49:30 +00:00
cltbld
decd71bcf8 Small fixes to increase verbosity. Change staging directory to
dist/install. (cmp)
2004-12-24 05:24:48 +00:00
cltbld
99ef4f06a7 Use a PACKAGE_MSI environment variable to control whether or not the script
continues execution.  If this is not set to 1, the script will exit without
attempting to create the MSI.
2004-12-23 21:29:41 +00:00
cltbld
1c789a59fa Commit a first pass at generating Windows Installers using MakeMSI. (cmp) 2004-12-23 21:03:34 +00:00
aaronleventhal%moonset.net
a760a6bb8f Bug 255855. Fix unselected radio button in helper app dialog. r=mconnor 2004-12-23 15:44:36 +00:00
steffen.wilberg%web.de
25e2122285 remove the unused nsHelperAppDlg.js because it is confused with nsHelperAppDlg.js.in all the time 2004-12-22 09:48:26 +00:00
steffen.wilberg%web.de
40b19c39c4 reland part bug 260337 (clobbered by aviary-landing). 2004-12-21 12:23:35 +00:00
db48x%yahoo.com
16bf0830c2 bug 239006: Download manager doesn't account for filesize when presenting combined percentages
patch by Zbigniew Braniecki <gandalf@firefox.pl>, r=cbiesinger, sr=darin
2004-12-18 04:06:51 +00:00
myk%mozilla.org
b81eff6449 Fix for bug 271473: decouples the app update service, plugin finder service, and extension/theme directory (umo) from each other by moving them to different domain names (aus.mozilla.org, pfs.mozilla.org, and addons.mozilla.org, respectively, but that last URL will redirect to addons.update.mozilla.org temporarily so we don't break Firefox 1.0 users) so that we can isolate them from each other for better reliability and capacity control. r=ben 2004-12-16 09:12:20 +00:00
bryner%brianryner.com
d9626f6746 Add support for using gcc's visibility pragma to treat all function and method declarations as "hidden" unless declared otherwise. Create wrappers for system headers that cause them to be treated as default-visibility declarations. This gives a substantial code size and performance win on compilers that support it, and should show up on the gruff tinderbox. Bug 273336, r=darin sr=dbaron. 2004-12-15 05:52:44 +00:00
bsmedberg%covad.net
9465ea5d12 Forgot one use of the pref from bug 237417 - noted by bugzilla-mozilla@dorando.at 2004-12-09 17:55:37 +00:00
darin%meer.net
ace6577c93 fixes bug 273078 "nsAppRunner.cpp should write compatibility.ini" r=bengoodger+bsmedberg 2004-12-07 08:10:39 +00:00
bsmedberg%covad.net
8780632762 Bug 273417 - Use the app id/version/buildid from nsXULAppAPI instead of using prefs r=darin a=ben 2004-12-07 04:53:07 +00:00
bugzilla%arlen.demon.co.uk
a415c7ea01 Backing out bug 240696 again following aviary branch landing 2004-12-05 21:02:04 +00:00
dbaron%dbaron.org
d94716da9b Merge cvs removes from aviary branch (in browser and toolkit directories) to the trunk. 2004-12-02 02:46:06 +00:00
bugzilla%arlen.demon.co.uk
5a420dfff5 Bug 239394 nsIMIMEInfo should use interCaps for functions and attributes
Relanding relevant parts of patch following aviary branch landing
2004-12-01 23:59:15 +00:00
bugzilla%arlen.demon.co.uk
0ba219079e Bug 237745 split app-startup from core appshell functionality
Reland parts of patch following aviary branch landing - already reviewed
2004-12-01 17:26:48 +00:00
bugzilla%arlen.demon.co.uk
69155ec954 Bug 191805 Installer progress meters should use the system progress meter color
Relanding toolkit part of patch following aviary branch landing
2004-12-01 11:52:27 +00:00
bugzilla%arlen.demon.co.uk
83a2e3ffc5 Bug 264102 Chrome should use document.title instead of window.title - toolkit fixes
Relanding to fix aviary branch landing regressions
2004-12-01 11:42:34 +00:00
bugzilla%arlen.demon.co.uk
d03f509ba3 Bug 261267 helper application dialog has title issues when opening an unknown filetype
Relanding after aviary branch landing - already reviewed
2004-12-01 11:12:21 +00:00
bryner%brianryner.com
f16c156abf fixing windows installer bustage from aviary branch landing 2004-12-01 04:15:35 +00:00
ben%bengoodger.com
a3b1eda480 Landing the Aviary Branch (Toolkit sections excluding toolkit/content). 2004-11-30 22:54:13 +00:00
bryner%brianryner.com
bddccad4f3 Strip the installer binary before creating a tarball (bug 271027). r=cmp. 2004-11-26 09:37:44 +00:00
timeless%mozdev.org
d01dd1aa4c Bug 249782 Make Mozilla compile with Microsoft Visual Studio 2005
patch by sdwalker@myrealbox.com r=bryner
2004-11-23 19:34:02 +00:00
bryner%brianryner.com
f19aed68bd Fix missing strings in custom setup components dialog (bug 268303). r=ajschult@verizon.net 2004-11-13 00:29:44 +00:00
bugzilla%arlen.demon.co.uk
64a91a050e Bug 191805 Installer progress meters should use the system progress meter color
p=sdwalker@myrealbox.com r=bsmedberg sr=ben@mozilla.org
2004-11-10 13:44:33 +00:00
bsmedberg%covad.net
e08012b8b7 Bug 237745 (app-startup) - split off the pieces of appshellservice that have to do with the startup sequence into a new (forked, temporarily) app-startup service r+sr=darin+biesi+Neil 2004-10-29 19:28:38 +00:00
bugzilla%arlen.demon.co.uk
80f4807d47 Bug 261267 helper application dialog has title issues when opening an unknown filetype - regression fix
p=me r=mscott
2004-10-27 21:44:47 +00:00
dmose%mozilla.org
e78348af74 Partial fix for Open / Show Folder being broken for files downloaded in previous invocations of Firefox (bug 239948); r=ben 2004-10-26 06:44:21 +00:00
steffen.wilberg%web.de
62b4b0b777 fixing build bustage from bug 265826; trunk checkin missed a file 2004-10-25 14:06:27 +00:00
bryner%brianryner.com
53736949e9 Fix linux installer to be able to use png images instead of XPM. Add new firefox and thunderbird artwork in png forward and remove generic xpms. Bug 265826, r=vlad. 2004-10-25 08:32:39 +00:00
bugzilla%arlen.demon.co.uk
ff6e7a4194 Bug 264102 Chrome should use document.title instead of window.title - toolkit fixes
p=me r=vladimir
2004-10-24 18:20:10 +00:00
timeless%mozdev.org
bef0a87d96 Bug 246173 Install failed: Couldn't open xpistub library
patch by ajschult@verizon.net r=bryner a=asa
2004-10-24 05:26:06 +00:00
dmose%mozilla.org
c6ea67d1ab Fix "Show Folder" and "Open" in download manager and prefs on GNOME (bug 249654); r+a=ben 2004-10-21 05:51:28 +00:00
bugzilla%arlen.demon.co.uk
46b7a16d7a Bug 261267 helper application dialog has title issues when opening an unknown filetype - browser/toolkit parts
p=me r=vladimir sr=shaver
2004-10-20 20:31:20 +00:00
dveditz%cruzio.com
cc085ad3d0 bug 263366: blocking executes() should return execution error code, r=peterv,sr=jst 2004-10-17 00:32:17 +00:00
ben%bengoodger.com
7a9514dcf3 225281 - checkbox label background problem on "install complete" page - patch by Son Le <lesx99@lycos.com> r+a=ben@mozilla.org 2004-10-15 23:38:05 +00:00
kyle.yuan%sun.com
ed75ee5de7 Bug 260337 (Firefox) Fail to build on solaris
r=bryner, patch=brian.lu@sun.com
2004-10-12 02:39:47 +00:00
timeless%mozdev.org
7cb188989a Bug 257826 using "back" in installer during custom install = reproducable crash
patch by ajschult@verizon.net r=bryner
2004-10-08 21:15:12 +00:00
jruderman%hmc.edu
3e3856aeef Bug 251098 - Context menu key doesn't work in Theme & Extension manager.
Bug 251099 - Update and Install buttons in Extension Manager not focusable.
Bug 251102 - Get More Extensions \ Themes link never takes focus.
r=mconnor
2004-10-08 09:01:42 +00:00
ben%bengoodger.com
ff1c535328 attempt at fixing 262478 - remove 'hack' to prevent an unknown problem with helper app launching. also make sure temp file removal never removes directory hierarchies. 2004-10-04 07:07:31 +00:00
ben%bengoodger.com
72928768f5 247884 - upgrading doesn't remove old installation entries from "Add or Remove Programs" Control Panel... - clean up uninstall registry entries for versions installed to the same location. 2004-10-04 02:00:23 +00:00
bryner%brianryner.com
ea8b458e37 Don't crash if there are command-line arguments (bug 261734) by doing ParseConfig before ParseArgs, moving gtk_init to RunWizard, and adding a check in ErrorHandler to log errors to the console if gtk hasn't been initialized yet. r=ajschultz, sr=dveditz. 2004-09-30 17:31:00 +00:00
ben%bengoodger.com
392c860a58 259708 - trying to save a file from data: protocol deletes every file in destination directory not marked read-only. r=shaver. 2004-09-29 22:02:15 +00:00
ben%bengoodger.com
5d597d1b3f 234416 - can spoof filename in "what should firefox do with this file" dialog -
trims 1+ spaces to 1 space, used for display purposes only
keeps track of a separate value to use for downloading the file so the file
name is preserved for the on-disk file. r=mscott a=me
2004-09-29 05:08:43 +00:00
bsmedberg%covad.net
2d4ac3b011 Backing out bug 240696 on the trunk, because it introduces a bogo-dependency of toolkit/ on browser/. 2004-09-25 21:12:00 +00:00
kjh-5727%comcast.net
e6c9b8191a Bug 240696 - cannot open new browser window if the only window open is the download manager. Patch by Gavin Sharp (gavin_sharp+bugzilla@nospin.org). r=bsmedberg, a=bsmedberg. 2004-09-25 20:17:12 +00:00
bsmedberg%covad.net
7561fa5d5b Merge bug 246014 from the aviary branch, splitting nsIXULChromeRegistry into a separate piece for seamonkey-only methods. Original Firefox patch r=bryner sr=ben seamonkey merge r+sr=jst 2004-09-21 20:19:48 +00:00
steffen.wilberg%web.de
b575789c4c Bug 255439: Extension/Theme Manager and Help Contents don't close on ESC. r=mconnor 2004-09-19 22:00:13 +00:00
steffen.wilberg%web.de
336abe5e0f Bug 244692: Tabs bar, status bar, Download Manager, Extensions Manager and Themes Manager respond to all kinds of double-click (left, middle, right mouse buttons). r=ben 2004-09-19 17:31:28 +00:00
bsmedberg%covad.net
d3bb523401 Bug 257018 - if extension XPI is readonly, file silently fails to install/uninstall r+a=ben 2004-09-06 17:31:52 +00:00
ben%bengoodger.com
4ff2fd7201 238571 - unify text strings for error message where downloads whose destination files have been removed. patch by jeff walden r=me 2004-09-02 11:02:46 +00:00
dbaron%dbaron.org
adcfe48e6c Fix ownership and permissions in installer .tar.gz. b=254303 r+sr=bryner 2004-08-30 19:57:52 +00:00
bryner%brianryner.com
391a908421 Make derived bindings have the same anonymous content structure as the normal radio and checkbox bindings on Linux (bug 257173). r=ben. 2004-08-28 21:16:04 +00:00
dbaron%dbaron.org
bd35d9d2e1 Don't shadow a global variable, which allows the observer to be removed and thus fixes a leak. b=256886 r=ben sr=brendan 2004-08-26 23:53:00 +00:00
myk%mozilla.org
eceef74c69 bug 247156: support non-jarred in addition to jarred extensions; r=mconnor, a=ben 2004-08-20 20:29:00 +00:00
ben%bengoodger.com
d7d2b5d4fb bug 238571 - awkward UI text for showing non-existent files, wording from jeff walden 2004-08-17 22:44:45 +00:00
jruderman%hmc.edu
c655019b39 251092 - Alt+U doesn't work in Theme Manager. Patch by Quark, r=mconnor, a=asa. 2004-08-17 00:23:46 +00:00
steffen.wilberg%web.de
7815464984 Bug 228699: Download Manager should close on CTRL+Y / ESC. r=ben 2004-08-15 12:59:24 +00:00
ben%bengoodger.com
c09b2a7de9 fix previous smoketest blocker relating to DOM inspector and help menu items not showing up on OS X 2004-08-13 00:56:58 +00:00
ben%bengoodger.com
06fd50c106 more software update tweaks for 253220 2004-08-10 07:21:35 +00:00
ben%bengoodger.com
ffc9a10378 more on 253220 - prevent update wizard from advancing prematurely by itself when not in mismatch mode. 2004-08-10 06:37:55 +00:00
ben%bengoodger.com
e03180cd94 more for 253220 - make app update reporting actually work 2004-08-09 22:43:10 +00:00
ben%bengoodger.com
582c9d22c5 253220 - better software update - in place software update, etc etc. glory! 2004-08-05 02:45:27 +00:00
ben%bengoodger.com
c76dabce75 250938 - landing this patch on the trunk - can open EXE file in firefox if MIME type is incorrectly set. as a defensive measure check the file extension too 2004-07-26 20:56:12 +00:00
ben%bengoodger.com
167269cb04 251308 - attempt at fixing problem where app may not start if it is started in a location it does not have write access to. 2004-07-26 05:15:25 +00:00
ben%bengoodger.com
6e92b6ec80 252549 - Better Update Handling for identical versions, also fixes numerous software update glitches 2004-07-25 18:40:03 +00:00
bryner%brianryner.com
12c720afaa Make the no-permissions dialog actually dismiss when the user clicks OK. Bug 240529. 2004-07-25 02:48:29 +00:00
pkw%us.ibm.com
08e1a55646 Firefox build fails on AIX - nsWelcomeDlg::kMsgCount symbol not found. Need to allocate storage for static const member variable.
r+sr=bryner@brianryner.com
2004-07-21 18:37:18 +00:00
steffen.wilberg%web.de
11162ccd8e Bug 246500 - Use Theme button tooltip contains a fullstop; the button label contains a space; add padding in Winstripe instead. r=blake 2004-07-21 11:59:33 +00:00
steffen.wilberg%web.de
b37360e0f5 Bug 238331 - Clean Up button tooltip should say 'and', not 'or'. p=bmo@aebrahim.fastmail.fm, r=mconnor 2004-07-21 07:54:12 +00:00
scott%scott-macgregor.org
554e1a41b3 part of Bug #245430 --> thunderbird static build support.
Get rid of the mail\config packaging of chrome into dist\thunderbird. Let the installer do it as part of the
packaging process.

This means we can get rid of the thunderbird installer ifdefs to look in dist\thunderbird instead of dist\bin.
2004-07-18 21:46:11 +00:00
ben%bengoodger.com
1347d2678b 251473 - allow extension authors to remotely bump maxVersion for a given extension version to prevent users from having to redownload an identical new version when they upgrade firefox where the only change is a newer maxVersion 2004-07-15 20:04:39 +00:00
ben%bengoodger.com
27e03c6d31 247846 - generate bin dir EM related files with -register 2004-07-13 10:18:34 +00:00
ben%bengoodger.com
91d12bad68 245484 - about, options and homepage buttons only work for selected extension 2004-07-13 09:48:37 +00:00
ben%bengoodger.com
5071dc5729 246050 - text on mouseover tooltips say extensions in the theme manager... also use consistent uppercase for Themes use 2004-07-13 08:17:55 +00:00
ben%bengoodger.com
a8e3e5ada2 247667 - 404 errors on install should display an error 2004-07-13 08:08:20 +00:00
ben%bengoodger.com
6229a5939d update check should run initially when turned on, display an error if update checker is disabled when invoked 2004-07-13 06:27:48 +00:00
ben%bengoodger.com
9ddc865803 245316 - malformed install.rdf file can cause firefox not to start; make it so EM uninstalls an extension if chrome registration for it fails, and show a simple message to the user, and a detailed message to developers via error console 2004-07-13 06:04:12 +00:00
ben%bengoodger.com
74fe091c2f clicking on link in Software Update slideup notifier does nothing 2004-07-12 23:24:49 +00:00
ben%bengoodger.com
c6e157ced8 246417 - show details about errors from xpinstall in error dialog 2004-07-12 09:24:07 +00:00
ben%bengoodger.com
c9148cf165 245953 - software update works poorly, including:
- various problems with update wizard
- hides app update notification icon for that session after the user has
visited the products page
- makes sure the app update info is cleared when no newer versions are present
- make app update work when extension update is disabled, general code
correctness etc.
- make sure the browser window that contains the product page is focused.
2004-07-12 08:57:18 +00:00
ben%bengoodger.com
0bb8958928 replace nsIZipReader::test with nsIZipReader::getEntry - avoids CRC check 2004-07-09 23:35:35 +00:00
jruderman%hmc.edu
a429b6720a Bug 247606 - Review Firefox JS for dangerous eval() use. r=bryner. 2004-07-07 03:04:09 +00:00
mconnor%myrealbox.com
432fe1abf9 Bug 228977 Firefox gets wrong desktop folder for downloading, patch by Ted Mielczarek (luser_bugzilla@perilith.com), r=me 2004-07-06 04:32:50 +00:00
ben%bengoodger.com
35f6a7166a 244684 - first attempts, not quite working yet. 2004-07-01 03:37:08 +00:00
ben%bengoodger.com
a1e5cb9a08 rollup of various fixes from aviary and 0.9.1 including:
245335/247322 - show a warning when an incompatible extension is being installed and prevent invalid extension metadata from being written to the manifest files during this process.
246014 - Firefox does not select default locale for extension when an extension with multiple locales is installed.
prevent "Finishing Extension Installation this may take a minute..." window from blocking the app from starting when there is a js error - now simply log the error.
2004-06-28 23:37:23 +00:00
mkaply%us.ibm.com
ebe10bf4bf #247859
r=pedemont, sr=blizzard (platform specific), a=mkaply
Missed a case where we needed XP_OS2 for desktop directory
2004-06-26 03:08:58 +00:00
scott%scott-macgregor.org
1c25f7334a Bug #246563 --> "Choose Application..." dialog title is not localizeable. 2004-06-25 22:36:33 +00:00