Files
palemoon27/dom
trav90 23c5c4b2da Remove "Diamond Problem" with MediaDecoder inheritance
MediaDecoder inherited from nsIObserver which inherits from nsISupport while also inheriting from AbstractMediaDecoder which itself inherits from nsISupport. This causes a "diamond problem", and prevents using some utility classes like NS_ProxyRelease or nsMainThreadPtrHandle. MediaDecoder will assert if destructed on anything but the main thread.
2018-07-25 07:14:34 +08:00
..
2018-07-25 07:14:13 +08:00
2018-07-25 06:53:33 +08:00
2018-07-24 23:16:02 +08:00
2018-07-24 23:31:10 +08:00
2018-07-25 07:03:16 +08:00
2018-07-25 06:35:32 +08:00