Carsten "Tomcat" Book
1355b0a297
Merge mozilla-central to b2g-inbound
2015-09-08 16:22:03 +02:00
Carsten "Tomcat" Book
06682809ee
merge mozilla-inbound to mozilla-central a=merge
2015-09-08 15:37:12 +02:00
Jessica Jong
ec0f211e0c
Bug 978071 - Enable mobile data IPv6 tests. r=echen
...
--HG--
extra : commitid : EI4dstm8pl9
2015-09-08 17:47:04 +08:00
Kyle Huey
e53cd4fe95
Bug 1200004 - Fix IDB permission handling around navigated windows. r=baku
2015-09-08 10:11:36 +02:00
Tim Huang
bc034be4a8
Bug 1175057 - Fix the problem of the script timeout by ensuring it associates to the right ap. r=hchang
2015-09-03 19:29:00 +02:00
Gregor Wagner
a94a444a52
Bug 1202374 - "Can't open apps any more". r=lissyx+mozillians
2015-09-07 03:51:00 +02:00
Shawn Huang
691ea61dca
Bug 1166645 - Implement MAP profile manager connection related function, r=btian
2015-09-08 11:39:13 +08:00
Ben Tian
6576fbda41
Bug 1191715 - Store local pointer of thread to shutdwon to avoid reentry crash, f=jesup, r=shuang
2015-09-08 11:15:49 +08:00
Anthony Jones
434a36aad7
Bug 1142455 - Tweak MediaCache parameters. r=roc
2015-08-28 14:12:11 +12:00
Jan Henning
7e0079f5ec
Bug 1197985 - Part 2 - Prevent potential overflows of the input buffer pointer when skipping large ID3 headers. r=esawin
2015-09-04 18:00:09 +02:00
Jan Henning
aa608ef285
Bug 1197985 - Part 1 - Successfully skip ID3 tags stretching beyond the current input buffer. r=esawin
...
This also slightly tightens up invalid header detection for both ID3 and MPEG frame headers.
2015-09-07 19:18:31 +02:00
Robert O'Callahan
cfb5a21039
Bug 1201393. Remove usage of FLAG_BLOCK_INPUT from AudioParam/AudioNode. r=padenot
...
We don't need AudioNodes to block each other anymore.
--HG--
extra : commitid : 9rtWh5A3YY2
extra : rebase_source : cdd5c28b11602e53aaee178d3978b3e983ba5195
2015-08-31 16:58:10 +12:00
Robert O'Callahan
07c25fad56
Bug 1201393. Make suspended MediaStreams implicitly always block. r=padenot
...
To make this work, we have to iterate over suspended MediaStreams in a few
more places. We don't need START_TIME_DELAYED anymore since blocking takes
care of that. I think it's good to allow suspended MediaStreams to notify
the main thread that they're finished; we might need that later when
we have non-AudioNode streams being suspended.
--HG--
extra : commitid : AZKt73Eg3rQ
extra : rebase_source : a662e9c85453212299f30085c1228ec959355440
2015-09-04 17:01:01 +12:00
Robert O'Callahan
a4974cf43a
Bug 1201393. Create an iterator for MediaStreamGraph to iterate over all its streams. r=karlt
...
--HG--
extra : commitid : AYDeVMfjwxF
extra : rebase_source : 299db7189438a230e3f6c9123793bd3395a8784f
2015-09-08 16:18:15 +12:00
Robert O'Callahan
c642f85a62
Bug 1201393. Remove irrelevant ProcessedMediaStream for nsSpeechTask. r=eitan
...
--HG--
extra : commitid : CuwvyZLm6ch
extra : rebase_source : 79b50e27404eb4d069fceabca6f91d883b1ef277
2015-09-01 16:49:50 +12:00
Robert O'Callahan
49d3b935f2
Bug 1201393. Remove usage of FLAG_BLOCK_INPUT from MediaStreamAudioSourceNode. r=jwwang
...
There's no reason why WebAudio should block an incoming MediaStream.
--HG--
extra : commitid : IjUoo3OFdq9
extra : rebase_source : 5df1530c9d927e30194931c15f97389b7b74b524
2015-08-31 16:56:33 +12:00
Robert O'Callahan
2da19b0669
Bug 1201393. Remove usage of FLAG_BLOCK_INPUT from MediaRecorder. r=jwwang
...
FLAG_BLOCK_INPUT is not needed on mPipeStream because nothing should cause
mPipeStream to block.
--HG--
extra : commitid : 660ZZiOdNCM
extra : rebase_source : 065351c8f7233072afa623d4e8ec0fb1dc2ceb47
2015-08-31 16:54:39 +12:00
Robert O'Callahan
4f744b98c0
Bug 1201393. Remove usage of FLAG_BLOCK_OUTPUT from MediaRecorder. r=jwwang
...
Blocking on the source stream will be treated as silence/no video change.
--HG--
extra : commitid : 6SiGcY4ED4a
extra : rebase_source : c28d291fbcb01c04b85906a1cd7859515193972e
2015-08-31 16:50:35 +12:00
Robert O'Callahan
c578c7e771
Bug 1201393. Remove usage of FLAG_BLOCK_* from OutputStreamData::Connect. r=jwwang
...
We don't want to block stream decoding on the output MediaStream, or vice
versa.
--HG--
extra : commitid : 7YVsark1y97
extra : rebase_source : 81ab806d4ab93a2b4077fff27587014d5d04fa0f
2015-08-19 14:12:16 +12:00
Nigel Babu
0b9a2f0921
Backed out changeset ad5763672ad2 (bug 1194037) for Mochitest other bustage
...
--HG--
extra : rebase_source : 2b663ebe8f14dc1f449b492437977740f1dbd2c7
2015-09-08 09:33:46 +05:30
Nigel Babu
d829f3a1e4
Backed out changeset 9fd02ff21f65 (bug 1194037) for Mochitest other bustage
...
--HG--
extra : rebase_source : 6876b7c1f19127aea75ff263dc49a5f5049d3998
2015-09-08 09:33:37 +05:30
Masayuki Nakano
94b05ec84b
Bug 1200980 part.4 nsPlaintextEditor should notify editor observers of the end of edit action when NS_COMPOSITION_CHANGE isn't followed by NS_COMPOSITION_END r=smaug
2015-09-08 12:54:14 +09:00
Masayuki Nakano
1a4e1c06f7
Bug 1200980 part.3 IMEContentObserver should use its selection cache at handling NS_QUERY_SELECTED_TEXT r=smaug
2015-09-08 12:54:14 +09:00
Masayuki Nakano
b7165d94e4
Bug 1200980 part.2 QueryContentEvent should be handled via IMEContentObserver if there is an instance of it r=smaug
2015-09-08 12:54:14 +09:00
Masayuki Nakano
b97fbbb4aa
Bug 1200980 part.1 Log the behavior of IMEContentObserver for debugging r=smaug
2015-09-08 12:54:14 +09:00
JW Wang
6861793f66
Bug 1202533 - Fix naming convention of MediaSink::PlaybackParams.
2015-09-08 10:58:11 +08:00
Brian Birtles
e5351ac8e7
Bug 1194037 part 6 - Add test for order of mutation observer records; r=heycam
2015-09-08 09:53:13 +09:00
Brian Birtles
86149276e3
Bug 1194037 part 5 - Make AnimationProperty::operator== ignore mWinsInCascade; r=heycam
2015-09-08 09:53:13 +09:00
Matthew Gregan
7c325c2df4
Bug 1202332 - XiphExtradataToHeaders miscalculates final header length. r=derf
2015-09-08 11:33:16 +12:00
Jan-Ivar Bruaroey
f777a670cd
Bug 1187315 - Refactor out Constraints.webidl. r=bz
...
--HG--
extra : transplant_source : r%D6%95%C3%AE%3F%98%E5%2C%2C%067%B8%ABX%90%9F%5D%0Dz
2015-07-29 01:16:19 -04:00
Phil Ringnalda
166cfe1acd
Merge m-i to m-c, a=merge
2015-09-05 20:19:43 -07:00
Kan-Ru Chen
faba60ea9b
Bug 1201394 - Remove unused mLRUPoolSize member variable. r=gsvelto
2015-09-06 01:11:50 +08:00
Kan-Ru Chen
481b2ce87d
Bug 1201394 - Use cached preferences value in ProcessPriorityManager. r=gsvelto
2015-09-06 01:11:49 +08:00
Andrea Marchesini
893e3bb469
Bug 1198814 - Use StructuredCloneHelper in PromiseWorkerProxy, r=smaug
2015-09-05 12:22:13 +03:00
Wes Kocher
85ea8cdaff
Merge m-c to inbound, a=merge
2015-09-04 15:41:19 -07:00
Wes Kocher
a5709b4620
Merge inbound to central, a=merge
2015-09-04 15:34:42 -07:00
Sebastian Hengst
1eb50ce368
Backed out 4 changesets (bug 571294, bug 1196479) for W(2) failure on Linux 64 opt. r=backout on a CLOSED TREE
...
TEST-UNEXPECTED-FAIL | /eventsource/eventsource-close.htm | EventSource: close(), test events - assert_unreached: Dunno what to do with message number 3 Reached unreachable code
Backed out changeset e2612be99d7d (bug 571294)
Backed out changeset 9aea0c4a0822 (bug 1196479)
Backed out changeset 196e98128c58 (bug 571294)
Backed out changeset 1d662c2552bd (bug 571294)
2015-09-04 20:29:48 +02:00
Michael Layzell
e91722a9f7
Bug 571294 - Fix typo causing compile bustage on a CLOSED TREE a=bustage
2015-09-04 13:20:31 -04:00
Andrew McCreight
13445609b8
Backed out changeset 351d5f864f9e for not compiling.
2015-09-04 09:52:24 -07:00
Andrew McCreight
cc00f8d5c9
Bug 1201271 - Warn about unused results for more methods of nsTArray. r=froydnj
...
This leaves alone the AppendElement methods.
2015-09-04 09:45:44 -07:00
Michael Layzell
931d0d32a7
Bug 1196479 - Fire selectstart and selectionchange events on the input node when the selection in that editor changes. r=ehsan
2015-09-04 12:35:49 -04:00
Michael Layzell
d5934c389f
Bug 571294 - Part 2: Tests for new select event behaviour, r=ehsan
2015-09-04 12:35:47 -04:00
Michael Layzell
7ab1c57716
Bug 571294 - Part 1: Implement selection events behind the dom.select_events.enabled pref, r=smaug
2015-09-04 12:35:46 -04:00
Carsten "Tomcat" Book
f4f9ddda0c
Merge mozilla-central to b2g-inbound
2015-09-04 16:21:48 +02:00
Carsten "Tomcat" Book
57bd4d9f0d
merge mozilla-inbound to mozilla-central a=merge
2015-09-04 16:05:11 +02:00
Ben Tian
8137ba3e28
Bug 1199548 - Do not append vCard Body payload in PBAP replies when |MaxListCount| is zero, r=shuang
2015-09-04 15:47:22 +08:00
Kan-Ru Chen
42ed9cb8a7
Bug 1200498 - Clean up dom/browser-element mochitest.ini that has skip-if toolkit != gtk2 now that gtk3 is the default
2015-09-04 14:18:50 +08:00
Ben Tian
6f22aefd8f
Bug 1199107 - Replace BT_WARNING with BT_LOGR in PBAP manager, r=shuang
2015-09-04 12:04:38 +08:00
Ben Tian
5db4031b4c
Bug 1199107 - Access PBAP vCard input stream directly instead of passing it as input parameter, r=shuang
2015-09-04 12:04:37 +08:00
Wes Kocher
0dd8dff0e5
Merge b2ginbound to central, a=merge
2015-09-03 13:41:06 -07:00