Joey Armstrong
df6123b0bc
bug 870407: cleanup bug. r=mshal
2013-07-08 11:53:00 -04:00
Robert Strong
3261700a85
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
44ade60e99
bug 870370: EXTRA_COMPONENTS cleanup for conversion patches #1 & #2 .
2013-07-03 12:01:06 -04:00
Robert Strong
c82c660633
Bug 853198 - Defend against bad system clocks. r=bbondy
2013-07-02 19:05:27 -07:00
Xavier Fung
03fce7081d
Bug 888158 - Make configure to detect Visual Studio 2013 compiler. r=ted
2013-07-03 10:52:32 +09:00
Richard Newman
0b70a390ba
Merge m-c to m-i.
2013-07-02 18:52:48 -07:00
Nick Alexander
ce148478e8
Merge m-c to s-c
2013-07-02 14:59:21 -07:00
Nick Alexander
f88b5c9951
Bug 887115 - Make Android packager expect omnijar in root directory. r=glandium
2013-07-02 12:00:34 -07:00
Ms2ger
c9f69ff561
Bug 887012 - Remove some emptyish makefiles; r=gps
2013-07-01 09:02:32 +02:00
Nick Alexander
fc116353df
Bug 888646 - Update missed use of SimpleManifestSink API. r=trivial
...
This is a simple follow-up to Bug 887121.
2013-06-29 20:15:08 -07:00
Nick Alexander
66582b795d
Bug 887121 - Make packager install and szip .so libraries in assets/ directly. r=glandium
...
This adds a Component type to the mozbuild.mozpack package manifest
parser, and teaches the packager to accept components of the form
[name destdir="dir"]. Then we update the Android package manifest and
simplify the packager code.
I would have liked to make the packager put mozglue.so and
MOZ_CHILD_PROCESS_NAME in lib/$(ABI_DIR) directly, but this turned out
to be awkward. Since MOZ_CHILD_PROCESS_NAME needs to have lib/ in its
name to load successfully on Android, we would have to add notation in
package manifests to install bin/lib/*plugin-container* to
lib/$(ABI_DIR)/*plugin-container*.
2013-06-28 09:10:57 -07:00
Ryan VanderMeulen
8f97bcf6e3
Bug 874080 - Add an early return to nsExternalHelperAppService::GetTypeFromExtension when called with an empty extension parameter. r=paolo
2013-07-02 15:49:06 -04:00
Brian R. Bondy
f64ea7aba4
Bug 888361. r=rstrong
2013-07-01 19:11:52 -04:00
Brian R. Bondy
5a1474f31c
Bug 888314. r=rstrong
2013-07-01 19:11:59 -04:00
Brian R. Bondy
10e772f676
Bug 859072. r=rstrong
2013-07-01 19:12:06 -04:00
Robert Strong
c79d305310
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
Robert Strong
6804d8b857
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
Mark Banner
357a370e33
Bug 887185 Plugins test assumes click-to-play is enabled by default - ensure it is enabled for apps that don't yet have it enabled. r=bsmedberg.
2013-06-27 08:18:35 +01:00
Bobby Holley
4a7224c7f2
Bug 887098 - Cache nodePrincipal when InstallTrigger is bound. r=gavin
2013-06-26 21:41:55 -07:00
Shih-Chiang Chien
2c5d35b0f0
Bug 880737 - Cancel retry timer while pausing OTA download. r=bbondy
2013-06-26 21:35:29 -04:00
Mike Shal
45edf8e888
Bug 880245 - Move EXTRA_JS_MODULES to moz.build (batch #2 ); r=joey
2013-06-17 15:22:56 -04:00
Irving Reid
3d1305d551
Bug 874890: Shut down Addon Manager in profile-before-change r=mossop
2013-06-25 19:43:56 -04:00
Robert Strong
e4dd348ebf
Bug 886647 - passed unused in TestAUSHelper.cpp. r=bbondy
2013-06-25 13:16:28 -07:00
Benjamin Smedberg
9172995490
Bug 886423 - Turn on the click-to-play UI by default in Firefox desktop. As a side effect, remove the plugin permission from about:permissions because we're using per-plugin permission not per-site and about:permissions doesn't know about that. (page info knows about it) r=keeler
2013-06-25 11:57:30 -04:00
Ryan VanderMeulen
35586e1235
Merge m-c and inbound.
2013-06-24 14:02:59 -04:00
Nick Alexander
5eb97e1395
Bug 873569 - Follow-up: don't delete assets/omni.ja during unpack. r=me
...
The issue is that in INNER_UNMAKE_PACKAGE I was deleting
assets/omni.ja, which is needed in INNER_MAKE_PACKAGE. This breaks
language repacks. This fix should at least allow repacks to proceed
further.
2013-06-24 09:55:21 -07:00
Benjamin Smedberg
82eede8f1b
Bug 880735 test fixups:
...
* Add a test-only setter to the center-item XBL binding
* add a head.js function to remove plugin permissions for use in cleanup functions
* browser_pluginnotification.js - lots of fixes for the core feature tests
* Alter test_bug751809 not to assume that clicking the page overlay will directly activate the plugin
* Alter browser_CTP_plugins.js because disabled plugins now do show up in the plugin doorhanger
* remove browser_CTPScriptPlugin.js and supporting files because we no longer auto-pop based on scripting
* fix browser_CTP_drag_drop.js so that active plugins still show the doorhanger icon, and other fixup
* fix browser_bug743421.js to expect the doorhanger all the time and activate it correctly
* fix browser_bug752516.js to check for doorhanger activation instead of plugin activation
* remove browser_bug818009.js and supporting files because they are testing something that no longer exists
* alter browser_bug820497.js so that it shows the popup notification before checking .centerActions, since we populate that data lazily now
* browser_plugins_added_dynamically.js: remove the "activate all" tests which are no longer relevant and fix the rest to match the new doorhanger structure.
2013-06-24 08:51:07 -04:00
Mook
5bb4757b74
bug 884686: inline add-on settings: don't set prefs on type=multi if no prefs are specified (r=darktrojan)
2013-06-20 20:37:58 -07:00
Ms2ger
2f319776c1
Merge m-c to m-i.
2013-06-23 13:44:01 +02:00
Ms2ger
2c937acc56
Bug 882848 - Use MOCHITEST_BROWSER_FILES more; r=gps
2013-06-23 09:16:19 +02:00
Ms2ger
7a7fd1e44b
No bug - Don't spam lists of files during the build in toolkit/mozapps/extensions/test makefiles; r=ted
2013-06-23 09:16:06 +02:00
Robert Strong
d5c5b59562
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
c16af18aa7
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
30f87f9181
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
1452df86fa
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
1225010fe6
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
1ea0ef631a
Back out 01bc57172461:5bd9adbd3b15 (bug 843497) for xpcshell failures
2013-06-21 19:49:47 -07:00
Robert Strong
36bf5da9d1
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
David Keeler
6f1301d513
bug 700693 - OCSP stapling testing r=bsmith
2013-06-20 11:41:41 -07:00
Robert Strong
ce8f7a922c
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
Robert Strong
0724cfacea
1. main patch - Bug 843497 - Update check says 'up to date' for out of date versions on unsupported OS versions. r=bbondy
2013-06-21 18:10:58 -07:00
Ryan VanderMeulen
374c82059e
Merge m-c to inbound.
2013-06-20 20:12:31 -04:00
Ryan VanderMeulen
55d8634607
Backed out changesets 448ba56d9ba4 and 8cea4b4646ef (bug 700693) for intermittent failures.
2013-06-20 19:50:13 -04:00
Nick Alexander
40c8cd76eb
Bug 874132 - Second reland Part 3: Replace uses of apkbuilder with zip and custom debug signing tool. r=jmaher,mfinkle
...
This incorporates follow-ups including: rename the debug key; check if
key alias exists rather than just testing for keystore existence; set
$(AIDL).
Renaming the debug key works around an un-confirmed JDK bug in
jarsigner, where '-debug' and 'debug' compare the same.
2013-06-20 11:50:28 -07:00
David Keeler
1ec40f0b4e
bug 700693 - OCSP stapling testing r=bsmith
2013-06-20 11:41:41 -07:00
Joey Armstrong
1156439ca4
bug 880246: move EXTRA_PP_COMPONENTS to mozbuild (cleanup). r=mshal
2013-06-20 15:59:59 -04:00
Brian O'Keefe
ed17339221
Bug 875934 - Move LIBRARY_NAME to moz.build (batch #1 ); r=mshal
...
--HG--
extra : rebase_source : 385d3fd65475ffc18ee44ae088753649470e214b
2013-06-17 15:21:01 -04:00
Robert Strong
c14eb2b8a5
Tests - Bug 882007 - Restart notification is not shown when staging is enabled. r=bbondy
...
--HG--
rename : toolkit/mozapps/update/test/chrome/test_0095_restartNotification.xul => toolkit/mozapps/update/test/chrome/test_0093_restartNotification.xul
rename : toolkit/mozapps/update/test/chrome/test_0096_restartNotification_remote.xul => toolkit/mozapps/update/test/chrome/test_0094_restartNotification_remote.xul
rename : toolkit/mozapps/update/test/chrome/test_0097_restartNotification_remoteInvalidNumber.xul => toolkit/mozapps/update/test/chrome/test_0095_restartNotification_remoteInvalidNumber.xul
rename : toolkit/mozapps/update/test/chrome/test_0093_stagedBackground.xul => toolkit/mozapps/update/test/chrome/test_0096_restartNotification_stagedBackground.xul
rename : toolkit/mozapps/update/test/chrome/test_0094_stagedServiceBackground.xul => toolkit/mozapps/update/test/chrome/test_0097_restartNotification_stagedServiceBackground.xul
2013-06-19 18:05:34 -07:00
Robert Strong
3e07312ff7
Main patch - Bug 882007 - Restart notification is not shown when staging is enabled. r=bbondy
2013-06-19 18:05:04 -07:00
Ryan VanderMeulen
779d5cd001
Backed out changeset 833ca9a17792 (bug 874132) for Android bustage on a CLOSED TREE.
2013-06-19 20:32:47 -04:00