Chromium Code Reviews
DescriptionSet SSL info when an HTTP auth dialog is triggered by direct navigation.
This patch correctly sets the SSL information of a navigation entry when an
HTTP auth dialog is triggered. It only sets the information if the
navigation is initiated by the user (i.e. through the omnibox). It does not
set SSL information if the navigation ending up with the HTTP auth dialog
was triggered by a page redirect, as there is no SiteInstance to get the SSL
information from in that case.
BUG=395050
Patch Set 1 #
Total comments: 1
Patch Set 2 : Finish integrating with the new SSLStatus interfaces; rebase. #Patch Set 3 : Respond to creis' comments on the other CL. #
Total comments: 8
Patch Set 4 : Respond to meacer's comments, and fix nullptr deref in SSLManager::UpdateEntry. #Patch Set 5 : Fill in the rest of entry->GetSSL(). #
Total comments: 3
Messages
Total messages: 11 (1 generated)
|