Jacek Caban
aa6feee34d
Bug 1022847 - Fixed --enable-metro build.
...
--HG--
extra : rebase_source : ac9e1609d5dd2211b819083a88dad6e26d2c6479
2014-07-10 15:15:10 +02:00
Brian R. Bondy
8e2b56e798
Bug 1033159 - Only run maintenance service tests on x86 until x64 binaries are signed. r=rstrong
2014-07-07 17:48:34 -07:00
Robert Strong
481f80a119
test only followup to Bug 1032559 - Fix for mochitest-chrome slow download mar tests fail when the app.update.download.backgroundInterval pref is 0. r=me
2014-07-03 10:19:31 -07:00
Robert Strong
d92b0d2579
Bug 1032559 - Fix for mochitest-chrome slow download mar tests fail when the app.update.download.backgroundInterval pref is 0. r=spohl
2014-07-01 12:53:25 -07:00
Jacek Caban
53a170226d
Bug 1022847 - toolkit/mozapps/update fails to compile with MinGW r=netzen
...
--HG--
extra : rebase_source : d876570cbfb29bc86cf1435f8e0f79eda49b5764
2014-06-25 11:30:05 +02:00
Jim Blandy
4d6a633bba
Bug 914753: Make Emacs file variable header lines correct, or at least consistent. DONTBUILD r=ehsan
...
The -*- file variable lines -*- establish per-file settings that Emacs will
pick up. This patch makes the following changes to those lines (and touches
nothing else):
- Never set the buffer's mode.
Years ago, Emacs did not have a good JavaScript mode, so it made sense
to use Java or C++ mode in .js files. However, Emacs has had js-mode for
years now; it's perfectly serviceable, and is available and enabled by
default in all major Emacs packagings.
Selecting a mode in the -*- file variable line -*- is almost always the
wrong thing to do anyway. It overrides Emacs's default choice, which is
(now) reasonable; and even worse, it overrides settings the user might
have made in their '.emacs' file for that file extension. It's only
useful when there's something specific about that particular file that
makes a particular mode appropriate.
- Correctly propagate settings that establish the correct indentation
level for this file: c-basic-offset and js2-basic-offset should be
js-indent-level. Whatever value they're given should be preserved;
different parts of our tree use different indentation styles.
- We don't use tabs in Mozilla JS code. Always set indent-tabs-mode: nil.
Remove tab-width: settings, at least in files that don't contain tab
characters.
- Remove js2-mode settings that belong in the user's .emacs file, like
js2-skip-preprocessor-directives.
2014-06-24 22:12:07 -07:00
Carsten "Tomcat" Book
326e3bfa88
Backed out changeset ccc885c8f4ac (bug 1003159) for causing test failures in mochitest-other on a CLOSED TREE
2014-06-05 09:32:19 +02:00
Mike Connor
2b36c68202
Bug 1003159 - Default the updater to downloading the entire update at once for Nightly/Aurora, r=rstrong
...
--HG--
extra : rebase_source : b02d9fc4717817e57c50e2149cbbeaba05097a30
2014-06-04 23:00:32 -04:00
Robert Strong
2d1b1ffb4a
Bug 606415: Tests for bug 1009668. r=spohl
2014-05-23 10:42:58 -04:00
Stephen Pohl
c267206a18
Bug 1009668: Make retrieval of updater.ini more robust and predictable on OSX. r=smichaud,rstrong
2014-05-23 10:42:52 -04:00
Cykesiopka
17e952b63e
Bug 622332 - Show cert SHA-256 fingerprint and remove MD5 fingerprint. r=keeler
2014-05-22 00:52:00 +02:00
Alexandre Poirot
ba71388b74
Bug 964778 - Fix app install. r=fabrice
2014-05-20 09:30:00 -04:00
Wes Kocher
4986143ac3
Merge b2g-inbound to m-c
2014-05-15 15:46:14 -07:00
Mark Banner
e5679da177
Bug 1010984 Builds without Firefox Health Report are unable to check for updates or update. r=enndeakin
2014-05-15 15:35:50 +01:00
Neil Deakin
58cddbe4a5
Bug 893098, record update starts, stops and errors in the health report, r=rnewman,rstrong
2014-05-14 08:01:45 -04:00
Wes Kocher
eee6cd4dda
Merge m-c to b2g-inbound
2014-05-14 16:34:15 -07:00
Dave Hylands
7bb087ba18
Bug 1001542 - Add PRODUCT_DEVICE to the list of url substitutable fields. r=rstrong
2014-05-14 11:50:23 -07:00
Robert O'Callahan
949537330f
Bug 1006248. Part 1: Add MOZ_EXPORT in various places. r=glandium
...
--HG--
extra : rebase_source : cfe209a412cae28d405eae413415cebb6959072a
2014-05-06 17:26:46 +12:00
Robert Strong
496c881e63
whitespace fix followup for Bug 1002086 - UpdateService uses the non-existent nsIAddonUpdateCheckListener interface. r=me
2014-04-27 17:30:17 -07:00
Robert Strong
9617cd2264
Bug 1002086 - UpdateService uses the non-existent nsIAddonUpdateCheckListener interface. r=ehsan
2014-04-27 16:13:04 -07:00
Nochum Sossonko
cadc5a852b
bug 906466: Updates not properly signed on the nightly-ux branch: Certificate did not match issuer or name. r=rstrong
...
--HG--
extra : rebase_source : 1dc83f67c495d431e4ae4d2ed35b12e6f5eb03d4
2014-04-14 09:56:58 -04:00
Brian R. Bondy
8adba9ad00
Bug 961676. r=rstrong
2014-03-28 14:17:36 -04:00
Ehsan Akhgari
98311f51be
Bug 981428 - Move OSX -framework flags to moz.build; r=mshal
2014-03-10 20:18:33 -04:00
Robert Strong
6bc5c325e9
Test cleanup and tests for Bug 759469 - Add new updater instruction to add a file if it doesn't exist in the destination. r=bbondy
...
--HG--
rename : toolkit/mozapps/update/tests/unit_base_updater/marDirLockedStageFailure_win.js => toolkit/mozapps/update/tests/unit_base_updater/marAppApplyDirLockedStageFailure_win.js
rename : toolkit/mozapps/update/tests/unit_base_updater/marFileInUseStageSuccessComplete_win.js => toolkit/mozapps/update/tests/unit_base_updater/marFileInUseStageFailureComplete_win.js
rename : toolkit/mozapps/update/tests/unit_base_updater/marFileInUseStageSuccessPartial_win.js => toolkit/mozapps/update/tests/unit_base_updater/marFileInUseStageFailurePartial_win.js
rename : toolkit/mozapps/update/tests/unit_base_updater/marRMRFDirFileInUseStageSuccessComplete_win.js => toolkit/mozapps/update/tests/unit_base_updater/marRMRFDirFileInUseStageFailureComplete_win.js
rename : toolkit/mozapps/update/tests/unit_base_updater/marRMRFDirFileInUseStageSuccessPartial_win.js => toolkit/mozapps/update/tests/unit_base_updater/marRMRFDirFileInUseStageFailurePartial_win.js
rename : toolkit/mozapps/update/tests/unit_service_updater/marDirLockedStageFailureSvc_win.js => toolkit/mozapps/update/tests/unit_service_updater/marAppApplyDirLockedStageFailureSvc_win.js
rename : toolkit/mozapps/update/tests/unit_service_updater/marFileInUseStageSuccessCompleteSvc_win.js => toolkit/mozapps/update/tests/unit_service_updater/marFileInUseStageFailureCompleteSvc_win.js
rename : toolkit/mozapps/update/tests/unit_service_updater/marFileInUseStageSuccessPartialSvc_win.js => toolkit/mozapps/update/tests/unit_service_updater/marFileInUseStageFailurePartialSvc_win.js
rename : toolkit/mozapps/update/tests/unit_service_updater/marRMRFDirFileInUseStageSuccessCompleteSvc_win.js => toolkit/mozapps/update/tests/unit_service_updater/marRMRFDirFileInUseStageFailureCompleteSvc_win.js
rename : toolkit/mozapps/update/tests/unit_service_updater/marRMRFDirFileInUseStageSuccessPartialSvc_win.js => toolkit/mozapps/update/tests/unit_service_updater/marRMRFDirFileInUseStageFailurePartialSvc_win.js
2014-03-05 11:43:28 -08:00
Robert Strong
0b103b9c2c
Updated test binaries for Bug 759469 - Add new updater instruction to add a file if it doesn't exist in the destination. r=bbondy
...
--HG--
rename : toolkit/mozapps/update/tests/data/partial_in_use_win_before.exe => toolkit/mozapps/update/tests/data/complete.exe
rename : toolkit/mozapps/update/tests/data/partial_in_use_win_after.exe => toolkit/mozapps/update/tests/data/partial.exe
2014-03-05 11:43:20 -08:00
Robert Strong
a98abe6963
Main patch for Bug 759469 - Add new updater instruction to add a file if it doesn't exist in the destination. r=bbondy
2014-03-05 11:43:11 -08:00
Robert Strong
f32e59dab1
Bug 896224 - Remove support for the version 1 manifest from the updater. r=bbondy
2014-03-05 11:43:03 -08:00
Ehsan Akhgari
bf09c6f469
Bug 976896 - Port STL_FLAGS to moz.build; r=mshal
2014-03-04 19:39:06 -05:00
Ehsan Akhgari
cfe6f6fd0a
Bug 976886 - Port RCINCLUDE to moz.build; r=mshal
...
--HG--
extra : rebase_source : e8a75bc01c3f57516a1a1307de3d170ea07ca1ac
2014-03-04 17:19:24 -05:00
Robert Strong
d4b821fb53
bug 965955 and bug 966140 - possible fix for intermittent failures of marStageSuccessPartial.js, marStageSuccessComplete.js, and marAppInUseStageSuccessComplete_unix.js. r=bbondy
2014-02-27 12:03:13 -08:00
Ehsan Akhgari
918a2ef75e
Bug 976885 - Port RCFLAGS to moz.build; r=glandium
2014-02-26 09:12:49 -05:00
Ehsan Akhgari
f594359272
Bug 975740 - Port WIN32_EXE_LDFLAGS to moz.build; r=mshal
2014-02-24 08:30:25 -05:00
Masatoshi Kimura
a698a5d13f
Bug 973181 - Check the unprompted elevation mode only if the current user can elevate. r=bbondy
2014-02-19 20:29:48 +09:00
Masatoshi Kimura
dfb3f0e76b
Bug 969918 - Use decltype to declare pointers for dynamic-loaded functions. r=jimm sr=roc
2014-02-18 07:32:52 +09:00
Ms2ger
c3f4f67f82
Bug 968900 - Move LOCAL_INCLUDES to moz.build in toolkit/; r=mshal
2014-02-15 21:25:20 +01:00
Ms2ger
6e066deaea
Bug 968856 - Move unconditional LOCAL_INCLUDES into moz.build; r=mshal
2014-02-15 21:24:59 +01:00
Masatoshi Kimura
99e7712add
Bug 969728 - Make users using temporary profile possible to update using the maintenance service. r=bbondy
2014-02-12 06:01:29 +09:00
Ehsan Akhgari
fbe321aed6
Bug 970745 - Move USE_STATIC_LIBS to moz.build; r=glandium
2014-02-11 09:12:33 -05:00
Ehsan Akhgari
b870bb3fe9
Bug 969757 - Remove the dead code in our tree which pretends to support OS/2; r=roc,mcmanus,gps,jorendorf,bsmedberg sr=bsmedberg
2014-02-10 17:57:01 -05:00
Ehsan Akhgari
ac38419e37
Bug 944800 - Move the information about delay loaded DLLs into moz.build; r=gps
2014-02-06 14:17:44 -05:00
Ehsan Akhgari
31e7cec189
Backed out changeset b54e8c328c32 (bug 944800) because of test failures on a CLOSED TREE
2014-02-04 17:03:17 -05:00
Ehsan Akhgari
cf46d0e8c5
Bug 944800 - Move the information about delay loaded DLLs into moz.build; r=gps
...
--HG--
extra : rebase_source : 3eca29dae04c42fa8e7d113318b8a169a0cf22e4
2014-02-04 13:57:34 -05:00
Robert Strong
873d58fc12
Bug 964550 - Make marStageSuccessComplete.js, marStageSuccessPartial.js, and marAppInUseStageSuccessComplete_unix.js xpcshell tests pass on Mac. r=bbondy
2014-01-28 19:14:15 -08:00
Robert Strong
8041d84d08
Bug 963848 - head_update.js is copied to unit_service_updater even when MOZ_MAINTENANCE_SERVICE is not defined. r=bbondy
2014-01-27 10:35:43 -08:00
Robert Strong
2ff9ab403a
Bug 963860 - fix macro redefinition when compiling TestAUSReadStrings.cpp. r=bbondy
2014-01-27 10:35:38 -08:00
Robert Strong
694ce2faac
Bug 885096 - hasMutex should not be called from a lazy getter. r=bbondy
2014-01-23 17:30:26 -08:00
Robert Strong
549d097e8b
Bug 925747 - patch file extraction cleanup. r=bbondy
2014-01-22 17:16:39 -08:00
Robert Strong
f615c4b85e
Bug 959341 - Replace MOZ_B2G with MOZ_WIDGET_GONK for consistency. r=dhylands
2014-01-14 16:39:06 -08:00
Sachin Hosmani
069b0b1b39
Bug 897735 - Support regular expression filters for name and creator in extension blocks. r=Unfocused
...
CLOSED TREE
2014-01-06 14:16:32 +05:30
Ryan VanderMeulen
bde0b0ec9d
Backed out changeset 933bf791b773 (bug 897735) for Windows test bustage.
...
CLOSED TREE
2014-01-14 11:10:33 -05:00