Commit Graph

58 Commits

Author SHA1 Message Date
Dave Townsend
74b7768710 Backout new add-ons manager due to Ts regression on OSX 10.5
--HG--
rename : toolkit/mozapps/extensions/test/xpcshell/data/test_bug404024.xml => toolkit/mozapps/extensions/test/unit/data/test_bug404024.xml
rename : toolkit/mozapps/extensions/test/xpcshell/data/test_bug417606.xml => toolkit/mozapps/extensions/test/unit/data/test_bug417606.xml
rename : toolkit/mozapps/extensions/test/xpcshell/data/test_bug424262.xml => toolkit/mozapps/extensions/test/unit/data/test_bug424262.xml
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug404024.js => toolkit/mozapps/extensions/test/unit/test_bug404024.js
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug417606.js => toolkit/mozapps/extensions/test/unit/test_bug417606.js
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug424262.js => toolkit/mozapps/extensions/test/unit/test_bug424262.js
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug449027.js => toolkit/mozapps/extensions/test/unit/test_bug449027.js
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug455906.js => toolkit/mozapps/extensions/test/unit/test_bug455906.js
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug514327_3.js => toolkit/mozapps/extensions/test/unit/test_bug514327_3.js
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug541420.js => toolkit/mozapps/extensions/test/unit/test_bug541420.js
2010-05-01 11:04:44 -07:00
Dave Townsend
6210ae85c3 Bug 555942: Name of AddonsManager.getAddons() is misleading/inconsistent. r=robstrong 2010-04-26 10:49:19 -07:00
Dave Townsend
e7f19d4273 Bug 552732: Update the app update service to work with the new API. r=robstrong 2010-04-14 09:54:52 -07:00
Robert Strong
1a6304f9c8 Typo fix for Bug 552617. r=me 2010-04-06 19:49:34 -07:00
Robert Strong
6f15a23bc8 Bug 552617 - A paused update can't be resumed when closing the window using a window manager control. r=dolske 2010-03-25 21:37:19 -07:00
Robert Strong
b949ee6943 Bug 554561 - Failed partial not handled properly in UI. r=dtownsend 2010-03-25 21:37:06 -07:00
Robert Strong
b5904920bb Bug 545707 - Software update reports transfer speed in bytes per second. r=dolske 2010-03-17 16:12:41 -07:00
Robert Strong
823595d69f Bug 551283 - Suspicious and possibly unused code in updates.js updateListener.onProgress. r=dolske 2010-03-17 16:12:20 -07:00
Robert Strong
dde124550b Bug 548061 - Billboard should handle 404 (other errors?) for billboard better. r=dolske 2010-03-17 16:12:12 -07:00
Robert Strong
3ebd11eb47 Bug 480178 - Billboard should extend to available space and the update UI should be the same width for all locales. Patch 3 - string changes. r=dtownsend, ui-r=faaborg 2010-03-11 20:38:31 -08:00
Robert Strong
16b7d1f277 Bug 480178 - Billboard should extend to available space and the update UI should be the same width for all locales. Patch 1 - main changes without pinstripe changes. r=dtownsend, ui-r=faaborg 2010-03-11 20:37:45 -08:00
Robert Strong
01fc72f11a 5. string cleanup for app update ui - Bug 530872. r=dtownsend 2010-03-03 10:57:19 -08:00
Robert Strong
3b6c4e333b 3. ui changes to support mochitest chrome tests - Bug 530872. r=dtownsend 2010-03-03 10:56:59 -08:00
Robert Strong
6a534f83e8 1. main patch - Bug 530872 - app.update.url params / update.xml cleanup and addition of a custom string property for apps. r=dtownsend 2010-03-03 10:56:33 -08:00
Robert Strong
388b2a3ec6 Bug 543312 - Remove the dependency on nsTryToClose.js from app update's ui. r=dietrich 2010-01-31 15:15:48 -08:00
Robert Strong
4bb10d79e9 Backing out logging changed from Bug 538533 due to scoping issues. r=me 2010-01-16 14:28:09 -08:00
Robert Strong
5d9ca7232b Bug 538533 - If a complete update fails the update prompt should state the error and offer a link to download the update. r=dtownsend 2010-01-15 22:48:21 -08:00
Robert Strong
3d5e9f90a1 Bug 529942 - Remove nsIApplicationUpdateService2 on trunk. r=dtownsend 2009-12-18 14:02:08 -08:00
Robert Strong
86b40d6c0d followup to Bug 407875 - prevent multiple update prompts for manual update notification. r=dtownsend, a=beltzner 2009-11-19 11:38:56 -08:00
Robert Strong
3772c296ba Bug 407875 - Unprivileged users are not notified of security updates. r=dtownsend, r=vlad, a=dietrich 2009-11-18 21:50:05 -08:00
Robert Strong
4df7a46fc6 Bug 528445 - change app.update.log.* in updates.js to app.update.log for UI logging. r=dtownsend 2009-11-13 13:11:07 -08:00
Dão Gottwald
bea18b662b Bug 527417 - nsIPluginHost::getPluginTags aPluginCount out param should be optional. r=josh 2009-11-09 22:11:58 +01:00
Dão Gottwald
c982ab9fc0 Bug 526987 - getItemList, getIncompatibleItemList, getDependentItemListForID and updateAndGetNewBlocklistedItems itemCount out params should be optional. r=dtownsend 2009-11-07 09:21:07 +01:00
Dão Gottwald
6a530b2454 Bug 524270 - Make the second getChildList parameter optional. r=bsmedberg 2009-10-26 21:02:06 +01:00
Blair McBride
9cdc2ead10 Bug 514327 - Detect outdated plugins and offer upgrade path. ui-r=beltzner, r=dtownsend,josh 2009-10-02 13:26:04 +02:00
Dave Townsend
562091c5d0 Bug 392180: updateURL should have variable indicating the context of the check. r=robstrong, sr=bsmedberg 2009-09-10 19:50:41 +01:00
Ian van den Berg
200028ecc9 Bug 393951 - Remove appID from nsIExtensionManager.getIncompatibleItemList. r=rstrong, sr=vlad 2009-07-30 17:35:02 -07:00
Dave Townsend
a941b0f3be Bug 496917: Can't include an arbitrary version name in the version field of the update xml. r=robstrong 2009-06-11 10:22:26 +01:00
Robert Strong
3836e0c168 Bug 485624 - Downloads in progress for previous releases should be canceled on startup instead of resumed. r=dtownsend 2009-04-16 18:40:46 -07:00
Robert Strong
59fbc43c07 Bug 341749 - 30% cpu usage check for updates while window dialog is up. r=dtownsend 2009-03-19 20:16:16 -07:00
Robert Strong
29f6c06ff6 Bug 459490 - Console error when checking for Sunbird or Thunderbird software updates 'Exception 0x80040154 (NS_ERROR_FACTORY_NOT_REGISTERED) [nsIDocShellHistory.useGlobalHistory] in browser.xml'. r=dtownsend 2009-01-29 22:43:37 -08:00
Daniel Holbert
2a7d88e05a Bug 473236 - Remove executable bit from files that don't need it. (Only changes file mode -- no code changes.) r=bsmedberg 2009-01-21 22:55:08 -08:00
Robert Strong
1fb629c382 Bug 464835 - Update prompt comes up too often - backout changes from bug 324121. r=dtownsend 2009-01-05 11:00:19 -08:00
Robert Strong
b4a91a3d20 Bug 462940 - check for existing ProgressListener before adding one in updates.xml. r=dtownsend, approval1.9.1=beltzner 2008-11-28 03:41:37 -08:00
Robert Strong
99ff41bc9f Bug 464765: Update wizard back button displayed on Linux when it shouldn't. r=mconnor, a1.9.1b2=beltzner 2008-11-16 15:00:03 +00:00
Robert Strong
5315305f00 Bug 324121 - Extensions with available updates for the next version of the app should not be listed in app update extension will be disabled warning (AUS patch). r=dtownsend ui-r=beltzner
--HG--
rename : toolkit/themes/pinstripe/mozapps/downloads/buttons.png => toolkit/themes/pinstripe/mozapps/update/buttons.png
rename : toolkit/themes/winstripe/mozapps/downloads/downloadButtons-aero.png => toolkit/themes/winstripe/mozapps/update/downloadButtons-aero.png
rename : toolkit/themes/winstripe/mozapps/downloads/downloadButtons.png => toolkit/themes/winstripe/mozapps/update/downloadButtons.png
2008-11-04 21:50:52 -08:00
Alexander L. Slovesnik
7133447dfb Bug 335266 - If update of Thunderbird was paused, incorrect message is shown; r=robert.bugzilla 2008-10-22 01:37:51 +02:00
Julien RIVAUD
3a6b664ae0 Bug 419293 - "downloading update" dialog's hide button has unneeded and wrong icon; r=gavin.sharp 2008-10-20 14:24:35 +02:00
Edward Lee
12436dcf0c Bug 414326 - Use DownloadUtils for software update downloads. r=sdwilsh, r=robstrong 2008-10-13 10:50:10 -05:00
Robert Strong
570ccf44f5 Bug 458839 - Move errors.xul from update over to extensions since the add-ons mgr. is the only consumer. r=dtownsend 2008-10-10 15:36:46 -07:00
Phil Ringnalda
b65979710c Bug 454360 - Use Components.results.NS_BINDING_ABORTED instead of hardcoding the value, r=gavin 2008-09-09 21:33:27 -07:00
Robert Strong
acf9005b85 Bug 353177 - Details link has ugly focus while downloading an update. r=dietrich 2008-09-05 09:57:23 -07:00
Robert Strong
4ee2c65ce0 Bug 405257 - gUpdates.wiz is null in some cases. r=dtownsend 2008-08-27 09:43:07 -07:00
Rob Campbell
4c5341b4ae Bug 316382 – Bad information text "Firefox may check periodically for new updates". r=robstrong, ui-r=madhava 2008-08-13 08:38:46 +02:00
reed@reedloden.com
fab0989aab Bug 424995 - "remove countdown timer from software update UI" [p=dao@mozilla.com (Dão Gottwald) r=mconnor a=blocking-firefox3+] 2008-04-04 02:06:04 -07:00
dtownsend@oxymoronical.com
8275c3f5e8 Bug 406184: PlugIns installed in the user profile directory are not loaded. r=robstrong 2008-03-06 18:02:49 -08:00
reed@reedloden.com
693bb85596 Bug 416731 - "When an update has been downloaded, dialog text refers to a "Later" button, should be "Not Now"" [p=dao@mozilla.com (Dão Gottwald) r=gavin a1.9=schrep] 2008-02-13 02:31:37 -08:00
reed@reedloden.com
8b495c89e5 Bug 391598 - "make upgrade/update process smoother and avoid confusing/modal dialogs" (rename the "Later" button, remove the modal dialog) [p=dao@mozilla.com (Dão Gottwald) r=mconnor a=blocking-firefox3+] 2008-01-29 20:42:33 -08:00
reed@reedloden.com
5b58eea6e1 Bug 391598 - "make upgrade/update process smoother and avoid confusing/modal dialogs" [p=dao@mozilla.com (Dão Gottwald) r=sspitzer ui-r=beltzner a=blocking-firefox3+] 2008-01-08 23:37:06 -08:00
philringnalda@gmail.com
075a2aa2dd Bug 400151 - Thunderbird nightly update build id is cropped, r=sspitzer, a=beltzner 2007-12-01 21:18:54 -08:00