Matthew Gregan
d586aee8fd
Bug 1278612 - Use DefaultOutputUnit as the default output device. r=jesup
...
https://github.com/kinetiknz/cubeb/commit/6b2c610 changed the output unit
from kAudioUnitSubType_DefaultOutput to kAudioUnitSubType_HALOutput because
capture is never available on the DefaultOutputUnit. For the case where
we're doing output only to the default device, this regressed the automatic
device switching when the output device was changed in the Sound system
preferences. Reverting to the DefaultOutputUnit for this case restores the
previous behaviour. This addresses BMO #1278612 .
2016-08-15 13:07:50 +12:00
Sebastian Hengst
8c843b1739
merge mozilla-central to fx-team. r=merge a=merge
2016-08-13 13:53:42 +02:00
Sebastian Hengst
9ec085584d
Backed out changeset 0c4f81bc2b52 (bug 1252224) for permafailing in browser_ext_browserAction_popup_resize.js on Linux after merge to mozilla-central. r=backout a=backout
...
MozReview-Commit-ID: KUARkl7QxB7
2016-08-13 13:27:15 +02:00
Drew Willcoxon
4c6d9664f7
Bug 1292321 - Pressing tab key in address bar selects one-off search buttons instead of the entries in the history dropdown list. r=florian
...
MozReview-Commit-ID: AnUZolRLBcl
2016-08-12 22:25:11 -07:00
Wes Kocher
0fe7a92d47
Merge m-c to fx-team a=merge
2016-08-12 16:39:13 -07:00
Wes Kocher
b44cee8b2a
Merge fx-team to central, a=merge CLOSED TREE
2016-08-12 14:37:49 -07:00
Wes Kocher
e9097643d5
Merge inbound to central, a=merge
2016-08-12 13:44:29 -07:00
Katie Broida
51baff5088
Bug 565718 - Adds module for a zoom indicator in the browser's URL bar. r=dao
...
MozReview-Commit-ID: 7jcAhgUp8RP
2016-08-12 13:48:59 -04:00
Wes Kocher
12b12b37dc
Merge autoland to central, a=merge
2016-08-12 09:45:06 -07:00
Paolo Amadini
afecf17f56
Bug 1294619 - Update jsdownloads code to enable the no-ex-assign rule for ESLint. r=jaws
...
MozReview-Commit-ID: DiFGriLUdQq
2016-08-12 11:52:29 -04:00
Jared Wein
d3e296107e
Bug 1294621 - Enable the no-lonely-if rule for eslint. r=gijs
...
MozReview-Commit-ID: 8izEqc8IyCu
2016-08-12 11:50:35 -04:00
Alexander Surkov
0a78fab1e3
Bug 1294086 - remove debugging printf
2016-08-12 10:20:45 -04:00
Florian Quèze
d99b80b960
Bug 1294680 - instrument the 'Settings page' button, r=past.
2016-08-12 16:16:41 +02:00
Florian Quèze
dcc99335f3
Bug 1294680 - remove the engine drop down, r=past.
2016-08-12 16:16:39 +02:00
J. Ryan Stinnett
67d38931a7
Bug 1250171 - Remove *_PER_USER_FLAG probes from DevTools. r=clarkbw
...
MozReview-Commit-ID: 2nZxPYrKKai
2016-08-12 06:24:14 -05:00
Jan de Mooij
536f87ca97
Bug 1294404 - Merge PerThreadDataFriendFields and ContextFriendFields, clean up APIs. r=terrence,bz
2016-08-12 11:39:16 +02:00
Heiher
d1eb5b4c7b
Bug 1294367 - IonMonkey: MIPS: Move result after overflow checking passed. r=arai
...
---
js/src/jit/mips-shared/CodeGenerator-mips-shared.cpp | 4 ++--
js/src/jit/mips-shared/MacroAssembler-mips-shared.cpp | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
2016-08-12 16:08:40 +08:00
Heiher
90d9b8ce1d
Bug 1294367 - IonMonkey: MIPS: Move as_lui into logical instructions section. r=hwj
...
---
js/src/jit/mips-shared/Assembler-mips-shared.cpp | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
2016-08-12 16:08:35 +08:00
Heiher
0aa02836dd
Bug 1294367 - IonMonkey: MIPS: Cleanup unused function ma_mult. r=hwj
...
---
js/src/jit/mips-shared/MacroAssembler-mips-shared.cpp | 7 -------
js/src/jit/mips-shared/MacroAssembler-mips-shared.h | 1 -
2 files changed, 8 deletions(-)
2016-08-12 16:08:30 +08:00
JW Wang
cca3559724
Bug 1294634 - Use a switch statement to convert State to string. r=bechen
...
MozReview-Commit-ID: 513zK0G0Pvi
--HG--
extra : rebase_source : 4be49c324b63837edd5ed77b2add651f9f4f0d85
2016-08-12 14:54:12 +08:00
Wes Kocher
b92ae9a263
Backed out changeset 626f8cc8b7bc (bug 1268962) for causing bug 1268962 a=backout
2016-08-11 13:49:25 -07:00
Dave Townsend
958533ac14
Bug 1294483: Centralise where we check for correct signing state and make the checks more obvious. r=rhelmer
...
--HG--
extra : rebase_source : eb94721a22ffbb1b70ef614f9585595eb60ec72f
extra : amend_source : 724a557eda6b1663caa961fa745e80a7ab98ec6f
2016-08-11 11:45:06 -07:00
Drew Willcoxon
c1331f5412
Bug 1294509 - Enable browser_thumbnails_bg_crash_during_capture.js on e10s. r=markh
...
MozReview-Commit-ID: 6cVbhXWdS0X
2016-08-11 20:12:38 -07:00
Christoph Kerschbaumer
f2589e5050
Bug 1294411 - Update XCTO: nosniff implementation to accept images which content type starts with 'image/'. r=dveditz
2016-08-11 14:49:02 +02:00
JW Wang
cef7b4cae0
Bug 1294629 - Simplify the code of ReaderSuspendedChanged(). r=kaku
...
SetDormant() checks IsShutdown() and |mState == DECODER_STATE_DORMANT|.
So ReaderSuspendedChanged() can just call SetDormant(mIsReaderSuspended) to do the work.
MozReview-Commit-ID: J7Dzsm8IhIS
--HG--
extra : rebase_source : c8a0bc31071bfbe084c2a5f47821c0dc3cfd0860
2016-08-11 17:35:51 +08:00
Mike Conley
2a5c775eea
Bug 1290280 - Make bug_423132.js more resilient to the initial browser being remote by default. r=mikedeboer
...
The problem with this test was that it was actually relying on the old
broken behaviour where the initial browser of the new window it opens
would be flipped from remote back to non-remote before loading its
contents and flipping remote again. Because it now starts remote
(and stays there instead of doing all of the extra work), the
test was more likely to fall into the trap that I described in
https://groups.google.com/forum/#!searchin/mozilla.dev.platform/1261842%7Csort:relevance/mozilla.dev.platform/gthFqog3J-M/Ypx-SNhEQgAJ
where the promiseBrowserLoaded was firing for the wrong page
load, which meant that the cookie hadn't had a chance to be
set yet.
I've converted the test to use the properly instrumented
BrowserTestUtils functions which wait for the window to be
properly ready, and it appears to pass on try with multiple
retriggers.
MozReview-Commit-ID: BtQRx7og52A
--HG--
extra : rebase_source : 83a9c36533505167198b62ddc189c6fa62cec8cd
2016-08-13 18:46:38 -04:00
Wes Kocher
45e888ff26
Merge fx-team to central, a=merge
2016-08-10 16:53:40 -07:00
Wes Kocher
fa1a1180c4
Merge autoland to central, a=merge
2016-08-10 16:29:26 -07:00
Wes Kocher
bd62f08814
Merge inbound to central, a=merge
2016-08-10 16:15:17 -07:00
Wes Kocher
46da1ae628
Backed out changeset cc88b920a387 (bug 1278957) for making browser_notifications.js permafail on linux64 debug a=backout CLOSED TREE
2016-08-10 15:36:45 -07:00
Mike Conley
e5d369da14
Bug 1290280 - Add tests for window state restoration remoteness flips. r=mikedeboer
...
MozReview-Commit-ID: ARtmju65xR9
--HG--
extra : rebase_source : 166dbace15bf8215d0cf0155b8e167a69c91ac5b
2016-08-10 15:46:03 -04:00
Georg Fritzsche
f912d82001
Bug 1294018 - Part 2 - Update histogram whitelists to pass the new checks. r=chutten
2016-08-10 18:23:44 +02:00
Georg Fritzsche
28e83aca81
Bug 1294018 - Part 1 - Enforce whitelist updates on Histograms.json changes. r=chutten
2016-08-10 18:23:43 +02:00
James Long
a5d5d3643d
Bug 1294103 - Load source-map and pretty-print workers in new debugger r=me
2016-08-10 11:59:24 -04:00
Ehsan Akhgari
d10c483558
Bug 1293801 - Add a JS_IsInitialized() API; r=sfink
...
This is needed so that SpiderNode can support both being in charge of
initializing SpiderMonkey and allowing its embedder to do that.
2016-08-10 11:50:51 -04:00
Eddy Bruel
2bdbd75fa0
Bug 1288423 - Rename Actor/FrontClassWithSpec to Actor/FrontClass. r=fitzgen
2016-08-10 17:36:04 +02:00
Eddy Bruel
4946e9577a
Bug 1288423 - Remove the old Actor/FrontClass constructors. r=fitzgen
2016-08-10 17:35:50 +02:00
Eddy Bruel
5f2b46097a
Bug 1288423 - Decouple PerformanceEntriesActor from PerformanceEntriesFront. r=fitzgen
2016-08-10 17:35:31 +02:00
Eddy Bruel
1dc21ea38a
Bug 1288423 - Decouple EventsFormActor from EventsFormFront. r=fitzgen
2016-08-10 17:35:12 +02:00
Eddy Bruel
7cafaf845a
Bug 1288423 - Decouple EventsFormActor from EventsFormFront. r=fitzgen
2016-08-10 17:34:34 +02:00
Carsten "Tomcat" Book
9c3cf65d09
Merge mozilla-central to fx-team
2016-08-10 16:04:01 +02:00
Carsten "Tomcat" Book
553a2da922
merge mozilla-inbound to mozilla-central a=merge
2016-08-10 15:54:26 +02:00
Carsten "Tomcat" Book
5a14c558ee
merge fx-team to mozilla-central a=merge
2016-08-10 15:52:07 +02:00
cku
c493fc33a4
Bug 1277788
- Part 2. Correct mochitest. r=dbaron.
...
MozReview-Commit-ID: CI7W7rPwirf
--HG--
extra : rebase_source : 8e9d78e537a5af4f51294de701faa97b35c15b66
2016-08-10 20:32:08 +08:00
Sebastian Hengst
7fb9314ebd
Bug 1210985 - More specific error message for "useCredentials" and wildcard allowing origin. r=browser-chrome-fix
2016-08-10 14:10:45 +02:00
Sebastian Hengst
6ed5110691
Backed out changeset ff84b85aa1cb (bug 1291667) for asserting at nsRuleNode.cpp:1322 and failing mochitests and reftests. r=backout
2016-08-10 12:59:15 +02:00
Sebastian Hengst
e0e540f8a9
Backed out changeset 4453b10529a2 (bug 1291667)
2016-08-10 12:58:24 +02:00
Neil Rashbrook
f78b2736a5
Bug 1292502 Fix mismatch between mModalStateDepth and mSuspendedDoc r=smaug
2016-08-10 11:39:54 +01:00
cku
ed7978775a
Bug 1277788
- Part 1. Set initial value of mask-position as center. r=dbaron.
...
MozReview-Commit-ID: BflQ6tz8ZjM
--HG--
extra : rebase_source : 01b05533f5c791da0987af81d5cca276ec36e3f0
2016-08-10 16:10:45 +08:00
Michael Layzell
eea03e9e4d
Bug 1293364 - Refactor out duplicate typedefs in xpidl, r=mayhemer
...
MozReview-Commit-ID: 6lJxrqqBTk8
2016-08-10 11:11:42 -04:00