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

Side by Side Diff: Source/devtools/protocol.json

Issue 106353002: Nuke Profiler.setRecordingProfile protocol message (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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 | Annotate | Revision Log
« no previous file with comments | « Source/devtools/front_end/CanvasProfileView.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 3492 matching lines...) Expand 10 before | Expand all | Expand 10 after
3503 } 3503 }
3504 ], 3504 ],
3505 "events": [ 3505 "events": [
3506 { 3506 {
3507 "name": "addProfileHeader", 3507 "name": "addProfileHeader",
3508 "parameters": [ 3508 "parameters": [
3509 { "name": "header", "$ref": "ProfileHeader" } 3509 { "name": "header", "$ref": "ProfileHeader" }
3510 ] 3510 ]
3511 }, 3511 },
3512 { 3512 {
3513 "name": "setRecordingProfile",
3514 "parameters": [
3515 { "name": "isProfiling", "type": "boolean" }
3516 ]
3517 },
3518 {
3519 "name": "resetProfiles" 3513 "name": "resetProfiles"
3520 } 3514 }
3521 ] 3515 ]
3522 }, 3516 },
3523 { 3517 {
3524 "domain": "HeapProfiler", 3518 "domain": "HeapProfiler",
3525 "hidden": true, 3519 "hidden": true,
3526 "types": [ 3520 "types": [
3527 { 3521 {
3528 "id": "ProfileHeader", 3522 "id": "ProfileHeader",
(...skipping 545 matching lines...) Expand 10 before | Expand all | Expand 10 after
4074 "parameters": [ 4068 "parameters": [
4075 { "name": "value", "type": "array", "items": { "type": "obje ct" } } 4069 { "name": "value", "type": "array", "items": { "type": "obje ct" } }
4076 ] 4070 ]
4077 }, 4071 },
4078 { 4072 {
4079 "name": "tracingComplete" 4073 "name": "tracingComplete"
4080 } 4074 }
4081 ] 4075 ]
4082 }] 4076 }]
4083 } 4077 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/CanvasProfileView.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698