OLD | NEW |
1 { | 1 { |
2 "compatible": [], | 2 "compatible": [], |
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 "events": [ | 9 "events": [ |
10 { | 10 { |
(...skipping 1264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1275 { "name": "styleAttributes", "type": "array", "items": { "$r
ef": "CSSStyleAttribute" }, "description": "Entries for style-related element at
tributes (e.g. width=20)."}, | 1275 { "name": "styleAttributes", "type": "array", "items": { "$r
ef": "CSSStyleAttribute" }, "description": "Entries for style-related element at
tributes (e.g. width=20)."}, |
1276 { "name": "pseudoElements", "type": "array", "items": { "$re
f": "PseudoIdRules" }, "description": "Pseudo style rules for this node." }, | 1276 { "name": "pseudoElements", "type": "array", "items": { "$re
f": "PseudoIdRules" }, "description": "Pseudo style rules for this node." }, |
1277 { "name": "inherited", "type": "array", "items": { "$ref": "
InheritedStyleEntry" }, "description": "A chain of inherited styles (from the im
mediate node parent up to the DOM tree root)." } | 1277 { "name": "inherited", "type": "array", "items": { "$ref": "
InheritedStyleEntry" }, "description": "A chain of inherited styles (from the im
mediate node parent up to the DOM tree root)." } |
1278 ], | 1278 ], |
1279 "description": "A holder for all CSS styles applicable to a part
icular DOM node." | 1279 "description": "A holder for all CSS styles applicable to a part
icular DOM node." |
1280 }, | 1280 }, |
1281 { | 1281 { |
1282 "id": "PseudoIdRules", | 1282 "id": "PseudoIdRules", |
1283 "type": "object", | 1283 "type": "object", |
1284 "properties": [ | 1284 "properties": [ |
1285 { "name": "pseudoId", "type": "integer", "description": "Pse
udo style identifier (see <code>enum PseudoId</code> in <code>LayoutStyleConstan
ts.h</code>)."}, | 1285 { "name": "pseudoId", "type": "integer", "description": "Pse
udo style identifier (see <code>enum PseudoId</code> in <code>ComputedStyleConst
ants.h</code>)."}, |
1286 { "name": "rules", "type": "array", "items": { "$ref": "CSSR
ule" }, "description": "CSS rules applicable to the pseudo style."} | 1286 { "name": "rules", "type": "array", "items": { "$ref": "CSSR
ule" }, "description": "CSS rules applicable to the pseudo style."} |
1287 ], | 1287 ], |
1288 "description": "CSS rule collection for a single pseudo style." | 1288 "description": "CSS rule collection for a single pseudo style." |
1289 }, | 1289 }, |
1290 { | 1290 { |
1291 "id": "InheritedStyleEntry", | 1291 "id": "InheritedStyleEntry", |
1292 "type": "object", | 1292 "type": "object", |
1293 "properties": [ | 1293 "properties": [ |
1294 { "name": "inlineStyle", "$ref": "CSSStyle", "optional": tru
e, "description": "The ancestor node's inline style, if any, in the style inheri
tance chain." }, | 1294 { "name": "inlineStyle", "$ref": "CSSStyle", "optional": tru
e, "description": "The ancestor node's inline style, if any, in the style inheri
tance chain." }, |
1295 { "name": "matchedCSSRules", "type": "array", "items": { "$r
ef": "CSSRule" }, "description": "CSS rules matching the ancestor node in the st
yle inheritance chain." } | 1295 { "name": "matchedCSSRules", "type": "array", "items": { "$r
ef": "CSSRule" }, "description": "CSS rules matching the ancestor node in the st
yle inheritance chain." } |
(...skipping 719 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2015 { | 2015 { |
2016 "name": "dispatchMessageFromWorker", | 2016 "name": "dispatchMessageFromWorker", |
2017 "parameters": [ | 2017 "parameters": [ |
2018 { "name": "workerId", "type": "integer" }, | 2018 { "name": "workerId", "type": "integer" }, |
2019 { "name": "message", "type": "object" } | 2019 { "name": "message", "type": "object" } |
2020 ] | 2020 ] |
2021 } | 2021 } |
2022 ] | 2022 ] |
2023 }] | 2023 }] |
2024 } | 2024 } |
OLD | NEW |