forked from chromium/chromium
-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[shared storage] rename runXXXOperation() and switch to a single regi…
…ster() function - rename runURLSelectionOperation() to selectURL() - rename runOperation() to run() - combine registerXXXOperation into a single register() function: migrate the `operation_definition_map_` map and registration function from `UnnamedOperationHandler` and `UrlSelectionOperationHandler` to `SharedStorageWorkletGlobalScope`, and only keep a reference of the maps in the two handlers. This CL updates the web & user facing functions, and will be merged to M103. A future CL will update other references (i.e. C++ functions, comments) in rest of the code base, and that will be in M104 after most M103 targets are done. Updated explainer: https://github.com/pythagoraskitty/shared-storage/blob/main/README.md Bug: 1325112 Change-Id: Id857d35e99b74b40e3f219ac00a36622de002dd8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3645133 Reviewed-by: Cammie Smith Barnes <cammie@chromium.org> Reviewed-by: Ayu Ishii <ayui@chromium.org> Commit-Queue: Yao Xiao <yaoxia@chromium.org> Cr-Commit-Position: refs/heads/main@{#1003398}
- Loading branch information
1 parent
8dde8bc
commit a10fe19
Showing
30 changed files
with
237 additions
and
311 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.