New issue
Advanced search Search tips

Issue 867972 link

Starred by 1 user

Issue metadata

Status: Duplicate
Merged: issue 888555
Owner: ----
Closed: Sep 26
Cc:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

Potential jank caused by OnSSLCertificateError

Project Member Reported by etienneb@chromium.org, Jul 26

Issue description

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;
  }
 
jank_ssl1.png
6.3 KB View Download
jank_ssl2.png
23.4 KB View Download
Cc: gab@chromium.org fdoray@chromium.org
Labels: Hotlist-Jank
Cc: etienneb@chromium.org
Labels: Hotlist-SamplingProfilerInField Performance-Browser
Mergedinto: 888555
Status: Duplicate (was: Untriaged)

Sign in to add a comment