Chromium Code Reviews
DescriptionThe URL in the bug triggers an SSL interstitial for a redirect that redirects to a bad SSL page.
This happens because:
- when proceeding on an interstitial, we wait for the navigation to commit before hiding the current interstitial
- when showing an interstitial, if an interstitial is already showing we call DontProceed on it
In the case of this bug, the interstitial has already been approved when the showing of the 2nd interstitial calls DontProceed on it, causing bad things to happen.
The fix is easy: we shouldn't call DontProceed on an interstitial already "Proceeded".
BUG=9286
TEST=See bug.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=12727
Patch Set 1 #
Total comments: 4
Patch Set 2 : '' #
Messages
Total messages: 4 (0 generated)
|
|||||||||||||||||||||||||||||||||||||