Merge b2g-inbound to mozilla-central

This commit is contained in:
Carsten "Tomcat" Book 2013-10-17 13:41:08 +02:00
commit ef3b3325fc
4 changed files with 10 additions and 3 deletions

View File

@ -1,4 +1,4 @@
{
"revision": "86e06b1db110e34eb66826d3b1bdee3a5d57b3a7",
"revision": "563d1aa93586165246ab2ab9d40566a598f56387",
"repo_path": "/integration/gaia-central"
}

View File

@ -0,0 +1,6 @@
MARIONETTE_TIMEOUT = 60000;
MARIONETTE_CONTEXT = "chrome";
ok(true);
(function () {
finish();
})();

View File

@ -93,4 +93,5 @@ b2g = false
[test_implicit_waits.py]
[test_date_time_value.py]
[test_getactiveframe_oop.py]
[test_submit.py]
[test_submit.py]
[test_chrome_async_finish.js]

View File

@ -844,7 +844,7 @@ MarionetteServerConnection.prototype = {
aRequest.newSandbox = true;
}
if (this.context == "chrome") {
if (aRequest.async) {
if (aRequest.parameters.async) {
this.executeWithCallback(aRequest, aRequest.parameters.async);
}
else {