| Commit-Queue | +1 |
Support Back/Forward/Reload in PreloadServingMetrics PLMOHuanpo Lin`NavigationInitiator Back/Forward/Reload` would be better.
Done
initiator location. This CL adds the newly added initiator toHuanpo Linnavigation initiator
Done
command_line->AppendSwitch(switches::kIgnoreGooglePortNumbers);Huanpo LinFor what and why we need it? Could you add a comment?
Added, PTAL.
https://source.chromium.org/chromium/chromium/src/+/af6ed9b22f53ed6523c83dc7481b0d3c35e1df72:components/google/core/common/google_util.cc;l=269
It is due to the util function need this flag to consider customized port to be SRP.
| 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 |
// Allows the embedded test server's non-standard ports to be recognized as valid Google search URLs (SRP).
} else {
navigation_initiator_string_ = "Other";
}I guess this does not happen according to https://chromium-review.git.corp.google.com/c/chromium/src/+/8208862/comment/dfc004fd_6843919d/ ?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +1 |
// Allows the embedded test server's non-standard ports to be recognized as valid Google search URLs (SRP).
Done
I guess this does not happen according to https://chromium-review.git.corp.google.com/c/chromium/src/+/8208862/comment/dfc004fd_6843919d/ ?
Yes, though AI agent insists this is safer, I tested its example `history.go(0);` still results in reload in page transition, suggesting back forward page transition has no 0 offset.
I'm thinking about keeping track of the CHECK report, if it looks good for a while, I'll change this to CHECK_NE.
| 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. |
6 is the latest approved patch-set.
The change was submitted with unreviewed changes in the following files:
```
The name of the file: chrome/browser/page_load_metrics/observers/back_forward_cache_page_load_metrics_observer_browsertest.cc
Insertions: 2, Deletions: 1.
@@ -44,7 +44,8 @@
kBackForwardCacheEmitZeroSamplesForKeyMetrics,
{{}}}}),
content::GetDefaultDisabledBackForwardCacheFeaturesForTesting());
-
+ // Allows the embedded test server's non-standard ports to be recognized as
+ // valid Google search URLs (SRP).
command_line->AppendSwitch(switches::kIgnoreGooglePortNumbers);
MetricIntegrationTest::SetUpCommandLine(command_line);
}
```
Support NavigationInitiator Back/Forward/Reload in PreloadServingMetrics PLMO
As https://crrev.com/c/8208862 introduces Back/Forward/Reload in the
navigation initiator. This CL adds the newly added initiator to
PreloadServingMetricsPageLoadMetricsObserver.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |