mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
f83bbb69c7
======== 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 |
||
---|---|---|
.. | ||
app | ||
branding | ||
chrome | ||
components | ||
config | ||
dev | ||
gaia | ||
installer | ||
locales | ||
simulator | ||
test | ||
app.mozbuild | ||
build.mk | ||
confvars.sh | ||
LICENSE | ||
Makefile.in | ||
moz.build |