John Daniels
|
b260d02c5f
|
Bug 525819 - Make do_timeout take a callback function, not a string to eval. r=jwalden
--HG--
extra : rebase_source : 6fbaac51eabe95fcfaf4706feb9fd8a28ba4dfbf
|
2009-11-24 11:58:42 -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 |
|
Justin Dolske
|
17560f5eb0
|
Bug 520491 - Updater uses lots of memory and disk space for partial updates. r=rstrong, a=beltzner for mozilla-central
|
2009-11-18 21:58:16 -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
|
31379a570f
|
Bug 510501 - not granting UAC permission to updater.exe causes full update to be downloaded. r=dtownsend
|
2009-11-16 16:34:47 -08:00 |
|
Jae-Seong Lee-Russo
|
6e09b9e50a
|
Toolkit tests that fail in js strict mode.
Bug 524781 - xpcshell-tests: turn on strict & werror by default.
r=benjamin.
|
2009-11-15 12:20:35 +01:00 |
|
Alex Pahotkin
|
3022da2900
|
Bug 502933: 7z archive implementation to replace the CAB installer for Windows Mobile, r=crowder
|
2009-11-13 15:03:31 -08:00 |
|
Robert Strong
|
a273749d72
|
Bug 523915 - updater crashes when trying to update with crash reporter open. r=ted.mielczarek
|
2009-11-13 13:11:32 -08:00 |
|
Robert Strong
|
8ab81b14df
|
Prevent starting Firefox and other apps while applying an update. Bug 525390 - 3.5.4 Upgrade failure: 'entry point js_SaveRegExpStatics could not be located'. r=vlad
|
2009-11-13 13:11:20 -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 |
|
Robert Strong
|
2b0848ed52
|
Bug 527845 (WinCE only) - App update can't deal with read-only files. r=vlad
|
2009-11-11 01:02:38 -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 |
|
Robert Strong
|
0a5ebe62ce
|
Bug 311965 - Refactor nsUpdateService.js to load less code at startup. r=dtownsend
|
2009-11-03 11:49:23 -08:00 |
|
Dão Gottwald
|
6a530b2454
|
Bug 524270 - Make the second getChildList parameter optional. r=bsmedberg
|
2009-10-26 21:02:06 +01:00 |
|
Robert Strong
|
c4a79c2c26
|
Bug 522583 - nsUpdateService.js.in cleanup (remove previous update migration code, defineLazyServiceGetter for nsIObserverService, and other cleanup). r=dtownsend
|
2009-10-23 12:43:06 -07:00 |
|
Robert Strong
|
cd8567cc7c
|
Bug 521452 - nsUpdateService and nsBlocklistService both have getFile(key, pathArray). Added a js module for this shared code. r=dtownsend, sr=bsmedberg
|
2009-10-23 12:42:48 -07:00 |
|
Robert Strong
|
55a87f3322
|
Bug 521956 (pt2) - nsUpdateService, nsExtensionManager.js.in and, nsBlocklistService include badCertHandler.js (reduce file sizes by using a jsm). r=dtownsend
|
2009-10-13 12:45:20 -07:00 |
|
Robert Strong
|
5de1e07206
|
Bug 512651 - lessen the write access checks during startup and remove final-ui-startup observer. r=dtownsend
|
2009-10-12 12:12:30 -07:00 |
|
Robert Strong
|
a4a66c91bd
|
Bug 521371 - Extraneous '2' written to the update log file. r=dtownsend
|
2009-10-12 12:12:26 -07:00 |
|
Justin Dolske
|
1ddd5e310c
|
Bug 517102 - App update slow, progressbar works poorly on Windows CE. (Part 5, Bigger decompress buffers) r=robstrong
|
2009-10-06 16:39:51 -07:00 |
|
Justin Dolske
|
96f35cb7a0
|
Bug 517102 - App update slow, progressbar works poorly on Windows CE. (Part 4, Bigger copy_file buffer) r=robstrong
|
2009-10-06 16:39:51 -07:00 |
|
Justin Dolske
|
4dd07545ea
|
Bug 517102 - App update slow, progressbar works poorly on Windows CE. (Part 3, Smoother progressbar) r=robstrong
|
2009-10-06 16:39:51 -07:00 |
|
Justin Dolske
|
e5b0c45411
|
Bug 517102 - App update slow, progressbar works poorly on Windows CE. (Part 2, Progress ignores missing files) r=robstrong
|
2009-10-06 16:39:51 -07:00 |
|
Justin Dolske
|
cfbe8131a7
|
Bug 517102 - App update slow, progressbar works poorly on Windows CE. (Part 1, Logging cleanup) r=robstrong
|
2009-10-06 16:39:51 -07:00 |
|
Robert Strong
|
893080468f
|
Bug 520526 - Changes to TimerManager cause test_preventive_maintenance.js to leak due to PlacesDBUtils using TimerManager. r=mak77, r=dtownsend
|
2009-10-06 11:12:41 -07: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 |
|
Phil Ringnalda
|
e62c83fdc6
|
Bug 495228 - Remove checks for mac MOZ_WIDGET_TOOLKIT, r=ted
|
2009-09-18 19:59:53 -07:00 |
|
Robert Strong
|
5bdde9b2b2
|
Tests for Bug 471219 - Store timer registrations somewhere permanent. r=dtownsend
|
2009-09-18 11:03:45 -07:00 |
|
Robert Strong
|
05219ad1ff
|
Bug 471219 - Store timer registrations somewhere permanent. r=dtownsend
|
2009-09-18 11:03:27 -07: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 |
|
Robert Strong
|
af39b67826
|
Tests cleanup - no bug.
|
2009-08-31 21:44:09 -07:00 |
|
Robert Strong
|
9e71a7811b
|
Tests for Bug 470979 and Bug 512994 and Buf. r=dtownsend
|
2009-08-27 22:26:31 -07:00 |
|
Robert Strong
|
c19fe79e2a
|
Bug 512994 - Deleting / recreating the updates/0 directory puts the filesystem into a weird state. r=dtownsend
|
2009-08-27 22:26:23 -07:00 |
|
Robert Strong
|
7ef771ae16
|
Bug 470979 - Keep a copy of the last-update.log renamed when the partial fails for troubleshooting. r=dtownsend
|
2009-08-27 22:25:35 -07:00 |
|
Benjamin Smedberg
|
0df64c6bc4
|
Additional followup to bug 398573 - remove REQUIRES from the tree even when they are in makefile conditional blocks
--HG--
extra : rebase_source : cc65c34a414e6c67a5651fc9cf0b6bd709ebcdbd
|
2009-08-27 08:53:13 -07:00 |
|
Robert Strong
|
767b15be45
|
Bug 512564 - Support for the WinCE environment implementation. r=bsmedberg
|
2009-08-25 18:41:18 -07:00 |
|
Benjamin Smedberg
|
2e9438fd2f
|
Followup to bug 398573 - remove REQUIRES from the tree since it is no longer used... automatically generated patch, rs=ted
|
2009-08-25 08:59:31 -07:00 |
|
Robert Strong
|
834995a25c
|
Bug 510836 - mozce_shunt.dll loaded with updater.exe. r=blassey, r=vlad
|
2009-08-20 19:58:47 -07:00 |
|
Robert Strong
|
4b5a702e05
|
Bug 510162 - Updater dialog should size itself appropriately on mobile devices. r=vlad
|
2009-08-20 19:58:17 -07:00 |
|
Brad Lassey
|
a7d71a05f8
|
bug 504917 - fix warnings while building updater r=bsmedberg
|
2009-08-18 13:42:21 -04:00 |
|
Robert Strong
|
0479aa9647
|
Bug 507338 - [WinCE] updater.exe update in progress dialog isn't displayed. r=blassey, r=vlad
|
2009-08-13 13:53:56 -07:00 |
|
Robert Strong
|
56639f2d73
|
Bug 509161 - [WinCE] Remove support for XRE_UPDATE_ROOT_DIR on WinCE. r=sdwilsh
|
2009-08-10 19:59:00 -07:00 |
|
Dão Gottwald
|
f13d800c0e
|
Backed out changeset cabad98babdb for breaking WinCE
|
2009-08-10 19:57:05 +02:00 |
|
Masatoshi Kimura
|
fb0f495388
|
Bug 508905 - /Zc:wchar_t- is no longer required. r=rstrong
|
2009-08-10 10:25:11 +02:00 |
|
Dave Townsend
|
f40f9c1108
|
Test only followup to Bug 507339 - remove unused files. r=rstrong
|
2009-08-10 00:20:34 -07:00 |
|
Robert Strong
|
289f1720d4
|
Bug 507339 - Test more files in the complete / partial mar files and check file permissions. r=blassey, r=me
--HG--
rename : toolkit/mozapps/update/test/unit/head_update.js => toolkit/mozapps/update/test/unit/head_update.js.in
rename : toolkit/mozapps/update/test/unit/test_0040_general.js.in => toolkit/mozapps/update/test/unit/test_0040_general.js
|
2009-08-07 13:19:58 -07:00 |
|
Robert Strong
|
a5472e8be1
|
Bug 508746 - Log file written incorrectly for EXECUTE PATCH and FINISH PATCH. r=bsmedberg
|
2009-08-07 13:19:50 -07: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 |
|
Robert Strong
|
1207b3f55b
|
Bug 505934 - Skip the write access checks on Windows CE. r=dtownsend
|
2009-07-30 17:34:05 -07:00 |
|