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

Side by Side Diff: Source/devtools/protocol.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 2693 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/elements/StylesSidebarPane.js ('k') | Source/modules/accessibility/AXLayoutObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698