Andrea Marchesini
8584fec65c
Bug 1207546 - Integrate WebRTC with audio channels, r=ehsan, r=roc
...
--HG--
rename : dom/base/test/test_audioNotification.html => dom/base/test/test_audioNotificationStream.html
2015-11-06 16:17:39 +00:00
Andrea Marchesini
ea75b3fe7a
Bug 1213154 - tab-sound-icon should be supported by bfcache, r=roc
2015-11-06 16:16:57 +00:00
Phil Ringnalda
5294a0ca8d
Back out changeset 23f47084749f (bug 1221747) for SM shell build assertions and jittest hangs
2015-11-06 08:08:50 -08:00
Nicolas Silva
8b09e3bc14
Bug 121976 - Add a destruction handshake to PCompositable so as to avoid races between messages and the protocol. r=sotaro
2015-11-06 16:56:03 +01:00
Brian R. Bondy
3a4bea677d
Bug 1180288 - Use native filepickers for Graphene. r=khuey
2015-11-06 10:26:15 -05:00
James Graham
6fc43546ac
Bug 1217418 - Make wpt update script more robust in the face of patches that won't apply, r=Ms2ger
...
This can happen if landing the update took a long time such that there is
a local patch against a file that was changed upstream in the period between
starting the update and landing it.
2015-11-06 15:10:53 +00:00
Ben Kelly
d47ed38725
Bug 1221351 P3 Fix test name in register-closed-window.https.html. a=testonly
2015-11-06 06:58:04 -08:00
Alastor Wu
7479773e2b
Bug 1218593 - switch back to the AudioCallbackDriver when there is new audio again. r=padenot
...
--HG--
extra : rebase_source : 1017f77a59e28b633543777cee44310e934f3aa7
2015-11-06 17:08:29 +08:00
Kelly Davis
d9f53a3550
Bug 1218337 - Part 1 of 1: Introduced permission 'speech-recognition' and used it in place of the app-check. r=smaug
...
--HG--
extra : rebase_source : 11e33b3cf1e12c08548316b36e1398eb6ceda017
2015-11-03 22:51:00 +01:00
John Lin
2839234b55
Bug 1217220 - use output timestamp to decide which item needs to be removed from waiting list. r=jya
...
--HG--
extra : rebase_source : cb63a9d083c235ad92f7cedb48140bc8420f9549
2015-11-06 01:38:00 +01:00
Jonathan Kew
567c194474
Bug 1194346 - Trigger an extra reflow when initially showing or resizing the Languages list in Preferences, to work around an XUL bug and ensure the languages are visible in RTL mode. r=gijs
2015-11-06 14:55:32 +00:00
Nathan Froyd
6f23e9f332
Bug 1222175 - initialize base of ScaledFontDWrite before its members; r=Bas
...
Initializing things in the other order causes warnings on clang-cl.
2015-11-05 15:19:33 -05:00
Heiher
5349860a0c
Bug 1220939 - IonMonkey: MIPS: Check oom() before using editSrc() and Label::use(). r=jolesen
...
---
js/src/jit/mips-shared/Assembler-mips-shared.cpp | 6 +++++-
js/src/jit/mips32/Assembler-mips32.cpp | 2 +-
js/src/jit/mips32/MacroAssembler-mips32.cpp | 9 ++++++---
js/src/jit/mips64/Assembler-mips64.cpp | 2 +-
js/src/jit/mips64/MacroAssembler-mips64.cpp | 9 ++++++---
5 files changed, 19 insertions(+), 9 deletions(-)
2015-11-07 05:51:19 +08:00
Heiher
ef2731e57e
Bug 1218644 - OdinMonkey: MIPS64: Add support for Loongson3. r=lth
...
---
js/src/asmjs/AsmJSValidate.h | 4 ++++
1 file changed, 4 insertions(+)
2015-11-07 05:51:16 +08:00
Heiher
8b4f672824
Bug 1213752
- IonMonkey: MIPS: Enable MIPS64 support. r=glandium
...
---
js/src/configure.in | 41 ++++++++++++++++++++++++++---------------
1 file changed, 26 insertions(+), 15 deletions(-)
2015-11-07 05:51:14 +08:00
Heiher
9e77f94989
Bug 1218639 - IonMonkey: MIPS64: Add support into jit. r=nbp
...
---
js/src/jit/AtomicOperations.h | 2 +-
js/src/jit/BaselineBailouts.cpp | 4 +++-
js/src/jit/BaselineCompiler.cpp | 2 +-
js/src/jit/BaselineCompiler.h | 2 ++
js/src/jit/CodeGenerator.cpp | 4 ++--
js/src/jit/CodeGenerator.h | 2 ++
js/src/jit/ExecutableAllocator.h | 9 ++++++---
js/src/jit/Ion.cpp | 14 +++++++-------
js/src/jit/IonCaches.h | 2 ++
js/src/jit/IonCode.h | 2 +-
js/src/jit/JitCommon.h | 2 ++
js/src/jit/JitFrames.cpp | 5 +++++
js/src/jit/LIR.h | 4 +++-
js/src/jit/LOpcodes.h | 2 ++
js/src/jit/Lowering.h | 2 ++
js/src/jit/MacroAssembler-inl.h | 2 ++
js/src/jit/MoveEmitter.h | 2 ++
js/src/jit/RegisterAllocator.h | 2 +-
js/src/jit/RegisterSets.h | 2 +-
js/src/jit/Registers.h | 2 ++
js/src/jit/SharedIC.cpp | 2 +-
js/src/jit/SharedIC.h | 2 +-
js/src/jit/SharedICHelpers.h | 2 ++
js/src/jit/SharedICRegisters.h | 2 ++
js/src/jit/VMFunctions.cpp | 1 +
25 files changed, 56 insertions(+), 21 deletions(-)
2015-11-07 05:51:12 +08:00
Heiher
8c32a24fba
Bug 1218637 - IonMonkey: MIPS64: Add support into vm. r=arai
...
---
js/src/vm/Runtime.cpp | 1 +
1 file changed, 1 insertion(+)
2015-11-07 05:51:09 +08:00
Heiher
0545767f1c
Bug 1213746 - IonMonkey: MIPS64: Import MacroAssembler-mips64. r=lth f=rankov
...
---
config/check_macroassembler_style.py | 2 +-
js/src/jit/MacroAssembler.h | 14 +-
js/src/jit/mips64/MacroAssembler-mips64-inl.h | 109 +
js/src/jit/mips64/MacroAssembler-mips64.cpp | 2754 +++++++++++++++++++++++++
js/src/jit/mips64/MacroAssembler-mips64.h | 1283 ++++++++++++
js/src/moz.build | 1 +
6 files changed, 4159 insertions(+), 4 deletions(-)
create mode 100644 js/src/jit/mips64/MacroAssembler-mips64-inl.h
create mode 100644 js/src/jit/mips64/MacroAssembler-mips64.cpp
create mode 100644 js/src/jit/mips64/MacroAssembler-mips64.h
2015-11-07 05:51:06 +08:00
Heiher
854a36f916
Bug 1213751
- IonMonkey: MIPS64: Import Simulator-mips64. r=jandem
...
---
js/src/jit/mips64/Simulator-mips64.cpp | 3878 ++++++++++++++++++++++++++++++++
js/src/jit/mips64/Simulator-mips64.h | 440 ++++
js/src/moz.build | 4 +
3 files changed, 4322 insertions(+)
create mode 100644 js/src/jit/mips64/Simulator-mips64.cpp
create mode 100644 js/src/jit/mips64/Simulator-mips64.h
2015-11-07 05:51:04 +08:00
Nathan Froyd
577e9f5887
Bug 1222088 - remove unused variable from TimeStamp_windows.cpp; r=glandium
...
clang-cl warns about this via -Wunused-const-variable, so we might as
well get rid of it.
2015-11-05 12:47:36 -05:00
Carsten "Tomcat" Book
349dddd912
Merge mozilla-central to mozilla-inbound to fix m1 orange
2015-11-06 14:39:59 +01:00
Carsten "Tomcat" Book
672fda2c82
Merge mozilla-central to fx-team
2015-11-06 13:59:27 +01:00
Carsten "Tomcat" Book
9dc37c18b3
merge mozilla-inbound to mozilla-central a=merge
2015-11-06 13:44:30 +01:00
Carsten "Tomcat" Book
4b07195199
merge fx-team to mozilla-central a=merge
2015-11-06 12:20:52 +01:00
Nigel Babu
a30981c2d0
Backed out changeset b456daa0503f (bug 1221842) for B2G ICS Emulator Opt R7 bustage on a CLOSED TREE
2015-11-06 12:50:58 +05:30
Nigel Babu
52d7459eca
Backed out 6 changesets (bug 1038663) for Android opt R2 bustage
...
Backed out changeset 97e3492d6080 (bug 1038663)
Backed out changeset d176322f2d36 (bug 1038663)
Backed out changeset f69af9161252 (bug 1038663)
Backed out changeset 8bb77e5fad8c (bug 1038663)
Backed out changeset 954e57438f51 (bug 1038663)
Backed out changeset 16c0919101cd (bug 1038663)
2015-11-06 12:49:36 +05:30
Makoto Kato
356b8b91b7
Bug 1221456 - Avoid C4819 warning spam. r=glandium
2015-11-06 14:36:48 +09:00
B2G Bumper Bot
2f32167260
Bumping manifests a=b2g-bump
2015-11-05 20:16:44 -08:00
B2G Bumper Bot
9605333af2
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/18c5a983482c
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #32405 from gasolin/issue-1211341
Bug 1211341 - Remove bluetooth APIv1 code from Settings, r=yzen
========
https://hg.mozilla.org/integration/gaia-central/rev/a516d42e7070
Author: gasolin <gasolin@gmail.com>
Desc: Bug 1211341 - Remove bluetooth APIv1 code from Settings, r=yzen
2015-11-05 20:15:20 -08:00
B2G Bumper Bot
50da672fec
Bumping manifests a=b2g-bump
2015-11-05 19:21:58 -08:00
B2G Bumper Bot
c06c5fa6b0
Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/3f6bf229ac0a
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #32987 from raylin/1220532-incorrect-accessible-string
Bug 1220532 - Fix incorrect accessible-app-icon aria string, r=gasolin
========
https://hg.mozilla.org/integration/gaia-central/rev/b7733c516547
Author: Ray Lin <raylin@Rays-MBP.local>
Desc: Bug 1220532 - Fix incorrect accessible-app-icon aria string, r=gasolin
========
https://hg.mozilla.org/integration/gaia-central/rev/3a9609d11c19
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #32936 from raylin/808141-wifi-status
Bug 808141 - Replaced Offline with Not connected for WiFi Settings,
========
https://hg.mozilla.org/integration/gaia-central/rev/86b0257492ff
Author: Ray Lin <raylin@Rays-MBP.local>
Desc: Bug 808141 - Replaced Offline with Not connected for WiFi Settings,
r=gasolin
2015-11-05 19:20:35 -08:00
B2G Bumper Bot
b48a3c9117
Bumping manifests a=b2g-bump
2015-11-05 18:54:10 -08:00
B2G Bumper Bot
c9d868b543
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/64324809216d
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #32988 from gasolin/issue-1220046
Bug 1220046 - unobserve airplanemode when uninit, r=yzen
========
https://hg.mozilla.org/integration/gaia-central/rev/0e14afea5b8f
Author: gasolin <gasolin@gmail.com>
Desc: Bug 1220046 - unobserve airplanemode when uninit, r=yzen
2015-11-05 18:53:53 -08:00
Wes Kocher
0614b39cb9
Merge m-c to fx-team, a=merge
...
--HG--
extra : commitid : J6I6LGuQcFJ
2015-11-05 18:47:26 -08:00
Wes Kocher
9feca38b38
Merge m-c to b2ginbound, a=merge
...
--HG--
extra : commitid : FPxwoxIkq5f
2015-11-05 18:46:25 -08:00
Wes Kocher
0069e6af90
Merge inbound to central, a=merge
...
--HG--
extra : commitid : 426lsCwC1FX
2015-11-05 18:44:24 -08:00
B2G Bumper Bot
e6693823d1
Bumping manifests a=b2g-bump
2015-11-05 17:54:38 -08:00
B2G Bumper Bot
09d4b777aa
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/c298a34aa709
Author: Yura Zenevich <yura.zenevich@gmail.com>
Desc: Merge pull request #33027 from yzen/bug-1222249
Bug 1222249 - only listen to screen reader specific events when scree…
========
https://hg.mozilla.org/integration/gaia-central/rev/2ee0d32872d1
Author: Yura Zenevich <yzenevich@mozilla.com>
Desc: Bug 1222249 - only listen to screen reader specific events when screen reader is enabled.
2015-11-05 17:53:14 -08:00
Nicholas Nethercote
e7249c51ad
Bug 1038663 (part 7) - Add test for percentage values for 'word-spacing'. r=heycam.
...
--HG--
extra : rebase_source : 5a38cf019e84c04edab06e436893dd028449db0c
2015-11-05 17:43:28 -08:00
Wes Kocher
84a8fd813f
Merge fx-team to central, a=merge
...
--HG--
extra : commitid : 76bf7nzZUjc
2015-11-05 17:39:41 -08:00
Nicholas Nethercote
b7bd8564c0
Bug 1038663 (part 6) - Allow percentage values for 'word-spacing'. r=heycam.
...
--HG--
extra : rebase_source : b7220e3c156dfef451e79b2911fbba7dec93850d
2015-11-05 17:25:46 -08:00
Nicholas Nethercote
90b8e844aa
Bug 1038663 (part 5) - Change GetSpacingFlags(). r=heycam.
...
Again, this doesn't make sense in isolation, but it will make it easier to
allow for percentage word-spacing in a subsequent patch.
--HG--
extra : rebase_source : 5a120273b4191ae3ac9ae0532e56eb870558d4d6
2015-11-05 16:33:37 -08:00
B2G Bumper Bot
4829d09322
Bumping manifests a=b2g-bump
2015-11-05 15:26:35 -08:00
B2G Bumper Bot
b56e0a4882
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/a0931cd9189e
Author: Jim Porter <jporter@mozilla.com>
Desc: Merge pull request #32912 from jimporter/music-hide-scan
Bug 1216745 - [Flame][Music] When the Music app is loading new files …
========
https://hg.mozilla.org/integration/gaia-central/rev/f57595ce0fda
Author: Jim <jporter@mozilla.com>
Desc: Bug 1216745 - [Flame][Music] When the Music app is loading new files the UI covers up the "Back" button on the player preventing users from changing away from the "now playing" page
2015-11-05 15:25:12 -08:00
Dan Mosedale
c872896c82
Bug 1222146-Allow test API server to be run on env-specified port, r=Mardak, NPOTB, DONTBUILD
2015-11-05 13:12:20 -08:00
B2G Bumper Bot
0c98b75c54
Bumping manifests a=b2g-bump
2015-11-05 13:01:36 -08:00
B2G Bumper Bot
4d49374a4f
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/a495092ec85b
Author: Justin D'Arcangelo <justindarc@gmail.com>
Desc: Merge pull request #32904 from justindarc/bug1219994
Bug 1219994 - [Music] Update DOM Scheduler dependency after Issue #35…
========
https://hg.mozilla.org/integration/gaia-central/rev/e3c46e673c13
Author: Justin D'Arcangelo <justindarc@gmail.com>
Desc: Bug 1219994 - [Music] Update DOM Scheduler dependency after Issue #35 is resolved
2015-11-05 13:00:13 -08:00
B2G Bumper Bot
121153d30f
Bumping manifests a=b2g-bump
2015-11-05 12:32:34 -08:00
B2G Bumper Bot
7ef00b789c
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/de331cf00b31
Author: Reza Akhavan <reza@akhavan.me>
Desc: Merge pull request #32948 from jedireza/home-button-cancel-update-dialog
Bug 1200043 - home button broken when OTA update screen showing
========
https://hg.mozilla.org/integration/gaia-central/rev/bf80f3297ac6
Author: jedireza <reza@akhavan.me>
Desc: Bug 1200043 - home button broken when OTA update screen showing
2015-11-05 12:30:33 -08:00
B2G Bumper Bot
c754d84190
Bumping manifests a=b2g-bump
2015-11-05 11:57:31 -08:00