New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 914893 link

Starred by 1 user

Issue metadata

Status: Started
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

PageLoadMetrics does not report resources for failed loads

Project Member Reported by johnidel@chromium.org, Dec 13

Issue description

The OnResourceDataUseUpdate callback in PageLoadMetricsObserver does not receive any resources that are loaded by a frame whose provisional load fails (before commit). This can occur when an iframe that is currently loading has its contents docwritten. Any sub-resources loaded by the doc.write will not be reported. Presumably this is not missing many resources as this behavior is uncommon.

AdsPageLoadMetricsObserverBrowserTest.DocOverwritesNavigation tests this for PageLoadMetricsObserver::OnLoadedResource.
 

Sign in to add a comment