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

Unified Diff: Source/devtools/protocol.json

Issue 476423003: [DevTools] Add interstitial events to Inspector domain. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: empty handling in frontend Created 6 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 | « Source/devtools/front_end/main/Main.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/protocol.json
diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json
index 9a82561422cffb1354b91694406a21950904ef2d..02729b3488c0e114f2c4c64bcc6751c09076c8b4 100644
--- a/Source/devtools/protocol.json
+++ b/Source/devtools/protocol.json
@@ -45,6 +45,16 @@
"name": "targetCrashed",
"description": "Fired when debugging target has crashed",
"handlers": ["browser"]
+ },
+ {
+ "name": "interstitialShown",
+ "description": "Fired when interstitial page was shown",
+ "handlers": ["browser"]
+ },
+ {
+ "name": "interstitialHidden",
+ "description": "Fired when interstitial page was hidden",
+ "handlers": ["browser"]
}
]
},
« no previous file with comments | « Source/devtools/front_end/main/Main.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698