Matthew A. Miller
cb92a2c587
Bug 983504 - Fix Android emulator build errors. r=jesup
2014-07-16 19:16:38 +02:00
Matthew A. Miller
3e4a77c11c
Bug 983504 - Modify constraints for screen sharing. r=bholley,jib
2014-07-08 00:01:27 -06:00
Gian-Carlo Pascutto
d4515d519b
Bug 983504 - Enumeration & MediaEngine changes for screen sharing. r=jesup,mt
2014-07-07 09:46:00 +02:00
Christoph Kerschbaumer
43ff381d61
Bug 1005225 - CSP in C++: SImplify shouldProcess for CSP (r=sstamm)
2014-07-07 10:15:36 -07:00
JW Wang
af8feab2a0
Bug 886188 - Re-enable test_preload_actions.html on Android. r=cpearce
2014-07-15 18:58:00 -04:00
Carsten "Tomcat" Book
702c9bbcc2
Backed out changeset ffa4255ebaa7 (bug 1016875) for bustage on a CLOSED TREE
2014-07-16 15:25:59 +02:00
Gabor Krizsanits
53bb179008
Bug 1016875 - Part10: Principal() for ImportLoader. r=mrbkap
2014-07-16 14:32:00 +02:00
Gabor Krizsanits
fd952cca72
Bug 1016875 - part9: System should only import other system documents. r=mrbkap
2014-07-16 14:32:00 +02:00
Gabor Krizsanits
d99bac8fba
Bug 1016875 - Part8: handling imports with non-http uri. r=mrbkap
2014-07-16 14:32:00 +02:00
Gabor Krizsanits
da0eb19637
Bug 1016875 - Part7: Imports should have their own LoadGroup. r=mrbkap
2014-07-16 14:31:59 +02:00
Gabor Krizsanits
bdc4b81d52
Bug 1016875 - Part6: CORS and other security checks for imports. r=mrbkap
2014-07-16 14:31:59 +02:00
Gabor Krizsanits
3d27b298eb
Bug 1016875 - Part5: Redirection test for Imports. r=mrbkap
2014-07-16 14:31:59 +02:00
Gabor Krizsanits
c9c9a49a0e
Bug 1016875 - Part4: Removing mChannel in ImportLoader. r=mrbkap
2014-07-16 14:31:59 +02:00
Gabor Krizsanits
8d411a86ad
Bug 1016875 - Part3: Events in HTML imports should not bubble. r=mrbkap
2014-07-16 14:31:59 +02:00
Gabor Krizsanits
ceca061b6b
Bug 1016875 - Part2: Ensure mDocument in ImportLoader::OnStopRequest. r=mrbkap
2014-07-16 14:31:59 +02:00
Gabor Krizsanits
0dd0f2f5d0
Bug 1016875 - Part1: Fixing leaking of mImportParent. r=mrbkap
2014-07-16 14:31:58 +02:00
Matt Woodrow
b4a7175439
Bug 1039150 - Don't trigger creation a backbuffer when we set a canvas to be opaque. r=roc
...
--HG--
extra : rebase_source : 681d8c8e172fb2eba6639cd03e5664017d522dbc
2014-07-16 18:15:39 +12:00
Wes Kocher
107ab3668c
Merge m-c to inbound
2014-07-15 17:39:19 -07:00
Wes Kocher
4112a9fcd6
Merge fx-team to m-c a=merge
2014-07-15 17:26:32 -07:00
Brad Lassey
1b217d7fde
bug 1037644 - don't use mozAfterPaint events to drive tab stream r=jesup
2014-07-11 17:03:47 -04:00
Brad Lassey
4b63fe5886
bug 1037488 - MediaEngineTabVideoSource should set width, height and framerate based on constraints and prefs passed to Allocate() r=jesup
2014-07-11 11:55:23 -04:00
Brian Birtles
bd6a5ac2de
Bug 1036287 part 5 - Drop aTime param from IsRunning(At) and IsCurrent(At), since they now use the current timeline time; r=dholbert
2014-07-16 09:02:33 +09:00
Brian Birtles
04e0f33548
Bug 1032573 part 5 - Add GetAnimationPlayers to Element; r=bz
...
This patch adds the WebIDL definitions and implementation of
getAnimationPlayers on Element.
It does not include the full definition of AnimationPlayer but only readonly
versions of the currentTime and startTime attributes since these are easy
to implement and enable identifying the different animations that are returned
for the sake of testing.
Web Animations defines getAnimationPlayers as only returning the animations that
are either running or will run in the future (known as "current" animations).
This will likely change since it seems desirable to be able query animations
that have finished but are applying a forwards fill. For now, however, this
patch makes us only return animations that have not finished.
This patch also removes an assertion in ElementAnimation::GetLocalTime that
would fail if called on a finished transition. This assertion is no longer
necessary since an earlier patch in this series removed the overloading of
the animation start time that meant calling this on a finished transition
was unsafe. Furthermore, this assertion, if it were not removed, would fail
if script holds onto a transition and queries its start time after it
completed.
2014-07-16 09:02:31 +09:00
Anthony Jones
6a6b83b4f7
Bug 1038971 - Fix libav frame ordering; r=edwin
2014-07-16 11:54:26 +12:00
Wes Kocher
b988da0782
Backed out 1 changesets (bug 1005225) for Gu permared
...
Backed out changeset 452d8502bea1 (bug 1005225)
* * *
Backed out 2 changesets (bug 1005225, bug 1030936) for Gu permared
Backed out changeset 32a1fa1b28d5 (bug 1030936)
Backed out changeset 61d41b381f30 (bug 1005225)
2014-07-15 16:18:50 -07:00
Christoph Kerschbaumer
e6a49546dc
Bug 1005225: Follow up, changed uuid in the wrong idl (r=ckerschb)
2014-07-15 13:59:59 -07:00
Sid Stamm
c6eb0f78e2
Bug 1030936 - Remove CSP fast path for certified apps (r=fabrice)
...
--HG--
extra : rebase_source : 29ded0fc7b6cd320b234e45571239961513bd9ff
2014-07-15 13:31:47 -07:00
Christoph Kerschbaumer
fb1a5cb7eb
Bug 1005225 - CSP in C++: SImplify shouldProcess for CSP (r=sstamm)
...
--HG--
extra : rebase_source : a0e2bacb5376afde0ccc0487da6e3ceb70bfb09c
2014-07-07 10:15:36 -07:00
Ehsan Akhgari
c8ebace128
Bug 1038202 - Give MSCOMInitThreadPoolListener a private destructor; r=bjacob
2014-07-15 16:37:33 -04:00
Randell Jesup
8005b8e97b
Bug 1038879: ensure odd widths/heights in getUserMedia are handled correctly r=rillian
2014-07-15 15:49:01 -04:00
Benoit Girard
e7aea75462
Bug 1037691 - Fix instances where refcounted classes expose a public destructor. r=ehsan,bent,mayhemer,jrmuizel
2014-07-15 11:37:45 -04:00
Michael Ratcliffe
62311033af
Bug 1033391 - Enable GeometryUtils APIs in privileged code. r=smaug,roc
2014-07-03 14:23:14 +01:00
Jed Davis
19cbb4fe90
Bug 1038406 - Privatize destructor for ResourceSocketListener. r=cpearce
...
Bonus fix: remove redundant `public:`.
2014-07-14 14:47:00 +02:00
Matthew Gregan
b198a0510d
Bug 1031532 - Hold the SourceBufferResource monitor during eviction. r=cajbir
2014-07-14 22:41:00 +12:00
Matthew Gregan
12cdd3b377
Bug 1031532 - Tighten up public interface of SourceBufferResource::ResourceQueue. r=cajbir
2014-07-14 22:41:00 +12:00
Ehsan Akhgari
e6b267fe80
Bug 1038221 - Fix some WMF destructors to be private; r=cpearce
2014-07-14 21:51:13 -04:00
Gabriel Luong
0db3e380b1
Bug 591303 - Part 3: Set line and column number for all rules in nsCSSParser. r=bz
2014-07-14 15:57:54 -07:00
Ryan VanderMeulen
ffa2468a1f
Merge m-c to inbound. a=merge
2014-07-14 16:19:58 -04:00
Ryan VanderMeulen
28579f0ccd
Merge b2g-inbound to m-c. a=merge
2014-07-14 16:17:10 -04:00
Octoploid
84be337f08
Bug 1035092 - "bool functions shouldn't return nullptr" [r=sfink]
...
--HG--
extra : rebase_source : 0a0f2549b0a34c759384d8293f6227e112610147
2014-07-12 06:26:00 -07:00
Andrew McCreight
77d782bb63
Bug 1038207 - Fix various classes that reimplement nsISupports. r=ehsan
2014-07-14 12:21:34 -07:00
Carsten "Tomcat" Book
12336940c8
Merge mozilla-central to b2g-inbound
2014-07-14 15:32:20 +02:00
Martijn Wargers
7e7fb9343c
Bug 1037976 - Enable some of the Iframe sandbox mochitests on b2g emulator. r=jmaher
2014-07-13 17:23:39 +02:00
Jonathan Watt
4b0563806f
Bug 1037570 - Remove gfxPath. r=mattwoodrow
2014-07-11 11:25:00 +02:00
Bruce Sun
6c553816e4
Bug 1037282 - Create MediaResourceHandler and MediaCodecProxy. r=sotaro,cpearce
2014-07-11 11:01:30 +08:00
Randell Jesup
93e17d66dd
Bug 1035819: patch 2 - Enable dynamic rotation in gUM when we're hooked to a PeerConnection r=jhlin
2014-07-14 01:48:02 -04:00
Randell Jesup
6064176f06
Bug 1035819: patch 1 - Add notification of DirectListeners and generalize Notification of events r=roc
2014-07-14 01:47:56 -04:00
Randell Jesup
7da48eb8d2
Bug 1037911: bustage fix for the other half rs=bustage
2014-07-13 20:48:45 -04:00
Randell Jesup
d7b8f3271a
Bug 1037911: Bustage fix for -Werror rs=bustage
2014-07-13 15:11:39 -04:00
Randell Jesup
51e9a98280
Bug 1037911: Downgrade assertion on GMP codec destruction since an edge case triggers it r=cpearce
2014-07-13 02:06:58 -04:00