commit | 4599b6313c1a49cb6ef7653e866a767ac8e3360e | [log] [tgz] |
---|---|---|
author | Camillia Smith Barnes <cammie@chromium.org> | Tue May 27 22:16:45 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue May 27 22:16:45 2025 |
tree | 079da57b5eb11481f77ee6a5eace992b6b96f71e | |
parent | 03be5f7ec52d4252dab6dee50cce0246b01c52bc [diff] |
Shared Storage: Don't pass worklet ordinal ID on execution finish This is a followup to https://crrev.com/c/6546844. We remove the `worklet_ordinal_id` parameter from the `SharedStorageRuntimeManager::SharedStorageObserverInterface::` `OnSharedStorageWorkletOperationExecutionFinished()` method and related methods. A further followup CL will rename `worklet_ordinal_id` to `worklet_ordinal` and restrict passing the newly dubbed `worklet_ordinal` as an optional param to `OnSharedStorageAccessed()` for worklet creation methods only (addModule, createWorklet). This will include removing the parameter from methods in `SharedStorageLockManager`. Bug: 401011862 Change-Id: I9b80ba63c6fd85ac30ae61f109ead76fe52c18f3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6574459 Reviewed-by: Andrey Kosyakov <caseq@chromium.org> Reviewed-by: Yao Xiao <yaoxia@chromium.org> Reviewed-by: Avi Drissman <avi@chromium.org> Commit-Queue: Cammie Smith Barnes <cammie@chromium.org> Cr-Commit-Position: refs/heads/main@{#1466183}
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.