Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: cherry-pick fix for 1233564 from chromium #30755

Commits on Aug 30, 2021

  1. chore: cherry-pick fix for 1233564 from chromium (#30636)

    * chore: cherry-pick fix for 1233564 from chromium
    
    Protect HRTF database loader thread from access by different threads
    
    This patch add a new mutex locker around the HRTF database loader
    thread to ensure the safe exclusive access of the loader thread
    and the HRTF database.
    
    (cherry picked from commit 6811e850ee10847da16c4d5fdc0f845494586b65)
    
    Bug: 1233564
    Change-Id: Ie12b99ffe520d3747e34af387a37637a10aab38a
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3068260
    Auto-Submit: Hongchan Choi <hongchan@chromium.org>
    Commit-Queue: Kentaro Hara <haraken@chromium.org>
    Reviewed-by: Kentaro Hara <haraken@chromium.org>
    
    [modify] https://crrev.com/033f0bdcbe538c61f532e97b03cb9c092a94b413/third_party/blink/renderer/platform/audio/hrtf_database_loader.cc
    [modify] https://crrev.com/033f0bdcbe538c61f532e97b03cb9c092a94b413/third_party/blink/renderer/platform/audio/hrtf_database_loader.h
    
    * chore: update patches
    
    Co-authored-by: PatchUp <73610968+patchup[bot]@users.noreply.github.com>
    2 people authored and electron-bot committed Aug 30, 2021
    Copy the full SHA
    c221915 View commit details
    Browse the repository at this point in the history
  2. Update .patches

    zcbenz committed Aug 30, 2021
    Copy the full SHA
    b45ae6b View commit details
    Browse the repository at this point in the history