Nicholas Nethercote
0c8dfbfdaf
Bug 1204277 - Disallow warnings in six more directories. r=glandium.
...
These are all conditional uses of ALLOW_COMPILER_WARNINGS=True that are no
longer necessary.
2015-09-14 21:16:37 -07:00
Nicholas Nethercote
ce3a1c2f47
Bug 1204134 - Disallow warnings in config/moz.build. r=glandium.
...
It was necessary to allow warnings here I introduced ALLOW_COMPILER_WARNINGS in
bug 1198334, but something must have changed subsequently because it no longer
is necessary.
2015-09-14 21:16:33 -07:00
Bas Schouten
a79220f8ee
Bug 1127270: Only acquire a hold on the compositor thread once the channel for a parent actor has been succesfully connected. r=nical
2015-09-11 15:24:46 +02:00
JW Wang
7172710f9f
Bug 1076833 - take snapshots only after network suspended. r=jya.
2015-09-15 10:56:21 +08:00
Ehsan Akhgari
4938869e4d
Bug 1204346 - Add a white-list of caches for try server jobs; r=garndt
2015-09-14 22:27:11 -04:00
Christoph Kerschbaumer
3f54a6097b
Bug 1195162 - Move mozapps/plugins into pluginproblem (r=sicking,bsmedberg)
2015-09-14 19:08:06 -07:00
Christoph Kerschbaumer
0ac1328184
Bug 1195162 - Remove unused pref layout.debug.enable_data_xbl (r=sicking)
2015-08-20 12:28:51 -07:00
Christoph Kerschbaumer
6c00da9063
Bug 1195162 - Use channel->ascynOpen2 dom/xbl/nsXBLService.cpp (r=sicking)
2015-09-14 18:59:35 -07:00
JW Wang
7948a0e0d0
Bug 1203418. Part 3 - ensure MDSM::mPlaybackOffset and MediaDecoder::mPlaybackPosition are mono-increasing to avoid "jitter" in calculating playback statistics. r=cpearce.
2015-09-15 10:05:19 +08:00
JW Wang
880974228d
Bug 1203418. Part 2 - duplicate the implementation of MediaDecoder::GetStatistics so MDSM can call it on its own thread. r=cpearce.
2015-09-15 10:04:50 +08:00
JW Wang
b6cb922aa6
Bug 1203418. Part 1 - cache the results of ComputePlaybackRate() so they can be mirrored by MDSM. r=cpearce.
...
Since the results of ComputePlaybackRate() depend on mDuration and mPlaybackStatistics,
we call ComputePlaybackRate() when mDuration is changed or mPlaybackStatistics->Stop() is called.
GetStatistics() won't have to call ComputePlaybackRate() because the results are already stored in
mPlaybackBytesPerSecond and mPlaybackRateReliable.
We will fix the MDSM part in the next patch.
2015-09-15 10:04:50 +08:00
Heiher
1473669dc7
Bug 1204189 - IonMonkey: MIPS: Split shareable code to mips-shared in LIR-mips32. r=nbp
...
---
js/src/jit/LIR.h | 5 +-
.../LIR-mips32.h => mips-shared/LIR-mips-shared.h} | 72 +----
js/src/jit/mips32/LIR-mips32.h | 291 ---------------------
3 files changed, 7 insertions(+), 361 deletions(-)
copy js/src/jit/{mips32/LIR-mips32.h => mips-shared/LIR-mips-shared.h} (82%)
2015-09-15 17:48:36 +08:00
Jean-Yves Avenard
1457d84543
Bug 1197086: Change error into verbose only. r=rillian
...
the kKeyMaxInputSize is no longer used to determine the size of the allocated memory buffer as it's now dynamic.
2015-09-15 11:27:37 +10:00
Jean-Yves Avenard
155baac5b9
Bug 1202012: P2. Make stagefright works on big-endian systems. r=rillian
2015-09-15 11:27:37 +10:00
Jean-Yves Avenard
6d7b086e8f
Bug 1202012: Use QTv2 header when available. r=rillian
2015-09-15 11:27:36 +10:00
Kyle Huey
2943734a64
Bug 1200922: Add the ability to shut down a thread asynchronously. r=froydnj
2015-09-14 18:24:43 -07:00
Mike Hommey
1d3e38d27c
Bug 1203851 - Skip jemalloc subconfigure when building with --disable-compile-environment. r=gps
2015-09-15 10:21:39 +09:00
Mike Hommey
34d8abf2e5
Bug 1203857 - Allow to build standalone js against jemalloc4. r=gps
2015-09-15 10:21:38 +09:00
Nicholas Nethercote
00cf793f52
Bug 1204195 - Fix two warnings in dom/media/webaudio/blink/. r=rillian.
...
They were both "truncation from 'double' to 'float'" warnings.
This also allows the COMPILER_ALLOW_WARNINGS=True flag to be removed.
2015-09-14 18:09:14 -07:00
Nicholas Nethercote
ef0f1abd3b
Bug 1204518 - Fix warnings in widget/gonk/. r=mwu.
...
Warnings fixed include the following.
- Several cases where macros (|LOG| and |ALOGE|) were redefined. I just did a
simple #undef to fix these.
- In GonkMemoryPressureMonitoring.cpp, "the address of NuwaMarkCurrentThread
will never be NULL".
- In OrientationObserver.cpp, several signed/unsigned comparison warnings.
- Several warnings about variables that are unused or set but not used:
in InputDispatcher.cpp, InputReader.cpp.
Also in SpriteController, where several loops were all but empty if
HAVE_ANDROID_OS is undefined; for these I moved the HAVE_ANDROID_OS check
outside the loop.
The patch also disallows the introduction of new warnings by removing the
ALLOW_COMPILER_WARNINGS flag.
2015-09-14 18:08:56 -07:00
John Daggett
7391cfc99d
Bug 953408 - switch to unprefixed hyphens property in tests. r=jfkthame
2015-09-15 10:09:30 +09:00
John Daggett
772bb3bf50
Bug 953408 - unprefix hyphens property. r=heycam
2015-09-15 10:09:30 +09:00
Francois Marier
c09d24e5cd
Bug 1203347 - Increase Safe Browsing debug logging around gethash (JS). r=gcp
2015-09-14 18:04:02 -07:00
Francois Marier
03eaf59232
Bug 1203347 - Increase Safe Browsing debug logging around gethash (C++). r=gcp
2015-09-14 18:03:56 -07:00
Francois Marier
cc800845a4
Bug 1203347 - Increase Safe Browsing debug logging around downloads. r=gcp
2015-09-14 18:03:48 -07:00
Ralph Giles
d55bbe0f3b
Bug 1204672 - Fix a log comment typo. r=gerald
2015-09-14 14:22:55 -07:00
Jean-Yves Avenard
f4b5a17528
Bug 1186716: Error if SPS NAL parsing failed. r=rillian
2015-09-14 15:34:33 -07:00
Wes Kocher
3b2eb660d8
Merge b2ginbound to central, a=merge
2015-09-14 17:23:34 -07:00
Wes Kocher
156d20b418
Merge inbound to central, a=merge
2015-09-14 17:12:58 -07:00
Wes Kocher
d072778cf8
Backed out changeset 0f4a1154350d (bug 1133213) for frequent a11y crashes CLOSED TREE
2015-09-14 16:08:47 -07:00
Wes Kocher
dd5ca2c5b4
Backed out changeset be88a56c4856 (bug 1197534) for test_BufferingWait.html crashes CLOSED TREE
2015-09-14 14:43:52 -07:00
Wes Kocher
6fc13b52da
Backed out 9 changesets (bug 1203680) for mochitest bustage CLOSED TREE
...
Backed out changeset e4733b9eb53c (bug 1203680)
Backed out changeset fb33eb2a55b0
Backed out changeset eb42e21bbb96 (bug 1203680)
Backed out changeset 86642d84e604 (bug 1203680)
Backed out changeset 1026da4b02fb (bug 1203680)
Backed out changeset 311f9810e0b3 (bug 1203680)
Backed out changeset 6fedc85dc0d9 (bug 1203680)
Backed out changeset b25230c0a193 (bug 1093357)
Backed out changeset 2369d63ef14a (bug 1203680)
2015-09-14 14:27:57 -07:00
Eitan Isaacson
a8c23121ef
Bug 1182214 - Follow-up to fix Presentation.displayedAccessibles getter. r=me CLOSED TREE
2015-09-14 13:34:26 -07:00
Michael Layzell
399bdd143d
Bug 1202794 - Explicitly clear array in SortChildrenBy3DZOrder to satisfy the move analysis, r=mattwoodrow
2015-09-14 16:04:11 -04:00
Michael Layzell
cd34d24ee6
Bug 1202148 - Move current
in only one location in Intervals.h, r=jya
2015-09-14 16:04:10 -04:00
Michael Layzell
4101d635b0
Bug 1202014 - Don't use-after-move in ActorsChild.cpp, r=khuey
2015-09-14 16:04:10 -04:00
B2G Bumper Bot
ae56ee2d4b
Bumping manifests a=b2g-bump
2015-09-14 09:08:54 -07:00
B2G Bumper Bot
b4e224443b
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/0611acb452ed
Author: Sam Foster <sam@sam-i-am.com>
Desc: Merge pull request #31806 from sfoster/task-manager-empty-icon-bug-1194217
Bug 1194217 - handle empty response when updating card icon. r=albertopq
========
https://hg.mozilla.org/integration/gaia-central/rev/00fa3dfb1b48
Author: Sam Foster <sfoster@mozilla.com>
Desc: Bug 1194217 - handle empty response when updating card icon. r=albertopq
2015-09-14 09:05:31 -07:00
B2G Bumper Bot
0513329adf
Bumping manifests a=b2g-bump
2015-09-14 08:23:53 -07:00
B2G Bumper Bot
b37aa0b050
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/5e79ec2ee2e1
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Merge pull request #31803 from Cwiiis/bug1203980-icons-helper-datastore-error
Bug 1203980 - Don't try to add a URL object to datastore. r=albertopq
========
https://hg.mozilla.org/integration/gaia-central/rev/1317e3163e34
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Bug 1203980 - Don't try to add a URL object to datastore. r=albertopq
2015-09-14 08:20:32 -07:00
Thomas Zimmermann
0136105fa4
Bug 1202060: Store Bluetooth profile controller while (dis-)connecting AVRCP, r=shuang
...
AVRCP connect and disconnects can currently not be completed, because the
profile controller is not know to the manager at the time of completion.
The patch fixes this bug.
2015-09-14 16:01:45 +02:00
Carsten "Tomcat" Book
5916167bab
Merge mozilla-central to b2g-inbound
2015-09-14 15:13:30 +02:00
Carsten "Tomcat" Book
6389e97cd3
merge mozilla-inbound to mozilla-central a=merge
2015-09-14 13:58:37 +02:00
Carsten "Tomcat" Book
561002a61f
merge fx-team to mozilla-central a=merge
2015-09-14 13:47:41 +02:00
B2G Bumper Bot
f6864db4ad
Bumping manifests a=b2g-bump
2015-09-14 03:32:52 -07:00
B2G Bumper Bot
8def418a2c
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/f90b75f394d8
Author: lissyx <lissyx+github@lissyx.dyndns.org>
Desc: Merge pull request #31738 from lissyx/bug1150823
Bug 1150823 - FxA should trigger oncancel when flow is aborted r=ferjm
========
https://hg.mozilla.org/integration/gaia-central/rev/9bbc0dbfabf3
Author: Alexandre Lissy <lissyx+github@lissyx.dyndns.org>
Desc: Bug 1150823 - FxA should trigger oncancel when flow is aborted r=ferjm
2015-09-14 03:29:30 -07:00
B2G Bumper Bot
6c6722f742
Bumping manifests a=b2g-bump
2015-09-14 00:38:32 -07:00
B2G Bumper Bot
4de5e98ef8
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/d480a4a3f47c
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #31778 from gasolin/issue-1203356
Bug 1203356 - [Settings] remove C-H panel strings in HTML, r=yzen
========
https://hg.mozilla.org/integration/gaia-central/rev/6d77707a51b4
Author: gasolin <gasolin@gmail.com>
Desc: Bug 1203356 - [Settings] remove C-H panel strings in HTML, r=yzen
2015-09-14 00:35:10 -07:00
Eric Faust
e5b74baf58
No Bug - Ensure that ion/bug1185957.js won't permafail on uplift. (r=me)
2015-09-13 20:16:56 -07:00
B2G Bumper Bot
de90e4b72f
Bumping manifests a=b2g-bump
2015-09-13 20:03:31 -07:00