gecko/dom/media/raw
Bobby Holley 84e3dfc343 Bug 1178938 - Introduce a new mechanism for iterative work and prototype it with RawReader. r=jww
The current model can hog the task queue indefinitely, and relies on synchronously
reading cross-thread state in order to detect shutdown conditions. In order to stop
doing that, we need a different model. Thankfully, MediaPromises/closures make this
a lot more concise than it could be.
2015-07-02 12:38:43 -07:00
..
moz.build
RawDecoder.cpp
RawDecoder.h
RawReader.cpp Bug 1178938 - Introduce a new mechanism for iterative work and prototype it with RawReader. r=jww 2015-07-02 12:38:43 -07:00
RawReader.h Bug 1178938 - Introduce a new mechanism for iterative work and prototype it with RawReader. r=jww 2015-07-02 12:38:43 -07:00
RawStructs.h