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

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: Throttling the pane updates! 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 76cbcbea306dea557909fcc72eda93efe3ec9727..19058b5a910b548eebde2e642a7b8e522d0d173a 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