Bumping gaia.json for 2 gaia revision(s) a=gaia-bump

========

https://hg.mozilla.org/integration/gaia-central/rev/1af9f0deab12
Author: Andreas Tolfsen <ato@mozilla.com>
Desc: Merge pull request #33634 from andreastt/bug_1234063

Bug 1234063 - Always specify sandbox for scripts to be executed; r=aus

========

https://hg.mozilla.org/integration/gaia-central/rev/f4d57b20047c
Author: Andreas Tolfsen <ato@mozilla.com>
Desc: Bug 1234063 - Always specify sandbox for scripts to be executed; r=mhenretty

All calls to the remote commands executeScript, executeAsyncScript,
and executeJSScript will send the `sandbox` parameter that implicitly
indicates to the Marionette server that the script must be evaluated
inside a sandbox where changes to the global environment _does not_
have any lasting side-effects.

This enables bug 1123506 to implement support for the WebDriver conformant
approach.
This commit is contained in:
B2G Bumper Bot 2016-01-09 11:44:30 -08:00
Родитель d69e39fec8
Коммит bdb1847769
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -1,9 +1,9 @@
{
"git": {
"git_revision": "0e6160a58b41b48a8e4bb75ab9e722d9491251f4",
"git_revision": "260e51a4262f75341e037e583dfc8f6835b5ab31",
"remote": "https://git.mozilla.org/releases/gaia.git",
"branch": ""
},
"revision": "378762c5cb465ea89edfa93dfe81aa1af3993572",
"revision": "1af9f0deab127d830bbd4e29651fed46614104f8",
"repo_path": "integration/gaia-central"
}