Chromium Code Reviews
DescriptionMerged PipelineInternal into PipelineImpl, eliminating a ton of thread-UNsafeness and confusion.
Long story short: there's no reason to split an implementation of class between two classes. The data was being held in one class, with the other class accessing it privately without acquiring the lock. Really, really painful to debug as well.
Now we have a unified implementation of Pipeline that takes care of client API requests as well as filter interaction.
Since Pipeline is properly reference counted and there are two less objects to worry about, the crash reported in 3.0.195.1 should also be resolved.
BUG=17107, 17548
TEST=pipeline tests, media player and chrome ui tests
Patch Set 1 #Patch Set 2 : Fixed error logging #
Messages
Total messages: 5 (0 generated)
|
|||||||||||||||||||||||||||||||||||||