Skip to content

Commit 13ce94b

Browse files
committed
Roll protocol to r1462568
1 parent 7193d4d commit 13ce94b

5 files changed

Lines changed: 18 additions & 52 deletions

File tree

changelog.md

Lines changed: 14 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,20 @@
11

22

3+
## Roll protocol to r1462568 — _2025-05-20T04:31:10.000Z_
4+
###### Diff: [`7193d4d...b1c1119`](https://github.com/ChromeDevTools/devtools-protocol/compare/7193d4d...b1c1119)
5+
6+
```diff
7+
@@ browser_protocol.pdl:13667 @@ experimental domain BluetoothEmulation
8+
event descriptorOperationReceived
9+
parameters
10+
string descriptorId
11+
- CharacteristicOperationType type
12+
+ DescriptorOperationType type
13+
optional binary data
14+
```
15+
316
## Roll protocol to r1461159 — _2025-05-16T04:31:23.000Z_
4-
###### Diff: [`3716d55...374cfbc`](https://github.com/ChromeDevTools/devtools-protocol/compare/3716d55...374cfbc)
17+
###### Diff: [`3716d55...6474ac4`](https://github.com/ChromeDevTools/devtools-protocol/compare/3716d55...6474ac4)
518

619
```diff
720
@@ browser_protocol.pdl:4744 @@ domain Emulation
@@ -13868,50 +13881,4 @@ index 8d8211b..2d56043 100644
1386813881
usb
1386913882
vertical-scroll
1387013883
web-share
13871-
```
13872-
13873-
## Roll protocol to r1032873 — _2022-08-09T04:34:16.000Z_
13874-
###### Diff: [`4f1ab67...958f979`](https://github.com/ChromeDevTools/devtools-protocol/compare/4f1ab67...958f979)
13875-
13876-
```diff
13877-
@@ browser_protocol.pdl:709 @@ experimental domain Audits
13878-
InvalidEligibleHeader
13879-
TooManyConcurrentRequests
13880-
SourceAndTriggerHeaders
13881-
+ SourceIgnored
13882-
+ TriggerIgnored
13883-
13884-
# Details for issues around "Attribution Reporting API" usage.
13885-
# Explainer: https://github.com/WICG/attribution-reporting-api
13886-
```
13887-
13888-
## Roll protocol to r1032240 — _2022-08-06T04:31:26.000Z_
13889-
###### Diff: [`4b0d166...4f1ab67`](https://github.com/ChromeDevTools/devtools-protocol/compare/4b0d166...4f1ab67)
13890-
13891-
```diff
13892-
@@ browser_protocol.pdl:708 @@ experimental domain Audits
13893-
InvalidRegisterTriggerHeader
13894-
InvalidEligibleHeader
13895-
TooManyConcurrentRequests
13896-
+ SourceAndTriggerHeaders
13897-
13898-
# Details for issues around "Attribution Reporting API" usage.
13899-
# Explainer: https://github.com/WICG/attribution-reporting-api
13900-
@@ -8459,12 +8460,15 @@ domain Page
13901-
FailToGetMemoryUsage
13902-
13903-
# Fired when a prerender attempt is completed.
13904-
- event prerenderAttemptCompleted
13905-
+ experimental event prerenderAttemptCompleted
13906-
parameters
13907-
# The frame id of the frame initiating prerendering.
13908-
FrameId initiatingFrameId
13909-
string prerenderingUrl
13910-
PrerenderFinalStatus finalStatus
13911-
+ # This is used to give users more information about the cancellation details,
13912-
+ # and this will be formatted for display.
13913-
+ optional string reasonDetails
13914-
13915-
event loadEventFired
13916-
parameters
1391713884
```

json/browser_protocol.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28835,7 +28835,7 @@
2883528835
},
2883628836
{
2883728837
"name": "type",
28838-
"$ref": "CharacteristicOperationType"
28838+
"$ref": "DescriptorOperationType"
2883928839
},
2884028840
{
2884128841
"name": "data",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "devtools-protocol",
3-
"version": "0.0.1461159",
3+
"version": "0.0.1462568",
44
"description": "The Chrome DevTools Protocol JSON",
55
"repository": "https://github.com/ChromeDevTools/devtools-protocol",
66
"author": "The Chromium Authors",

pdl/browser_protocol.pdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13667,5 +13667,5 @@ experimental domain BluetoothEmulation
1366713667
event descriptorOperationReceived
1366813668
parameters
1366913669
string descriptorId
13670-
CharacteristicOperationType type
13670+
DescriptorOperationType type
1367113671
optional binary data

types/protocol.d.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14008,7 +14008,6 @@ export namespace Protocol {
1400814008
/**
1400914009
* All Permissions Policy features. This enum should match the one defined
1401014010
* in services/network/public/cpp/permissions_policy/permissions_policy_features.json5.
14011-
* LINT.IfChange(PermissionsPolicyFeature)
1401214011
*/
1401314012
export type PermissionsPolicyFeature = ('accelerometer' | 'all-screens-capture' | 'ambient-light-sensor' | 'attribution-reporting' | 'autoplay' | 'bluetooth' | 'browsing-topics' | 'camera' | 'captured-surface-control' | 'ch-dpr' | 'ch-device-memory' | 'ch-downlink' | 'ch-ect' | 'ch-prefers-color-scheme' | 'ch-prefers-reduced-motion' | 'ch-prefers-reduced-transparency' | 'ch-rtt' | 'ch-save-data' | 'ch-ua' | 'ch-ua-arch' | 'ch-ua-bitness' | 'ch-ua-high-entropy-values' | 'ch-ua-platform' | 'ch-ua-model' | 'ch-ua-mobile' | 'ch-ua-form-factors' | 'ch-ua-full-version' | 'ch-ua-full-version-list' | 'ch-ua-platform-version' | 'ch-ua-wow64' | 'ch-viewport-height' | 'ch-viewport-width' | 'ch-width' | 'clipboard-read' | 'clipboard-write' | 'compute-pressure' | 'controlled-frame' | 'cross-origin-isolated' | 'deferred-fetch' | 'deferred-fetch-minimal' | 'device-attributes' | 'digital-credentials-get' | 'direct-sockets' | 'direct-sockets-private' | 'display-capture' | 'document-domain' | 'encrypted-media' | 'execution-while-out-of-viewport' | 'execution-while-not-rendered' | 'fenced-unpartitioned-storage-read' | 'focus-without-user-activation' | 'fullscreen' | 'frobulate' | 'gamepad' | 'geolocation' | 'gyroscope' | 'hid' | 'identity-credentials-get' | 'idle-detection' | 'interest-cohort' | 'join-ad-interest-group' | 'keyboard-map' | 'language-detector' | 'local-fonts' | 'local-network-access' | 'magnetometer' | 'media-playback-while-not-visible' | 'microphone' | 'midi' | 'on-device-speech-recognition' | 'otp-credentials' | 'payment' | 'picture-in-picture' | 'popins' | 'private-aggregation' | 'private-state-token-issuance' | 'private-state-token-redemption' | 'publickey-credentials-create' | 'publickey-credentials-get' | 'record-ad-auction-events' | 'rewriter' | 'run-ad-auction' | 'screen-wake-lock' | 'serial' | 'shared-autofill' | 'shared-storage' | 'shared-storage-select-url' | 'smart-card' | 'speaker-selection' | 'storage-access' | 'sub-apps' | 'summarizer' | 'sync-xhr' | 'translator' | 'unload' | 'usb' | 'usb-unrestricted' | 'vertical-scroll' | 'web-app-installation' | 'web-printing' | 'web-share' | 'window-management' | 'writer' | 'xr-spatial-tracking');
1401414013

@@ -19964,7 +19963,7 @@ export namespace Protocol {
1996419963
*/
1996519964
export interface DescriptorOperationReceivedEvent {
1996619965
descriptorId: string;
19967-
type: CharacteristicOperationType;
19966+
type: DescriptorOperationType;
1996819967
data?: string;
1996919968
}
1997019969
}

0 commit comments

Comments
 (0)