Commit Graph

703 Commits

Author SHA1 Message Date
Ed Morley
18e0fbba48 Backed out changeset 2f0509d0adb3 (bug 920223) 2013-09-30 12:49:59 +01:00
Gregory Szorc
17bfea5c1a Bug 920223 - Part 5: Fixup issues from automatic conversions; r=Ms2ger 2013-09-30 09:52:12 +02:00
Gregory Szorc
483a776413 Bug 920223 - Part 2: Mass convert MOCHITEST_CHROME_FILES to manifests; rs=Ms2ger 2013-09-30 09:52:01 +02:00
Gregory Szorc
ed68c2482b Bug 901990 - Part 2: Upgrade xpcshell manifests; r=ted
--HG--
rename : toolkit/mozapps/extensions/test/xpcshell-unpack/head_unpack.js => toolkit/mozapps/extensions/test/xpcshell/head_unpack.js
2013-09-24 11:50:08 -07:00
Brian O'Keefe
535c7c2ade Bug 865673 - Convert objs.mk to objs.mozbuild. r=gps 2013-08-30 09:09:06 -04:00
Brian R. Bondy
bfbe5083b6 Bug 882142 - _postUpdateProcessing is not run after updates from Metro when Metro updates are disabled. r=rstrong
These updates can still be applied when the user manually clicks on check for update from
within Metro.  When _postUpdateProcessing is not called, then the last status in the update history XML
is not updated to succeeded.  This causes the Metro browser to show a "Restart to Update" button
because the last update's status is still applied.
2013-09-10 10:24:57 -04:00
Jim Chen
bdc19f62c2 Bug 897221 - Support JS objects and avoid negative delay in nsUpdateTimerManager; r=rstrong 2013-09-09 15:47:46 -04:00
Robert Strong
30b7b39029 Use update-staged notification and only copy files that are necessary - Fix for Bug 909489 - Intermittent test_0202_app_launch_apply_update_dirlocked.js | Test timed out | test failed (with xpcshell return code: 1). r=bbondy 2013-09-06 08:58:57 -07:00
Robert Strong
49a1f6823d Make test_0202_app_launch_apply_update_dirlocked.js as similar as possible to test_0202_app_launch_apply_update_dirlocked_svc.js - Bug 909489 - Intermittent test_0202_app_launch_apply_update_dirlocked.js | Test timed out | test failed (with xpcshell return code: 1). r=bbondy 2013-09-05 12:19:33 -07:00
Robert Strong
a7eba84516 Move symlinkUpdateFilesIntoBundleDirectory to head_update.js.in - Bug 879612 - Move app update common xpcshell test code into head_update.js.in. r=bbondy 2013-09-05 12:19:22 -07:00
Mike Hommey
f1cf3b4238 Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps 2013-09-05 09:01:46 +09:00
Robert Strong
1c69ff0bc6 Test only - disable test_0202_app_launch_apply_update_dirlocked.js on WinXP until I figure out what's going on with Bug 909489 - Intermittent test_0202_app_launch_apply_update_dirlocked.js | Test timed out | test failed (with xpcshell return code: 1). r=bbondy 2013-08-30 22:11:45 -07:00
Robert Strong
5615df38c4 Test only - additional logging and some cleanup for Bug 909489 - Intermittent test_0202_app_launch_apply_update_dirlocked.js | Test timed out | test failed (with xpcshell return code: 1). r=bbondy 2013-08-30 15:19:37 -07:00
Robert Strong
b62edcf920 Test only - additional logging for Bug 909489 - Intermittent test_0202_app_launch_apply_update_dirlocked.js | Test timed out | test failed (with xpcshell return code: 1). r=bbondy 2013-08-28 15:42:43 -07:00
Tim Abraldes
bf1450a127 bug 904230. Make nsIWinMetroUtils available as Services.metro. r=mbrubeck for the metro piece. r=rnewman for the sync piece. r=dolske for the toolkit piece. 2013-08-28 10:27:32 -07:00
Robert Strong
22f5e009f3 Possible fix for Bug 908020 - tests 160 and 161 _appInUse take too long (top 8 duration). r=bbondy 2013-08-23 12:25:03 -07:00
Robert Strong
c84bba5606 Bug 907975 - Several telemetry histograms sent for checkForBackgroundUpdates and notify that should only be sent for notify. r=bbondy 2013-08-23 12:24:43 -07:00
Ms2ger
c3e345584c Bug 883284 - Part f: Move LIBXUL_LIBRARY into moz.build (p-z); r=glandium 2013-08-22 08:56:01 +02:00
Ms2ger
7d56a6ab7d Bug 906342 - Move the remaining SIMPLE_PROGRAMS to moz.build and disallow setting SIMPLE_PROGRAMS in Makefiles; r=gps 2013-08-22 08:35:03 +02:00
Steffen Wilberg
8ed68047a0 Bug 711475: Allow to perform updates using the About Firefox dialog on limited user accounts if the maintenance service is installed. r=bbondy 2013-08-07 23:07:17 +02:00
Robert Strong
5d15eba7df Test only patch - Bug 899709 - gIsLessThanMacOSX_10_6 is no longer needed in head_update.js.in. r=bbondy 2013-08-01 10:19:01 -07:00
Ehsan Akhgari
9854ac6166 Bug 872127 - Part 2: Replace mozilla/StandardInteger.h with stdint.h; r=Waldo,ted 2013-07-30 10:25:31 -04:00
Shih-Chiang Chien
0e69566882 Bug 891009 - Remove the selected patch after unrecoverable error. r=rstrong 2013-07-11 19:11:58 +08:00
Gregory Szorc
5c25cc9036 No Bug - Removing empty Makefile.in files; r=me 2013-07-18 09:09:28 -07:00
Robert Strong
9627ecc7ce Test followup fix for Bug 889183 - mozapps/update xpcshell tests cannot be run concurrently. r=me 2013-07-16 19:25:36 -07:00
Robert Strong
1a217b7215 Part 2. add run-sequentially to xpcshell ini files for tests that can't run in parallel yet - Bug 889183 - mozapps/update xpcshell tests cannot be run concurrently. r=mihneadb 2013-07-16 19:19:25 -07:00
Robert Strong
b5aec1f74a Part 1. use custom XREExeF and UpdRootD - Bug 889183 - mozapps/update xpcshell tests cannot be run concurrently. r=bbondy 2013-07-16 19:19:03 -07:00
Robert Strong
7ba644048c Simplify xpcshell ini files - Bug 894115 - xpcshell ini file confusion. r=bbondy 2013-07-16 19:18:44 -07:00
Trevor Saunders
82e5558b37 bug 887483 - remove a bunch of useless assignments to FORCE_STATIC_LIB implied by LIBXUL_LIBRARY=1 r=mshal 2013-07-11 11:06:34 -04:00
Masatoshi Kimura
b001d00a05 Bug 888870 - Add Windows 8.1 support to WinUtils::GetWindowsVersion. r=jimm 2013-07-12 06:26:55 +09:00
Robert Strong
9c219ded02 Bug 886545 - Provide method to check for updates to support bug 885641. r=bbondy 2013-07-11 13:46:32 -07:00
Joey Armstrong
a6b9800cfb bug 870407: cleanup bug. r=mshal 2013-07-08 11:53:00 -04:00
Robert Strong
15037c434e Test fix for Bug 889860 - Intermittent test_0200_app_launch_apply_update.js | Test timed out | test failed (with xpcshell return code: 1). r=bbondy 2013-07-05 13:11:44 -07:00
Joey Armstrong
e44d529d0e bug 870370: EXTRA_COMPONENTS cleanup for conversion patches #1 & #2. 2013-07-03 12:01:06 -04:00
Robert Strong
8df5780898 Bug 853198 - Defend against bad system clocks. r=bbondy 2013-07-02 19:05:27 -07:00
Brian R. Bondy
eada7b5ae3 Bug 888361. r=rstrong 2013-07-01 19:11:52 -04:00
Brian R. Bondy
55219ddd58 Bug 888314. r=rstrong 2013-07-01 19:11:59 -04:00
Brian R. Bondy
4fd58dcc9d Bug 859072. r=rstrong 2013-07-01 19:12:06 -04:00
Robert Strong
9a7dc847c8 Take 2 - fix a likely race condition that might fix Bug 626833 - Intermittent test_0200_app_launch_apply_update.js. r=bbondy 2013-07-01 19:31:38 -07:00
Robert Strong
7fbea57e5f Test only patch - Bug 626833 - Intermittent failure in test_0200_app_launch_apply_update.js. r=bbondy 2013-06-27 12:58:14 -07:00
Shih-Chiang Chien
2f8a8db126 Bug 880737 - Cancel retry timer while pausing OTA download. r=bbondy 2013-06-26 21:35:29 -04:00
Robert Strong
6d2d0f465e Bug 886647 - passed unused in TestAUSHelper.cpp. r=bbondy 2013-06-25 13:16:28 -07:00
Robert Strong
19ba239d3f Additional test patch - Bug 843497 - Update check says 'up to date' for out of date versions on unsupported OS versions. r=bbondy 2013-06-22 13:37:25 -07:00
Robert Strong
e92caa4f91 xpcshell test fixup - Bug 843497 - Update check says 'up to date' for out of date versions on unsupported OS versions. r=me for test fixup 2013-06-22 13:37:20 -07:00
Robert Strong
b4b7479bff 3. tests patch - Bug 843497 - Update check says 'up to date' for out of date versions on unsupported OS versions. r=bbondy 2013-06-22 13:37:16 -07:00
Robert Strong
3ce510c4ea 1. main patch - Bug 843497 - Update check says 'up to date' for out of date versions on unsupported OS versions. r=bbondy 2013-06-22 13:37:07 -07:00
Phil Ringnalda
06e17a3f05 Back out 7c8506b0729d (bug 843497) since I already backed out the rest of the bug's patches for xpcshell failures 2013-06-21 19:52:48 -07:00
Phil Ringnalda
53b5971d17 Back out 01bc57172461:5bd9adbd3b15 (bug 843497) for xpcshell failures 2013-06-21 19:49:47 -07:00
Robert Strong
fe40f51213 Additional test patch - Bug 843497 - Update check says 'up to date' for out of date versions on unsupported OS versions. r=bbondy 2013-06-21 19:39:48 -07:00
Robert Strong
0d3de8ab37 3. tests patch - Bug 843497 - Update check says 'up to date' for out of date versions on unsupported OS versions. r=bbondy 2013-06-21 18:11:25 -07:00