Commit Graph

22202 Commits

Author SHA1 Message Date
Jonathan Watt
5cc9353fbd Bug 1073972 - Get rid of gfxContext's FillRule enum in favor of Moz2D's. r=Bas 2014-09-29 14:15:19 +01:00
Carsten "Tomcat" Book
908752dd9e Backed out changeset 199bffb1f6fb (bug 877072) for test failures 2014-09-29 13:17:03 +02:00
Carsten "Tomcat" Book
6884a04793 Backed out changeset 5db9f8fbcaf4 (bug 883731) for webplatform 3 test failures 2014-09-29 10:57:48 +02:00
Carsten "Tomcat" Book
ef37d240f6 Backed out changeset ca140e7557d6 (bug 883731) 2014-09-29 10:57:28 +02:00
Carsten "Tomcat" Book
e83fe62a11 Backed out changeset 43a1f1f79302 (bug 883731) 2014-09-29 10:57:26 +02:00
Bobby Holley
dc1a6220a7 Bug 1070131 - Switch originPrincipals to a mutedError flags. r=luke,r=bz
--HG--
rename : js/src/jsapi-tests/testOriginPrincipals.cpp => js/src/jsapi-tests/testMutedErrors.cpp
2014-09-29 10:44:30 +02:00
Robert Longson
88bb2519fb Bug 1073924 - Hovering over links in SVG does not cause cursor to change. r=jwatt 2014-09-29 09:20:22 +01:00
Peter Van der Beken
34ffd8ca34 Bug 787070 - Expandos on the xray of DOM prototypes should have effect on xrays of DOM nodes, add a named properties object type to DOMObjectType and how to get the parent prototype object in DOMIfaceAndProtoJSClass. r=bz, r=bholley.
--HG--
extra : rebase_source : fdd72f5027b365554ab0b986de685204c8030c58
2014-09-09 15:19:10 +02:00
Gabor Krizsanits
48fb38e50d Bug 877072 - Script execution order for imports. r=mrbkap 2014-09-29 09:26:59 +02:00
JW Wang
46f8d6085e Bug 883731 - Part3 - Progress update should be associated with network state transitions. Also centralize network state transition code. r=cpearce 2014-09-24 19:26:00 +02:00
JW Wang
0956ed8a73 Bug 883731 - Part2 - Remove unnecessary update of readyState and introduce NEXT_FRAME_UNAVAILABLE_SEEKING so that we return HAVE_METADATA while seeking. r=cpearce 2014-09-24 19:25:00 +02:00
JW Wang
6ac2d299e5 Bug 883731. Part1 - Remove ResourceLoaded notifications since they don't make much sense with a media cache. r=cpearce 2014-09-24 19:25:00 +02:00
Matthew Gregan
1a7de6b0b8 Bug 1073346 - Add some basic GTest coverage of the WebMBufferedParser. r=cpearce 2014-09-26 17:25:13 +12:00
Randell Jesup
863298d9e0 bug 1072780: patch 4 - Use atomics for EnsureNextIteration to close races around CurrentDriver r=roc 2014-09-28 12:07:25 -04:00
Randell Jesup
518b26e1f8 bug 1072780: patch 3 - Fix up Revive() to not trigger assertions, and also to avoid Init() (blocking) on MainThread r=roc 2014-09-28 12:07:24 -04:00
Randell Jesup
64af5f19cd Bug 1072775: Additional assertions for MediaStreamGraph/GraphDriver r=roc 2014-09-28 12:07:24 -04:00
Randell Jesup
bb9f80b6b1 Bug 1072780: patch 1 - clean up CurrentDriver() use off-MSG-thread; fix InCallback() r=roc 2014-09-28 12:07:24 -04:00
Brian Birtles
bd78abba06 Bug 1043721 - Make test_animLengthUnits.xhtml use requestAnimationFrame; r=dholbert 2014-09-29 08:18:25 +09:00
Daniel Holbert
fa4545efef Bug 1073716: Use C++ std::abs() instead of C abs(), for non-'int'-typed values, to address clang warning. r=ehsan 2014-09-28 09:59:46 -07:00
Daniel Holbert
8c09c51078 Back out bug 1072780 & bug 1072775 (by reverting to cset before them, d71444b75291) for pthread assertion failures 2014-09-28 09:56:40 -07:00
Randell Jesup
319ff20936 bug 1072780: patch 4 - Use atomics for EnsureNextIteration to close races around CurrentDriver r=roc 2014-09-28 12:07:25 -04:00
Randell Jesup
30d3930ed6 bug 1072780: patch 3 - Fix up Revive() to not trigger assertions, and also to avoid Init() (blocking) on MainThread r=roc 2014-09-28 12:07:24 -04:00
Randell Jesup
e78a54416d Bug 1072775: Additional assertions for MediaStreamGraph/GraphDriver r=roc 2014-09-28 12:07:24 -04:00
Randell Jesup
40d928dbfe Bug 1072780: patch 1 - clean up CurrentDriver() use off-MSG-thread; fix InCallback() r=roc 2014-09-28 12:07:24 -04:00
Mathias De Maré
5ffcda3835 Bug 95530 - add test for checking if the topmargin and leftmargin attributes on the BODY element are honored in all modes. r=dbaron 2014-09-25 13:00:46 +02:00
Sahil Chelaramani
42354469a6 Bug 95530 - topmargin and leftmargin attributes on the BODY element should be honored in all modes (not just Quirks mode). r=dbaron 2014-09-27 13:02:07 -07:00
Ben Turner
141df104d6 Bug 994190 - 'Modify main-thread IndexedDB to use PBackground', r=khuey. 2014-09-26 16:21:57 -07:00
William Chen
f6d15ee24b Bug 1062578 - Call BindToTree/UnbindFromTree on shadow root children when host is bound/unbound from tree. r=smaug 2014-09-26 15:07:40 -07:00
Randell Jesup
032f97d837 Bug 1033066: Never let AudioSegments underflow mDuration and cause OOM allocation r=karlt 2014-09-26 14:13:17 -04:00
Sotaro Ikeda
77a1d5d86b Bug 1069109 - Do not occupy Audio channel if DOMMediaStream does not have audio r=cajbir 2014-09-26 06:14:32 -07:00
JW Wang
5a11398e89 Bug 1018125 - remove SpecialPowers.pushPrefEnv() which delays loading media resources and breaks the purpose of this test. r=kinetik 2014-09-25 19:44:00 +02:00
Carsten "Tomcat" Book
05a473f758 Backed out changeset 7d7ccb243db5 (bug 1062578) for breaking webplatform 4 tests 2014-09-26 08:14:23 +02:00
William Chen
5ba334c43f Bug 1062578 - Call BindToTree/UnbindFromTree on shadow root children when host is bound/unbound from tree. r=smaug 2014-09-25 21:53:20 -07:00
Phil Ringnalda
dd7ebaded4 Back out 693507b38116 (bug 1041180) since it doesn't like compiling without its friend
CLOSED TREE
2014-09-25 21:18:01 -07:00
Phil Ringnalda
5d9ca2987e Back out 11fc11a90d6b (bug 1041180) for xpcshell orange 2014-09-25 21:00:37 -07:00
Matthew Gregan
b78facf672 Bug 1072483 - Bustage fix for p2. 2014-09-26 14:37:07 +12:00
Matthew Gregan
39651b6ccc Bug 1072483 - Restore cluster sync search to WebM buffered parser (from bug 1044498) and use it when starting a parser from an arbitrary offset. r=cajbir 2014-09-24 20:13:00 +12:00
Matthew Gregan
783fcbd6b7 Bug 1072483 - Fix unit conversion error in WebMReader::GetBuffered. r=cpearce 2014-09-24 19:41:00 +12:00
Matthew Gregan
508fae7fe7 Bug 739094 - Push an empty AudioData instance to the AudioQueue when first WebM audio packet is empty. r=cpearce
Without this, the media start time is derived from the first packet that produces audio, but that may have a non-zero start time in badly muxed files.
2014-09-24 20:21:00 +12:00
Christoph Kerschbaumer
f51298588c Bug 1041180: Remove deprecated nsIChannelPolicy and use LoadInfo instead (r=sstamm) 2014-09-25 16:10:41 -07:00
Christoph Kerschbaumer
0de2d98100 Bug 1041180: Remove deprecated nsIChannelPolicy (r=sstamm,jduell,jst) 2014-09-25 16:10:28 -07:00
Bill McCloskey
d31e203769 Bug 1071003 - Fix null crash in XULDocument::ExecuteScript (r=smaug) 2014-09-25 15:19:13 -07:00
Ryan VanderMeulen
1fe0a415bd Backed out changesets b08e57dbef4e and 1049cfbf3426 (bug 947044) for various regressions. 2014-09-25 14:32:43 -04:00
Guilherme Goncalves
0251787e08 Bug 1071993 - Use js_realloc in nsXMLHttpRequest::ArrayBufferBuilder. r=sfink
--HG--
extra : rebase_source : e388083dff50ad02c4efa2d019a1b79586bd8d6e
2014-09-25 04:03:00 -04:00
Christoph Kerschbaumer
a88081a953 Bug 808292 - CSP: Implement path-level host-source matching, redirect tests (r=grobinson,sstamm) 2014-08-13 13:04:31 -07:00
Christoph Kerschbaumer
7fcf1eacf2 Bug 808292 - CSP: Implement path-level host-source matching, mochitests (r=grobinson,sstamm) 2014-08-12 13:08:52 -07:00
Christoph Kerschbaumer
af5722c366 Bug 808292 - CSP: Implement path-level host-source matching, utils modifications (r=grobinson,sstamm) 2014-08-12 12:55:08 -07:00
Christoph Kerschbaumer
f40f011958 Bug 808292 - CSP: Implement path-level host-source matching, parser updates (r=grobinson,sstamm) 2014-08-12 13:06:19 -07:00
Christoph Kerschbaumer
2c67b1a8b8 Bug 808292 - CSP: Implement path-level host-source matching, parser tests (r=grobinson,sstamm) 2014-08-12 13:07:34 -07:00
Carsten "Tomcat" Book
3801c1183b Merge m-c to mozilla-inbound 2014-09-25 14:42:49 +02:00