[Webkit-unassigned] [Bug 45571] Add AudioNode files

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 21 13:15:43 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=45571





--- Comment #9 from Chris Rogers <crogers at google.com>  2010-09-21 13:15:42 PST ---
This patch adds more rigorous thread safety.  I've added extensive asserts about threads and locks being held in the important methods.  I've tested this in both multicore and simulated single-core modes (by turning off all but one thread using hwprefs) under stress tests, repeatedly re-loading the page etc.  I have tested by adding test code to simulate the try locks failing much more frequently than normal to make sure we handle those code paths.  I've run with the instrumentation to make sure that the reference counting doesn't create any memory leaks.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list