========
https://hg.mozilla.org/integration/gaia-central/rev/07d30dcbe75d
Author: Julien Wajsberg <felash@gmail.com>
Desc: Merge pull request #26996 from autra/bug1087933
Bug 1087933 - Allow to add recipients to a message being written in a thread
========
https://hg.mozilla.org/integration/gaia-central/rev/ddaa0b230187
Author: Augustin Trancart <augustin.trancart@gmail.com>
Desc: Bug 1087933 - Add recipients in a sms conversation. r=julienw
The 'addRecipients' button redirects to the Composer with current subject, text, attachments and
recipients of the current conversation. So we are not technically adding recipients to a thread.
The unix mozconfig.rust is actually completely generic now that we're
using toolchains built with --enable-rpath in tooltool.
Move the mozconfig.rust fragment up a level to reduce confusion.
Because of how subshells and exporting variables works with msys bash,
we need to explicitly re-export everything interesting for things
executed downstream from configure.
This commit contains a few things:
* Misc build fixup to sync with upstream--adding a few new moz.build files,
source files
* The final bits of unhooking Breakpad from the profiler:
** Revert to only building toolkit/crashreporter if MOZ_CRASHREPORTER.
** Stop building bits of Breakpad that we only needed for the profiler.
** Remove a few bits of profiler code that were used to interface with Breakpad.
** Remove toolkit/crashreporter/breakpad-logging, which was only used to
suppress Breakpad logging for the in-process stackwalker.
* Upstream removed their Android-compat sys/ucontext.h because the Android NDK
added it, but the bionic we're using for Gonk builds is too old, so add a
copy of the previous version of those files to
toolkit/crashreporter/gonk-include to keep Gonk building.
* Consolidate moz.build files under toolkit/crashreporter/google-breakpad/client/linux
Without this patch, the presence of a service worker that doesn't
respond to the FetchEvent that we dispatch for the handshake request
causes an internal redirect, which is unacceptable to the handshake
channel, therefore all WebSocket channels break on such pages.
Moreover, the integration of Web Sockets and Service Workers is unclear
yet, so these channels should bypass service workers completely.
========
https://hg.mozilla.org/integration/gaia-central/rev/22e6bd3604f9
Author: Luke Chang <luke-chang@users.noreply.github.com>
Desc: Merge pull request #33982 from luke-chang/1237223_tv_metrics_track_preview
Bug 1237223 - [TV] FxOS TV Metrics - The usage of the preview window from Marketplace is not recorded by metrics, r=rexboy
========
https://hg.mozilla.org/integration/gaia-central/rev/0c2f410bd844
Author: Luke Chang <lchang@mozilla.com>
Desc: Bug 1237223 - [TV] FxOS TV Metrics - The usage of the preview window from Marketplace is not recorded by metrics