| Commit-Queue | +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. |
| Commit-Queue | +2 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Re-enable GWSAbandonedPageLoadMetricsObserver browser tests
With the recent default enablement of kThrottleSendingCustomUserTimings
on desktop platforms, performance.mark() IPC messages from the renderer
process are batched and throttled (sent every 100ms). Consequently,
relying on content::WaitForLoadStop() in these tests is insufficient.
This CL extends PageLoadMetricsTestWaiter to support synchronizing on
custom user timing marks (`AddCustomUserTimingMarkExpectation`). The
tests now explicitly wait for the final mark injected by the setup,
ensuring all preceding milestones are fully recorded before assertions
run.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |