File tree Expand file tree Collapse file tree 5 files changed +78
-31
lines changed
Expand file tree Collapse file tree 5 files changed +78
-31
lines changed Original file line number Diff line number Diff line change 11
22
3+ ## Roll protocol to r1388031 — _ 2024-11-26T04:30:08.000Z_
4+ ###### Diff: [ ` 1538d6c...bd889bb ` ] ( https://github.com/ChromeDevTools/devtools-protocol/compare/1538d6c...bd889bb )
5+
6+ ``` diff
7+ @@ browser_protocol.pdl:1393 @@ domain Browser
8+
9+ experimental type PermissionType extends string
10+ enum
11+ - accessibilityEvents
12+ + ar
13+ audioCapture
14+ - backgroundSync
15+ + automaticFullscreen
16+ backgroundFetch
17+ + backgroundSync
18+ + cameraPanTiltZoom
19+ capturedSurfaceControl
20+ clipboardReadWrite
21+ clipboardSanitizedWrite
22+ displayCapture
23+ durableStorage
24+ - flash
25+ geolocation
26+ + handTracking
27+ idleDetection
28+ + keyboardLock
29+ localFonts
30+ midi
31+ midiSysex
32+ @@ -1412,16 +1415,19 @@ domain Browser
33+ notifications
34+ paymentHandler
35+ periodicBackgroundSync
36+ + pointerLock
37+ protectedMediaIdentifier
38+ sensors
39+ - storageAccess
40+ + smartCard
41+ speakerSelection
42+ + storageAccess
43+ topLevelStorageAccess
44+ videoCapture
45+ - videoCapturePanTiltZoom
46+ + vr
47+ wakeLockScreen
48+ wakeLockSystem
49+ webAppInstallation
50+ + webPrinting
51+ windowManagement
52+
53+ experimental type PermissionSetting extends string
54+ ```
55+
356## Roll protocol to r1387316 — _ 2024-11-24T04:29:22.000Z_
4- ###### Diff: [ ` a49a587...41a3616 ` ] ( https://github.com/ChromeDevTools/devtools-protocol/compare/a49a587...41a3616 )
57+ ###### Diff: [ ` a49a587...1538d6c ` ] ( https://github.com/ChromeDevTools/devtools-protocol/compare/a49a587...1538d6c )
558
659``` diff
760@@ browser_protocol.pdl:2733 @@ domain DOM
@@ -12231,22 +12284,4 @@ index 18cf0c7..8e43695 100644
1223112284 type AttributionReportingIssueDetails extends object
1223212285 properties
1223312286 AttributionReportingIssueType violationType
12234- ```
12235-
12236- ## Roll protocol to r1009745 — _ 2022-06-01T19:15:37.000Z_
12237- ###### Diff: [ ` a56eb21...a3a4df3 ` ] ( https://github.com/ChromeDevTools/devtools-protocol/compare/a56eb21...a3a4df3 )
12238-
12239- ``` diff
12240- @@ browser_protocol.pdl:6312 @@ domain Network
12241- enum
12242- SameOrigin
12243- SameOriginAllowPopups
12244- + RestrictProperties
12245- UnsafeNone
12246- SameOriginPlusCoep
12247- - SameOriginAllowPopupsPlusCoep
12248- + RestrictPropertiesPlusCoep
12249-
12250- experimental type CrossOriginOpenerPolicyStatus extends object
12251- properties
1225212287```
Original file line number Diff line number Diff line change 27872787 "experimental": true,
27882788 "type": "string",
27892789 "enum": [
2790- "accessibilityEvents ",
2790+ "ar ",
27912791 "audioCapture",
2792- "backgroundSync ",
2792+ "automaticFullscreen ",
27932793 "backgroundFetch",
2794+ "backgroundSync",
2795+ "cameraPanTiltZoom",
27942796 "capturedSurfaceControl",
27952797 "clipboardReadWrite",
27962798 "clipboardSanitizedWrite",
27972799 "displayCapture",
27982800 "durableStorage",
2799- "flash",
28002801 "geolocation",
2802+ "handTracking",
28012803 "idleDetection",
2804+ "keyboardLock",
28022805 "localFonts",
28032806 "midi",
28042807 "midiSysex",
28052808 "nfc",
28062809 "notifications",
28072810 "paymentHandler",
28082811 "periodicBackgroundSync",
2812+ "pointerLock",
28092813 "protectedMediaIdentifier",
28102814 "sensors",
2811- "storageAccess ",
2815+ "smartCard ",
28122816 "speakerSelection",
2817+ "storageAccess",
28132818 "topLevelStorageAccess",
28142819 "videoCapture",
2815- "videoCapturePanTiltZoom ",
2820+ "vr ",
28162821 "wakeLockScreen",
28172822 "wakeLockSystem",
28182823 "webAppInstallation",
2824+ "webPrinting",
28192825 "windowManagement"
28202826 ]
28212827 },
Original file line number Diff line number Diff line change 11{
22 "name" : " devtools-protocol" ,
3- "version" : " 0.0.1387316 " ,
3+ "version" : " 0.0.1388031 " ,
44 "description" : " The Chrome DevTools Protocol JSON" ,
55 "repository" : " https://github.com/ChromeDevTools/devtools-protocol" ,
66 "author" : " The Chromium Authors" ,
Original file line number Diff line number Diff line change @@ -1393,35 +1393,41 @@ domain Browser
13931393
13941394 experimental type PermissionType extends string
13951395 enum
1396- accessibilityEvents
1396+ ar
13971397 audioCapture
1398- backgroundSync
1398+ automaticFullscreen
13991399 backgroundFetch
1400+ backgroundSync
1401+ cameraPanTiltZoom
14001402 capturedSurfaceControl
14011403 clipboardReadWrite
14021404 clipboardSanitizedWrite
14031405 displayCapture
14041406 durableStorage
1405- flash
14061407 geolocation
1408+ handTracking
14071409 idleDetection
1410+ keyboardLock
14081411 localFonts
14091412 midi
14101413 midiSysex
14111414 nfc
14121415 notifications
14131416 paymentHandler
14141417 periodicBackgroundSync
1418+ pointerLock
14151419 protectedMediaIdentifier
14161420 sensors
1417- storageAccess
1421+ smartCard
14181422 speakerSelection
1423+ storageAccess
14191424 topLevelStorageAccess
14201425 videoCapture
1421- videoCapturePanTiltZoom
1426+ vr
14221427 wakeLockScreen
14231428 wakeLockSystem
14241429 webAppInstallation
1430+ webPrinting
14251431 windowManagement
14261432
14271433 experimental type PermissionSetting extends string
Original file line number Diff line number Diff line change @@ -4153,7 +4153,7 @@ export namespace Protocol {
41534153 windowState?: WindowState;
41544154 }
41554155
4156- export type PermissionType = ('accessibilityEvents ' | 'audioCapture' | 'backgroundSync ' | 'backgroundFetch' | 'capturedSurfaceControl' | 'clipboardReadWrite' | 'clipboardSanitizedWrite' | 'displayCapture' | 'durableStorage' | 'flash ' | 'geolocation ' | 'idleDetection' | 'localFonts' | 'midi' | 'midiSysex' | 'nfc' | 'notifications' | 'paymentHandler' | 'periodicBackgroundSync' | 'protectedMediaIdentifier' | 'sensors' | 'storageAccess ' | 'speakerSelection' | 'topLevelStorageAccess' | 'videoCapture' | 'videoCapturePanTiltZoom ' | 'wakeLockScreen' | 'wakeLockSystem' | 'webAppInstallation' | 'windowManagement');
4156+ export type PermissionType = ('ar ' | 'audioCapture' | 'automaticFullscreen ' | 'backgroundFetch' | 'backgroundSync' | 'cameraPanTiltZoom' | ' capturedSurfaceControl' | 'clipboardReadWrite' | 'clipboardSanitizedWrite' | 'displayCapture' | 'durableStorage' | 'geolocation ' | 'handTracking ' | 'idleDetection' | 'keyboardLock' | ' localFonts' | 'midi' | 'midiSysex' | 'nfc' | 'notifications' | 'paymentHandler' | 'periodicBackgroundSync' | 'pointerLock' | ' protectedMediaIdentifier' | 'sensors' | 'smartCard ' | 'speakerSelection' | 'storageAccess' | ' topLevelStorageAccess' | 'videoCapture' | 'vr ' | 'wakeLockScreen' | 'wakeLockSystem' | 'webAppInstallation' | 'webPrinting ' | 'windowManagement');
41574157
41584158 export type PermissionSetting = ('granted' | 'denied' | 'prompt');
41594159
You can’t perform that action at this time.
0 commit comments