Chromium Code Reviews| OLD | NEW | 
|---|---|
| 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 4426 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 4437 "hidden": true, | 4437 "hidden": true, | 
| 4438 "properties": [ | 4438 "properties": [ | 
| 4439 { "name": "startDelay", "type": "number", "description": "<c ode>AnimationNode</code>'s start delay." }, | 4439 { "name": "startDelay", "type": "number", "description": "<c ode>AnimationNode</code>'s start delay." }, | 
| 4440 { "name": "playbackRate", "type": "number", "description": " <code>AnimationNode</code>'s playbackRate." }, | 4440 { "name": "playbackRate", "type": "number", "description": " <code>AnimationNode</code>'s playbackRate." }, | 
| 4441 { "name": "iterationStart", "type": "number", "description": "<code>AnimationNode</code>'s iteration start." }, | 4441 { "name": "iterationStart", "type": "number", "description": "<code>AnimationNode</code>'s iteration start." }, | 
| 4442 { "name": "iterationCount", "type": "number", "description": "<code>AnimationNode</code>'s iteration count." }, | 4442 { "name": "iterationCount", "type": "number", "description": "<code>AnimationNode</code>'s iteration count." }, | 
| 4443 { "name": "duration", "type": "number", "description": "<cod e>AnimationNode</code>'s iteration duration." }, | 4443 { "name": "duration", "type": "number", "description": "<cod e>AnimationNode</code>'s iteration duration." }, | 
| 4444 { "name": "direction", "type": "number", "description": "<co de>AnimationNode</code>'s playback direction." }, | 4444 { "name": "direction", "type": "number", "description": "<co de>AnimationNode</code>'s playback direction." }, | 
| 4445 { "name": "fillMode", "type": "number", "description": "<cod e>AnimationNode</code>'s fill mode." }, | 4445 { "name": "fillMode", "type": "number", "description": "<cod e>AnimationNode</code>'s fill mode." }, | 
| 4446 { "name": "timeFraction", "type": "number", "description": " <code>AnimationNode</code>'s time fraction." }, | 4446 { "name": "timeFraction", "type": "number", "description": " <code>AnimationNode</code>'s time fraction." }, | 
| 4447 { "name": "name", "type": "string", "description": "<code>An imationNode</code> name."} | 4447 { "name": "name", "type": "string", "description": "<code>An imationNode</code>'s name." }, | 
| 4448 { "name": "keyframesRule", "$ref": "KeyframesRule", "optiona l": "true", "description": "<code>AnimationNode</code>'s keyframes." } | |
| 4448 ], | 4449 ], | 
| 4449 "description": "AnimationNode instance" | 4450 "description": "AnimationNode instance" | 
| 4451 }, | |
| 4452 { | |
| 4453 "id": "KeyframesRule", | |
| 4454 "type": "object", | |
| 4455 "hidden": "true", | |
| 
 
pfeldman
2014/10/23 06:37:00
No need to hide entities within hidden domain.
 
samli
2014/10/24 05:06:19
Done.
 
 | |
| 4456 "properties": [ | |
| 4457 { "name": "name", "type": "string", "optional": "true", "des cription": "CSS keyframed animation's name." }, | |
| 
 
pfeldman
2014/10/23 06:37:00
true is a boolean, not string.
 
samli
2014/10/24 05:06:19
Done.
 
 | |
| 4458 { "name": "keyframes", "type": "array", "items": { "$ref": " KeyframeStyle" }, "description": "List of animation keyframes." } | |
| 4459 ], | |
| 4460 "description": "Keyframes Rule" | |
| 4461 }, | |
| 4462 { | |
| 4463 "id": "KeyframeStyle", | |
| 4464 "type": "object", | |
| 4465 "hidden": "true", | |
| 
 
pfeldman
2014/10/23 06:37:00
ditto - no need and a boolean.
 
samli
2014/10/24 05:06:19
Done.
 
 | |
| 4466 "properties": [ | |
| 4467 { "name": "offset", "type": "string", "description": "Keyfra me's time offset." }, | |
| 4468 { "name": "style", "$ref": "CSS.CSSStyle", "description": "K eyframe's associated CSS style declaration." } | |
| 4469 ], | |
| 4470 "description": "Keyframe Style" | |
| 4450 } | 4471 } | 
| 4451 ], | 4472 ], | 
| 4452 "commands": [ | 4473 "commands": [ | 
| 4453 { | 4474 { | 
| 4454 "name": "getAnimationPlayersForNode", | 4475 "name": "getAnimationPlayersForNode", | 
| 4455 "parameters": [ | 4476 "parameters": [ | 
| 4456 { "name": "nodeId", "$ref": "DOM.NodeId", "description": "Id of the node to get animation players for." } | 4477 { "name": "nodeId", "$ref": "DOM.NodeId", "description": "Id of the node to get animation players for." } | 
| 4457 ], | 4478 ], | 
| 4458 "returns": [ | 4479 "returns": [ | 
| 4459 { "name": "animationPlayers", "type": "array", "items": { "$ ref": "AnimationPlayer" }, "description": "Array of animation players." } | 4480 { "name": "animationPlayers", "type": "array", "items": { "$ ref": "AnimationPlayer" }, "description": "Array of animation players." } | 
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 4505 { "name": "isRunning", "type": "boolean", "description": "If the animation player is still running." } | 4526 { "name": "isRunning", "type": "boolean", "description": "If the animation player is still running." } | 
| 4506 ], | 4527 ], | 
| 4507 "description": "Gets the state of an AnimationPlayer.", | 4528 "description": "Gets the state of an AnimationPlayer.", | 
| 4508 "hidden": true | 4529 "hidden": true | 
| 4509 } | 4530 } | 
| 4510 ], | 4531 ], | 
| 4511 "events": [ | 4532 "events": [ | 
| 4512 ] | 4533 ] | 
| 4513 }] | 4534 }] | 
| 4514 } | 4535 } | 
| OLD | NEW |