gecko-dev/content
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
..
base Backed out 6 changesets (bug 989198, bug 1082963) for causing bug 1083231. 2014-10-16 12:57:18 -04:00
html Bug 1037990 - AccessLabelKey is now accessible event if the element is detached. r=bzbarsky 2014-10-15 07:42:00 +02:00
media Bug 1065881 - [e10s] Crash on child process shutdown in ShadowLayerForwarder::InWorkerThread 2014-10-12 16:23:20 -07:00
svg
test
xul Bug 1041180: Remove deprecated nsIChannelPolicy (r=sstamm,jduell,jst) 2014-10-15 19:11:45 -07:00
moz.build