commit | 976dff049f31325c8f7a93f69f54fe70a92c83f5 | [log] [tgz] |
---|---|---|
author | Hongchan Choi <hongchan@chromium.org> | Thu Mar 18 00:40:25 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Mar 18 00:40:25 2021 |
tree | ee5396f67e586ecfdcf012d60b0451c552326d6e | |
parent | efedd708c44e5774212368041ae5d48a94d75216 [diff] |
Minimize and split the range of Mutex in ScriptProcessorNode This CL changes the broad range of Mutex in ScriptProcessorNode into smaller scopes. No glitches on: https://deepsid.chordian.net/ http://www.wothke.ch/websid_archive/ http://www.wothke.ch/playmod/index.php?file=/$Emulator%20Tests/ https://www.pogo.org.uk/~mark/tmp/test-audio-context.html Still glitches on: https://learningsynths.ableton.com/en/playground/ Bug: 1187016 Change-Id: I6504a21c4f74ffa9c5e2526820235dc254dcc04d Test: The repro case in 1181341 doesn't crash the ASAN build. Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2761782 Reviewed-by: Raymond Toy <rtoy@chromium.org> Commit-Queue: Hongchan Choi <hongchan@chromium.org> Cr-Commit-Position: refs/heads/master@{#864035}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.