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

Side by Side Diff: Source/devtools/protocol.json

Issue 1082993002: Devtools Animations: Remove unused keyframe style information (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase 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/front_end/sdk/AnimationModel.js ('k') | no next file » | 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 "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 4901 matching lines...) Expand 10 before | Expand all | Expand 10 after
4912 { "name": "name", "type": "string", "optional": true, "descr iption": "CSS keyframed animation's name." }, 4912 { "name": "name", "type": "string", "optional": true, "descr iption": "CSS keyframed animation's name." },
4913 { "name": "keyframes", "type": "array", "items": { "$ref": " KeyframeStyle" }, "description": "List of animation keyframes." } 4913 { "name": "keyframes", "type": "array", "items": { "$ref": " KeyframeStyle" }, "description": "List of animation keyframes." }
4914 ], 4914 ],
4915 "description": "Keyframes Rule" 4915 "description": "Keyframes Rule"
4916 }, 4916 },
4917 { 4917 {
4918 "id": "KeyframeStyle", 4918 "id": "KeyframeStyle",
4919 "type": "object", 4919 "type": "object",
4920 "properties": [ 4920 "properties": [
4921 { "name": "offset", "type": "string", "description": "Keyfra me's time offset." }, 4921 { "name": "offset", "type": "string", "description": "Keyfra me's time offset." },
4922 { "name": "style", "$ref": "CSS.CSSStyle", "description": "K eyframe's associated CSS style declaration." },
4923 { "name": "easing", "type": "string", "description": "<code> AnimationNode</code>'s timing function." } 4922 { "name": "easing", "type": "string", "description": "<code> AnimationNode</code>'s timing function." }
4924 ], 4923 ],
4925 "description": "Keyframe Style" 4924 "description": "Keyframe Style"
4926 } 4925 }
4927 ], 4926 ],
4928 "commands": [ 4927 "commands": [
4929 { 4928 {
4930 "name": "enable", 4929 "name": "enable",
4931 "description": "Enables animation domain notifications." 4930 "description": "Enables animation domain notifications."
4932 }, 4931 },
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
5107 ], 5106 ],
5108 "returns": [ 5107 "returns": [
5109 { "name": "accessibilityNode", "$ref": "AXNode", "descriptio n": "The <code>Accessibility.AXNode</code> for this DOM node, if it exists.", "o ptional": true } 5108 { "name": "accessibilityNode", "$ref": "AXNode", "descriptio n": "The <code>Accessibility.AXNode</code> for this DOM node, if it exists.", "o ptional": true }
5110 ], 5109 ],
5111 "description": "Fetches the accessibility node for this DOM node , if it exists.", 5110 "description": "Fetches the accessibility node for this DOM node , if it exists.",
5112 "hidden": true 5111 "hidden": true
5113 } 5112 }
5114 ] 5113 ]
5115 }] 5114 }]
5116 } 5115 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/sdk/AnimationModel.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698