mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
Read-only Git mirror of the Mercurial gecko repositories at https://hg.mozilla.org. How to contribute: https://firefox-source-docs.mozilla.org/contributing/contribution_quickref.html
fc249ab709
======== 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 |
||
---|---|---|
accessible | ||
addon-sdk | ||
b2g | ||
browser | ||
build | ||
caps | ||
chrome | ||
config | ||
db/sqlite3 | ||
docshell | ||
dom | ||
editor | ||
embedding | ||
extensions | ||
gfx | ||
hal | ||
image | ||
intl | ||
ipc | ||
js | ||
layout | ||
media | ||
memory | ||
mfbt | ||
mobile | ||
modules | ||
mozglue | ||
netwerk | ||
nsprpub | ||
other-licenses | ||
parser | ||
probes | ||
python | ||
rdf | ||
security | ||
services | ||
startupcache | ||
storage | ||
testing | ||
toolkit | ||
tools | ||
uriloader | ||
view | ||
webapprt | ||
widget | ||
xpcom | ||
xpfe | ||
xulrunner | ||
.clang-format | ||
.clang-format-ignore | ||
.gdbinit | ||
.gitignore | ||
.hgignore | ||
.hgtags | ||
.lldbinit | ||
.ycm_extra_conf.py | ||
aclocal.m4 | ||
Android.mk | ||
AUTHORS | ||
client.mk | ||
client.py | ||
CLOBBER | ||
configure.in | ||
GNUmakefile | ||
LEGAL | ||
LICENSE | ||
mach | ||
Makefile.in | ||
moz.build | ||
mozilla-config.h.in | ||
README.txt |
An explanation of the Mozilla Source Code Directory Structure and links to project pages with documentation can be found at: https://developer.mozilla.org/en/Mozilla_Source_Code_Directory_Structure For information on how to build Mozilla from the source code, see: http://developer.mozilla.org/en/docs/Build_Documentation To have your bug fix / feature added to Mozilla, you should create a patch and submit it to Bugzilla (https://bugzilla.mozilla.org). Instructions are at: http://developer.mozilla.org/en/docs/Creating_a_patch http://developer.mozilla.org/en/docs/Getting_your_patch_in_the_tree If you have a question about developing Mozilla, and can't find the solution on http://developer.mozilla.org, you can try asking your question in a mozilla.* Usenet group, or on IRC at irc.mozilla.org. [The Mozilla news groups are accessible on Google Groups, or news.mozilla.org with a NNTP reader.] You can download nightly development builds from the Mozilla FTP server. Keep in mind that nightly builds, which are used by Mozilla developers for testing, may be buggy. Firefox nightlies, for example, can be found at: ftp://ftp.mozilla.org/pub/firefox/nightly/latest-trunk/ - or - http://nightly.mozilla.org/