Rik Cabanier
3bda053f2c
Bug 982480 - Add support + test case for context alpha attribute. r=roc
2014-03-16 15:34:14 -04:00
Ehsan Akhgari
76c02943a6
Bug 942411 - Request the full log in the test
2014-03-16 10:29:35 -04:00
Ryan VanderMeulen
c6029879a9
Backed out changeset 9a2aab98a8d0 (bug 982480) for reftest failures.
2014-03-15 19:18:13 -04:00
Rik Cabanier
0b692e14b7
Bug 982480 - Add support + test case for context alpha attribute. r=roc
2014-03-15 17:29:24 -04:00
Ehsan Akhgari
819b739494
Bug 942411 - Try to ensure that the test window has focus before running the test
2014-03-15 17:22:00 -04:00
Jeff Muizelaar
9e503fd30d
Bug 981856. Use an 888 config when creating a pbuffer. r=jgilbert
...
Old versions of llvmpipe (8.0.4) seem to give out 565 configs that it can't
actually make PBuffers for. Explicilty ask for 8,8,8 to avoid that problem.
2014-03-14 11:24:58 -04:00
Kyle Huey
817b5ccbd9
Bug 345123: Remove nsGetterAddRefs<T>'s operator nsISupports**. r=bsmedberg
2014-03-15 12:00:17 -07:00
Kyle Huey
d7764d686d
Bug 981150: Use nsTArrayForwardDeclare.h more. r=ehsan
2014-03-15 12:00:17 -07:00
Kyle Huey
b564544cf7
Bug 967364: Pass already_AddRefed by reference instead of by value. r=bsmedberg
2014-03-15 12:00:17 -07:00
Kyle Huey
1f3d658bb3
Bug 967364: Use every already_AddRefed. r=bsmedberg
2014-03-15 12:00:16 -07:00
Kyle Huey
fe6c4e28d6
Bug 967364: Rename already_AddRefed::get to take. r=bsmedberg
2014-03-15 12:00:15 -07:00
Wes Kocher
f7a4d641fc
Merge inbound to m-c
2014-03-14 22:20:25 -07:00
Wes Kocher
6c8846b330
Backed out changeset 46d18be48bc4 (bug 981856) for b2g gl bustages
...
* * *
Backed out changeset a2ec4ab256e8 (bug 981856)
2014-03-14 17:33:54 -07:00
Jeff Walden
45fbbba5b9
Back out b80f97b00d2f (bug 979480), it's in the way of more immediately important work. r=backout
2014-03-14 16:07:43 -07:00
Jeff Muizelaar
462e7bcb33
Bug 981856. Mark some B2G WebGL tests as succeeding.
...
CLOSED TREE
--HG--
extra : rebase_source : b04f991980c63c44973df8be7e44c7e2c5e812e0
2014-03-14 17:38:16 -04:00
Jeff Muizelaar
2285be665e
Bug 983650. Temporarily mark b2g webgl reftests tests as random
...
These tests fail on the current test machines but pass on the new ones. Mark them as random for now until we finish the transition to the new machines.
--HG--
extra : rebase_source : 7a4b3d85ed7e7c6cf2081b623e776d9034385c90
2014-03-14 14:31:16 -04:00
Brian Hackett
c9183d3fae
Bug 979480 - Don't store array buffer contents in elements, r=sfink.
2014-03-14 12:18:14 -06:00
John Lin
d6ff6e6958
Bug 983039 - [Media encoder] Support YV12 GrallocImage in OMXVideoEncoder on B2G. r=roc
2014-03-14 09:43:13 -04:00
Chris Pearce
a7e9be7f78
Bug 983204 - Ensure RTSP OMX reader's decoder is made active during loadmetadata. r=vchang
2014-03-14 13:24:54 +08:00
Bill McCloskey
fd05f3eb04
Bug 982828 - [e10s] Disable mochitest-plain tests that don't pass in e10s (r=ted)
2014-03-13 21:38:19 -07:00
Wes Kocher
3b83e5bb22
Backed out changeset 88425ad0f06a (bug 982828) for introducing various mochitest-5 failures on a CLOSED TREE
...
* * *
Backed out changeset 94f9ebdc6662 (bug 982828)
2014-03-13 19:41:21 -07:00
Wes Kocher
25a1824b03
Backed out changeset d42a36615c7e (bug 983204) for build bustage on an otherwise CLOSED TREE
2014-03-13 19:35:02 -07:00
Chris Pearce
dbfa9f342c
Bug 983204 - Ensure RTSP OMX reader's decoder is made active during loadmetadata. r=vchang
2014-03-14 10:11:02 +08:00
Bill McCloskey
e784b5aef6
Bug 982828 - [e10s] Disable mochitest-plain tests that don't pass in e10s (r=ted)
2014-03-13 15:41:41 -07:00
Ehsan Akhgari
f1b87eccd8
Bug 983014 - Move the rest of the -I build flags that stayed in Makefiles because of ANDROID_SOURCE to moz.build; r=mshal
2014-03-13 19:31:18 -04:00
Bill McCloskey
006786a6b4
Backed out changeset d6261f65070a
2014-03-13 15:52:27 -07:00
Bill McCloskey
ed100f425c
Bug 982828 - [e10s] Disable mochitest-plain tests that don't pass in e10s (r=ted)
2014-03-13 15:41:41 -07:00
Rick Eyre
1b31667459
Bug 882664 - Part 2: Perform sorting on TextTrackLists. r=rillian
...
- This implements sorting on the MediaElement's list of TextTracks as
described in: http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#text-track-model
This is important as automatically positioned cues will have a line
position that is relative to their TextTrack's position in the
MediaElement's list of TextTracks.
- Added a TextTrackSource enum which all TextTracks have. This helps
distinguish where a TextTrack came from.
2014-02-27 12:47:23 -05:00
Rick Eyre
50ef0f7c31
Bug 882664 - Part 1: TextTrack should hold a ref to its TrackElement, if any. r=rillian
2014-02-27 14:07:39 -05:00
Olli Pettay
36134aadad
Bug 982909 - Consistently use inner window when calling OpenJS. r=jst, r=mrbkap
2014-03-13 12:22:07 -04:00
Rick Eyre
3ac9bb5b9b
Bug 978163 - Part 4: Add test for VTTCue::Region. r=rillian
...
Updated test_texttrackregion.html to reflect the changes as well.
See spec bug: https://www.w3.org/Bugs/Public/show_bug.cgi?id=24380
DONTBUILD
2014-03-11 14:06:44 -04:00
Ryan VanderMeulen
0195bf607f
Backed out changeset 2b3efd1687ec for landing with the wrong bug number.
2014-03-13 11:42:23 -04:00
Rick Eyre
6950fb8914
Bug 978173 - Part 4: Add test for VTTCue::Region. r=rillian
...
Updated test_texttrackregion.html to reflect the changes as well.
See spec bug: https://www.w3.org/Bugs/Public/show_bug.cgi?id=24380
2014-03-11 14:06:44 -04:00
Rick Eyre
5dae77749b
Bug 978163 - Part 3: Vtt.js should add VTTRegions directly to the VTTCue. r=rillian
...
See spec bug https://www.w3.org/Bugs/Public/show_bug.cgi?id=24380 .
2014-03-11 13:36:07 -04:00
Rick Eyre
359d6d8b4c
Bug 978163 - Part 2: VTTCue should have Region property. r=rillian, r=bz
...
See spec bug: https://www.w3.org/Bugs/Public/show_bug.cgi?id=24380
2014-03-11 13:33:58 -04:00
Rick Eyre
0f67bb4ee3
Bug 978163 - Part 1: Remove VTTRegionList and VTTRegion TextTrack extensions. r=rillian, r=bz
...
- These two parts of the spec were recently removed as they
were seen as unecessary or bad design, in the case of the
VTTRegion TextTrack extensions. See the spec bug at:
https://www.w3.org/Bugs/Public/show_bug.cgi?id=24380
2014-03-10 11:33:06 -04:00
Nathan Froyd
30d823c434
Bug 982646 - refactor async messages code into nsSameProcessAsyncMessageBase class; r=smaug
2014-03-12 10:22:00 -04:00
Gian-Carlo Pascutto
d0e2165a66
Bug 877954 - Implement Load Management service. Add callbacks to ViEncoder. r=jesup
2014-03-13 11:05:27 +01:00
Paul Adenot
8d09c94c90
Bug 982541 - Update OscillatorNode.{start, stop} to have the first argument optional and default to zero. r=ehsan
2014-03-13 14:51:41 +08:00
Wes Kocher
71ac548664
Merge m-c to inbound
2014-03-12 18:59:54 -07:00
Ehsan Akhgari
dde9f7700b
Bug 981652 - Dispatch "select" events from HTMLInputElement/HTMLTextAreaElement.setSelectionRange() and selection setters; r=smaug
2014-03-12 21:44:33 -04:00
Jim Blandy
e64be7f402
Bug 978657: Provide introductionType information for HTML and XUL <script> elements. r=smaug
2014-03-12 13:10:02 -07:00
Benoit Jacob
56cf1149be
Bug 977757 - 1/3 - make nsCSSProps::EnabledState a bitfield - r=dbaron,bz
2014-03-07 12:14:23 -05:00
Vincent Chen
186171453a
Bug 922680 - triage reftests which fail oop, r=ahal
2014-03-12 09:25:23 -04:00
Max Vujovic
779cf45ba9
Bug 948265 - Introduce an "intermediate" coordinate space to share across chained filters. r=roc
2014-03-12 08:42:19 -04:00
Carsten "Tomcat" Book
966dce256d
Merge mozilla-central to mozilla-inbound
2014-03-12 12:27:31 +01:00
Carsten "Tomcat" Book
80ad770423
merge mozilla-inbound to mozilla-central
2014-03-12 12:15:34 +01:00
Vaibhav Agarwal
d126a07311
Bug 970925 - convert testing/mochitest/android.json into skip-if statements in mochitest.ini files; r=jmaher
2014-03-12 06:16:12 -04:00
Peter Chang
a96dd5a386
backout of rev 45253e02bde3, fd02f1217e4c, 75217485ce5a b=981804
2014-03-12 15:16:20 +08:00
Ryan VanderMeulen
95184620a9
Backed out changeset 1bcd1fea2e73 (bug 922680) for B2G reftest crashes.
...
CLOSED TREE
2014-03-11 14:29:34 -04:00