Skip to content

Commit 75a9bf4

Browse files
committed
bump protocol
1 parent c7c0e2e commit 75a9bf4

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

_data/tot/protocol.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8833,13 +8833,13 @@
88338833
},
88348834
{
88358835
"name": "x",
8836-
"type": "integer",
8837-
"description": "X coordinate of the event relative to the main frame's viewport."
8836+
"type": "number",
8837+
"description": "X coordinate of the event relative to the main frame's viewport in CSS pixels."
88388838
},
88398839
{
88408840
"name": "y",
8841-
"type": "integer",
8842-
"description": "Y coordinate of the event relative to the main frame's viewport. 0 refers to the top of the viewport and Y increases as it proceeds towards the bottom of the viewport."
8841+
"type": "number",
8842+
"description": "Y coordinate of the event relative to the main frame's viewport in CSS pixels. 0 refers to the top of the viewport and Y increases as it proceeds towards the bottom of the viewport."
88438843
},
88448844
{
88458845
"name": "modifiers",
@@ -8984,12 +8984,12 @@
89848984
"parameters": [
89858985
{
89868986
"name": "x",
8987-
"type": "integer",
8987+
"type": "number",
89888988
"description": "X coordinate of the start of the gesture in CSS pixels."
89898989
},
89908990
{
89918991
"name": "y",
8992-
"type": "integer",
8992+
"type": "number",
89938993
"description": "Y coordinate of the start of the gesture in CSS pixels."
89948994
},
89958995
{
@@ -9018,35 +9018,35 @@
90189018
"parameters": [
90199019
{
90209020
"name": "x",
9021-
"type": "integer",
9021+
"type": "number",
90229022
"description": "X coordinate of the start of the gesture in CSS pixels."
90239023
},
90249024
{
90259025
"name": "y",
9026-
"type": "integer",
9026+
"type": "number",
90279027
"description": "Y coordinate of the start of the gesture in CSS pixels."
90289028
},
90299029
{
90309030
"name": "xDistance",
9031-
"type": "integer",
9031+
"type": "number",
90329032
"optional": true,
90339033
"description": "The distance to scroll along the X axis (positive to scroll left)."
90349034
},
90359035
{
90369036
"name": "yDistance",
9037-
"type": "integer",
9037+
"type": "number",
90389038
"optional": true,
90399039
"description": "The distance to scroll along the Y axis (positive to scroll up)."
90409040
},
90419041
{
90429042
"name": "xOverscroll",
9043-
"type": "integer",
9043+
"type": "number",
90449044
"optional": true,
90459045
"description": "The number of additional pixels to scroll back along the X axis, in addition to the given distance."
90469046
},
90479047
{
90489048
"name": "yOverscroll",
9049-
"type": "integer",
9049+
"type": "number",
90509050
"optional": true,
90519051
"description": "The number of additional pixels to scroll back along the Y axis, in addition to the given distance."
90529052
},
@@ -9095,12 +9095,12 @@
90959095
"parameters": [
90969096
{
90979097
"name": "x",
9098-
"type": "integer",
9098+
"type": "number",
90999099
"description": "X coordinate of the start of the gesture in CSS pixels."
91009100
},
91019101
{
91029102
"name": "y",
9103-
"type": "integer",
9103+
"type": "number",
91049104
"description": "Y coordinate of the start of the gesture in CSS pixels."
91059105
},
91069106
{

_versions/tot.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ <h2 class="heading">latest (tip-of-tree)</h2>
88

99
<h5 browser>Latest <a
1010
href="https://chromium.googlesource.com/chromium/src/+log/master/third_party/WebKit/Source/core/inspector/browser_protocol.json">browser_protocol.json</a> version updated:</h5>
11-
<code browser>Date: Wed Jul 12 07:15:22 2017 -0700
11+
<code browser>Date: Wed Jul 12 17:15:26 2017 -0700
1212
</code>
1313

1414
<h5 js>Latest <a

0 commit comments

Comments
 (0)