Qualcomm's OMXCodec implementation interprets the kClientNeedsFramebuffer flag
to mean that we only want a thumbnail. Thus, it returns only one frame and then
returns EOS.
This patch adds a Qualcomm-specific hack to not pass their decoder this flag.
The update script landed without code to apply the patch files we're
carrying against upstream. It's better to do that automatically so
there's less to remember when doing an update.
Also add a patch apparently missing from the existing set to remove
a spurious declaration for 'writeSimpleBock'.
========
https://hg.mozilla.org/integration/gaia-central/rev/444411575e60
Author: Rudy Lu <me@rudy.lu>
Desc: Merge pull request #15410 from RudyLu/keyboard/Bug920431-keyboard_layout_customize
Bug 920431 - [keyboard] keyboard_layout.json should be customizable.
r=yurenju
========
https://hg.mozilla.org/integration/gaia-central/rev/7e172ca15416
Author: Rudy Lu <me@rudy.lu>
Desc: Bug 913782 - [Keyboard] Build time default keyboard selection work for
3rd-party keyboard support
- make build/settings.js read the default keyboard layout config
Bug 920431 - [keyboard] keyboard_layout.json should be customizable
- Refine to make it adopt the config in distribution package
========
https://hg.mozilla.org/integration/gaia-central/rev/0432fcd4b686
Author: Rudy Lu <me@rudy.lu>
Desc: Merge pull request #15704 from anefzaoui/missing-ar-char
Bug 926084 - [AR] Missing Arabic character in keyboard - Needs reorganization and using "alt" option.
r=rudylu
========
https://hg.mozilla.org/integration/gaia-central/rev/b299cf005a19
Author: Ahmed Nefzaoui <nefzaoui.ahmed@hotmail.com>
Desc: [AR] Missing Arabic character in keyboard - Needs reorganization and using alt option
========
https://hg.mozilla.org/integration/gaia-central/rev/e831c963f9fd
Author: cctuan <georgeiscoming@gmail.com>
Desc: Revert "Bug 950185 - [B2G] [Settings] Network type does not show user friendly options such as 2G and 3G"
This reverts commit 446944851369aa59012e996de21232800a8db1c3.
As part of above, alpha-renamed IonBuilder::setElemTryTyped to
IonBuilder::setElemTryTypedArray to keep clear the current distinction
between TypedObject and TypedArray.
Drive-by fix: Reference to Bug 894105 in comment had off-by-one typo.
Bug 961821: jit-support for writes into TypedObject arrays (r=nmatsakis).
As part of above, alpha-renamed IonBuilder::setElemTryTyped to
IonBuilder::setElemTryTypedArray to keep clear the current distinction
between TypedObject and TypedArray.
Drive-by fix: Reference to Bug 894105 in comment had off-by-one typo.
Previously, it was technically possible for the FHR client to have
multiple simultaneous uploads. While this should never occur in
well-behaving systems, server logs have indicated that this behavior
might be occurring.
This patch adds a lock around uploading to ensure only 1 upload
operation may be active at a given time.
To measure the impact of this change in the wild, we added a counter
that increments whenever a held lock is encountered.
--HG--
extra : rebase_source : f0bb5065a3618cd335b6b6f31e4e68850f31f151
The former triggers all of the appropriate initialization, whereas the latter
is 'imaginary' in jsprototypes.h, which means that the is no initialization
function associated with it.