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

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

Issue 750983003: DevTools: remove Console.setTracingBasedTimeline call from startup. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: review comments addressed Created 6 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/sdk/Target.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 1042 matching lines...) Expand 10 before | Expand all | Expand 10 after
1053 "hidden": true 1053 "hidden": true
1054 }, 1054 },
1055 { 1055 {
1056 "name": "addInspectedHeapObject", 1056 "name": "addInspectedHeapObject",
1057 "parameters": [ 1057 "parameters": [
1058 { "name": "heapObjectId", "type": "integer" } 1058 { "name": "heapObjectId", "type": "integer" }
1059 ], 1059 ],
1060 "hidden": true 1060 "hidden": true
1061 }, 1061 },
1062 { 1062 {
1063 "name": "setTracingBasedTimeline",
1064 "parameters": [
1065 { "name": "enabled", "type": "boolean", "description": "Swit ch console.timeline to tracing based." }
1066 ],
1067 "hidden": true
1068 },
1069 {
1070 "name": "setLastEvaluationResult", 1063 "name": "setLastEvaluationResult",
1071 "parameters": [ 1064 "parameters": [
1072 { "name": "objectId", "$ref": "Runtime.RemoteObjectId", "des cription": "Identifier of the object to set as last evaluation result." } 1065 { "name": "objectId", "$ref": "Runtime.RemoteObjectId", "des cription": "Identifier of the object to set as last evaluation result." }
1073 ], 1066 ],
1074 "hidden": true, 1067 "hidden": true,
1075 "description": "Sets last evaluation result in console. Can be a ccessed via <code>$_</code> command line API." 1068 "description": "Sets last evaluation result in console. Can be a ccessed via <code>$_</code> command line API."
1076 } 1069 }
1077 ], 1070 ],
1078 "events": [ 1071 "events": [
1079 { 1072 {
(...skipping 3601 matching lines...) Expand 10 before | Expand all | Expand 10 after
4681 { 4674 {
4682 "name": "animationPlayerCreated", 4675 "name": "animationPlayerCreated",
4683 "parameters": [ 4676 "parameters": [
4684 { "name": "player", "$ref": "AnimationPlayer", "description" : "AnimationPlayer that was created." } 4677 { "name": "player", "$ref": "AnimationPlayer", "description" : "AnimationPlayer that was created." }
4685 ], 4678 ],
4686 "hidden": true 4679 "hidden": true
4687 } 4680 }
4688 ] 4681 ]
4689 }] 4682 }]
4690 } 4683 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/sdk/Target.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698