Wes Kocher
c696e0b1dd
Merge inbound to m-c a=merge
2014-10-20 17:58:32 -07:00
Carsten "Tomcat" Book
4364315264
Merge mozilla-central to b2g-inbound
2014-10-20 15:52:37 +02:00
Carsten "Tomcat" Book
47b4591b6a
merge mozilla-inbound to mozilla-central a=merge
2014-10-20 14:34:56 +02:00
Valentin Gosu
e58beda89d
Bug 1082723 - Add IPv6 delimiters to nsLocation::GetHostname and Link::GetHostname r=smaug
2014-10-20 13:46:20 +03:00
Carsten "Tomcat" Book
580df1b2dc
Merge m-c to b2g-inbound
2014-10-17 16:44:58 +02:00
Carsten "Tomcat" Book
894c3fd78c
merge mozilla-inbound to mozilla-central a=merge
2014-10-17 16:25:34 +02:00
Benjamin Chen
6dc2de71f9
Bug 1079616 - Dispatch PushBlobRunnable in RequestData function, and remove CreateAndDispatchBlobEventRunnable. r=roc
2014-10-17 17:26:11 +08:00
Gijs Kruitbosch
18e99721e4
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
c537bf3d0e
Bug 1083425 - WebSocket should remove its nsIRequest from the docShell when disconnected, r=smaug
2014-10-17 08:12:26 +01:00
David Parks
80cb5375d6
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
77e8bee35e
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
Ryan VanderMeulen
f9d39c28db
Backed out changeset 96aefa302688 (bug 1065881) for breaking content process leak checking.
...
CLOSED TREE
2014-10-16 12:23:56 -04:00
William Chen
b9df016d99
Bug 1064211 - Keep CustomElementData alive while on processing stack. r=mrbkap
2014-10-16 11:53:36 -07:00
JW Wang
1866445880
Bug 1021676 - Fix and re-enable test_delay_load.html on B2G. r=cajbir
2014-10-14 19:47:00 -04:00
Peter Van der Beken
8b6010b5ce
Bug 1068740 - Consider putting union types in the binding files where they're used. r=bz.
...
--HG--
extra : rebase_source : 7e0b1e2f60757b7758704dab3672ee829f3e4085
2014-10-01 20:43:26 +02:00
Jonathan Hao
635f40dd46
Bug 1080464 - [RTSP] Live stream frames are not rendered. r=ettseng r=bechen
...
--HG--
extra : rebase_source : aac290fc9cc887bd1a7a641b894a445ef4098c67
2014-10-13 11:30:26 +08:00
Henri Sivonen
f452542a69
Bug 1066483 - Drop SVG camelCase mappings filterRes, contentStyleType, contentScriptType and externalResourcesRequired. r=wchen.
2014-09-19 18:20:26 +03:00
Jonathan Watt
f440265515
Bug 1082483, part 2 - Convert Mozilla code to use the new Matrix4x4::PreTranslate/PreScale method names. r=Bas
2014-10-16 10:51:12 +01:00
David Parks
cd0cce18a4
Bug 1065881 - [e10s] Crash on child process shutdown in ShadowLayerForwarder::InWorkerThread. r=nical
...
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
Benjamin Chen
146ac8a4b4
Bug 1041362 - Modify testcases because during the oncanplaythrough callback function, the element might not ended but the mediastream is ended. r=roc
2014-10-15 17:34:30 +08:00
Akshendra Pratap Singh
83bff843dd
Bug 1037990 - AccessLabelKey is now accessible event if the element is detached. r=bzbarsky
2014-10-15 07:42:00 +02:00
JW Wang
cbc50415d6
Bug 760770 - allow 'progress' and 'suspend' events after 'ended'. r=roc
2014-10-14 23:28:00 +02:00
Andrew McCreight
0b819c9ed7
Bug 1035454, part 3 - Disable test_bug345339.html on e10s for leaking. r=jst
2014-10-15 20:04:33 -07:00
Christoph Kerschbaumer
43fe8b22ea
Bug 1041180: Remove deprecated nsIChannelPolicy and use LoadInfo instead (r=sstamm)
2014-10-15 19:12:53 -07:00
Christoph Kerschbaumer
faccbd4747
Bug 1041180: Remove deprecated nsIChannelPolicy (r=sstamm,jduell,jst)
2014-10-15 19:11:45 -07:00
Karl Tomlinson
a7c7feb189
bug 1082206 detach TrackBuffer when unlinking SourceBuffer r=kinetik
...
When HTMLMediaElement initiates MediaSourceDecoder Shutdown() in cycle
collection, it may no longer have access to the SourceBuffers to notify
through Detach().
The DiscardDecoder() call in TrackBuffer::Shutdown() is too late as this runs
after MediaDecoderStateMachine::FlushDecoding(), which waits for decode tasks
waiting on the MediaSourceResource.
--HG--
extra : rebase_source : 67e276044a251556eda2186d044c7f6b1f4363cd
extra : histedit_source : 4d921a5d2f4c0bce9ed67a3cb769c0d407662d6c
2014-10-15 17:02:43 +13:00
Karl Tomlinson
ffa9f57aec
bug 1081766 clear mDecoders in BreakCycles to save dispatching another task r=kinetik
...
--HG--
extra : rebase_source : 24cd218c1fe0bc4c67d6f9d94d98dfec1e3b497b
extra : histedit_source : 43fd6a0c7d2ba766f8f9f4fdb8fcd5adc6e5ed02
2014-10-10 17:58:50 +13:00
Karl Tomlinson
6f77880f07
bug 1081766 don't clear mDecoders in TrackBuffer::Shutdown so that BreakCycles can recurse r=kinetik
...
--HG--
extra : rebase_source : a6f20e639b6e71a26fe65ad9cedb8d852f8b31e4
extra : histedit_source : 08a606b2583a442b84d153ad776cc7a87229266b
2014-10-10 17:46:14 +13:00
Karl Tomlinson
35779dc7f8
bug 1081766 clear mInitializedDecoders and mParentDecoder only once r=kinetik
...
--HG--
extra : rebase_source : 2652f33a99818ec842233fda29f155fe193b195f
extra : histedit_source : 5711775674d0d68e3e1e7cab48272cb1fa1694ec
2014-10-10 17:22:41 +13:00
Karl Tomlinson
1a1ab16028
bug 1081766 don't clear mTrackBuffers in Shutdown so that BreakCycles can recurse r=kinetik
...
--HG--
extra : rebase_source : 2b5154fd7e5844b503eca37836aca116f4018fb3
extra : histedit_source : 31d7305391d71def3ed360582a3c4caacd736baa
2014-10-10 18:27:19 +13:00
Karl Tomlinson
a74994372c
bug 1081766 clear audio/video track/reader only once r=kinetik
...
Clearing tracks after Shutdown of TrackBuffers means they are cleared
after any more can be added.
--HG--
extra : rebase_source : afd6c4336f440f59da84465908e25b88619484de
extra : histedit_source : 9e2b5856642e9c2084fc14e6bf79195a67e7bff5
2014-10-10 18:26:12 +13:00
Eitan Isaacson
9dfe1af3f7
Bug 1080863 - Make nsPicoService an observer and initialize on profile-after-change. r=smaug
2014-10-15 14:44:10 -07:00
Randell Jesup
995f8abd7c
Bug 1070457: downgrade assertion about cubeb audiostreams to a warning r=roc
2014-10-15 17:33:54 -04:00
Andrew McCreight
c320aa8bad
Bug 1081415 - Traverse and Unlink nsXMLHttpRequest::mResponseBlob and ::mDOMFile. r=baku
2014-10-15 14:14:30 -07:00
Ryan VanderMeulen
b87718267b
Merge inbound to m-c. a=merge
...
CLOSED TREE
2014-10-15 14:31:16 -04:00
Carsten "Tomcat" Book
8b3a6338e5
Backed out changeset 6f411275b7ec (bug 1068740) for bustage on a CLOSED TREE
2014-10-15 16:50:45 +02:00
Fabrice Desré
f46b32e993
Bug 982874 - Import / export API for apps : Part 2: dom/webapps implementation r=marco,sicking
2014-10-14 22:55:14 -07:00
Fabrice Desré
2cb62d547e
Bug 982874 - Import / export API for apps : Part 1, temporary blobs r=bent
2014-10-14 22:55:14 -07:00
Wes Kocher
ae387ada3b
merge inbound to m-c a=merge
2014-10-14 17:17:55 -07:00
Gabor Krizsanits
82bc04722e
Bug 1081677 - Fixing multiple DOMContentLoaded issue for imports. r=smaug
2014-10-14 14:02:15 +02:00
Carsten "Tomcat" Book
06d5d829cd
Backed out changeset 3193763d0a3b (bug 1069222) for M1 test failures
2014-10-14 12:39:08 +02:00
Carsten "Tomcat" Book
c3882ca06a
Merge m-c to fx-team
2014-10-14 15:52:03 +02:00
Randell Jesup
1c4c354396
Backed out changesets ef6465b02d0d f749e3f70ffc ecd54a3fbfdd 8f472a850073 (bug 879717)
2014-10-13 22:18:22 -04:00
Chris Pearce
b76f1ebf42
Bug 1067216 - Make MediaKeys.isTypeSupported() more accurate. r=edwin,jesup
2014-10-14 13:52:56 +13:00
Edwin Flores
7d2f7fdcb6
Bug 1082239 - Disable gizmo-frag-cencinit.mp4 test case on test_encryptedMediaExtensions.html on a CLOSED TREE - r=bustage
2014-10-14 13:03:24 +13:00
Michael Best
81768c8fac
Bug 1077308 - If a field is auto-filled while not in focus, fire a change event immediately. r=smaug r=MattN
2014-10-07 10:54:51 +02:00
Wes Kocher
239c3cfc69
Backed out changeset d975d5a0f6ce (bug 1081686) for b2g/android mochitest-1 bustage
2014-10-13 11:40:19 -07:00
Sylvestre Ledru
dab312a057
Bug 1081935 - Missing UUID bump. r=smaug a=me
2014-10-13 17:27:34 +02:00
Andrea Marchesini
c0558bbc7c
Bug 1081686 - WebSocket can be still accessible once it is disconnected, r=smaug
...
--HG--
rename : content/base/test/test_websocket_hello.html => content/base/test/test_bug1081686.html
2014-10-13 18:22:09 +01:00
Peter Van der Beken
65e7e5726c
Bug 1068740 - Consider putting union types in the binding files where they're used. r=bz.
...
--HG--
extra : rebase_source : f2d78da408764170cb9f366d97960ca62245f113
2014-10-01 20:43:26 +02:00