Commit Graph

20981 Commits

Author SHA1 Message Date
Chris Pearce
1fcdfd2228 Bug 1035653 - Proxy GMPParent creation to main thread to avoid assert in IToplevelProtocol ctor. r=jesup 2014-07-11 15:36:38 +12:00
Chris Pearce
393864fa45 Bug 1020760 - Pass GMP codec specific info as a uint8_t[], and pass buffer type separately. r=jesup 2014-07-11 15:36:21 +12:00
Chris Pearce
37b71327dd Bug 1020760 - Update GMP APIs to support EME plugins. r=jesup 2014-07-11 15:35:56 +12:00
Chris Pearce
ab315687a0 Bug 1020090 - Ensure we don't report leaking the GMP free list. r=jesup 2014-07-11 15:35:28 +12:00
Randell Jesup
a8fcb3615a Bug 1020090: Proxy all GMP Shmem create/delete to parent and reduce allocation traffic. r=nical 2014-07-01 22:26:35 -04:00
Anthony Jones
9568f41cc0 Bug 1034444 - Make MP4Reader::GetBuffered() accurate; r=edwin,cpearce 2014-06-02 17:38:04 +02:00
Ryan VanderMeulen
1dea3b300a Backed out 5 changesets (bug 1020760, bug 1035653, bug 1020090) for leaks on a CLOSED TREE.
Backed out changeset f0b20e3db93c (bug 1020760)
Backed out changeset 412b654e5cd2 (bug 1035653)
Backed out changeset 01ba0892af29 (bug 1020760)
Backed out changeset c7de1f4b078f (bug 1020760)
Backed out changeset 96aa9d33a1f5 (bug 1020090)
2014-07-10 21:43:04 -04:00
Chris Pearce
5ab3d3927f Bug 1035653 - Proxy GMPParent creation to main thread to avoid assert in IToplevelProtocol ctor. r=jesup 2014-07-11 12:21:33 +12:00
Chris Pearce
edbb97661e Bug 1020760 - Pass GMP codec specific info as a uint8_t[], and pass buffer type separately. r=jesup 2014-07-11 12:21:13 +12:00
Chris Pearce
a234e1b6cb Bug 1020760 - Update GMP APIs to support EME plugins. r=jesup 2014-07-11 12:20:51 +12:00
Randell Jesup
78fa27150c Bug 1020090: Proxy all GMP Shmem create/delete to parent and reduce allocation traffic. r=nical 2014-07-01 22:26:35 -04:00
Ryan VanderMeulen
6199750f94 Merge inbound to m-c on a CLOSED TREE. a=merge 2014-07-10 18:22:38 -04:00
Benjamin Smedberg
3fd5e0dcc1 Bug 1032814 - Gecko media plugins should not automatically enable plugin from system locations. Instead, there is a programmatic API for registering available plugins which will be used by addons or the addon manager. For development, there is also an environment variable. r=josh/jesup 2014-07-10 14:48:11 -04:00
Eric Rahm
39dc6549a4 Bug 1036679 - MediaStreamGraph shutdown can hang if happening in conjunction with a memory report. r=roc 2014-07-09 17:22:37 -07:00
Nicolas Silva
4020519c2c Bug 1034593 - Prevent clips with huge extents to be passed to a cairo context from CanvasRenderingContext2D. r=jrmuizel 2014-07-10 20:12:26 +02:00
Randell Jesup
1d928b0727 Bug 1037000: Include "default communications device" in the audio input enumeration for gUM r=padenot 2014-07-10 13:15:26 -04:00
Ed Morley
54b9865ebb Backed out changeset 91f25a63dea9 (bug 1032814) for build failures 2014-07-10 17:43:21 +01:00
Benjamin Smedberg
fbe5d05607 Bug 1032814 - Gecko media plugins should not automatically enable plugin from system locations. Instead, there is a programmatic API for registering available plugins which will be used by addons or the addon manager. For development, there is also an environment variable. r=josh/jesup
--HG--
extra : rebase_source : dcd8708ac50a96cff3c59d3c4a531288c19bd961
2014-07-10 10:32:59 -04:00
Olli Pettay
7b0a4c383d Bug 982039 - Radio input required not working when element disabled by js, r=bz
--HG--
extra : rebase_source : 53b134dc349ec7068c4543469e89f7e40073ea15
2014-07-10 18:01:59 +03:00
Kartikaya Gupta
35136e5a31 Bug 1036444 - Kill touchenter and touchleave events. r=smaug 2014-07-09 10:27:00 -04:00
Carsten "Tomcat" Book
ecfd06f20e Merge mozilla-central to b2g-inbound 2014-07-10 15:20:10 +02:00
Vasanthakumar Pandurangan
df5389d0a6 Bug 1035758 - AudioOffloadPlayer: Fix seek bar reset when seek during pause. r=roc 2014-07-08 04:37:11 -07:00
Jonathan Watt
b55cd41494 Bug 1036400 - Fix hit-testing of non-SVG elements that have an SVG clip-path applied. r=longsonr 2014-07-10 08:42:29 +01:00
Boris Zbarsky
a1176a02c2 Bug 965413 part 12. Use a LoadInfo in SetUpChannelOwner. r=smaug 2014-07-10 02:56:38 -04:00
Boris Zbarsky
b8297ece4e Bug 965413 part 10. Use a LoadInfo for loading documents in various places where we force a particular principal. r=smaug 2014-07-10 02:56:37 -04:00
Boris Zbarsky
da44255337 Bug 965413 part 1. Rename the WebRTC-private LoadInfo class to RTCLoadInfo so it won't interfere with adding mozilla::LoadInfo. r=jesup 2014-07-10 02:56:36 -04:00
Chris Double
10d9c0f382 Bug 1030527 - Seeking using Media Source Extensions fails with corrupted video message since async decoder landing - r=kinetik
--HG--
extra : rebase_source : d40125ff37760b4b0008cd5ac934b8d85edb7a74
2014-07-10 03:59:17 +00:00
Bevis Tseng
42fc799090 Bug 1023695 - Part 4: Implementation of .webidl change. r=vyang,smaug. 2014-06-27 13:25:37 +08:00
Ryan VanderMeulen
4c28391862 Merge fx-team to m-c. a=merge 2014-07-09 16:12:36 -04:00
Carsten "Tomcat" Book
ea15fbd89c Merge mozilla-central to fx-team 2014-07-09 16:15:17 +02:00
Carsten "Tomcat" Book
eb95d0a82a Backed out changeset 6a56c14d382f (bug 1024707) for dt1 and xpshell test bustages on a CLOSED TREE 2014-07-09 13:19:33 +02:00
Rick Eyre
bc9b7eb960 Bug 1035505 - HTMLTrackElement should fire a 'load' event not a 'loaded' event. r=rillian 2014-07-07 16:49:00 +02:00
chiajung hung
0c1c5e3762 Bug 814524 - Make WebGLContext::TexImage2D avoid readback for video elements, r=jgilbert 2014-07-08 20:52:00 +02:00
Gijs Kruitbosch
8c6a9eaae3 Bug 987230 - use consumeanchor attribute to fix button click, r=enn,mconley
--HG--
extra : rebase_source : 8e52a377eeb708e258f0190fcbc5902c5477c2b8
2014-07-01 01:09:43 +01:00
Benjamin Chen
a09ca5debd Bug 991776: 1. Modify the testcase to ensure encoder will receive valid data. 2. Add logs for TrackEncoder. r=roc 2014-07-07 17:33:47 +08:00
Tom Schuster
22d340b93d Bug 1024707 - Add API to register style sheets but without loading them. r=bz 2014-07-09 11:43:33 +02:00
Sam Lin
d3e8338ada Bug 101741 - minor fix for the wrong usage of ChangeExplicitBlockerCount in MediaRecorder. r=roc 2014-06-28 00:16:27 +08:00
Timothy Nikkel
8f7544b9c5 Bug 1035917. If we fail to create a requested async scrollable layer then log a warning and approximate reason why. r=roc 2014-07-08 17:35:48 -05:00
Benoit Jacob
cb214a5a12 Bug 1035394 - Fix dangerous public destructors in content/media/eme - r=cpearce 2014-07-08 17:23:17 -04:00
Benoit Jacob
aafaf01cc6 Bug 1035394 - Fix dangerous public destructors in content/media/webaudio - r=padenot 2014-07-08 17:23:17 -04:00
Benoit Jacob
8997778c9d Bug 1035394 - Fix dangerous public destructors in content/media/webspeech - r=smaug 2014-07-08 17:23:16 -04:00
Benoit Jacob
b41662d39d Bug 1035394 - Fix dangerous public destructors in content/media - r=cpearce 2014-07-08 17:23:16 -04:00
Benoit Jacob
c63a8b43be Bug 1035394 - Fix dangerous public destructors in content/svg - r=heycam 2014-07-08 17:23:16 -04:00
Benoit Jacob
f549dc319b Bug 1035394 - Fix dangerous public destructors in content/html - r=smaug 2014-07-08 17:23:16 -04:00
Benoit Jacob
9e4959e3f1 Bug 1035394 - Fix dangerous public destructors in content/base - r=khuey 2014-07-08 17:23:16 -04:00
Benoit Jacob
c41cfdeb1e Bug 1035394 - Fix dangerous public destructors in content/xml - r=smaug 2014-07-08 17:23:16 -04:00
Benoit Jacob
2d7c9fe328 Bug 1035394 - Fix dangerous public destructors in content/xul - r=mrbkap 2014-07-08 17:23:16 -04:00
Benoit Jacob
d5649fee3d Bug 1035394 - Fix dangerous public destructors in content/mathml - r=karlt 2014-07-08 17:23:15 -04:00
Ben Kelly
68fc1821e4 Bug 1029620 P2 Out-of-line destructor to avoid spurious include in nsCrossSiteListenerProxy.h. r=ehsan 2014-07-08 16:53:56 -04:00
Ben Kelly
58c680614c Bug 1029620 P1 Refactor XHR to move forbidden header checks to nsContentUtils. r=ehsan 2014-07-08 16:53:56 -04:00