Skip to content

Commit 0ba8757

Browse files
committed
bump protocol
1 parent 30f5093 commit 0ba8757

File tree

3 files changed

+48
-37
lines changed

3 files changed

+48
-37
lines changed

_data/tot/protocol.json

Lines changed: 46 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@
9393
"description": "Actions and events related to the inspected page belong to the page domain.",
9494
"dependencies": [
9595
"Debugger",
96-
"DOM"
96+
"DOM",
97+
"Network"
9798
],
9899
"types": [
99100
{
@@ -187,7 +188,7 @@
187188
},
188189
{
189190
"name": "lastModified",
190-
"$ref": "Network.Timestamp",
191+
"$ref": "Network.TimeSinceEpoch",
191192
"description": "last-modified timestamp as reported by server.",
192193
"optional": true
193194
},
@@ -344,7 +345,7 @@
344345
},
345346
{
346347
"name": "timestamp",
347-
"type": "number",
348+
"$ref": "Network.TimeSinceEpoch",
348349
"optional": true,
349350
"experimental": true,
350351
"description": "Frame swap timestamp."
@@ -1222,7 +1223,7 @@
12221223
"parameters": [
12231224
{
12241225
"name": "timestamp",
1225-
"type": "number"
1226+
"$ref": "Network.MonotonicTime"
12261227
}
12271228
]
12281229
},
@@ -1231,7 +1232,7 @@
12311232
"parameters": [
12321233
{
12331234
"name": "timestamp",
1234-
"type": "number"
1235+
"$ref": "Network.MonotonicTime"
12351236
}
12361237
]
12371238
},
@@ -2371,9 +2372,14 @@
23712372
"description": "Network level fetch failure reason."
23722373
},
23732374
{
2374-
"id": "Timestamp",
2375+
"id": "TimeSinceEpoch",
2376+
"type": "number",
2377+
"description": "UTC time in seconds, counted from January 1, 1970."
2378+
},
2379+
{
2380+
"id": "MonotonicTime",
23752381
"type": "number",
2376-
"description": "Number of seconds since epoch."
2382+
"description": "Monotonically increasing time in seconds since an arbitrary point in the past."
23772383
},
23782384
{
23792385
"id": "Headers",
@@ -2600,7 +2606,7 @@
26002606
},
26012607
{
26022608
"name": "timestamp",
2603-
"$ref": "Timestamp",
2609+
"$ref": "TimeSinceEpoch",
26042610
"description": "Issuance date."
26052611
},
26062612
{
@@ -2677,12 +2683,12 @@
26772683
},
26782684
{
26792685
"name": "validFrom",
2680-
"$ref": "Timestamp",
2686+
"$ref": "TimeSinceEpoch",
26812687
"description": "Certificate valid from date."
26822688
},
26832689
{
26842690
"name": "validTo",
2685-
"$ref": "Timestamp",
2691+
"$ref": "TimeSinceEpoch",
26862692
"description": "Certificate valid to (expiration) date"
26872693
},
26882694
{
@@ -3323,7 +3329,7 @@
33233329
},
33243330
{
33253331
"name": "expirationDate",
3326-
"$ref": "Timestamp",
3332+
"$ref": "TimeSinceEpoch",
33273333
"optional": true,
33283334
"description": "If omitted, the cookie becomes a session cookie."
33293335
}
@@ -3525,7 +3531,7 @@
35253531
},
35263532
{
35273533
"name": "timestamp",
3528-
"$ref": "Timestamp",
3534+
"$ref": "MonotonicTime",
35293535
"description": "Timestamp."
35303536
}
35313537
],
@@ -3557,14 +3563,14 @@
35573563
},
35583564
{
35593565
"name": "timestamp",
3560-
"$ref": "Timestamp",
3566+
"$ref": "MonotonicTime",
35613567
"description": "Timestamp."
35623568
},
35633569
{
35643570
"name": "wallTime",
3565-
"$ref": "Timestamp",
3571+
"$ref": "TimeSinceEpoch",
35663572
"experimental": true,
3567-
"description": "UTC Timestamp."
3573+
"description": "Timestamp."
35683574
},
35693575
{
35703576
"name": "initiator",
@@ -3620,7 +3626,7 @@
36203626
},
36213627
{
36223628
"name": "timestamp",
3623-
"$ref": "Timestamp",
3629+
"$ref": "MonotonicTime",
36243630
"description": "Timestamp."
36253631
},
36263632
{
@@ -3653,7 +3659,7 @@
36533659
},
36543660
{
36553661
"name": "timestamp",
3656-
"$ref": "Timestamp",
3662+
"$ref": "MonotonicTime",
36573663
"description": "Timestamp."
36583664
},
36593665
{
@@ -3679,7 +3685,7 @@
36793685
},
36803686
{
36813687
"name": "timestamp",
3682-
"$ref": "Timestamp",
3688+
"$ref": "MonotonicTime",
36833689
"description": "Timestamp."
36843690
},
36853691
{
@@ -3700,7 +3706,7 @@
37003706
},
37013707
{
37023708
"name": "timestamp",
3703-
"$ref": "Timestamp",
3709+
"$ref": "MonotonicTime",
37043710
"description": "Timestamp."
37053711
},
37063712
{
@@ -3739,12 +3745,12 @@
37393745
},
37403746
{
37413747
"name": "timestamp",
3742-
"$ref": "Timestamp",
3748+
"$ref": "MonotonicTime",
37433749
"description": "Timestamp."
37443750
},
37453751
{
37463752
"name": "wallTime",
3747-
"$ref": "Timestamp",
3753+
"$ref": "TimeSinceEpoch",
37483754
"experimental": true,
37493755
"description": "UTC Timestamp."
37503756
},
@@ -3767,7 +3773,7 @@
37673773
},
37683774
{
37693775
"name": "timestamp",
3770-
"$ref": "Timestamp",
3776+
"$ref": "MonotonicTime",
37713777
"description": "Timestamp."
37723778
},
37733779
{
@@ -3812,7 +3818,7 @@
38123818
},
38133819
{
38143820
"name": "timestamp",
3815-
"$ref": "Timestamp",
3821+
"$ref": "MonotonicTime",
38163822
"description": "Timestamp."
38173823
}
38183824
],
@@ -3829,7 +3835,7 @@
38293835
},
38303836
{
38313837
"name": "timestamp",
3832-
"$ref": "Timestamp",
3838+
"$ref": "MonotonicTime",
38333839
"description": "Timestamp."
38343840
},
38353841
{
@@ -3851,7 +3857,7 @@
38513857
},
38523858
{
38533859
"name": "timestamp",
3854-
"$ref": "Timestamp",
3860+
"$ref": "MonotonicTime",
38553861
"description": "Timestamp."
38563862
},
38573863
{
@@ -3873,7 +3879,7 @@
38733879
},
38743880
{
38753881
"name": "timestamp",
3876-
"$ref": "Timestamp",
3882+
"$ref": "MonotonicTime",
38773883
"description": "Timestamp."
38783884
},
38793885
{
@@ -3895,7 +3901,7 @@
38953901
},
38963902
{
38973903
"name": "timestamp",
3898-
"$ref": "Timestamp",
3904+
"$ref": "MonotonicTime",
38993905
"description": "Timestamp."
39003906
},
39013907
{
@@ -8638,6 +8644,11 @@
86388644
"touch",
86398645
"mouse"
86408646
]
8647+
},
8648+
{
8649+
"id": "TimeSinceEpoch",
8650+
"type": "number",
8651+
"description": "UTC time in seconds, counted from January 1, 1970."
86418652
}
86428653
],
86438654
"commands": [
@@ -8674,9 +8685,9 @@
86748685
},
86758686
{
86768687
"name": "timestamp",
8677-
"type": "number",
8688+
"$ref": "TimeSinceEpoch",
86788689
"optional": true,
8679-
"description": "Time at which the event occurred. Measured in UTC time in seconds since January 1, 1970 (default: current time)."
8690+
"description": "Time at which the event occurred."
86808691
},
86818692
{
86828693
"name": "text",
@@ -8772,9 +8783,9 @@
87728783
},
87738784
{
87748785
"name": "timestamp",
8775-
"type": "number",
8786+
"$ref": "TimeSinceEpoch",
87768787
"optional": true,
8777-
"description": "Time at which the event occurred. Measured in UTC time in seconds since January 1, 1970 (default: current time)."
8788+
"description": "Time at which the event occurred."
87788789
},
87798790
{
87808791
"name": "button",
@@ -8827,9 +8838,9 @@
88278838
},
88288839
{
88298840
"name": "timestamp",
8830-
"type": "number",
8841+
"$ref": "TimeSinceEpoch",
88318842
"optional": true,
8832-
"description": "Time at which the event occurred. Measured in UTC time in seconds since January 1, 1970 (default: current time)."
8843+
"description": "Time at which the event occurred."
88338844
}
88348845
],
88358846
"description": "Dispatches a touch event to the page."
@@ -8861,8 +8872,8 @@
88618872
},
88628873
{
88638874
"name": "timestamp",
8864-
"type": "number",
8865-
"description": "Time at which the event occurred. Measured in UTC time in seconds since January 1, 1970."
8875+
"$ref": "TimeSinceEpoch",
8876+
"description": "Time at which the event occurred."
88668877
},
88678878
{
88688879
"name": "button",

_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: Mon Jul 3 09:15:18 2017 -0700
11+
<code browser>Date: Wed Jul 5 18:15:34 2017 -0700
1212
</code>
1313

1414
<h5 js>Latest <a

search_index/tot.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)