Set Ready For Review
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Introduce NavigatorStorageBuckets mixin for storageBuckets
This patch migrates partial interfaces to a interface mixin to align
with the specification.
Originally, these partial interfaces were introduced as a workaround for
a layering violation between core/ and modules/, since Blink could not
include mixins across those layers.
Now that the IDL compiler supports cross-component mixins[1], the
workaround is no longer needed, and this patch replaces the partial
interfaces with an interface mixin to follow the spec[2].
This CL has no behavior changes.
[1] https://chromium-review.googlesource.com/c/chromium/src/+/6968299
[2] https://wicg.github.io/storage-buckets
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |