commit | d6ef4cfe32ab0f191fecddb520c68420b62e91e1 | [log] [tgz] |
---|---|---|
author | Dave Tapuska <dtapuska@chromium.org> | Thu Sep 28 22:31:50 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Sep 28 22:31:50 2023 |
tree | 1228d913fd30b94fb3d2b3cb3c52ff76c024a482 | |
parent | 187a479a8a5cc41ce15034f23be1bbdb63218982 [diff] |
Fix crash calling RegisterAssociatedInterfaceBindersForServiceWorker Fix crash introduced in https://chromium-review.googlesource.com/c/chromium/src/+/4884014 If we have not initialized the global yet we should not call RegisterAssociatedInterfaceBindersForServiceWorker. This deals with the Pause/Resume global initialization code paths. Bug: 1487725 Change-Id: Ifc46d3bf120261fa07dd8ddbb4238e0b7f320f6d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4903882 Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Reviewed-by: Marijn Kruisselbrink <mek@chromium.org> Cr-Commit-Position: refs/heads/main@{#1202897}
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.
If you found a bug, please file it at https://crbug.com/new.