Kyle Huey
44cee0989e
Bug 1268313: Part 6 - Replace NewRunnableMethod with NS_NewRunnableMethod. r=froydnj
2016-05-05 01:45:00 -07:00
Kyle Huey
7f54121b91
Bug 1268313: Part 3 - Replace some NewCancelableRunnableMethod with NS_NewNonOwningCancelableRunnableMethod. r=froydnj
2016-05-05 01:44:59 -07:00
Kyle Huey
7311b10562
Bug 1268313: Part 2 - Replace some NewRunnableMethods with NS_NewNonOwningRunnableMethod. r=froydnj
2016-05-05 01:44:59 -07:00
Kyle Huey
63a71e96b0
Bug 1268313: Part 1 - Be explicit about which NewRunnableMethod callers want to be able to cancel. r=froydnj
2016-05-05 01:44:59 -07:00
Kyle Huey
4856a95172
Bug 1269268: Shut down the camera thread from the main thread, which will still exist. r=jesup
2016-05-05 01:44:59 -07:00
Xidorn Quan
960af35678
Bug 1205938 part 2 - Enable fullscreen-api-race test on e10s and OS X. r=smaug
...
MozReview-Commit-ID: 6CGfvSuyhVc
--HG--
extra : rebase_source : 67da86633797c341b8e30d66101296ff9a9cca0b
2015-09-18 11:10:04 +08:00
Xidorn Quan
ebe6f7b562
Bug 1205938 part 1 - Add waitForCondition() function to SimpleTest. r=jmaher
...
This function is roughly copied from browser/base/content/test/general/head.js.
It has been widely used in browser chrome mochitests, and should be fine to
have it available to all mochitests via SimpleTest.
MozReview-Commit-ID: DhIfgJiUhXK
--HG--
extra : rebase_source : 95ab1cd6c1ab5f6c0d8f0171865722ca76b41c6e
2015-09-18 11:06:47 +08:00
Morris Tseng
53583599cc
Bug 1268364 - Disable out-of-bounds-uniform-array-access.html on OSX 10.6. r=jgilbert
...
MozReview-Commit-ID: 7pJn7qEOYo8
2016-05-05 11:46:21 +08:00
Boris Zbarsky
f9fae4ce87
Bug 1257849 part 5. Implement DOMTokenList.prototype.supports(). r=bkelly
2016-05-04 23:41:25 -04:00
Boris Zbarsky
63d528aa43
Bug 1257849 part 4. Pass in the right set of supported tokens to the <link> relList implementation. r=bkelly
2016-05-04 23:41:24 -04:00
Boris Zbarsky
cb9d4995fc
Bug 1257849 part 3. Pass in the right set of supported tokens to the anchor relList implementation. r=bkelly
2016-05-04 23:41:24 -04:00
Boris Zbarsky
00cfdef4b1
Bug 1257849 part 2. Pass in the right set of supported tokens to the sandbox tokenlist implementation. r=bkelly
2016-05-04 23:41:24 -04:00
Boris Zbarsky
9d1ef8deb7
Bug 1257849 part 1. Add a concept of supported tokens to nsDOMTokenList. r=bkelly
2016-05-04 23:41:24 -04:00
Henry Chang
dc7cba21ef
Bug 1251152 - Part 3: Test case. r=franziskus
2016-05-05 11:11:34 +08:00
Henry Chang
b754b05d43
Bug 1251152 - Part 1: Apply the default CSP to signed content. r=ckerschb
2016-05-05 11:10:55 +08:00
JW Wang
bf6581352a
Bug 1267933. Part 2 - add comments per comment 5. r=gerald.
...
MozReview-Commit-ID: 5mRVvwoWOEE
2016-05-05 10:29:06 +08:00
Boris Zbarsky
6205a2679f
Bug 1260515. Start allowing sync XHR with credentials in window scopes again, since no one except for us bothered to implement the spec. r=smaug
2016-05-04 20:41:32 -04:00
Bill McCloskey
4d99b7209e
Bug 1269961 - Collect more telemetry on content process crashes (r=jimm,mconley)
2016-05-04 15:09:50 -07:00
Timothy Nikkel
bab76c33fa
Bug 1265577. r=mats
2016-05-04 16:12:48 -05:00
Boris Zbarsky
049c40b0ef
Bug 1269400. Provide better error messages for the cases when a CallSetup fails and we hence fail to execute a Web IDL callback. r=bholley
2016-05-04 13:59:42 -04:00
Wes Kocher
e570132b9f
Backed out changeset 751ca24ae2c2 (bug 1249522) for android m(16) bustage
2016-05-04 10:51:21 -07:00
Andreas Pehrson
3683deb67f
Bug 957691 - Restore assertions. r=karlt
...
MozReview-Commit-ID: 1guHCRCzQjS
--HG--
extra : rebase_source : 64705edf4a784d43602b2f1de8d9594d0990d801
2016-04-21 11:44:35 +02:00
Neil Deakin
fd43d35e0e
Bug 1263330, only initialize focus ring state for non-top-level windows, r=smaug
2016-05-04 10:07:37 -04:00
Neil Deakin
10d25a9f48
Bug 1249522, when a file is present, only specify file type, r=smaug
2016-05-04 10:07:10 -04:00
Edgar Chen
04da4dcd33
Bug 1193349 - Part 2: Force a reload only when a source/img is really removed from a picture; r=jdm
...
MozReview-Commit-ID: 96ui8rQf4uz
--HG--
extra : rebase_source : 11c38886f7f3e61460bf8c6a6ca35ee051dead0a
2016-04-22 22:36:54 +08:00
Edgar Chen
914003c3ec
Bug 1193349 - Part 1: Force a reload only when a source/img is really inserted into a picture; r=jdm
...
MozReview-Commit-ID: 4FfTwg1nRFO
--HG--
extra : rebase_source : e6b71dff9e4bee8cc81622b0895fed5aefffd2e6
2016-05-04 10:21:45 +08:00
Gabriele Svelto
5cdc96be90
Bug 1254287 - Remove the EngineeringMode API r=evelyn,sicking
2016-05-04 12:46:32 +02:00
JW Wang
0a9e6a6567
Bug 1267933 - rewrite the shutdown sequence of MediaShutdownManager. r=jya,gerald.
...
MozReview-Commit-ID: 8n7JlXOby0z
2016-05-04 16:13:25 +08:00
Alastor Wu
63caf69104
Bug 1242874 - part5 : add test. r=baku, r=ehsan
...
MozReview-Commit-ID: 7xo6gMX0bR7
--HG--
extra : rebase_source : e7f2548b98a5c383ffe65c74ffd548c039c6b6dd
2016-05-03 09:52:53 +08:00
Alastor Wu
c8fae1998b
Bug 1242874 - part4 : wrap the volume/mute/suspend for notifyStartedPlaying. r=baku
...
MozReview-Commit-ID: 2FMfEVuODmu
--HG--
extra : rebase_source : 96e49e6e8d074a9bd5d9a7e6a60e7ec01cc88402
2016-05-03 09:52:44 +08:00
Alastor Wu
30466d68e1
Bug 1242874 - part3 : implement different suspended methods. r=baku, r=jwwang
...
MozReview-Commit-ID: HHYX29gbLwk
--HG--
extra : rebase_source : d774e1338c6e0cd2ce8b4329b28ad9650011a7e5
2016-05-03 09:52:38 +08:00
Alastor Wu
60f0aad68a
Bug 1242874 - part2 : window's suspend attribute. r=baku, r=ehsan
...
MozReview-Commit-ID: 2GZMjsaQWHC
--HG--
extra : rebase_source : 7840bda5c5e7e59d27fede1fce03a6b52760e798
2016-05-03 09:51:22 +08:00
Alastor Wu
40bc1f6803
Bug 1242874 - part1 : create suspened types. r=baku
...
MozReview-Commit-ID: FUAPZAdPVse
--HG--
extra : rebase_source : c9faf34965d7e2be9b76881c95dfeff62036587f
2016-05-03 09:50:24 +08:00
Makoto Kato
d5fe2ef744
Bug 1237546 - Use nsEscapeHTML2 for speech text. r=eitan
2016-05-02 03:46:00 +02:00
ctai
dac4222c8f
Bug 1266644 - Correct the StramTracks history part 2. r=me
...
The dom/media/StreamTrack.* and StreamTrack.* are the same file.
To keep the full history, need to overwrite StreamTrack.* first. Then this patch to move StreamTrack.* back to dom/media/StreamTrack.*.
MozReview-Commit-ID: 8boYLcjkiva
--HG--
rename : StreamTracks.cpp => dom/media/StreamTracks.cpp
rename : StreamTracks.h => dom/media/StreamTracks.h
2016-05-04 11:00:07 +08:00
ctai
aeee6ea528
Bug 1266644 - Correct the StramTracks history part 1. r=me
...
The dom/media/StreamTrack.* and StreamTrack.* are the same file.
To keep the full history, need to overwrite StreamTrack.* first.
MozReview-Commit-ID: 4lk0lpY1Tlm
2016-05-04 10:55:59 +08:00
Kyle Huey
7b5968c7bc
Bug 1268341: Suppress gdk deprecation warning in ContentParent. r=karlt
...
--HG--
extra : rebase_source : 2effddc518a5261606eaf756280df4dee9489378
2016-05-03 22:37:54 -07:00
Jean-Yves Avenard
55fcd538e6
Backed out changeset d14dc334734adccc6741093c388e13c7099a8a38 (Bug 1268868: [MSE] P1. Re-enable gap detection within a media segment. r=gerald)
...
MozReview-Commit-ID: IxFqoMce57F
2016-05-04 15:18:39 +10:00
Xidorn Quan
6d755304f4
Bug 1268749 part 6 - Add test for behavior when unprefixed api is disabled. r=smaug
...
MozReview-Commit-ID: EUaoiTsVJK9
--HG--
extra : rebase_source : 5dce9bd6bc53fdefd1668908fe433e6f9b592e95
2016-05-02 15:36:53 +10:00
Xidorn Quan
7854a13c5b
Bug 1268749 part 5 - Avoid dispatching unprefixed fullscreen events to content if unprefixed API is disabled. r=smaug
...
MozReview-Commit-ID: BLL7xr0EJu8
--HG--
extra : rebase_source : 9c41673bb69de10203c334e216773a23d1e7de53
2016-05-04 13:29:14 +10:00
Xidorn Quan
eb882bc07f
Bug 1268749 part 4 - Hide unprefixed Fullscreen API from content when disabled. r=smaug
...
MozReview-Commit-ID: KpjNFYYyCWh
--HG--
extra : rebase_source : 43eebf0398c3accbe2f901d482f9d4399bdf03e6
2016-05-02 14:26:04 +10:00
Xidorn Quan
80715b9c70
Bug 1268749 part 1 - Add pref to disable unprefixed fullscreen api. r=smaug
...
MozReview-Commit-ID: 4NjbHgDfvBM
--HG--
extra : rebase_source : b2da0b2063a5e2a2af3bdda5dbe26e3fb6aa1935
2016-05-02 14:14:36 +10:00
Andreas Farre
51e42c28d2
Bug 1268851 - Add SRILogHelper to hold GetSriLog r=baku
...
MozReview-Commit-ID: BqW7LXOFirn
--HG--
extra : rebase_source : cf0d1c8f1f88e05912830cef673e866b7c2756c4
2016-05-03 17:43:33 -07:00
Michael Kohler
0793a8cbff
Bug 1217031 - createPattern should not throw NS_ERROR_NOT_AVAILABLE if image usability check returns bad r=bz
...
MozReview-Commit-ID: 101uAYhcx3u
--HG--
extra : rebase_source : 1975f947176b61bb232348458ef7a0f485a0f479
2016-05-03 17:41:02 -07:00
Kit Cambridge
c90a3eecfc
Bug 1185716 - Unregistering a service worker should drop its push subscription. r=bkelly
...
MozReview-Commit-ID: A5MtdADIQVV
--HG--
extra : rebase_source : 2a87866053ee500a245b5496c8810e19bd9490ee
2016-05-03 11:44:40 -07:00
Jeff Walden
3017794ba8
Bug 888969 - Permit a cyclic [[Prototype]] chain to be created through a Location object. r=bz, r=efaust
...
--HG--
extra : rebase_source : dca3ecec791ecca5a2512a789c756bb4af1ca895
2016-04-29 19:59:40 -07:00
Jeff Walden
e69489250b
Bug 1263778 - Rename a bunch of low-level [[Prototype]] access methods to make their interactions with statically-known and dynamically-computed [[Prototype]]s clearer. r=efaust
...
--HG--
extra : rebase_source : 8c1cf4b354f6e1170da08920df5517888936d28f
2016-03-18 16:45:31 -07:00
Olli Pettay
e3940e4afc
Bug 1269465 - Enable test_bug426082.html and test_bug656379-1.html in e10s. r=baku
...
--HG--
extra : amend_source : 3fc034e1685944a805139ee04940507aa9139e5b
2016-05-02 12:51:00 -04:00
Hiroyuki Ikezoe
54478052c5
Bug 1267017 - Animation interface is exposed on release channel. r=bz
...
MozReview-Commit-ID: JCuLySnuCzN
2016-04-23 19:54:00 -04:00
Jan-Ivar Bruaroey
3980373f5f
Bug 1266345 - disable test_mediarecorder_principals.html on linux 64 r=jesup
...
MozReview-Commit-ID: IaGbaNRBQxi
--HG--
extra : rebase_source : bc639e58f7e9202f77caf7aa2022cb84892c6d93
2016-05-02 17:10:47 -04:00