Граф коммитов

5813 Коммитов

Автор SHA1 Сообщение Дата
Syd Polk aeff90eaeb Bug 1238140 - Always download the GMP plugin before playing Netflix - r=ksteuber,maja_zf
MozReview-Commit-ID: 71tqt7T9oSH

--HG--
extra : rebase_source : 16976ed150f2e2538b67209e8950da7fcd632236
2016-03-11 11:36:39 -06:00
Ryan VanderMeulen 00d56902ad No bug - Fix busted merge conflict resolution on a CLOSED TREE. 2016-03-11 11:12:25 -05:00
Carsten "Tomcat" Book e070379821 merge mozilla-inbound to mozilla-central a=merge 2016-03-11 16:50:43 +01:00
Joel Maher c2f5092ca2 Bug 1242682 - Separate dom/media into its own subsuite. r=gbrown, a=tomcat
MozReview-Commit-ID: ERgFe60aJF8
2016-03-10 11:03:52 -08:00
JW Wang f4472d1237 Bug 1255268 - Replace SeekJob::Steal() with move semantics. r=cpearce.
MozReview-Commit-ID: 3idqNa2MWA9
2016-03-10 15:30:32 +08:00
JW Wang 6788a66e45 Bug 1252767 - Remove MediaDecoderStateMachine::mPendingSeek. r=cpearce. 2016-02-29 17:00:52 +08:00
Bryce Van Dyk 2be9a949c6 Bug 1251460 - MDSM now waits on a promise to enqueue first frame loaded. r=jya
MediaDecoderStateMachine's EnqueueFIrstFrameLoadedEvent would previously call
into MediaDecoderReader to update MDR's buffered ranges and enqueue the frame
loaded event. This commit aims to instead have the buffered update take place,
and only afterwards enqueue the event. This should remove the possibility that
the event will be fired and handled before the update of the buffered ranges has
taken place.

MozReview-Commit-ID: GP8w2nF4xmj

--HG--
extra : transplant_source : %A0m%13%95%E3Gs%ACMd%1F%F4%25%B9qE%28J%21R
2016-03-09 15:32:49 +13:00
Jean-Yves Avenard 0b39ee0085 Bug 1255626: [gtest] Properly shutdown task queue should error occurs. r=gerald
MozReview-Commit-ID: A7Gq4vlmWg1
2016-03-11 11:19:45 +11:00
Jean-Yves Avenard dcfa9621c9 Bug 1254858: P10. Return early when error. r=me
Quick follow up.

MozReview-Commit-ID: Jl7qTpYGzXK
2016-03-11 10:00:12 +11:00
Eugen Sawin c0b51aec88 Bug 1255050 - [1.1] Restrict media plugin decoder usage to Android ICS. r=snorp 2016-03-10 23:14:13 +01:00
Ralph Giles 99e329b5ea Bug 1253762 - Re-enable test_texttracklist_moz.html on mac debug. r=kinetik
We no longer test on 10.8, so we can re-enable this whether
bug 1130751 was fixed or not.

MozReview-Commit-ID: FVSNXOQk5WJ
2016-03-09 14:31:44 -08:00
Ralph Giles dc9f410af9 Bug 1253762 - Adapt test_texttracklist_chrome.html to e10s. r=kinetik
Use SpecialPowers.wrap() and .unwrap() to verify internal
object attributes.

This removes all the chrome.ini tests from dom/media/test.

MozReview-Commit-ID: 436UAgSoGpF
2016-03-09 14:31:42 -08:00
Ralph Giles 6826d80eed Bug 1253762 - Adapt test_texttrackcue_chrome to work with e10s. r=kinetik
Use SpecialPowers.wrap() to allow access to privileged
attributes of TextTrackCue.

MozReview-Commit-ID: BLtZKCW9ypF
2016-03-09 14:31:41 -08:00
Ralph Giles 8efa019f44 Bug 1253762 - Adapt texttrack_chrome to work with e10s. r=kinetik
Convert this to a plain mochitest so it runs in the client context,
and use the SpecialPowers object's wrap() and unwrap() methods to
access the privileged parent pointer api.

Rename _chrome to _moz to clarify that this is a moz-specific
extension, since chrome privilege is ambiguous in the context
of e10s.

MozReview-Commit-ID: JQVfqjvS55e
2016-03-09 14:31:39 -08:00
Jean-Yves Avenard b9f36401b9 Bug 1230265 - Mark constructor as explicit; r=me
ON A CLOSED TREE.

MozReview-Commit-ID: 1jCfP6OzCfH
2016-03-09 16:40:55 +11:00
Jean-Yves Avenard d5b11db943 Bug 1230265 - Add codec agnostic benchmark; r=kentuckyfriedtakahe
The Benchmark class is now taking a MediaDataDemuxer argument. Options allow to decode any videos and measure the decoding speed.

MozReview-Commit-ID: C017I1cGqPL
2016-03-09 15:43:57 +11:00
Anthony Jones c8300ee73e Bug 1230265 - Add VP9 benchmark telemetry; r=bsmedberg
MozReview-Commit-ID: 6ofvNqvkg0U
2016-03-09 15:43:39 +11:00
Anthony Jones d00c420b2c Bug 1230265 - Benchmark VP9 decoder performance and enable VP9 on fast machines; r=jya
MozReview-Commit-ID: 4GhSLun9x6Z
2016-03-09 15:43:38 +11:00
Michelangelo De Simone 3eb888db23 Bug 1250109 - Change DOMEventTargetHelper subclasses to not assume that GetOwner() is non-null, since it can be nulled out by navigation. r=bzbarsky
MozReview-Commit-ID: 8EGB58FWLi2

--HG--
extra : rebase_source : f8d190021ad92f707cfce554ced5c525cc528f4d
2016-03-04 13:37:50 -08:00
Jean-Yves Avenard 2f92fd7f34 Bug 963238: Fix compilation errors. r=me
MozReview-Commit-ID: K08L6G4F47P
2016-03-09 13:32:43 +11:00
Jean-Yves Avenard cbd1ad11d5 Bug 1254311: [mp4] Ignore empty raw sample. r=cpearce
Some decoders (wmf) will return an error if fed an empty sample.

MozReview-Commit-ID: 2FF0cy41zYV
2016-03-09 13:32:26 +11:00
Fabrice Desré 72233b19c7 Bug 1254515 - GonkCameraImage.cpp:16:5: error: class 'mozilla::GonkCameraImage' does not have any field named 'mThread' r=reuben 2016-03-08 18:23:43 -08:00
Wes Kocher 9a43697d65 Backed out changeset 6358a64e4f15 (bug 1236112) for windows video wpt failures
MozReview-Commit-ID: 6tovOHlvyak
2016-03-08 16:23:04 -08:00
Randell Jesup fc6187d378 Bug 1224029: ensure video elements that may be disabled (black) are scaled r=mattwoodrow
disabled video elements may be 1x1 black images

MozReview-Commit-ID: 6xTm8Eq1Tjs
2016-03-08 19:21:40 -05:00
Wes Kocher 2048d9f4a0 Merge m-c to inbound, a=merge CLOSED TREE
MozReview-Commit-ID: 4SEUTTY9jRn
2016-03-08 16:08:08 -08:00
Wes Kocher 0fbf6c1476 merge inbound to m-c a=merge
MozReview-Commit-ID: BHxDQF6gIe3
2016-03-08 16:00:45 -08:00
Matt Woodrow bfae8352c6 Bug 1236112 - Block on d3d9 video frames to complete before returning them from the decoder. r=cpearce 2016-03-09 10:34:49 +13:00
Randell Jesup 8851505a96 Bug 1250934: Modify MediaEngine shutdown to allow neutering the AudioDataListener r=padenot
MozReview-Commit-ID: 7LeFAbaTHMY
2016-03-08 12:11:09 -05:00
Randell Jesup 9cec436b3e Bug 1250934: remove unused method from MediaStreamGraphImpl r=padenot
on IRC
MozReview-Commit-ID: 2o6v4T7e4Qw
2016-03-08 12:11:09 -05:00
Randell Jesup a237d6632f Bug 1250934: Only dig out cubeb deviceIDs immediately before use since they can be freed r=padenot
MozReview-Commit-ID: CyIk4WCuJ9s
2016-03-08 12:11:09 -05:00
Randell Jesup ca3eeefaf9 Bug 1250934: Make tests use the correct audio frequency when fake devices are used r=drno
MozReview-Commit-ID: 7LROWzMLGyS
2016-03-08 12:11:09 -05:00
Randell Jesup 1a6c605f9c Bug 1250934: Update some MediaStreamGraph logging r=padenot
MozReview-Commit-ID: Hqo3vihDzcy
2016-03-08 12:11:09 -05:00
Randell Jesup 21685ca126 Bug 1250934: Block GraphDriver switching if audio input is enabled (full-duplex) r=padenot
Also fixes a debug that would always report 'nil' for a pointer

MozReview-Commit-ID: 2xKD9s47d8z
2016-03-08 12:11:08 -05:00
Randell Jesup 39c683f5b6 Bug 1250934: Don't reopen input AudioCallbackDrivers on a second use r=padenot
MozReview-Commit-ID: 6Ky8UMyOHJG
2016-03-08 12:11:08 -05:00
Randell Jesup 6cbe994f89 Bug 1250934: Factor out AudioTracksPresent() in MediaStreamGraph, and add checks of 'pending' tracks r=padenot
MozReview-Commit-ID: KLWleRaAjx3
2016-03-08 12:11:08 -05:00
Randell Jesup 2fcb417fe7 Bug 1250934: Don't allow switching to a clock driver when we already have a switch pending r=padenot
MozReview-Commit-ID: 5DJQhx7cyf1
2016-03-08 12:11:08 -05:00
Syd Polk 4e27fe1a3b Bug 1253723 - Text from README.md should be moved to http://developer.mozilla.org. r=SingingTree
MozReview-Commit-ID: JTWxhDfEfRd

--HG--
extra : rebase_source : dcc037a1d10df83ff67fdb64c3fc586c6c5c721c
2016-03-04 15:00:52 -06:00
Mark Banner d81b31cff7 Bug 1249365 - Fix regression in e10s mode to re-allow the camera by default in Loop's conversation window. r=gcp
--HG--
extra : commitid : 83CnO0jToMb
2016-03-07 14:11:54 +00:00
JW Wang d5a8e21b53 Bug 1253928 - adjust the time passed to RequestVideoData() by the start time to avoid incorrectly skipping key frames. r=jya.
MozReview-Commit-ID: 9NHapIMoozG
2016-03-07 18:44:03 +08:00
JW Wang 09155c88a8 Bug 1253959 - per comment 10, #ifdef code that causes ReadMetadata() to fail on Windows XP debug. r=cpearce.
MozReview-Commit-ID: J6Muv6pJJhf
2016-03-07 16:07:14 +08:00
Tim Taubert 0d2f5760da Bug 1250930 - Use correct global when creating a key in GenerateAsymmetricKeyTask r=bz 2016-03-08 11:15:58 +01:00
JW Wang 2b94f1c475 Bug 1252753. Part 2 - remove MediaDecoderStateMachine::PushFront(). r=kinetik.
MozReview-Commit-ID: 2jtDFI61bGf
2016-03-08 11:20:39 +08:00
JW Wang e25d87faab Bug 1252753. Part 1 - remove calls to PushFront(). r=kinetik.
MozReview-Commit-ID: BJ9F4GRYFIe
2016-03-08 11:20:22 +08:00
Gerald Squelart 1471e61be9 Bug 1253395 - Disable msmpeg2vdec.dll blackslisting - r=cpearce
Disable the blacklisting introduced in bug 1242343, as it was having a
negative effect on many working configurations.
2016-03-08 12:54:48 +11:00
Randell Jesup 260da5482b Bug 1253333: Don't cause a second MediaManager to be created if there's a race with NotifyFinished r=jib
MozReview-Commit-ID: J4GArKKncYx
2016-03-07 16:44:25 -05:00
Eugen Sawin dd0ca3004d Bug 1232308 - [1.1] Disable MediaRecorder tests requiring video encoding. r=snorp 2016-03-07 22:24:03 +01:00
Sebastian Hengst 587e9dfd1b Backed out changeset ea5fb05616a7 (bug 1109614) for Android 2.3 M(9) orange. r=test-failure on a CLOSED TREE 2016-03-07 20:46:18 +01:00
Jonathan Watt a73bd8c354 Bug 1253094, part 1 - Stop using DebugOnly for class/struct members in dom/. r=baku
MozReview-Commit-ID: ErWZs9oV4WS
2016-02-26 15:52:06 +00:00
Jan-Ivar Bruaroey 2f8eca5103 Bug 1181768 - Make already-defined pc.getConfiguration() work. r=mt
MozReview-Commit-ID: 14uiIICVF30

--HG--
extra : rebase_source : 0b2977cf89111c4d6dcba5ad868d84e5a66e0154
2016-03-04 15:05:20 -05:00
Ruxton 28870fef4b Bug 1109614 - Part 1: Add tests for TextTrack cuechange on AudioElement. r=rillian
MozReview-Commit-ID: G5BsH2dtJHf
2016-03-07 09:05:05 -08:00