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

========

https://hg.mozilla.org/integration/gaia-central/rev/7562a256fe9f
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Merge pull request #31519 from etiennesegonzac/bug-1194547

Bug 1194547 - Clean up app screenshoting a bit. r=albertopq

========

https://hg.mozilla.org/integration/gaia-central/rev/25da56ccbb96
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Bug 1194547 - Clean up app screenshoting a bit. r=albertopq
* don't show the screenshot overlay when |ready| is called
* make sure methods than return promises _always_ return promises
* make sure we screenshot correctly when exiting an app displaying the keyboard
* don't do useless screenshot work for AttentionWindows

========

https://hg.mozilla.org/integration/gaia-central/rev/e64ae0a18d4a
Author: Ryan VanderMeulen <ryanvm@gmail.com>
Desc: Merge pull request #30570 from andreastt/bug_1168396

Bug 1168396 - Adjust Marionette JS client to protocol changes; r=gaye

========

https://hg.mozilla.org/integration/gaia-central/rev/7545d34a4fd5
Author: Andreas Tolfsen <ato@mozilla.com>
Desc: Bug 1168396 - Adjust Marionette JS client to protocol changes; r=aus

Bug 1153822 to Gecko reduces the amount of data sent will make requests
faster. Aligning the protocol closer to what WebDriver expects, will
reduce the amount of post-processing required in the httpd.

The Marionette protocol version 1 value response looked like this:

	{"from":"0","value":null,"status":0,"sessionId":"{6b6d68d2-4ac9-4308-9f07-d2e72519c407}"}

And this for ok responses:

	{"from":"0","ok":true}

And this for errors:

	{"from":"0","status":21,"sessionId":"{6b6d68d2-4ac9-4308-9f07-d2e72519c407}","error":{"message":"Error loading page, timed out (onDOMContentLoaded)","stacktrace":null,"status":21}}

Bug 1153822 (protocol 2) drops the "from" and "sessionId" fields and
"status" field from non-error responses. It also drops the "ok" field
in non-value responses and flattes the error response.

This patch adds support for protocol version 2 with backwards
compatibility for protocol 1.

========

https://hg.mozilla.org/integration/gaia-central/rev/a84b2dd23f02
Author: Ryan VanderMeulen <ryanvm@gmail.com>
Desc: Merge pull request #31563 from Cwiiis/bug1198212-fix-homescreen-intermittents

Bug 1198212 - Fix intermittent homescreen integration test failures. r=albertopq

========

https://hg.mozilla.org/integration/gaia-central/rev/455b4a464634
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Bug 1198212 - Fix intermittent homescreen integration test failures. r=albertopq

========

https://hg.mozilla.org/integration/gaia-central/rev/737dd1a9764f
Author: Ryan VanderMeulen <ryanvm@gmail.com>
Desc: Merge pull request #31051 from azasypkin/bug-1169576-conversation-service-get-threads

Bug 1169576 - [Messages][NG] Implement Conversation service: method for streaming joined threads and drafts list. r=julien

========

https://hg.mozilla.org/integration/gaia-central/rev/3b9b46f8efb0
Author: Aleh Zasypkin <azasypkin@mozilla.com>
Desc: Bug 1169576 - [Messages][NG] Implement Conversation service: method for streaming joined threads and drafts list. r=julien, schung
This commit is contained in:
B2G Bumper Bot 2015-08-27 10:05:36 -07:00
parent d76c8bf9ed
commit 1896c5b22d

View File

@ -1,9 +1,9 @@
{
"git": {
"git_revision": "628a4c4a0ca74fad7107883e1832527293e0575e",
"git_revision": "73b3e382220adc2334ed043138bff2bd5578b1e3",
"remote": "https://git.mozilla.org/releases/gaia.git",
"branch": ""
},
"revision": "efdeccdc62099ed2a62e448a65133c399f5b9ab3",
"revision": "7562a256fe9f1eb2b6d52943e88b99b20f4f1682",
"repo_path": "integration/gaia-central"
}