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

633 Коммитов

Автор SHA1 Сообщение Дата
Ms2ger 8c78d3f478 Bug 670235 - Remove nsIDOMWindowInternal; r=sicking 2011-07-15 12:31:34 +02:00
Nick Thomas f98e431d4d Bug 491464, Append -shark to BUILDTARGET for update queries when shark is enabled, r=rstrong 2011-06-30 10:23:04 +12:00
Jonas Sicking 6a4c3e2ab2 Bug 664932: Make update unit tests not implement nsIXMLHttpRequestEventTarget in script. r=rstrong 2011-06-22 15:17:07 -07:00
Robert Strong 66be312696 Bug 661784 - Make sure that the nsITimer variable doesn't get garbage collected causing the updater tests to fail intermittently; r=ehsan 2011-06-13 17:32:17 -04:00
Phil Ringnalda 2bb34bb2ca Bug 660504 - Use $(OS_TARGET) rather than ifndef ANDROID, which doesn't work in makefiles, to keep Android away from the parts of mozapps/update/ that require the updater binary, r=rs 2011-06-04 22:31:23 -07:00
Robert Strong 3bf8cbdfd7 backing out Bug 661784 since it didn't help 2011-06-09 17:31:03 -07:00
Robert Strong c20bafa55a Bug 647296 - crashreporter.exe and updater.exe creates HKEY_CURRENT_USER\Software\Classes\Applications as a volatile key. r=khuey 2011-06-09 15:14:19 -07:00
Robert Strong 6e5088b92b Bug 661784 - Intermittent timeout /test_0083_error_patchApplyFailure_partial_complete.xul | Test timed out. Maximum time allowed is 25 seconds. r=mossop 2011-06-09 15:14:09 -07:00
Robert Strong 93ee9c5f22 Bug 658916 - TEST-UNEXPECTED-FAIL | test_0182_rmrfdirFileInUse_xp_win_complete.js | test failed (with xpcshell return code: 0), see following log:TEST-UNEXPECTED-FAIL | head.js | exception thrown from do_timeout callback. r=mossop 2011-06-09 15:14:00 -07:00
Peter Van der Beken 5cc319391d Fix for bug 658632 (Provide easy way to add non-leaky classinfo to JS components). r=gavin.
--HG--
extra : rebase_source : 8463c6f8ba1f969278d4e33bfa08495fa3e36071
2011-05-25 10:46:51 +02:00
Joel Maher 193c66083d Bug 616999. Xpcshell manifest support; manifest files. r=ted, a=test-only 2011-05-20 11:54:01 -04:00
Robert Strong 64186bab54 Tests - Switching channels is broken when an update is already downloading or downloaded - Bug 652016 - When switching channels, I get a failed update. r=mossop 2011-05-18 11:29:18 -07:00
Robert Strong ab613a3519 Main patch - Switching channels is broken when an update is already downloading or downloaded - Bug 652016 - When switching channels, I get a failed update. r=mossop 2011-05-18 11:28:56 -07:00
Ed Morley 1dc65abc0d Bug 652445 - Remove WinCE code (incl Faststart & nsSplashScreenWin) from toolkit; r=dtownsend 2011-04-29 12:38:26 +02:00
Robert Strong 00b449437f Bug 650973 - Update dialog is seldom if ever shown on Mac OS X and Linux for complete updates. r=mossop 2011-04-26 14:35:54 -07:00
Robert Strong 87a7835525 Increase app update test timeout - Bug 645607 - Intermittent failure in toolkit/mozapps/update/test/chrome/test_0072_notify_verifyFailComplete_noPartial.xul | Test timed out. Maximum time allowed is 20 seconds. r=mossop 2011-04-19 11:04:12 -07:00
Robert Strong b46a005045 Bug 650254 - Permanent fail on update xpcshell tests for Thunderbird | TEST-UNEXPECTED-FAIL | test_0110_general.js and co failing in head_update.js. r=mossop 2011-04-19 11:03:57 -07:00
Mike Hommey 2e34091c98 Bug 602245 - Don't build SIMPLE_PROGRAMS during MOZ_PROFILE_GENERATE pass. r=ted 2011-04-14 11:23:13 +02:00
Robert Strong be80ac1469 Bug 649754 - update dialog no longer centered. r=mossop 2011-04-13 13:52:55 -07:00
Robert Strong cf5c479dc6 test fix for test_0112_general.js - Linux and Mac - Bug 386760 - directory removal with software update. r=testfix 2011-04-12 00:15:42 -07:00
Robert Strong 77a7ccb2c7 test fix for test_0160_appInUse_xp_unix_complete.js - Linux and Mac - Bug 386760 - directory removal with software update. r=testfix 2011-04-11 22:58:01 -07:00
Robert Strong 033ab28f8b 6. test fix to make log parsing happy - Bug 386760 - directory removal with software update. r=testfix 2011-04-11 21:44:03 -07:00
Robert Strong e0c2a3e54e 2. only support channel change with complete mar files - Bug 642765 - Add ability to channel change to the client. r=mossop 2011-04-11 21:24:28 -07:00
Robert Strong 29de84bc39 1. main patch - Bug 642765 - Add ability to channel change to the client. r=mossop 2011-04-11 21:24:16 -07:00
Robert Strong 629fdb4fa4 6. test patch 2 - Bug 386760 - directory removal with software update. r=dolske
--HG--
rename : toolkit/mozapps/update/test/unit/data/partial_in_use_win.mar => toolkit/mozapps/update/test/unit/data/partial_win.mar
2011-04-11 21:24:06 -07:00
Robert Strong cb19eb37ad 5. test binaries - Bug 386760 - directory removal with software update. r=dolske 2011-04-11 21:23:54 -07:00
Robert Strong 5321c11377 4. remove updater wince support- Bug 386760 - directory removal with software update. r=dolske 2011-04-11 21:23:44 -07:00
Robert Strong 30b299c782 3. test patch 1 - Bug 386760 - directory removal with software update. r=mossop 2011-04-11 21:23:36 -07:00
Robert Strong c2953ca852 2. updater changes - Bug 386760 - directory removal with software update. r=dolske 2011-04-11 21:23:27 -07:00
Robert Strong 11c4812446 Bug 641422 - wrong arg passed for current working directory. r=mossop 2011-04-11 21:23:06 -07:00
Robert Strong d5ba4a8448 Bug 575296 - Firefox Update should show no options in the context menu (e.g. right click) - based on a patch from timeless. r=jimm, a=approval2.0 2011-02-07 18:41:21 -08:00
Robert Strong c99a02652d Bug 524294 - [Mac] Updater window does not resize to fit text label on localized builds. r=joshmoz, a=approval2.0 2011-01-27 13:11:25 -08:00
Robert Strong 4d8f12c21f Patch part 2 - Bug 628829 - Updater crashes when localized strings excess 200 utf-8 bytes, as bn-IN, kn, ml, and te do. r=mossop, a=blocking2.0-final 2011-01-27 13:11:05 -08:00
Robert Strong 743c20cd30 Bug 595078 - Where possible, remove the possibility of other components breaking app update. r=mossop, a=approval2.0 2011-01-13 11:36:36 -08:00
Robert Strong 3b00aa08e6 Bug 601701 - Automatic updates get stalled when installed version is newer than a downloaded update restored using Windows system restore. r=mossop, a=blocking2.0-final 2011-01-13 11:36:28 -08:00
Robert Strong 8744404790 Bug 369411 - improve CRC error value in the update.log. r=dolske, a=approval2.0 2010-12-21 21:46:32 -08:00
Robert Strong 1e6d44f319 Bug 617512 - Additional tests for deprecated update xml format. r=dtownsend, a=tests 2010-12-21 16:32:35 -08:00
Robert Strong 7477025a35 Bug 617513 - Duplicate declaration of doc in updates.xml. r=dtownsend, a=approval2.0 2010-12-15 14:37:24 -08:00
Robert Strong 9c22de6890 Bug 616924 - App update test cleanup. r=dtownsend, a=tests 2010-12-07 12:05:49 -08:00
Robert Strong 83b18f230c Bug 615467 - intermittent failure in toolkit\mozapps\update\test\unit\test_0170_fileLocked_xp_win_complete.js | test failed (with xpcshell return code: 0), see following log: succeeded == failed. r=dtownsend, a=test fix 2010-12-02 19:57:20 -08:00
Robert Strong dc094b28b6 File fragmentation on update fix for partial updates which are by far the worst culprit - Bug 570058 - investigate small writes from MBS_ApplyPatch. r=tglek, r=dtownsend, a=dtownsend 2010-12-02 19:57:05 -08:00
Alon Zakai 53e9ed8f44 Bug 604804 - Make nsUpdateTimerManager.js run its timer at the optimal frequency. r=rs, a=blocking-fennec 2010-11-23 13:14:11 -08:00
Robert Strong 06454d8fe6 Bug 611186 - [Win] Try to lock the main exe multiple times before giving up. r=dolske, a=dtownsend 2010-11-18 17:21:20 -08:00
Robert Strong ebf5901816 2. tests - Bug 466778 - [Win] Unable to update when files to be patched are in use on Windows. r=dtownsend, a=blocking2.0-BetaN
--HG--
rename : toolkit/mozapps/update/test/unit/data/aus-0110_general.mar => toolkit/mozapps/update/test/unit/data/complete.mar
rename : toolkit/mozapps/update/test/unit/data/aus-0110_general_ref_image.png => toolkit/mozapps/update/test/unit/data/complete.png
rename : toolkit/mozapps/update/test/unit/data/aus-0111_general.mar => toolkit/mozapps/update/test/unit/data/partial.mar
rename : toolkit/mozapps/update/test/unit/data/aus-0111_general_ref_image.png => toolkit/mozapps/update/test/unit/data/partial.png
2010-11-18 17:20:58 -08:00
Robert Strong 536b8a49aa 1. main patch - Bug 466778 - [Win] Unable to update when files to be patched are in use on Windows. r=dolske, a=blocking2.0-BetaN 2010-11-18 17:20:44 -08:00
Alex Pakhotin e9114d304a Bug 597579 - Investigate downloading updates to sd card r=rstrong,blassey a=blocking-fennec 2010-10-30 17:24:14 -07:00
Robert Strong f8d4ea0561 Bug 606410 - add tests for calling the callback app and the arguments passed to it. r=dtownsend, a=tests 2010-11-06 23:41:49 -07:00
Robert Strong c7d93c3016 Bug 601386 - Running in 64 bit mode after applying an update when the bundle was originally opened in 32 bit mode. r=joshmoz, a=blocks a blocker 2010-10-20 11:37:26 -07:00
Robert Strong 1107c4be8d Bug 605767 - Intermittent test_0200_app_launch_apply_update.js | the application can't be in use when running this test. r=dtownsend, a=test fix 2010-10-20 11:37:13 -07:00
Robert Strong 28f9560f91 Bug 601518 - Need updater tests to cover nsUpdateDriver.cpp code. r=dtownsend, a=blocking2.0-final 2010-10-19 21:28:29 -07:00