Slow-reports is shipped back to our server with a chrome trace when some jank is detected on the chrome main thread.
See attachment.
Report: 2b13aef12c35c791
The following code is executed on the main thread.
https://cs.chromium.org/chromium/src/content/browser/ssl/ssl_manager.cc?l=141
if (BrowserThread::CurrentlyOn(BrowserThread::UI)) {
HandleSSLErrorOnUI(web_contents_getter, delegate, BrowserThread::UI,
resource_type, url, ssl_info, fatal);
return;
}
|
Deleted:
jank_ssl1.png
6.3 KB
|
|
Deleted:
jank_ssl2.png
23.4 KB
|
Comment 1 by etienneb@chromium.org
, Jul 26Labels: Hotlist-Jank