|
93 | 93 | "description": "Actions and events related to the inspected page belong to the page domain.",
|
94 | 94 | "dependencies": [
|
95 | 95 | "Debugger",
|
96 |
| - "DOM" |
| 96 | + "DOM", |
| 97 | + "Network" |
97 | 98 | ],
|
98 | 99 | "types": [
|
99 | 100 | {
|
|
187 | 188 | },
|
188 | 189 | {
|
189 | 190 | "name": "lastModified",
|
190 |
| - "$ref": "Network.Timestamp", |
| 191 | + "$ref": "Network.TimeSinceEpoch", |
191 | 192 | "description": "last-modified timestamp as reported by server.",
|
192 | 193 | "optional": true
|
193 | 194 | },
|
|
344 | 345 | },
|
345 | 346 | {
|
346 | 347 | "name": "timestamp",
|
347 |
| - "type": "number", |
| 348 | + "$ref": "Network.TimeSinceEpoch", |
348 | 349 | "optional": true,
|
349 | 350 | "experimental": true,
|
350 | 351 | "description": "Frame swap timestamp."
|
|
1222 | 1223 | "parameters": [
|
1223 | 1224 | {
|
1224 | 1225 | "name": "timestamp",
|
1225 |
| - "type": "number" |
| 1226 | + "$ref": "Network.MonotonicTime" |
1226 | 1227 | }
|
1227 | 1228 | ]
|
1228 | 1229 | },
|
|
1231 | 1232 | "parameters": [
|
1232 | 1233 | {
|
1233 | 1234 | "name": "timestamp",
|
1234 |
| - "type": "number" |
| 1235 | + "$ref": "Network.MonotonicTime" |
1235 | 1236 | }
|
1236 | 1237 | ]
|
1237 | 1238 | },
|
|
2371 | 2372 | "description": "Network level fetch failure reason."
|
2372 | 2373 | },
|
2373 | 2374 | {
|
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", |
2375 | 2381 | "type": "number",
|
2376 |
| - "description": "Number of seconds since epoch." |
| 2382 | + "description": "Monotonically increasing time in seconds since an arbitrary point in the past." |
2377 | 2383 | },
|
2378 | 2384 | {
|
2379 | 2385 | "id": "Headers",
|
|
2600 | 2606 | },
|
2601 | 2607 | {
|
2602 | 2608 | "name": "timestamp",
|
2603 |
| - "$ref": "Timestamp", |
| 2609 | + "$ref": "TimeSinceEpoch", |
2604 | 2610 | "description": "Issuance date."
|
2605 | 2611 | },
|
2606 | 2612 | {
|
|
2677 | 2683 | },
|
2678 | 2684 | {
|
2679 | 2685 | "name": "validFrom",
|
2680 |
| - "$ref": "Timestamp", |
| 2686 | + "$ref": "TimeSinceEpoch", |
2681 | 2687 | "description": "Certificate valid from date."
|
2682 | 2688 | },
|
2683 | 2689 | {
|
2684 | 2690 | "name": "validTo",
|
2685 |
| - "$ref": "Timestamp", |
| 2691 | + "$ref": "TimeSinceEpoch", |
2686 | 2692 | "description": "Certificate valid to (expiration) date"
|
2687 | 2693 | },
|
2688 | 2694 | {
|
|
3323 | 3329 | },
|
3324 | 3330 | {
|
3325 | 3331 | "name": "expirationDate",
|
3326 |
| - "$ref": "Timestamp", |
| 3332 | + "$ref": "TimeSinceEpoch", |
3327 | 3333 | "optional": true,
|
3328 | 3334 | "description": "If omitted, the cookie becomes a session cookie."
|
3329 | 3335 | }
|
|
3525 | 3531 | },
|
3526 | 3532 | {
|
3527 | 3533 | "name": "timestamp",
|
3528 |
| - "$ref": "Timestamp", |
| 3534 | + "$ref": "MonotonicTime", |
3529 | 3535 | "description": "Timestamp."
|
3530 | 3536 | }
|
3531 | 3537 | ],
|
|
3557 | 3563 | },
|
3558 | 3564 | {
|
3559 | 3565 | "name": "timestamp",
|
3560 |
| - "$ref": "Timestamp", |
| 3566 | + "$ref": "MonotonicTime", |
3561 | 3567 | "description": "Timestamp."
|
3562 | 3568 | },
|
3563 | 3569 | {
|
3564 | 3570 | "name": "wallTime",
|
3565 |
| - "$ref": "Timestamp", |
| 3571 | + "$ref": "TimeSinceEpoch", |
3566 | 3572 | "experimental": true,
|
3567 |
| - "description": "UTC Timestamp." |
| 3573 | + "description": "Timestamp." |
3568 | 3574 | },
|
3569 | 3575 | {
|
3570 | 3576 | "name": "initiator",
|
|
3620 | 3626 | },
|
3621 | 3627 | {
|
3622 | 3628 | "name": "timestamp",
|
3623 |
| - "$ref": "Timestamp", |
| 3629 | + "$ref": "MonotonicTime", |
3624 | 3630 | "description": "Timestamp."
|
3625 | 3631 | },
|
3626 | 3632 | {
|
|
3653 | 3659 | },
|
3654 | 3660 | {
|
3655 | 3661 | "name": "timestamp",
|
3656 |
| - "$ref": "Timestamp", |
| 3662 | + "$ref": "MonotonicTime", |
3657 | 3663 | "description": "Timestamp."
|
3658 | 3664 | },
|
3659 | 3665 | {
|
|
3679 | 3685 | },
|
3680 | 3686 | {
|
3681 | 3687 | "name": "timestamp",
|
3682 |
| - "$ref": "Timestamp", |
| 3688 | + "$ref": "MonotonicTime", |
3683 | 3689 | "description": "Timestamp."
|
3684 | 3690 | },
|
3685 | 3691 | {
|
|
3700 | 3706 | },
|
3701 | 3707 | {
|
3702 | 3708 | "name": "timestamp",
|
3703 |
| - "$ref": "Timestamp", |
| 3709 | + "$ref": "MonotonicTime", |
3704 | 3710 | "description": "Timestamp."
|
3705 | 3711 | },
|
3706 | 3712 | {
|
|
3739 | 3745 | },
|
3740 | 3746 | {
|
3741 | 3747 | "name": "timestamp",
|
3742 |
| - "$ref": "Timestamp", |
| 3748 | + "$ref": "MonotonicTime", |
3743 | 3749 | "description": "Timestamp."
|
3744 | 3750 | },
|
3745 | 3751 | {
|
3746 | 3752 | "name": "wallTime",
|
3747 |
| - "$ref": "Timestamp", |
| 3753 | + "$ref": "TimeSinceEpoch", |
3748 | 3754 | "experimental": true,
|
3749 | 3755 | "description": "UTC Timestamp."
|
3750 | 3756 | },
|
|
3767 | 3773 | },
|
3768 | 3774 | {
|
3769 | 3775 | "name": "timestamp",
|
3770 |
| - "$ref": "Timestamp", |
| 3776 | + "$ref": "MonotonicTime", |
3771 | 3777 | "description": "Timestamp."
|
3772 | 3778 | },
|
3773 | 3779 | {
|
|
3812 | 3818 | },
|
3813 | 3819 | {
|
3814 | 3820 | "name": "timestamp",
|
3815 |
| - "$ref": "Timestamp", |
| 3821 | + "$ref": "MonotonicTime", |
3816 | 3822 | "description": "Timestamp."
|
3817 | 3823 | }
|
3818 | 3824 | ],
|
|
3829 | 3835 | },
|
3830 | 3836 | {
|
3831 | 3837 | "name": "timestamp",
|
3832 |
| - "$ref": "Timestamp", |
| 3838 | + "$ref": "MonotonicTime", |
3833 | 3839 | "description": "Timestamp."
|
3834 | 3840 | },
|
3835 | 3841 | {
|
|
3851 | 3857 | },
|
3852 | 3858 | {
|
3853 | 3859 | "name": "timestamp",
|
3854 |
| - "$ref": "Timestamp", |
| 3860 | + "$ref": "MonotonicTime", |
3855 | 3861 | "description": "Timestamp."
|
3856 | 3862 | },
|
3857 | 3863 | {
|
|
3873 | 3879 | },
|
3874 | 3880 | {
|
3875 | 3881 | "name": "timestamp",
|
3876 |
| - "$ref": "Timestamp", |
| 3882 | + "$ref": "MonotonicTime", |
3877 | 3883 | "description": "Timestamp."
|
3878 | 3884 | },
|
3879 | 3885 | {
|
|
3895 | 3901 | },
|
3896 | 3902 | {
|
3897 | 3903 | "name": "timestamp",
|
3898 |
| - "$ref": "Timestamp", |
| 3904 | + "$ref": "MonotonicTime", |
3899 | 3905 | "description": "Timestamp."
|
3900 | 3906 | },
|
3901 | 3907 | {
|
|
8638 | 8644 | "touch",
|
8639 | 8645 | "mouse"
|
8640 | 8646 | ]
|
| 8647 | + }, |
| 8648 | + { |
| 8649 | + "id": "TimeSinceEpoch", |
| 8650 | + "type": "number", |
| 8651 | + "description": "UTC time in seconds, counted from January 1, 1970." |
8641 | 8652 | }
|
8642 | 8653 | ],
|
8643 | 8654 | "commands": [
|
|
8674 | 8685 | },
|
8675 | 8686 | {
|
8676 | 8687 | "name": "timestamp",
|
8677 |
| - "type": "number", |
| 8688 | + "$ref": "TimeSinceEpoch", |
8678 | 8689 | "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." |
8680 | 8691 | },
|
8681 | 8692 | {
|
8682 | 8693 | "name": "text",
|
|
8772 | 8783 | },
|
8773 | 8784 | {
|
8774 | 8785 | "name": "timestamp",
|
8775 |
| - "type": "number", |
| 8786 | + "$ref": "TimeSinceEpoch", |
8776 | 8787 | "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." |
8778 | 8789 | },
|
8779 | 8790 | {
|
8780 | 8791 | "name": "button",
|
|
8827 | 8838 | },
|
8828 | 8839 | {
|
8829 | 8840 | "name": "timestamp",
|
8830 |
| - "type": "number", |
| 8841 | + "$ref": "TimeSinceEpoch", |
8831 | 8842 | "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." |
8833 | 8844 | }
|
8834 | 8845 | ],
|
8835 | 8846 | "description": "Dispatches a touch event to the page."
|
|
8861 | 8872 | },
|
8862 | 8873 | {
|
8863 | 8874 | "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." |
8866 | 8877 | },
|
8867 | 8878 | {
|
8868 | 8879 | "name": "button",
|
|
0 commit comments