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

Unified Diff: Source/devtools/protocol.json

Issue 84643002: Update the metrics side bar pane and computed style pane after main frame resize. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Patch after review comments. Created 7 years, 1 month 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
Index: Source/devtools/protocol.json
diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json
index 7c3f5667e5953fc847a1855fc9d66840fb9219c5..40ec9a9f9c37eb205c4919af0696da4a50b90306 100644
--- a/Source/devtools/protocol.json
+++ b/Source/devtools/protocol.json
@@ -569,6 +569,10 @@
"hidden": true
},
{
+ "name": "frameResized",
+ "hidden": true
+ },
+ {
"name": "javascriptDialogOpening",
"description": "Fired when a JavaScript initiated dialog (alert, confirm, prompt, or onbeforeunload) is about to open.",
"parameters": [

Powered by Google App Engine
This is Rietveld 408576698