Skip to content

Commit 76517d1

Browse files
committed
Roll protocol to r1462014
1 parent 6474ac4 commit 76517d1

4 files changed

Lines changed: 3 additions & 34 deletions

File tree

changelog.md

Lines changed: 1 addition & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22

33
## Roll protocol to r1461159 — _2025-05-16T04:31:23.000Z_
4-
###### Diff: [`3716d55...374cfbc`](https://github.com/ChromeDevTools/devtools-protocol/compare/3716d55...374cfbc)
4+
###### Diff: [`3716d55...6474ac4`](https://github.com/ChromeDevTools/devtools-protocol/compare/3716d55...6474ac4)
55

66
```diff
77
@@ browser_protocol.pdl:4744 @@ domain Emulation
@@ -13883,35 +13883,4 @@ index 8d8211b..2d56043 100644
1388313883

1388413884
# Details for issues around "Attribution Reporting API" usage.
1388513885
# 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
1391713886
```

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.1462014",
44
"description": "The Chrome DevTools Protocol JSON",
55
"repository": "https://github.com/ChromeDevTools/devtools-protocol",
66
"author": "The Chromium Authors",

scripts/protocol-dts-generator.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ const emitDomain = (domain: P.Domain) => {
110110
const getCommentLines = (description: string) => {
111111
const lines = description
112112
.split(/\r?\n/g)
113+
.filter(line => !line.startsWith('LINT.IfChange'))
113114
.map(line => ` * ${line}`)
114115
return [`/**`, ...lines, ` */`]
115116
}

types/protocol.d.ts

Lines changed: 0 additions & 1 deletion
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

0 commit comments

Comments
 (0)