Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(545)

Unified Diff: third_party/WebKit/Source/devtools/front_end/security/SecurityPanel.js

Issue 2244233008: DevTools security panel: switch to overview on interstitials (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: revert accidental change Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/LayoutTests/http/tests/inspector/security/origin-view-then-interstitial-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/security/SecurityPanel.js
diff --git a/third_party/WebKit/Source/devtools/front_end/security/SecurityPanel.js b/third_party/WebKit/Source/devtools/front_end/security/SecurityPanel.js
index 3ea499a9be83612b575d653cd97aeafcbe373a52..cda64f51a1efd7f3194136c5b3c7f4219811b928 100644
--- a/third_party/WebKit/Source/devtools/front_end/security/SecurityPanel.js
+++ b/third_party/WebKit/Source/devtools/front_end/security/SecurityPanel.js
@@ -296,6 +296,10 @@ WebInspector.SecurityPanel.prototype = {
_onInterstitialShown: function()
{
+ // The panel might have been displaying the origin view on the
+ // previously loaded page. When showing an interstitial, switch
+ // back to the Overview view.
+ this.selectAndSwitchToMainView();
this._sidebarTree.toggleOriginsList(true /* hidden */);
},
« no previous file with comments | « third_party/WebKit/LayoutTests/http/tests/inspector/security/origin-view-then-interstitial-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698