| Code-Review | +1 |
fixes those failures.Can you explain why the tests were failing, and how this CL fixes them?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +2 |
Can you explain why the tests were failing, and how this CL fixes them?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
2 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.
Renderer-side speculation heuristics - fix up preconnect fallback
When trying to enable the renderer-side heuristics by default[1], we've
noticed a few failures related to browser-side preconnects. This CL
fixes those failures:
PreloadingDecider::OnPointerDown() returned early when renderer-side
heuristics were enabled, but the renderer only sent EnactCandidate for
speculation rules matches. That meant that regular anchors did not
get preconnect when the feature is enabled.
Now it triggers preconnect whenever the anchor is not a speculation
rules candidate.
[1] https://chromium-review.googlesource.com/c/chromium/src/+/8164204
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |