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

Side by Side Diff: Source/devtools/Inspector-1.0.json

Issue 1033943002: Rename LayoutStyle to papayawhip (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: ensureComputedStyle Created 5 years, 8 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/Inspector-0.1.json ('k') | Source/devtools/Inspector-1.1.json » ('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 "domains": [{ 2 "domains": [{
3 "domain": "Inspector", 3 "domain": "Inspector",
4 "hidden": true, 4 "hidden": true,
5 "types": [], 5 "types": [],
6 "commands": [ 6 "commands": [
7 { 7 {
8 "name": "enable", 8 "name": "enable",
9 "description": "Enables inspector domain notifications." 9 "description": "Enables inspector domain notifications."
10 }, 10 },
(...skipping 1578 matching lines...) Expand 10 before | Expand all | Expand 10 after
1589 "properties": [ 1589 "properties": [
1590 { "name": "styleSheetId", "type": "string", "description": " Enclosing stylesheet identifier." }, 1590 { "name": "styleSheetId", "type": "string", "description": " Enclosing stylesheet identifier." },
1591 { "name": "ordinal", "type": "integer", "description": "The rule ordinal within the stylesheet." } 1591 { "name": "ordinal", "type": "integer", "description": "The rule ordinal within the stylesheet." }
1592 ], 1592 ],
1593 "description": "This object identifies a CSS rule in a unique wa y." 1593 "description": "This object identifies a CSS rule in a unique wa y."
1594 }, 1594 },
1595 { 1595 {
1596 "id": "PseudoIdRules", 1596 "id": "PseudoIdRules",
1597 "type": "object", 1597 "type": "object",
1598 "properties": [ 1598 "properties": [
1599 { "name": "pseudoId", "type": "integer", "description": "Pse udo style identifier (see <code>enum PseudoId</code> in <code>LayoutStyleConstan ts.h</code>)."}, 1599 { "name": "pseudoId", "type": "integer", "description": "Pse udo style identifier (see <code>enum PseudoId</code> in <code>ComputedStyleConst ants.h</code>)."},
1600 { "name": "rules", "type": "array", "items": { "$ref": "CSSR ule" }, "description": "CSS rules applicable to the pseudo style."} 1600 { "name": "rules", "type": "array", "items": { "$ref": "CSSR ule" }, "description": "CSS rules applicable to the pseudo style."}
1601 ], 1601 ],
1602 "description": "CSS rule collection for a single pseudo style." 1602 "description": "CSS rule collection for a single pseudo style."
1603 }, 1603 },
1604 { 1604 {
1605 "id": "InheritedStyleEntry", 1605 "id": "InheritedStyleEntry",
1606 "type": "object", 1606 "type": "object",
1607 "properties": [ 1607 "properties": [
1608 { "name": "inlineStyle", "$ref": "CSSStyle", "optional": tru e, "description": "The ancestor node's inline style, if any, in the style inheri tance chain." }, 1608 { "name": "inlineStyle", "$ref": "CSSStyle", "optional": tru e, "description": "The ancestor node's inline style, if any, in the style inheri tance chain." },
1609 { "name": "matchedCSSRules", "type": "array", "items": { "$r ef": "CSSRule" }, "description": "CSS rules matching the ancestor node in the st yle inheritance chain." } 1609 { "name": "matchedCSSRules", "type": "array", "items": { "$r ef": "CSSRule" }, "description": "CSS rules matching the ancestor node in the st yle inheritance chain." }
(...skipping 871 matching lines...) Expand 10 before | Expand all | Expand 10 after
2481 { "name": "workerId", "type": "integer" }, 2481 { "name": "workerId", "type": "integer" },
2482 { "name": "message", "type": "object" } 2482 { "name": "message", "type": "object" }
2483 ] 2483 ]
2484 }, 2484 },
2485 { 2485 {
2486 "name": "disconnectedFromWorker" 2486 "name": "disconnectedFromWorker"
2487 } 2487 }
2488 ] 2488 ]
2489 }] 2489 }]
2490 } 2490 }
OLDNEW
« no previous file with comments | « Source/devtools/Inspector-0.1.json ('k') | Source/devtools/Inspector-1.1.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698