-
Notifications
You must be signed in to change notification settings - Fork 7.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[shared storage] Add 'SharedStorageModifierMethod' interface to PA wo…
…rklet Introduce `SharedStorageModifierMethod` interface to PA worklet, that is inherited by individual methods. This is the proposed hierarchy, as part of the Web Locks integration proposal (e.g., This allows the IDL parameter to be written as sequence<SharedStorageModifierMethod>, and also allows the Blink class to store mojom object in the base class): - WICG/shared-storage#199 - WICG/shared-storage#205 Bug: 373899210 Change-Id: I2c83574bf9b87ab7c0cb9e6e4c656e742415b49f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6072666 Reviewed-by: Maks Orlovich <morlovich@chromium.org> Reviewed-by: Cammie Smith Barnes <cammie@chromium.org> Commit-Queue: Cammie Smith Barnes <cammie@chromium.org> Cr-Commit-Position: refs/heads/main@{#1393929}
- Loading branch information
1 parent
6ad9f2c
commit 4e9b666
Showing
2 changed files
with
120 additions
and
14 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