5d549a8fc2eb70898a41216ec1de267cf1649f75: Bug 853298 - Part 2: Make AudioNode an EventTarget; r=smaug
Ehsan Akhgari <ehsan@mozilla.com> - Fri, 12 Apr 2013 11:28:33 -0400 - rev 128749
Push
24540 by ryanvm@gmail.com at Mon, 15 Apr 2013 16:12:05 +0000
Bug 853298 - Part 2: Make AudioNode an EventTarget; r=smaug
dedbbce5235fe4a54b762ee63f796e7767f115e1: Bug 853298 - Part 1: Switch the ownership model of audio nodes to be based the cycle collector with wrapper caches; r=roc
Ehsan Akhgari <ehsan@mozilla.com> - Sun, 14 Apr 2013 21:52:55 -0400 - rev 128748
Push
24540 by ryanvm@gmail.com at Mon, 15 Apr 2013 16:12:05 +0000
Bug 853298 - Part 1: Switch the ownership model of audio nodes to be based the cycle collector with wrapper caches; r=roc
Here is what this patch does:
* Got rid of the JSBindingFinalized stuff
* Made all nodes wrappercached
* Started to hold a self reference while the AudioBufferSourceNode is playing back
* Converted the input references to weak references
* Got rid of all of the SetProduceOwnOutput and UpdateOutputEnded logic
The nodes are now collected by the cycle collector which calls into
DisconnectFromGraph which drops the references to other nodes and destroys the
media stream. Note that most of the cycles that are now inherent in the
ownership model are between nodes and their AudioParams (that is, the cycles
not created by content.)
1d031f4a22f56ecb0724e27deb819b0216040976: Bug 854302 - [Buri][WIFI]Cann't disconnect WIFI when connect AP use WPS. r=mrbkap
Vincent Chang <vchang@mozilla.com> - Tue, 26 Mar 2013 14:55:56 +0800 - rev 128747
Push
24540 by ryanvm@gmail.com at Mon, 15 Apr 2013 16:12:05 +0000
Bug 854302 - [Buri][WIFI]Cann't disconnect WIFI when connect AP use WPS. r=mrbkap
a03f74d9250952268e15d2f5ca09b09e8e537510: Bug 861557 - nsIClassInfo.idl references non-existent nsIClassInfo.h. r=jlebar
Colby Russell <Sevenspade@gmail.com> - Sun, 14 Apr 2013 21:32:07 -0400 - rev 128746
Push
24540 by ryanvm@gmail.com at Mon, 15 Apr 2013 16:12:05 +0000
Bug 861557 - nsIClassInfo.idl references non-existent nsIClassInfo.h. r=jlebar
7694941e13d8b0dc65e48ca596801a4f7d2264ed: Bug 861264 - Add support for options argument for OS.File.read method. r=Yoric
Yura Zenevich <yura.zenevich@gmail.com> - Sun, 14 Apr 2013 21:32:07 -0400 - rev 128745
Push
24540 by ryanvm@gmail.com at Mon, 15 Apr 2013 16:12:05 +0000
Bug 861264 - Add support for options argument for OS.File.read method. r=Yoric
fe71fc5d82674d31fe6f27f705aeb3ca5410a9aa: Bug 860338 - Remove MOZ_WEBVTT. r=khuey, r=ted
Ralph Giles <giles@mozilla.com> - Wed, 10 Apr 2013 16:37:00 -0700 - rev 128744
Push
24540 by ryanvm@gmail.com at Mon, 15 Apr 2013 16:12:05 +0000
Bug 860338 - Remove MOZ_WEBVTT. r=khuey, r=ted
The webvtt dom implementation and parser are a small amount of code.
Given the tendency of build-time switches to bitrot, it's not worth
keeping this one.
42a879409f18b820d9260d1c6098284a65cb2b20: Bug 852032 - Create a PlacesBackups.jsm. r=mak
Raymond Lee <raymond@raysquare.com> - Wed, 10 Apr 2013 17:10:33 +0800 - rev 128743
Push
24540 by ryanvm@gmail.com at Mon, 15 Apr 2013 16:12:05 +0000
Bug 852032 - Create a PlacesBackups.jsm. r=mak
11366920290ddc09d6e1603aa43a22e5249f854a: Bug 843865 - Implement Networking Dashboard using webidl. r=bz
Valentin Gosu <valentin.gosu@gmail.com> - Sun, 14 Apr 2013 21:32:06 -0400 - rev 128742
Push
24540 by ryanvm@gmail.com at Mon, 15 Apr 2013 16:12:05 +0000
Bug 843865 - Implement Networking Dashboard using webidl. r=bz
32f6b90836a63fb51527ccc892587f1a7b5a75d3: Bug 861127, refactor ContentClientRemote::CreateBuffer. r=Bas
Nicholas Cameron <ncameron@mozilla.com> - Mon, 15 Apr 2013 13:25:14 +1200 - rev 128741
Push
24540 by ryanvm@gmail.com at Mon, 15 Apr 2013 16:12:05 +0000
Bug 861127, refactor ContentClientRemote::CreateBuffer. r=Bas
9854f6db382b5bfc867d1bfec9c780b16f86bc80: Bug 857715: In testing/xpcshell/head.js, use 'uneval' to quote values passed to the child process. r=ted
Jim Blandy <jimb@mozilla.com> - Sun, 14 Apr 2013 17:49:40 -0700 - rev 128740
Push
24540 by ryanvm@gmail.com at Mon, 15 Apr 2013 16:12:05 +0000
Bug 857715: In testing/xpcshell/head.js, use 'uneval' to quote values passed to the child process. r=ted
d31055321344354a39889eccb54a95206ece6fcb: Bug 125082 - use GetChildren in inDOMUtils and inDeepTreeWalker to get native anonymous content, too. r=roc
Gijs Kruitbosch <gijskruitbosch@gmail.com> - Sun, 14 Apr 2013 11:47:31 -0700 - rev 128739
Push
24540 by ryanvm@gmail.com at Mon, 15 Apr 2013 16:12:05 +0000
Bug 125082 - use GetChildren in inDOMUtils and inDeepTreeWalker to get native anonymous content, too. r=roc
46906005efc8d7ba015a3f623b52045e930da173: Bug 846995 Part 3: Rename DOMSVGAnimatedTransformList and kill nsISupports r=jwatt
David Zbarsky <dzbarsky@gmail.com> - Sun, 14 Apr 2013 18:56:34 -0400 - rev 128738
Push
24540 by ryanvm@gmail.com at Mon, 15 Apr 2013 16:12:05 +0000
Bug 846995 Part 3: Rename DOMSVGAnimatedTransformList and kill nsISupports r=jwatt
218392354af18c61e0e743ac5cfcc03663230509: Bug 846995 Part 2: Rename SVGAnimatedTransformList to nsSVGAnimatedTransformList r=jwatt
David Zbarsky <dzbarsky@gmail.com> - Sun, 14 Apr 2013 18:56:34 -0400 - rev 128737
Push
24540 by ryanvm@gmail.com at Mon, 15 Apr 2013 16:12:05 +0000
Bug 846995 Part 2: Rename SVGAnimatedTransformList to nsSVGAnimatedTransformList r=jwatt
b48e4bc0b1f131a914f6d3bae6235b4db8b7d7fb: Bug 846995 Part 1: Fix all the files that reference SVGAnimatedTransformList r=jwatt
David Zbarsky <dzbarsky@gmail.com> - Sun, 14 Apr 2013 18:56:34 -0400 - rev 128736
Push
24540 by ryanvm@gmail.com at Mon, 15 Apr 2013 16:12:05 +0000
Bug 846995 Part 1: Fix all the files that reference SVGAnimatedTransformList r=jwatt
261d6997d1d132319cda73fd1ebf16f2137eefd8: Bug 861633: Fix typo in new TLS sync preferences introduced with bug 733642, r=bsmith
rsx11m <rsx11m.pub@gmail.com> - Sun, 14 Apr 2013 08:41:55 -0500 - rev 128735
Push
24539 by philringnalda@gmail.com at Mon, 15 Apr 2013 03:29:40 +0000
Bug 861633: Fix typo in new TLS sync preferences introduced with
bug 733642, r=bsmith
2b156ae54c3ea006d116d27f4d631d9eb7054245: Bug 857884 - Use dom::EventTarget more in content/ and dom/ Part 3 r=Ms2ger
David Zbarsky <dzbarsky@gmail.com> - Sun, 14 Apr 2013 14:27:33 -0400 - rev 128734
Push
24539 by philringnalda@gmail.com at Mon, 15 Apr 2013 03:29:40 +0000
Bug 857884 - Use dom::EventTarget more in content/ and dom/ Part 3 r=Ms2ger
7143c88f59dccb92148a64f29fb21f3dc2832eaa: Bug 861461 - Resolve this in sandbox.importFunction. r=bholley
Tom Schuster <evilpies@gmail.com> - Sun, 14 Apr 2013 18:45:36 +0200 - rev 128733
Push
24538 by philringnalda@gmail.com at Sun, 14 Apr 2013 21:42:10 +0000
Bug 861461 - Resolve this in sandbox.importFunction. r=bholley
f5f730869f6a25a71e8ba7545ed0530814067bd8: Bug 852400 - revert bug 739417 to support touchscreen on tara, r=mwu
James Zhang <james.zhang@spreadtrum.com> - Sun, 14 Apr 2013 13:45:47 +0200 - rev 128732
Push
24538 by philringnalda@gmail.com at Sun, 14 Apr 2013 21:42:10 +0000
Bug 852400 - revert
bug 739417 to support touchscreen on tara, r=mwu
6ce50f99b680c995f5fa81338d4491f9a37122ac: Bug 857820 part.3 Drop <blink> support from HTML parser r=mrbkap
Masayuki Nakano <masayuki@d-toybox.com> - Sun, 14 Apr 2013 19:11:09 +0900 - rev 128731
Push
24538 by philringnalda@gmail.com at Sun, 14 Apr 2013 21:42:10 +0000
Bug 857820 part.3 Drop <blink> support from HTML parser r=mrbkap
141e48a6df7c0052c75d31059258028e0b7d77fa: Bug 857820 part.2 Drop <blink> support from editor r=ehsan
Masayuki Nakano <masayuki@d-toybox.com> - Sun, 14 Apr 2013 19:11:07 +0900 - rev 128730
Push
24538 by philringnalda@gmail.com at Sun, 14 Apr 2013 21:42:10 +0000
Bug 857820 part.2 Drop <blink> support from editor r=ehsan