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 #30754

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
    Configuration menu
    Copy the full SHA
    bedd2d5 View commit details
    Browse the repository at this point in the history
  2. Update .patches

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

Commits on Sep 20, 2021

  1. Merge branch '12-x-y' into trop/12-x-y-bp-chore-cherry-pick-fix-for-1…

    …233564-from-chromium-1630326403542
    zcbenz committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    f24202b View commit details
    Browse the repository at this point in the history