| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
readonly attribute boolean earlyHints;The public API is `earlyhint` (all lower case, no s at end). Should the interface be the same?
Note you've already used `earlyHints` for preload so if we do change here, then should change there too.
assert_false(entry.earlyHints,Oh is it `earlyHints` after all? In which case the spec is incorrect?
https://github.com/WICG/speculative_load_measurement/blob/main/README.md#api-design
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
readonly attribute boolean earlyHints;The public API is `earlyhint` (all lower case, no s at end). Should the interface be the same?
Note you've already used `earlyHints` for preload so if we do change here, then should change there too.
I think it makes sense to align on the spec (both this and preloads)
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
params.cross_origin != kCrossOriginAttributeAnonymous;Can we move this into the if-body (line 384-386) to narrow down the scope of this variable, or keep it inlined in Preconnect() call like the original code?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
params.cross_origin != kCrossOriginAttributeAnonymous;Can we move this into the if-body (line 384-386) to narrow down the scope of this variable, or keep it inlined in Preconnect() call like the original code?
Done
Yoav Weiss (@Shopify)The public API is `earlyhint` (all lower case, no s at end). Should the interface be the same?
Note you've already used `earlyHints` for preload so if we do change here, then should change there too.
I think it makes sense to align on the spec (both this and preloads)
Done
Oh is it `earlyHints` after all? In which case the spec is incorrect?
https://github.com/WICG/speculative_load_measurement/blob/main/README.md#api-design
Done
| 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. |
Exportable changes to web-platform-tests were detected in this CL and a pull request in the upstream repo has been made: https://github.com/web-platform-tests/wpt/pull/60834.
When this CL lands, the bot will automatically merge the PR on GitHub if the required GitHub checks pass; otherwise, ecosystem-infra@ team will triage the failures and may contact you.
WPT Export docs:
https://chromium.googlesource.com/chromium/src/+/main/docs/testing/web_platform_tests.md#Automatic-export-process
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
6 is the latest approved patch-set.
The change was submitted with unreviewed changes in the following files:
```
The name of the file: third_party/blink/renderer/core/timing/preconnect_data.cc
Insertions: 2, Deletions: 2.
The diff is too large to show. Please review the diff.
```
```
The name of the file: android_webview/test/data/web_tests/webexposed/global-interface-listing-expected.txt
Insertions: 1, Deletions: 1.
The diff is too large to show. Please review the diff.
```
```
The name of the file: third_party/blink/web_tests/webexposed/global-interface-listing-expected.txt
Insertions: 1, Deletions: 1.
The diff is too large to show. Please review the diff.
```
```
The name of the file: third_party/blink/renderer/core/timing/preconnect_data.idl
Insertions: 1, Deletions: 1.
The diff is too large to show. Please review the diff.
```
```
The name of the file: third_party/blink/renderer/core/timing/preconnect_data.h
Insertions: 3, Deletions: 3.
The diff is too large to show. Please review the diff.
```
```
The name of the file: third_party/blink/web_tests/external/wpt/speculation-rules/speculation-measurement/performance-speculations-preconnect.tentative.html
Insertions: 2, Deletions: 2.
The diff is too large to show. Please review the diff.
```
```
The name of the file: third_party/blink/renderer/core/loader/preload_helper.cc
Insertions: 2, Deletions: 3.
The diff is too large to show. Please review the diff.
```
SpeculationMeasurement - renderer-side preconnect
https://github.com/WICG/speculative_load_measurement/issues/14 showed
a use case to also expose preconnects through the SpeculationMeasurement
API. This CL implements that for renderer-side preconnects.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
The WPT PR for this CL has been merged upstream! https://github.com/web-platform-tests/wpt/pull/60834
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |