summaryrefslogtreecommitdiff
path: root/Source/devtools/protocol.json
diff options
context:
space:
mode:
authorBen Murdoch <benm@google.com>2014-04-24 10:50:33 +0100
committerBen Murdoch <benm@google.com>2014-04-24 10:50:33 +0100
commit10f88d5669dbd969c059d61ba09fa37dd72ac559 (patch)
treece6927966aea17a351e207ee55a0120f03772ae4 /Source/devtools/protocol.json
parentcc4e79c9a3a17a6ae8889fd6a12262da60a2b0e2 (diff)
downloadWebKit-10f88d5669dbd969c059d61ba09fa37dd72ac559.tar.gz
Merge from Chromium at DEPS revision 265802
This commit was generated by merge_to_master.py. Change-Id: Id3019f665864eae3347816bf95068746797aac28
Diffstat (limited to 'Source/devtools/protocol.json')
-rw-r--r--Source/devtools/protocol.json26
1 files changed, 23 insertions, 3 deletions
diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json
index 11cb75368..9a27ce6ef 100644
--- a/Source/devtools/protocol.json
+++ b/Source/devtools/protocol.json
@@ -435,6 +435,14 @@
"hidden": true
},
{
+ "name": "hasTouchInputs",
+ "description": "Tells whether touch inputs are present.",
+ "returns": [
+ { "name": "result", "type": "boolean", "description": "True if touch inputs are present." }
+ ],
+ "hidden": true
+ },
+ {
"name": "setTouchEmulationEnabled",
"parameters": [
{ "name": "enabled", "type": "boolean", "description": "Whether the touch event emulation should be enabled." }
@@ -825,6 +833,10 @@
{ "name": "executionContextId", "$ref": "ExecutionContextId", "description": "Id of the destroyed context" }
],
"description": "Issued when execution context is destroyed."
+ },
+ {
+ "name": "executionContextsCleared",
+ "description": "Issued when all executionContexts were cleared in browser"
}
]
},
@@ -2741,10 +2753,8 @@
{ "name": "endTime", "type": "number", "optional": true, "description": "End time." },
{ "name": "children", "type": "array", "optional": true, "items": { "$ref": "TimelineEvent" }, "description": "Nested records." },
{ "name": "thread", "type": "string", "optional": true, "hidden": true, "description": "If present, identifies the thread that produced the event." },
- { "name": "counters", "$ref": "Counters", "optional": true, "hidden": true, "description": "Current values of counters." },
{ "name": "stackTrace", "$ref": "Console.StackTrace", "optional": true, "hidden": true, "description": "Stack trace." },
- { "name": "frameId", "type": "string", "optional": true, "hidden": true, "description": "Unique identifier of the frame within the page that the event relates to." },
- { "name": "usedHeapSizeDelta", "type": "integer", "optional": true, "hidden": true, "description": "JS heap size change." }
+ { "name": "frameId", "type": "string", "optional": true, "hidden": true, "description": "Unique identifier of the frame within the page that the event relates to." }
],
"description": "Timeline record contains information about the recorded activity."
}
@@ -3907,6 +3917,16 @@
]
},
{
+ "name": "loadSnapshot",
+ "parameters": [
+ { "name": "data", "type": "string", "description": "Base64-encoded snapshot data." }
+ ],
+ "description": "Returns the snapshot identifier.",
+ "returns": [
+ { "name": "snapshotId", "$ref": "SnapshotId", "description": "The id of the snapshot." }
+ ]
+ },
+ {
"name": "releaseSnapshot",
"parameters": [
{ "name": "snapshotId", "$ref": "SnapshotId", "description": "The id of the layer snapshot." }