Christoph Kerschbaumer
33a07fa544
Bug 1067471 - Add newChannel2 to nsIProtocolHandler that takes a loadinfo as an argument (r=sicking)
2014-10-22 17:16:57 -07:00
Ryan VanderMeulen
0c14767a2c
Backed out changeset 87433694df01 (bug 1082734
) for Gaia unit test failures.
...
CLOSED TREE
2014-10-23 11:32:35 -04:00
Carsten "Tomcat" Book
31636905ff
Backed out changeset f9f9b79c0aa6 (bug 982153) for suspicion of causing M1 Test failures on a CLOSED TREE
2014-10-23 16:35:22 +02:00
Andrea Marchesini
b9590a301a
Bug 1082734
- Remove URL.searchParams to avoid the stealing of data from future cross-origin sites, r=bz
2014-10-23 14:43:40 +01:00
Mats Palmgren
1213cd6fa5
Bug 1083855 - part 4, Make CreateShadowRoot first call DestroyFramesFor, then setup the new shadow root, then CreateFramesFor. r=bz
2014-10-23 13:19:25 +00:00
Carsten "Tomcat" Book
3dede2f234
Backed out changeset 2340c1d21e94 (bug 1082734
) for w4 test failures
2014-10-23 15:00:30 +02:00
Simon Lindholm
66fa771f6c
Bug 982153 - Give dynamically created script elements 1-indexed line numbers. r=bz
2014-10-22 15:21:00 -04:00
Andrea Marchesini
4ea9f2d003
Bug 1082734
- Remove URL.searchParams to avoid the stealing of data from future cross-origin sites, r=bz
2014-10-23 12:48:44 +01:00
Olli Pettay
873971368c
Bug 973638, update MutationObserver.observe() to follow the spec, r=baku
...
--HG--
extra : rebase_source : dd62e2140275c2026038322c6b656886ec7d122a
2014-10-23 14:11:40 +03:00
Chris Pearce
e396733de9
Bug 1055395 - gTests for GMPAsyncShutdown. r=edwin
2014-10-23 20:37:55 +13:00
Chris Pearce
5ba728a6b8
Bug 1087810 - Null check output sent to MP4Reader::Output(). r=edwin
2014-10-23 20:35:27 +13:00
Chris Pearce
ee875aa417
Bug 1087810 - Use GMPVideoi420Frame dimensions as picture region in EMEH264Decoder instead of assuming the size of frames is always the same as reported in the container. r=edwin
2014-10-23 20:35:19 +13:00
Ryan VanderMeulen
9c995d0076
Merge m-c to inbound. a=merge
2014-10-22 16:38:48 -04:00
Ryan VanderMeulen
a8a76f690d
Merge fx-team to m-c. a=merge
2014-10-22 16:27:41 -04:00
Olli Pettay
d791610ba4
Bug 1084502, <template>'s document should inherit mHasHadScriptHandlingObject from the OwnerDoc(), r=bholley
...
--HG--
extra : rebase_source : 6991665b5d8a494285d632a3b96b10aed43a7b1c
2014-10-22 17:25:56 +03:00
Christoph Kerschbaumer
477e00b11f
Bug 1086612 - CSP: Let source expression be the empty set in case no valid source can be parsed - update parser tests (r=sstamm)
2014-10-21 20:28:06 -07:00
Christoph Kerschbaumer
596674802e
Bug 1086612 - CSP: Let source expression be the empty set in case no valid source can be parsed - tests (r=sstamm)
2014-10-21 17:47:21 -07:00
Christoph Kerschbaumer
4932b53b11
Bug 1086612 - CSP: Let source expression be the empty set in case no valid source can be parsed (r=sstamm)
2014-10-21 19:59:13 -07:00
Brad Lassey
13ca6a649e
bug 1084035 - Add the ability to mirror tabs from desktop to a second screen, don't block browser sources when specified in constraints from chrome code r=jesup
2014-10-21 18:06:27 -04:00
Ryan VanderMeulen
66642f8680
Backed out changeset 27624d9e8f27 (bug 1084321) for B2G reftest orange.
2014-10-22 15:56:16 -04:00
Chris Pearce
fa856685bf
Bug 1085168 - Move timeout on async GMP shutdown to (catch all) non xpcom-shutdown case. r=jesup
2014-10-22 09:45:18 +13:00
Nikhil Marathe
a4c280a3c0
Bug 1082924 - Add CSP type for fetch API. r=tvyas,baku
...
--HG--
extra : transplant_source : i%D8%5C%7C%9D%FEQL%C1G%B8%3B2%06%AA%AE%3A%09%29%7E
2014-10-13 15:09:58 -07:00
Tom Schuster
4fb3d9c690
Bug 842498 - Remove nsIJSNativeInitializer. r=peterv
2014-10-21 20:45:28 +02:00
Boris Zbarsky
5b759b528b
Bug 1019191 part 15. Remove now-dead DOMCI_DATA bits. r=peterv
2014-10-22 11:40:49 -04:00
Alastor Wu
f80978be25
Bug 930444 - [MediaEncoder] Add Profile Label in Encoding path. r=roc
...
--HG--
extra : rebase_source : 65fad92cc22eddf42e447ef574fda6ec40d92b96
2014-10-20 16:17:26 +08:00
Jonathan Watt
5d50d54b0f
Bug 1074161 - Avoid creating a Moz2D Path object to draw SVG <rect>, <image> and <line> elements. r=mattwoodrow
2014-10-22 12:29:05 +01:00
Jonathan Watt
5b66e21f11
Bug 1085092 - Fix stroking of SVG polygon elements. r=longsonr
2014-10-22 10:48:37 +01:00
Karl Tomlinson
4b52f9fa07
bug 1083038 be more careful about conversion of seconds to floating point ticks r=padenot
...
Audio TrackTicks now match StreamTime so it is no longer necessary to use
double seconds to convert from StreamTime to TrackTicks.
Instead leave the fractional time in units of ticks/StreamTime, so that the
fractional offset is calculated from the quantity that is rounded.
--HG--
extra : rebase_source : 06bbb3273b7fb9f222e259bfb19af6a2db8224cf
2014-10-21 13:54:24 +13:00
Robert O'Callahan
d171aaa817
Bug 1061046. Part 1.5: Expose MediaStream::GraphRate(). r=karlt
...
This is guaranteed to work even if the stream has been disconnected from the graph,
so it's preferred to Graph()->GraphRate().
--HG--
extra : rebase_source : e12fe80b3d95eea5f63e460bf557518a5bdcd42c
2014-09-18 17:05:04 +12:00
Birunthan Mohanathas
f71975b256
Bug 1084979 - Prevent test_ipc.html from breaking subsequent tests that check for plugin/content crashes. r=jmaher
2014-10-22 06:28:02 +03:00
Anthony Jones
5affff49b6
Bug 1034444 - Unit tests for GetBuffered() and Interval; r=cpearce
2014-06-02 17:38:04 +02:00
Ehsan Akhgari
7c556dd594
Bug 1080909 - Do not accept a zero time constant when calling AudioParam.setTargetAtTime in order to avoid the division by zero later on; r=padenot
2014-10-21 10:14:26 -04:00
Carsten "Tomcat" Book
f35ddfdd22
Merge mozilla-central to mozilla-inbound
2014-10-21 15:55:25 +02:00
Andrew Martin McDonough
068835d9bb
Bug 1014614
- Use Android MediaCodec for decoding H264 and AAC in MP4 r=cpearce,edwin
...
--HG--
extra : rebase_source : 7e7d1fc38d13b52e2294c0237479b78b31bdeafb
2014-10-21 08:53:01 -05:00
Carsten "Tomcat" Book
05f05fd22c
merge fx-team to mozilla-central a=merge
2014-10-21 15:38:16 +02:00
Wes Kocher
f764a700ad
Merge m-c to fx-team a=merge
2014-10-20 19:01:55 -07:00
Wes Kocher
a90aa812b7
Merge inbound to m-c a=merge
2014-10-20 18:56:56 -07:00
Wes Kocher
845000a7e4
Merge m-c to fx-team a=merge
2014-10-20 18:34:45 -07:00
Wes Kocher
bc6781c19d
Merge inbound to m-c a=merge
2014-10-20 17:58:32 -07:00
Carsten "Tomcat" Book
e8412749e9
Merge mozilla-central to b2g-inbound
2014-10-20 15:52:37 +02:00
Carsten "Tomcat" Book
db53227352
merge mozilla-inbound to mozilla-central a=merge
2014-10-20 14:34:56 +02:00
Valentin Gosu
f4b976820f
Bug 1082723 - Add IPv6 delimiters to nsLocation::GetHostname and Link::GetHostname r=smaug
2014-10-20 13:46:20 +03:00
Rik Cabanier
eea6af4b41
Bug 1082663 - Fix for bug 1082663 - DOMMatrix does not implement stringifier from spec. r=bz
2014-10-20 11:14:00 +02:00
Carsten "Tomcat" Book
8bb7b76e7a
Merge m-c to b2g-inbound
2014-10-17 16:44:58 +02:00
Carsten "Tomcat" Book
d223fb495b
merge mozilla-inbound to mozilla-central a=merge
2014-10-17 16:25:34 +02:00
Benjamin Chen
456a639aa0
Bug 1079616 - Dispatch PushBlobRunnable in RequestData function, and remove CreateAndDispatchBlobEventRunnable. r=roc
2014-10-17 17:26:11 +08:00
Gijs Kruitbosch
463b49d081
Bug 1083895 - favicon should not change if link element isn't in DOM, r=bz
...
--HG--
extra : rebase_source : 6d8c8e5ecab8021fa5d42ba4b6fc82a7315fcc79
2014-10-16 15:00:12 -07:00
Andrea Marchesini
7228e8624f
Bug 1083425 - WebSocket should remove its nsIRequest from the docShell when disconnected, r=smaug
2014-10-17 08:12:26 +01:00
David Parks
faf8b8adce
Bug 1065881 - [e10s] Crash on child process shutdown in ShadowLayerForwarder::InWorkerThread
...
Had caused a crash in the test_streams_element_capture mochitest on Windows. The issue was that the audio decoder thread was destroying stale media frames by releasing a reference to them. This was causing the release of an Image on that thread, but that thread does not process a MessageLoop so the current MessageLoop is null. This is not a problem. Obviously, any thread that has no MessageLoop can't be the worker thread.
2014-10-12 16:23:20 -07:00
Ryan VanderMeulen
f00e2738a4
Backed out 6 changesets (bug 989198, bug 1082963) for causing bug 1083231.
...
Backed out changeset a7c972407578 (bug 1082963)
Backed out changeset 94d1b30bde00 (bug 989198)
Backed out changeset 01e064ceb505 (bug 989198)
Backed out changeset f5a538109e36 (bug 989198)
Backed out changeset 3ff227d79d74 (bug 989198)
Backed out changeset 186743fc6f6d (bug 989198)
CLOSED TREE
2014-10-16 12:57:18 -04:00