Skip to content

Commit

Permalink
Roll protocol to r1388031
Browse files Browse the repository at this point in the history
  • Loading branch information
devtools-bot committed Nov 26, 2024
1 parent 1538d6c commit e3771a8
Show file tree
Hide file tree
Showing 5 changed files with 78 additions and 31 deletions.
73 changes: 54 additions & 19 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,60 @@


## Roll protocol to r1388031 — _2024-11-26T04:30:08.000Z_
###### Diff: [`1538d6c...bd889bb`](https://github.com/ChromeDevTools/devtools-protocol/compare/1538d6c...bd889bb)

```diff
@@ browser_protocol.pdl:1393 @@ domain Browser

experimental type PermissionType extends string
enum
- accessibilityEvents
+ ar
audioCapture
- backgroundSync
+ automaticFullscreen
backgroundFetch
+ backgroundSync
+ cameraPanTiltZoom
capturedSurfaceControl
clipboardReadWrite
clipboardSanitizedWrite
displayCapture
durableStorage
- flash
geolocation
+ handTracking
idleDetection
+ keyboardLock
localFonts
midi
midiSysex
@@ -1412,16 +1415,19 @@ domain Browser
notifications
paymentHandler
periodicBackgroundSync
+ pointerLock
protectedMediaIdentifier
sensors
- storageAccess
+ smartCard
speakerSelection
+ storageAccess
topLevelStorageAccess
videoCapture
- videoCapturePanTiltZoom
+ vr
wakeLockScreen
wakeLockSystem
webAppInstallation
+ webPrinting
windowManagement

experimental type PermissionSetting extends string
```

## Roll protocol to r1387316 — _2024-11-24T04:29:22.000Z_
###### Diff: [`a49a587...41a3616`](https://github.com/ChromeDevTools/devtools-protocol/compare/a49a587...41a3616)
###### Diff: [`a49a587...1538d6c`](https://github.com/ChromeDevTools/devtools-protocol/compare/a49a587...1538d6c)

```diff
@@ browser_protocol.pdl:2733 @@ domain DOM
Expand Down Expand Up @@ -12231,22 +12284,4 @@ index 18cf0c7..8e43695 100644
type AttributionReportingIssueDetails extends object
properties
AttributionReportingIssueType violationType
```

## Roll protocol to r1009745 — _2022-06-01T19:15:37.000Z_
###### Diff: [`a56eb21...a3a4df3`](https://github.com/ChromeDevTools/devtools-protocol/compare/a56eb21...a3a4df3)

```diff
@@ browser_protocol.pdl:6312 @@ domain Network
enum
SameOrigin
SameOriginAllowPopups
+ RestrictProperties
UnsafeNone
SameOriginPlusCoep
- SameOriginAllowPopupsPlusCoep
+ RestrictPropertiesPlusCoep

experimental type CrossOriginOpenerPolicyStatus extends object
properties
```
16 changes: 11 additions & 5 deletions json/browser_protocol.json
Original file line number Diff line number Diff line change
Expand Up @@ -2787,35 +2787,41 @@
"experimental": true,
"type": "string",
"enum": [
"accessibilityEvents",
"ar",
"audioCapture",
"backgroundSync",
"automaticFullscreen",
"backgroundFetch",
"backgroundSync",
"cameraPanTiltZoom",
"capturedSurfaceControl",
"clipboardReadWrite",
"clipboardSanitizedWrite",
"displayCapture",
"durableStorage",
"flash",
"geolocation",
"handTracking",
"idleDetection",
"keyboardLock",
"localFonts",
"midi",
"midiSysex",
"nfc",
"notifications",
"paymentHandler",
"periodicBackgroundSync",
"pointerLock",
"protectedMediaIdentifier",
"sensors",
"storageAccess",
"smartCard",
"speakerSelection",
"storageAccess",
"topLevelStorageAccess",
"videoCapture",
"videoCapturePanTiltZoom",
"vr",
"wakeLockScreen",
"wakeLockSystem",
"webAppInstallation",
"webPrinting",
"windowManagement"
]
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "devtools-protocol",
"version": "0.0.1387316",
"version": "0.0.1388031",
"description": "The Chrome DevTools Protocol JSON",
"repository": "https://github.com/ChromeDevTools/devtools-protocol",
"author": "The Chromium Authors",
Expand Down
16 changes: 11 additions & 5 deletions pdl/browser_protocol.pdl
Original file line number Diff line number Diff line change
Expand Up @@ -1393,35 +1393,41 @@ domain Browser

experimental type PermissionType extends string
enum
accessibilityEvents
ar
audioCapture
backgroundSync
automaticFullscreen
backgroundFetch
backgroundSync
cameraPanTiltZoom
capturedSurfaceControl
clipboardReadWrite
clipboardSanitizedWrite
displayCapture
durableStorage
flash
geolocation
handTracking
idleDetection
keyboardLock
localFonts
midi
midiSysex
nfc
notifications
paymentHandler
periodicBackgroundSync
pointerLock
protectedMediaIdentifier
sensors
storageAccess
smartCard
speakerSelection
storageAccess
topLevelStorageAccess
videoCapture
videoCapturePanTiltZoom
vr
wakeLockScreen
wakeLockSystem
webAppInstallation
webPrinting
windowManagement

experimental type PermissionSetting extends string
Expand Down
2 changes: 1 addition & 1 deletion types/protocol.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4153,7 +4153,7 @@ export namespace Protocol {
windowState?: WindowState;
}

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');
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');

export type PermissionSetting = ('granted' | 'denied' | 'prompt');

Expand Down

0 comments on commit e3771a8

Please sign in to comment.