Ryan VanderMeulen
3484ce89e3
Backed out changesets e4c29a3a002e and 896d64c59638 (bug 975824) for webgl conformance test failures.
2014-02-26 10:23:18 -05:00
Dan Glastonbury
8add26cfba
Bug 975824 - Remove min-version from s3tc and depth conformance tests. r=jgilbert
2014-02-26 08:15:37 +10:00
Dan Glastonbury
426eadfb09
Bug 975824 - Fix compressed texture checks. r=jgilbert
2014-02-26 08:07:17 +10:00
Benjamin Chen
50be31651c
Bug 970774 - Add display width/height for track encoder. r=rillian
2014-02-21 14:27:41 +08:00
Wes Kocher
1282000702
Backed out 12 changesets (bug 958596) for several Android permafails to fix a CLOSED TREE
...
Backed out changeset e4c0e3d3a768 (bug 958596)
Backed out changeset 7bc4f48d6b05 (bug 958596)
Backed out changeset 89cd12e3db45 (bug 958596)
Backed out changeset 283411053340 (bug 958596)
Backed out changeset 5329fa8c8847 (bug 958596)
Backed out changeset 0d1d26d588e3 (bug 958596)
Backed out changeset 715fe9eb5dfd (bug 958596)
Backed out changeset 66dde9d67ffa (bug 958596)
Backed out changeset 79e589f75065 (bug 958596)
Backed out changeset 1ed4c880ab70 (bug 958596)
Backed out changeset 1d40b0b8036d (bug 958596)
Backed out changeset ad35d51d9781 (bug 958596)
2014-02-25 18:34:47 -08:00
Olli Pettay
0d2bb4deb2
Bug 976302 - MutationRecord should use mozilla::dom::DOMString, r=bz
...
--HG--
extra : rebase_source : 20188f6025d24c4ee109aefaa2642fb586147223
2014-02-26 02:45:08 +02:00
Olli Pettay
0a05ccc1c4
Bug 976367 - Use AutoArray in MutationObserver to reduce small allocations, r=mccr8
...
--HG--
extra : rebase_source : 5b74c01d5842e8c7e0d4875b301c0913f5da5d28
2014-02-26 02:41:47 +02:00
Olli Pettay
4dbc7e65c4
Bug 976373 - Collect mutation records to a list, not to an array, r=mccr8
...
--HG--
extra : rebase_source : 8e0c6ea003ed943b31a32bd61ec57e874ec14c20
2014-02-26 02:40:51 +02:00
Chris Pearce
658355882f
Bug 975933 - Increase precision of bug516323.indexed.ogv index's timestamp denominator to prevent precision mismatch causing test failures. r=rillian
2014-02-26 13:36:54 +13:00
Chris Pearce
9272d52033
Bug 975858 - Ensure that MediaResource dtor always runs on the main thread, making it safe to deref on non-main threads. r=roc
2014-02-26 13:36:54 +13:00
Chris Pearce
0403518a64
Bug 975928 - Use our estimate for MP3 duration rather than GStreamer's for buffered range end when fully buffered in MP3/GStreamer. r=alessandro.d
2014-02-26 13:36:54 +13:00
Chris Pearce
741f2a7cc5
Bug 975928 - Make test_buffered.html load media using xhr, so it's deterministic. r=kinetik
2014-02-26 13:36:54 +13:00
Botond Ballo
82f927284a
Bug 958596 - Add a Describe() method to nsIContent. r=bz
2014-01-22 16:15:05 -05:00
Boris Zbarsky
30573f3ce1
Bug 976272. Use DOMString for HTMLElement.className, and mark it as [Pure]. r=smaug
2014-02-25 17:26:16 -05:00
Rik Cabanier
926a338c87
Bug 966591 - Add #ifdef guards to fix compile issue with non-a11y builds r=dholbert
2014-02-25 13:47:29 -08:00
Luke Wagner
13dba8c69f
Bug 976348 - Change DescribeScriptedCaller to not return a JSScript (r=bholley)
...
--HG--
extra : rebase_source : 58387ce3e4c49d3140b92b84bf3577fc6584820e
2014-02-25 09:43:14 -06:00
John Schoenick
b1de4de852
Bug 852315 - Add scary warning comment. r=bsmedberg
2014-02-25 13:30:05 -08:00
John Schoenick
78dc97b207
Bug 971279 - Add plugin.java.mime. r=bsmedberg
2014-02-25 13:30:03 -08:00
John Schoenick
b2a962217f
Bug 971273 - Remove some dead code from HTMLSharedObjectElement. r=bsmedberg
2014-02-25 13:30:03 -08:00
Ted Mielczarek
792a6b2d36
Bug 976528 - Add webgl conformance tests to a manifest. r=jmaher
2014-02-25 14:29:24 -05:00
Ralph Giles
4d5dc0e37d
Bug 976211 - pref off test_framebuffer.html. r=kinetik
...
This test no longer passes, the failure masked by bug 975640.
Since this feature is deprecated and disabled anyway, just
make the test do nothing if the controlling pref is false.
That way we can re-enable tests, but if the feature is
restored the bitrot in the implementation will be flagged.
Also change the channel count back to 6, since we're reporting
the native value again.
2014-02-24 14:54:00 -08:00
Ralph Giles
21b3b55c2d
Bug 964559 - Expect empty string for canPlayType failure. r=doublec
...
As the mpeg and dash tests already knew, canPlayType() returns an
empty string ("") instead of "no" for unsupported formats. The
can_play_no_foo tests have been broken for some time.
2014-02-21 13:57:00 -08:00
Ralph Giles
9bb768bc16
Bug 964559 - Run ogg mochitests unconditionally. r=doublec
...
Now that support is always enabled, we can remove the conditionals
on the ogg-dependent tests.
The canplay test previously run only if ogg was disabled is updated
to verify that the runtime pref works when set to a non-default
'false' value.
2014-02-21 13:55:00 -08:00
Ralph Giles
a4ec495736
Bug 964559 - Remove MOZ_OGG. r=doublec,ted
...
We are unable to maintain all the --disable-foo build-time options
for the media code. Just support ogg unconditionally.
2014-02-20 18:01:00 -08:00
Ed Morley
9758464ba7
Backed out changeset f966e6a3d741 (bug 958596)
2014-02-25 17:17:06 +00:00
Botond Ballo
dc2a31f497
Bug 958596 - Add a Describe() method to nsIContent. r=bz
...
--HG--
extra : rebase_source : f0213fe5a8ad9dfba4b45ce27e731a748c104a91
2014-01-22 16:15:05 -05:00
Carsten "Tomcat" Book
2f4750a69d
Backed out changeset 0cea4bded6f8 (bug 936340) for mochitest-3 bustage on a CLOSED TREE
2014-02-25 16:00:47 +01:00
Carsten "Tomcat" Book
60446c5e55
Merge mozilla-central to mozilla-inbound
2014-02-25 15:18:06 +01:00
Rik Cabanier
7092bdbaca
Bug 966591 - Part 7: Bounds + error handling tests. r=surkov
2014-02-25 08:54:03 -05:00
Rik Cabanier
5e029ddc5f
Bug 966591 - Part 6: Some bug fixes to match spec. r=roc
2014-02-25 08:53:42 -05:00
Carsten "Tomcat" Book
3d4f8f1aaf
merge b2g-inbound to mozilla-central
2014-02-25 14:30:13 +01:00
Rik Cabanier
9fd9d8f6e5
Bug 966591 - Part 5: Pass hit bounds to a11y code. r=surkov
2014-02-21 08:36:58 -05:00
Rik Cabanier
740c9c884e
Bug 966591 - Part 4: Complete implementation of removeHitRegion. r=roc
2014-02-21 08:36:19 -05:00
Rik Cabanier
8ba62aa1e9
Bug 966591 - Part 3: Compute bounds of current path and set them as the accessible region. r=roc
2014-02-21 08:35:58 -05:00
Rik Cabanier
bdca28a308
Bug 966591 - Part 2: Validate input to AddHitRegion. Provide partial implementation. r=roc
2014-02-21 08:35:36 -05:00
Rik Cabanier
8500f89c15
Bug 966591 - Part 1: Put very basic hit region interface in + add runtime flag. r=roc
2014-02-21 08:35:14 -05:00
Alex Xu
980725d996
Bug 967927 - Fix Clang build warning in gstreamer. r=eflores
2014-02-25 08:40:54 -05:00
Richard Barnes
d1291417b9
Bug 936340 - Implement navigator.sendBeacon. r=sicking
2014-02-25 08:40:54 -05:00
Chris Pearce
93f42ad1bf
Bug 634747 - Set MediaQueue's to Finished() when we reach end of stream while decoding after seeking and while finding first frame. r=kinetik
2014-02-25 18:45:03 +13:00
Shih-Chiang Chien
4db1c68297
Bug 898949 - Part 1, add optios in permission prompt for Video/Audio device selection. r=fabrice,khuey
2013-09-10 17:41:59 +02:00
Steven Lee
96ccec4f5c
Bug 970183: Support phone rotation in gUM at start of capture r=slee,cjku,jesup
2014-02-25 02:22:36 -05:00
Sotaro Ikeda
c0ff94d478
Bug 957323 - Handle android's fence on gonk r=nical,doublec,pchang
2014-02-24 20:23:41 -08:00
Wes Kocher
a2628aed68
Merge inbound to m-c
2014-02-24 17:45:16 -08:00
Sotaro Ikeda
50391c488c
backout Bug 957323
2014-02-24 07:52:04 -08:00
Sotaro Ikeda
98bad732aa
Bug 957323 - handle android's fence on gonk r=nical,doublec,pchang
2014-02-24 07:29:43 -08:00
Alfredo Yang
5cdd45c736
Bug 974322 - Separate AAV/AVC codec name. r=cpearce
2014-02-24 09:19:21 -05:00
Carsten "Tomcat" Book
57081c9a50
merge b2g-inbound to mozilla-central
2014-02-24 12:55:53 +01:00
William Chen
7d7470aa8a
Bug 856140 - Sync our document.registerElement implementation to the current version of the spec. r=mrbkap
2014-02-23 13:01:26 -08:00
Cameron McCormack
da7f69d332
Bug 975658 - Move kTrackKind into HTMLTrackElement.cpp. r=reyre
2014-02-22 14:06:48 +11:00
Kan-Ru Chen (陳侃如)
921cc73733
Bug 942411 - Force reflow to trigger MozAfterPaint. r=smaug
2014-02-21 15:57:02 +08:00