Commit Graph

5150 Commits

Author SHA1 Message Date
Guilherme Goncalves
97f16397f6 Bug 1078451 - Accept a free function in ThreadSharedFloatArrayBufferList::SetData. r=jesup 2014-10-07 10:03:00 +02:00
Bill McCloskey
2ab547d3ab Bug 1049879 - Remove urgent and rpc message types and replace with message priorities (r=dvander,bent,ehsan) 2014-10-07 21:32:45 -07:00
Carsten "Tomcat" Book
4985d0ee76 Backed out changeset e56bf4ea89fb (bug 1049879) for bustage in emulator debug builds on a CLOSED TREE 2014-10-08 08:03:57 +02:00
Bill McCloskey
281cb8db91 Bug 1049879 - Remove urgent and rpc message types and replace with message priorities (r=dvander,bent,ehsan) 2014-10-07 21:32:45 -07:00
Ryan VanderMeulen
cd3e8a6f73 Backed out 7 changesets (bug 1047483, bug 1079301, bug 1079335) for webplatform test failures.
Backed out changeset 7d06b68c44d0 (bug 1079335)
Backed out changeset 92030169528e (bug 1079301)
Backed out changeset c09d7f95554a (bug 1047483)
Backed out changeset c199f1057d7e (bug 1047483)
Backed out changeset 18830d07884c (bug 1047483)
Backed out changeset e087289ccfbb (bug 1047483)
Backed out changeset 6238ff5d3ed0 (bug 1047483)

CLOSED TREE

--HG--
rename : content/base/public/File.h => content/base/public/nsDOMFile.h
rename : content/base/src/MultipartFileImpl.cpp => content/base/src/nsDOMBlobBuilder.cpp
rename : content/base/src/MultipartFileImpl.h => content/base/src/nsDOMBlobBuilder.h
rename : content/base/src/File.cpp => content/base/src/nsDOMFile.cpp
2014-10-07 13:16:11 -04:00
Andrea Marchesini
c8190ba625 Bug 1047483 - patch 3 - Renaming DOMFile to File, r=ehsan
--HG--
rename : content/base/public/nsDOMFile.h => content/base/public/File.h
rename : content/base/src/nsDOMFile.cpp => content/base/src/File.cpp
2014-10-07 15:20:55 +01:00
Andrea Marchesini
d272279126 Bug 1047483 - patch 1 - Porting DOMFile/DOMBlob to WebIDL, r=bz, r=bkelly, r=bholley 2014-10-07 15:20:52 +01:00
Peter Van der Beken
dcda2ba9bb Bug 1078744 - Replace SetIsDOMBinding with SetIsNonDOMBinding, remove nsWrapperCache::SetIsDOMBinding. r=bz.
--HG--
extra : rebase_source : 89c476cd9436530b2df5acc903909e34188417a0
2014-10-07 11:44:49 +02:00
Wes Kocher
03d235fb07 Backed out changeset 645d5e930e23 (bug 1067305) for inadvertently disabling all media tests on some platforms CLOSED TREE 2014-10-06 19:11:39 -07:00
Benjamin Chen
f2427f11c2 Bug 1050667 - fix the non-synchronous waiting state between MediaDecoderStataMachine and MediaOmxReader and OmxDecoder. r=sotaro 2014-10-06 11:03:14 +08:00
Benjamin Chen
67eca6183a Bug 1050667 - fix the non-synchronous waiting state between MediaDecoderStataMachine and MediaCodecReader. r=sotaro 2014-10-02 14:01:16 +08:00
Alfredo Yang
9d6ebb16cb Bug 1077298 - add emulated camera hal pixel format. r=jesup 2014-10-03 00:37:00 +02:00
JW Wang
ea0cd6240f Bug 1076691 - Revert the change in bug 762282 since bug 1001317 has landed. r=roc 2014-10-05 19:29:00 +02:00
Andre Natal
6fc963aa13 Bug 1060659 - SpeechGrammarList should both initialize SpeechRecognitionService and set a grammar on it. r=smaug 2014-10-01 21:37:00 +02:00
JW Wang
07b685c8ce Bug 1041363 - remove tricky timers to make tests more stable. r=cpearce 2014-10-03 00:34:00 +02:00
JW Wang
db7404cb44 Bug 984259 - 1. remove dead code to please the eyes. 2. remove the don't-preload-less-when-loading-resource rule which is no more spec. r=cpearce 2014-10-02 23:34:00 +02:00
Randell Jesup
8046f925d7 Bug 1077274: Clean up tracklists r=jib 2014-10-03 17:29:29 -04:00
Matthew Gregan
636e40dd42 Bug 1075980 - Be more careful about who holds a reference to the SourceBufferDecoder during initialization. r=karlt 2014-10-02 18:04:06 +13:00
Matthew Gregan
aa46f041d1 Bug 1074614 - Remove ChangeToHaveMetadata and WAIT_FOR_MSE_DATA frame status. r=cajbir 2014-09-30 17:12:45 +13:00
Ryan VanderMeulen
3b1ad0f2bc Merge inbound to m-c. a=merge 2014-10-03 16:00:09 -04:00
Ed Morley
22bd17338b Merge mozilla-central and b2g-inbound 2014-10-03 15:20:08 +01:00
Ed Morley
6c9d66f653 Backed out changeset a2192165100c (bug 1041180) for xpcshell failures; CLOSED TREE 2014-10-03 10:12:53 +01:00
Andrew Osmond
eaa8395a0a Bug 994912 - Add support for promises and event-based notifications to camera. r=mikeh, r=bz 2014-10-03 04:19:00 -04:00
Andrew Osmond
044342a2bc Bug 994912 - Add support for event-based notifications to media streams. r=roc, r=bz 2014-10-03 04:18:00 -04:00
Randy Lin
722f392680 Bug 1069602 - Crash in mozilla::MediaOmxReader::NotifyDataArrived (ProcessCachedData runnable is running but reader has been destroyed). r=edwin, f=jwwang 2014-10-02 11:46:49 +08:00
Bob Owen
3aaf65bd44 Bug 1067305 - Conditionally disable mochitests that won't run with the content sandbox at low integrity. r=jmaher 2014-10-01 15:01:22 +01:00
JW Wang
66fb8e26b0 Bug 1051658 - Part 3: Release decoders more aggressively for it is easy to exceed the limit of active cubeb streams on OSX 10.6 and cause decode errors and test failures. r=kinetik 2014-10-01 18:36:00 -04:00
JW Wang
045e2685a1 Bug 1051658 - Part 2: Notify decode error when AudioSink init failed. r=kinetik 2014-09-29 01:31:00 -04:00
JW Wang
300ec006a1 Bug 1051658 - Part 1: Handle AudioSink init failure in MediaDecoderStateMachine. r=kinetik 2014-09-29 17:42:00 -04:00
Christoph Kerschbaumer
b86cc609d3 Bug 1041180: Remove deprecated nsIChannelPolicy (r=sstamm,jduell,jst) 2014-10-02 23:34:30 -07:00
Jan-Ivar Bruaroey
fe0422ec02 Bug 1033885 - minor refactor of MediaManager::GetUserMedia to figure out privileged state itself. r=jesup 2014-09-30 19:17:53 -04:00
Andrew Osmond
985f5aa0d1 Bug 1059101 - Fix handling of buffer underrun causing assert failures in debug builds. r=roc 2014-10-01 08:38:00 +02:00
Randell Jesup
ae25cd3a81 Bug 1073350: Validate that returned decoded Shmems have enough data r=cpearce 2014-10-01 22:13:18 -04:00
Daniel Holbert
0a41908062 Backout 0ae42938a72d (bug 1073350) for build bustage, on a CLOSED TREE 2014-10-01 18:23:17 -07:00
Randell Jesup
2ff2b045e3 Bug 1073350: Validate that returned decoded Shmems have enough data r=cpearce 2014-10-01 20:39:08 -04:00
Randell Jesup
efcf9c5910 Bug 1073345: Block duplicate Shmems from the GMP SharedMemory cache r=cpearce 2014-10-01 20:39:04 -04:00
Karl Tomlinson
83dd652135 b=1012609 improve PeriodicWave phase-wrapping logic r=rillian
This approach takes advantage of the fact that periodicWaveSize is a power of
2 and uses unsigned integer modulo arithmetic to find the appropriate phase
of the period.

--HG--
extra : rebase_source : bb5fc413785d5f12a76cff4cbb5ba2ed5e979b41
2014-09-30 18:10:03 +13:00
Ryan VanderMeulen
dbb11fdd67 Backed out changeset 11f95edf23a4 (bug 1073615) for frequent mochitest-bc timeouts. 2014-10-01 13:04:02 -04:00
Matthew Gregan
a7457c180c Bug 1074004 - Fix WebMioData implementation in TestWebMWriter. r=giles 2014-09-29 13:13:21 +13:00
Matthew Gregan
5d0ad9dd5f Bug 1064634 - Use the same media thread stack size on all platforms where we specify a size. Also document the rationale behind the MOZ_ASAN exception. r=cpearce 2014-09-30 15:30:58 +13:00
Karl Tomlinson
b7f87dd74c b=1074765 use greater weight for nearer sample in PeriodicWave interpolation r=rillian
--HG--
extra : rebase_source : 0c6ac8b0a870caa4bf5e770fe431aebe25b5af26
2014-09-30 17:30:30 +13:00
Karl Tomlinson
534ee9bcad b=1074765 increment phase after sampling to begin PeriodicWave at phase = 0 r=rillian
This makes phase consistent with the sine OscillatorType and with Blink's
custom OscillatorType.

--HG--
extra : rebase_source : bd046ec14d18115af18f929126aae287c258adf2
2014-09-30 17:26:26 +13:00
Karl Tomlinson
ad0b48363f b=1074765 move const periodicWaveSize multiplier out of loop r=rillian
--HG--
extra : rebase_source : f09104d4df99cf36dd03c883eec2980d503b0c06
2014-09-30 17:13:27 +13:00
Karl Tomlinson
1b5fee3ae2 b=1074765 test PeriodicWave output
--HG--
extra : rebase_source : ccf075b9d52dc4da22e9d7f3f3bb73eceefdf1cd
2014-10-01 11:25:24 +13:00
Karl Tomlinson
65bc1e2db2 b=1069671 don't dispatch "update" after "abort" r=kinetik
--HG--
extra : rebase_source : 20f644edb8eb99791b29303adce90d3659582821
2014-09-23 15:47:30 +12:00
Jed Davis
23fbe5d28f Bug 1074561 - Disable EME plugins on Linux if sandboxing is unavailable. r=jesup
--HG--
extra : amend_source : 5e2192974cce18fd94abff72c9def32cfbaf675d
2014-09-30 13:35:21 -07:00
Jed Davis
dafe148290 Bug 1074561 - Allow media plugins to run on Linuxes without sandboxing support. r=jesup
--HG--
extra : amend_source : dcbbf2bcbb8481e60504c1483a61627bde4850a2
2014-09-30 13:35:08 -07:00
Andrea Marchesini
3a8f6e7a5f Bug 1073615 - One MediaStreamGraph singleton per audioChannel, r=roc 2014-09-30 18:35:32 +01:00
Ed Morley
18024b59af Backed out changeset aaae54a77270 (bug 1051658) for timeouts in test_bug465498.html on OS X 2014-09-30 16:48:29 +01:00
Ed Morley
3bbb8fd4bd Backed out changeset 12a04a66d5c1 (bug 1051658) 2014-09-30 16:48:06 +01:00