Jorg K
63ccf24bc5
Bug 697981 - Prevent reloading of spelling dictionary on unfocused editors; r=roc
2015-09-15 11:35:10 +05:30
Mihai Volmer
4e4c3a735c
Bug 1024343: The document should not stop animations when it is being swapped. r=smaug
2015-08-21 17:23:14 -07:00
Nikhil Marathe
50309716ae
Bug 1114554 - Disable NotificationStorage debug logging. r=dholbert
2015-09-14 16:08:38 -07:00
JW Wang
4fdaadfb28
Bug 1203877 - Remove MediaDecoder::UpdatePlaybackOffset. r=kinetik.
2015-09-15 13:51:12 +08:00
Phil Ringnalda
74f371228e
Back out changeset eea9adc2d1a5 (bug 1204134) for surprises warnings-as-errors in SM builds
2015-09-14 22:04:19 -07:00
Julien Pagès
5faeaefa7b
Bug 1204303 - error while adding results result in a "Graph server unreachable" error. r=jmaher
...
This will raise the real error when adding test results instead of swallowing it.
Also, I removed an obsolete example conf file (in yaml, but we dropped that support) and
removed the stamped_msg function, replacing that with raw logging calls.
2015-09-13 09:28:18 +02:00
Heiher
62ab4ce0e5
Bug 1204422 - IonMonkey: MIPS32: Make more MacroAssembler functions can be shared. r=arai
...
---
js/src/jit/mips32/MacroAssembler-mips32.cpp | 129 ++++++++++++++++------------
js/src/jit/mips32/MacroAssembler-mips32.h | 111 +++++++++++++-----------
2 files changed, 133 insertions(+), 107 deletions(-)
2015-09-15 20:31:38 +08:00
Nicholas Nethercote
997456cb72
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
58b98a65dd
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
2bdaa13789
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
8bf999c0b1
Bug 1076833 - take snapshots only after network suspended. r=jya.
2015-09-15 10:56:21 +08:00
Ehsan Akhgari
4c3ea190f8
Bug 1204346 - Add a white-list of caches for try server jobs; r=garndt
2015-09-14 22:27:11 -04:00
Christoph Kerschbaumer
01b73fef69
Bug 1195162 - Move mozapps/plugins into pluginproblem (r=sicking,bsmedberg)
2015-09-14 19:08:06 -07:00
Christoph Kerschbaumer
8cb5179e17
Bug 1195162 - Remove unused pref layout.debug.enable_data_xbl (r=sicking)
2015-08-20 12:28:51 -07:00
Christoph Kerschbaumer
ebc9c086f2
Bug 1195162 - Use channel->ascynOpen2 dom/xbl/nsXBLService.cpp (r=sicking)
2015-09-14 18:59:35 -07:00
JW Wang
cd3dffbdd9
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
f2ff52c741
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
470c15b7ef
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
a81bfec97b
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
9fe96ae3cd
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
1a2ef96062
Bug 1202012: P2. Make stagefright works on big-endian systems. r=rillian
2015-09-15 11:27:37 +10:00
Jean-Yves Avenard
cb494a62b3
Bug 1202012: Use QTv2 header when available. r=rillian
2015-09-15 11:27:36 +10:00
Kyle Huey
464d141cc4
Bug 1200922: Add the ability to shut down a thread asynchronously. r=froydnj
2015-09-14 18:24:43 -07:00
Mike Hommey
8db9e8081f
Bug 1203851 - Skip jemalloc subconfigure when building with --disable-compile-environment. r=gps
2015-09-15 10:21:39 +09:00
Mike Hommey
b61d5fe1e6
Bug 1203857 - Allow to build standalone js against jemalloc4. r=gps
2015-09-15 10:21:38 +09:00
Nicholas Nethercote
f25d5b7911
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
bb77d40918
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
d9ae1393fc
Bug 953408 - switch to unprefixed hyphens property in tests. r=jfkthame
2015-09-15 10:09:30 +09:00
John Daggett
2aebd697d8
Bug 953408 - unprefix hyphens property. r=heycam
2015-09-15 10:09:30 +09:00
Francois Marier
09365db8fc
Bug 1203347 - Increase Safe Browsing debug logging around gethash (JS). r=gcp
2015-09-14 18:04:02 -07:00
Francois Marier
18bd881633
Bug 1203347 - Increase Safe Browsing debug logging around gethash (C++). r=gcp
2015-09-14 18:03:56 -07:00
Francois Marier
e1c9735cc8
Bug 1203347 - Increase Safe Browsing debug logging around downloads. r=gcp
2015-09-14 18:03:48 -07:00
Ralph Giles
ac29910072
Bug 1204672 - Fix a log comment typo. r=gerald
2015-09-14 14:22:55 -07:00
Jean-Yves Avenard
e438251ab3
Bug 1186716: Error if SPS NAL parsing failed. r=rillian
2015-09-14 15:34:33 -07:00
Wes Kocher
c7fe04e0be
Merge b2ginbound to central, a=merge
2015-09-14 17:23:34 -07:00
Wes Kocher
d88f95101e
Merge inbound to central, a=merge
2015-09-14 17:12:58 -07:00
Wes Kocher
07b10b3963
Backed out changeset 0f4a1154350d (bug 1133213) for frequent a11y crashes CLOSED TREE
2015-09-14 16:08:47 -07:00
Wes Kocher
430363411d
Backed out changeset be88a56c4856 (bug 1197534) for test_BufferingWait.html crashes CLOSED TREE
2015-09-14 14:43:52 -07:00
Wes Kocher
85630f2326
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
c7712e076f
Bug 1182214 - Follow-up to fix Presentation.displayedAccessibles getter. r=me CLOSED TREE
2015-09-14 13:34:26 -07:00
Michael Layzell
f02cbc1691
Bug 1202794 - Explicitly clear array in SortChildrenBy3DZOrder to satisfy the move analysis, r=mattwoodrow
2015-09-14 16:04:11 -04:00
Michael Layzell
9e13f65f5c
Bug 1202148 - Move current
in only one location in Intervals.h, r=jya
2015-09-14 16:04:10 -04:00
Michael Layzell
a0a31c7e72
Bug 1202014 - Don't use-after-move in ActorsChild.cpp, r=khuey
2015-09-14 16:04:10 -04:00
B2G Bumper Bot
3fcdc91d21
Bumping manifests a=b2g-bump
2015-09-14 09:08:54 -07:00
B2G Bumper Bot
b4f9eef3e1
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
ae60996498
Bumping manifests a=b2g-bump
2015-09-14 08:23:53 -07:00
B2G Bumper Bot
e74dc74b1e
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
6ad794568e
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
d476c01da8
Merge mozilla-central to b2g-inbound
2015-09-14 15:13:30 +02:00
Carsten "Tomcat" Book
d32d285cb5
merge mozilla-inbound to mozilla-central a=merge
2015-09-14 13:58:37 +02:00