OLD | NEW |
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 2693 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2704 { | 2704 { |
2705 "id": "StyleSheetOrigin", | 2705 "id": "StyleSheetOrigin", |
2706 "type": "string", | 2706 "type": "string", |
2707 "enum": ["injected", "user-agent", "inspector", "regular"], | 2707 "enum": ["injected", "user-agent", "inspector", "regular"], |
2708 "description": "Stylesheet type: \"injected\" for stylesheets in
jected via extension, \"user-agent\" for user-agent stylesheets, \"inspector\" f
or stylesheets created by the inspector (i.e. those holding the \"via inspector\
" rules), \"regular\" for regular stylesheets." | 2708 "description": "Stylesheet type: \"injected\" for stylesheets in
jected via extension, \"user-agent\" for user-agent stylesheets, \"inspector\" f
or stylesheets created by the inspector (i.e. those holding the \"via inspector\
" rules), \"regular\" for regular stylesheets." |
2709 }, | 2709 }, |
2710 { | 2710 { |
2711 "id": "PseudoIdMatches", | 2711 "id": "PseudoIdMatches", |
2712 "type": "object", | 2712 "type": "object", |
2713 "properties": [ | 2713 "properties": [ |
2714 { "name": "pseudoId", "type": "integer", "description": "Pse
udo style identifier (see <code>enum PseudoId</code> in <code>LayoutStyleConstan
ts.h</code>)."}, | 2714 { "name": "pseudoId", "type": "integer", "description": "Pse
udo style identifier (see <code>enum PseudoId</code> in <code>ComputedStyleConst
ants.h</code>)."}, |
2715 { "name": "matches", "type": "array", "items": { "$ref": "Ru
leMatch" }, "description": "Matches of CSS rules applicable to the pseudo style.
"} | 2715 { "name": "matches", "type": "array", "items": { "$ref": "Ru
leMatch" }, "description": "Matches of CSS rules applicable to the pseudo style.
"} |
2716 ], | 2716 ], |
2717 "description": "CSS rule collection for a single pseudo style." | 2717 "description": "CSS rule collection for a single pseudo style." |
2718 }, | 2718 }, |
2719 { | 2719 { |
2720 "id": "InheritedStyleEntry", | 2720 "id": "InheritedStyleEntry", |
2721 "type": "object", | 2721 "type": "object", |
2722 "properties": [ | 2722 "properties": [ |
2723 { "name": "inlineStyle", "$ref": "CSSStyle", "optional": tru
e, "description": "The ancestor node's inline style, if any, in the style inheri
tance chain." }, | 2723 { "name": "inlineStyle", "$ref": "CSSStyle", "optional": tru
e, "description": "The ancestor node's inline style, if any, in the style inheri
tance chain." }, |
2724 { "name": "matchedCSSRules", "type": "array", "items": { "$r
ef": "RuleMatch" }, "description": "Matches of CSS rules matching the ancestor n
ode in the style inheritance chain." } | 2724 { "name": "matchedCSSRules", "type": "array", "items": { "$r
ef": "RuleMatch" }, "description": "Matches of CSS rules matching the ancestor n
ode in the style inheritance chain." } |
(...skipping 2330 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5055 ], | 5055 ], |
5056 "returns": [ | 5056 "returns": [ |
5057 { "name": "accessibilityNode", "$ref": "AXNode", "descriptio
n": "The <code>Accessibility.AXNode</code> for this DOM node, if it exists.", "o
ptional": true } | 5057 { "name": "accessibilityNode", "$ref": "AXNode", "descriptio
n": "The <code>Accessibility.AXNode</code> for this DOM node, if it exists.", "o
ptional": true } |
5058 ], | 5058 ], |
5059 "description": "Fetches the accessibility node for this DOM node
, if it exists.", | 5059 "description": "Fetches the accessibility node for this DOM node
, if it exists.", |
5060 "hidden": true | 5060 "hidden": true |
5061 } | 5061 } |
5062 ] | 5062 ] |
5063 }] | 5063 }] |
5064 } | 5064 } |
OLD | NEW |