| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
miketaylr@, PTAL at third_party/blink/web_tests/virtual/stable/webexposed/global-interface-listing-expected.txt, thanks!
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
global-interface-listing-expected.txt LGTM, thanks!
xiaochenzh@, PTAL at tools/metrics/histograms/metadata/privacy/histograms.xml, thanks!
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
iclelland@, PTAL at tools/metrics/histograms/metadata/blink/histograms.xml, thanks!
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
caseq@, PTAL at headless/lib/browser/headless_content_browser_client*, thanks!
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
method getAndrew VergeBlink side of this LGTM, but you'll need an API owner to weigh in on this. I assume you sent an intent already?
Shivani SharmaAllowing sharedStorage.get() from documents (fenced frames) never actually shipped; we only got as far as I2P. Do we still need an intent to remove it?
Shivani Sharma+1. shared storage.get() is gated behind a default disabled feature flag and it was never enabled.
Resolving based on above and miketaylr@'s lgtm.
[fenced frames] Remove sharedStorage.get() in fenced frames
This is the 1st CL in a series that removes fenced storage read(FSR)
code. This CL does the following:
- removes sharedStorage.get() from a FF
- removes the related permission policy
- removes the related attestation category and checks
Follow up CLs will remove disableUntrustedNetwork and fence.notifyEvent
APIs introduced for FSR.
Fenced Storage Read's "do not launch" status announcement:
https://privacysandbox.google.com/overview/status
sharedStorage.get() in FFs is gated behind a default disabled feature
flag and it was never enabled, so this CL does not impact any launched behavior.
flag: https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/common/features.cc;drc=f79a5eea7a342c492253d84aa68d44513fa84ef4;l=750
gate:
https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/renderer/modules/shared_storage/shared_storage.cc;drc=f79a5eea7a342c492253d84aa68d44513fa84ef4;l=765
checked the changes in this CL against the following original CLs:
- https://chromium-review.googlesource.com/c/chromium/src/+/5966637
- https://chromium-review.googlesource.com/c/chromium/src/+/5279221
- https://chromium-review.googlesource.com/c/chromium/src/+/5920994
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |