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

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

Issue 1153503010: Devtools: Margin resizer in overlay experiment (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 months 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/DOMModel.js ('k') | Source/web/InspectorOverlayImpl.h » ('j') | 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 3073 matching lines...) Expand 10 before | Expand all | Expand 10 after
3084 { "name": "header", "$ref": "CSSStyleSheetHeader", "descript ion": "Added stylesheet metainfo." } 3084 { "name": "header", "$ref": "CSSStyleSheetHeader", "descript ion": "Added stylesheet metainfo." }
3085 ], 3085 ],
3086 "description": "Fired whenever an active document stylesheet is added." 3086 "description": "Fired whenever an active document stylesheet is added."
3087 }, 3087 },
3088 { 3088 {
3089 "name": "styleSheetRemoved", 3089 "name": "styleSheetRemoved",
3090 "parameters": [ 3090 "parameters": [
3091 { "name": "styleSheetId", "$ref": "StyleSheetId", "descripti on": "Identifier of the removed stylesheet." } 3091 { "name": "styleSheetId", "$ref": "StyleSheetId", "descripti on": "Identifier of the removed stylesheet." }
3092 ], 3092 ],
3093 "description": "Fired whenever an active document stylesheet is removed." 3093 "description": "Fired whenever an active document stylesheet is removed."
3094 },
3095 {
3096 "name": "cssPropertyEdited",
3097 "parameters": [
3098 { "name": "nodeId", "$ref": "DOM.NodeId", "description": "Ho st element id." },
3099 { "name": "newValue", "type": "number"}
3100 ]
3094 } 3101 }
3095 ] 3102 ]
3096 }, 3103 },
3097 { 3104 {
3098 "domain": "Timeline", 3105 "domain": "Timeline",
3099 "description": "Timeline domain is deprecated. Please use Tracing instea d.", 3106 "description": "Timeline domain is deprecated. Please use Tracing instea d.",
3100 "types": [ 3107 "types": [
3101 { 3108 {
3102 "id": "TimelineEvent", 3109 "id": "TimelineEvent",
3103 "type": "object", 3110 "type": "object",
(...skipping 1846 matching lines...) Expand 10 before | Expand all | Expand 10 after
4950 ], 4957 ],
4951 "returns": [ 4958 "returns": [
4952 { "name": "accessibilityNode", "$ref": "AXNode", "descriptio n": "The <code>Accessibility.AXNode</code> for this DOM node, if it exists.", "o ptional": true } 4959 { "name": "accessibilityNode", "$ref": "AXNode", "descriptio n": "The <code>Accessibility.AXNode</code> for this DOM node, if it exists.", "o ptional": true }
4953 ], 4960 ],
4954 "description": "Fetches the accessibility node for this DOM node , if it exists.", 4961 "description": "Fetches the accessibility node for this DOM node , if it exists.",
4955 "hidden": true 4962 "hidden": true
4956 } 4963 }
4957 ] 4964 ]
4958 }] 4965 }]
4959 } 4966 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/sdk/DOMModel.js ('k') | Source/web/InspectorOverlayImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698