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

Side by Side 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: Created 7 years 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "version": { "major": "1", "minor": "1" }, 2 "version": { "major": "1", "minor": "1" },
3 "domains": [{ 3 "domains": [{
4 "domain": "Inspector", 4 "domain": "Inspector",
5 "hidden": true, 5 "hidden": true,
6 "types": [], 6 "types": [],
7 "commands": [ 7 "commands": [
8 { 8 {
9 "name": "enable", 9 "name": "enable",
10 "description": "Enables inspector domain notifications." 10 "description": "Enables inspector domain notifications."
(...skipping 541 matching lines...) Expand 10 before | Expand all | Expand 10 after
552 }, 552 },
553 { 553 {
554 "name": "frameClearedScheduledNavigation", 554 "name": "frameClearedScheduledNavigation",
555 "description": "Fired when frame no longer has a scheduled navig ation.", 555 "description": "Fired when frame no longer has a scheduled navig ation.",
556 "parameters": [ 556 "parameters": [
557 { "name": "frameId", "$ref": "FrameId", "description": "Id o f the frame that has cleared its scheduled navigation." } 557 { "name": "frameId", "$ref": "FrameId", "description": "Id o f the frame that has cleared its scheduled navigation." }
558 ], 558 ],
559 "hidden": true 559 "hidden": true
560 }, 560 },
561 { 561 {
562 "name": "frameResized",
563 "hidden": true
564 },
565 {
562 "name": "javascriptDialogOpening", 566 "name": "javascriptDialogOpening",
563 "description": "Fired when a JavaScript initiated dialog (alert, confirm, prompt, or onbeforeunload) is about to open.", 567 "description": "Fired when a JavaScript initiated dialog (alert, confirm, prompt, or onbeforeunload) is about to open.",
564 "parameters": [ 568 "parameters": [
565 { "name": "message", "type": "string", "description": "Messa ge that will be displayed by the dialog." } 569 { "name": "message", "type": "string", "description": "Messa ge that will be displayed by the dialog." }
566 ], 570 ],
567 "hidden": true 571 "hidden": true
568 }, 572 },
569 { 573 {
570 "name": "javascriptDialogClosed", 574 "name": "javascriptDialogClosed",
571 "description": "Fired when a JavaScript initiated dialog (alert, confirm, prompt, or onbeforeunload) has been closed.", 575 "description": "Fired when a JavaScript initiated dialog (alert, confirm, prompt, or onbeforeunload) has been closed.",
(...skipping 3465 matching lines...) Expand 10 before | Expand all | Expand 10 after
4037 "parameters": [ 4041 "parameters": [
4038 { "name": "value", "type": "array", "items": { "type": "obje ct" } } 4042 { "name": "value", "type": "array", "items": { "type": "obje ct" } }
4039 ] 4043 ]
4040 }, 4044 },
4041 { 4045 {
4042 "name": "tracingComplete" 4046 "name": "tracingComplete"
4043 } 4047 }
4044 ] 4048 ]
4045 }] 4049 }]
4046 } 4050 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698