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

Side by Side Diff: Source/devtools/Inspector-1.1.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
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 2319 matching lines...) Expand 10 before | Expand all | Expand 10 after
2330 "properties": [ 2330 "properties": [
2331 { "name": "styleSheetId", "$ref": "StyleSheetId", "descripti on": "Enclosing stylesheet identifier." }, 2331 { "name": "styleSheetId", "$ref": "StyleSheetId", "descripti on": "Enclosing stylesheet identifier." },
2332 { "name": "ordinal", "type": "integer", "description": "The rule ordinal within the stylesheet." } 2332 { "name": "ordinal", "type": "integer", "description": "The rule ordinal within the stylesheet." }
2333 ], 2333 ],
2334 "description": "This object identifies a CSS rule in a unique wa y." 2334 "description": "This object identifies a CSS rule in a unique wa y."
2335 }, 2335 },
2336 { 2336 {
2337 "id": "PseudoIdMatches", 2337 "id": "PseudoIdMatches",
2338 "type": "object", 2338 "type": "object",
2339 "properties": [ 2339 "properties": [
2340 { "name": "pseudoId", "type": "integer", "description": "Pse udo style identifier (see <code>enum PseudoId</code> in <code>LayoutStyleConstan ts.h</code>)."}, 2340 { "name": "pseudoId", "type": "integer", "description": "Pse udo style identifier (see <code>enum PseudoId</code> in <code>ComputedStyleConst ants.h</code>)."},
2341 { "name": "matches", "type": "array", "items": { "$ref": "Ru leMatch" }, "description": "Matches of CSS rules applicable to the pseudo style. "} 2341 { "name": "matches", "type": "array", "items": { "$ref": "Ru leMatch" }, "description": "Matches of CSS rules applicable to the pseudo style. "}
2342 ], 2342 ],
2343 "description": "CSS rule collection for a single pseudo style." 2343 "description": "CSS rule collection for a single pseudo style."
2344 }, 2344 },
2345 { 2345 {
2346 "id": "InheritedStyleEntry", 2346 "id": "InheritedStyleEntry",
2347 "type": "object", 2347 "type": "object",
2348 "properties": [ 2348 "properties": [
2349 { "name": "inlineStyle", "$ref": "CSSStyle", "optional": tru e, "description": "The ancestor node's inline style, if any, in the style inheri tance chain." }, 2349 { "name": "inlineStyle", "$ref": "CSSStyle", "optional": tru e, "description": "The ancestor node's inline style, if any, in the style inheri tance chain." },
2350 { "name": "matchedCSSRules", "type": "array", "items": { "$r ef": "RuleMatch" }, "description": "Matches of CSS rules matching the ancestor n ode in the style inheritance chain." } 2350 { "name": "matchedCSSRules", "type": "array", "items": { "$r ef": "RuleMatch" }, "description": "Matches of CSS rules matching the ancestor n ode in the style inheritance chain." }
(...skipping 1621 matching lines...) Expand 10 before | Expand all | Expand 10 after
3972 "parameters": [ 3972 "parameters": [
3973 { "name": "value", "type": "array", "items": { "type": "obje ct" } } 3973 { "name": "value", "type": "array", "items": { "type": "obje ct" } }
3974 ] 3974 ]
3975 }, 3975 },
3976 { 3976 {
3977 "name": "tracingComplete" 3977 "name": "tracingComplete"
3978 } 3978 }
3979 ] 3979 ]
3980 }] 3980 }]
3981 } 3981 }
OLDNEW
« no previous file with comments | « Source/devtools/Inspector-1.0.json ('k') | Source/devtools/front_end/elements/StylesSidebarPane.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698