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

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

Issue 898783003: Move rendering/RenderLayer* to layout/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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-1.1.json ('k') | Source/modules/accessibility/AXRenderObject.cpp » ('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 "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 4360 matching lines...) Expand 10 before | Expand all | Expand 10 after
4371 ], 4371 ],
4372 "events": [] 4372 "events": []
4373 }, 4373 },
4374 { 4374 {
4375 "domain": "LayerTree", 4375 "domain": "LayerTree",
4376 "hidden": true, 4376 "hidden": true,
4377 "types": [ 4377 "types": [
4378 { 4378 {
4379 "id": "LayerId", 4379 "id": "LayerId",
4380 "type": "string", 4380 "type": "string",
4381 "description": "Unique RenderLayer identifier." 4381 "description": "Unique Layer identifier."
4382 }, 4382 },
4383 { 4383 {
4384 "id": "SnapshotId", 4384 "id": "SnapshotId",
4385 "type": "string", 4385 "type": "string",
4386 "description": "Unique snapshot identifier." 4386 "description": "Unique snapshot identifier."
4387 }, 4387 },
4388 { 4388 {
4389 "id": "ScrollRect", 4389 "id": "ScrollRect",
4390 "type": "object", 4390 "type": "object",
4391 "description": "Rectangle where scrolling happens on the main th read.", 4391 "description": "Rectangle where scrolling happens on the main th read.",
(...skipping 413 matching lines...) Expand 10 before | Expand all | Expand 10 after
4805 { 4805 {
4806 "name": "animationPlayerCreated", 4806 "name": "animationPlayerCreated",
4807 "parameters": [ 4807 "parameters": [
4808 { "name": "player", "$ref": "AnimationPlayer", "description" : "AnimationPlayer that was created." } 4808 { "name": "player", "$ref": "AnimationPlayer", "description" : "AnimationPlayer that was created." }
4809 ], 4809 ],
4810 "hidden": true 4810 "hidden": true
4811 } 4811 }
4812 ] 4812 ]
4813 }] 4813 }]
4814 } 4814 }
OLDNEW
« no previous file with comments | « Source/devtools/Inspector-1.1.json ('k') | Source/modules/accessibility/AXRenderObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698