Skip to content

Commit

Permalink
Roll protocol to r1266247
Browse files Browse the repository at this point in the history
  • Loading branch information
devtools-bot committed Feb 28, 2024
1 parent 85cbc8e commit 462386a
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 21 deletions.
37 changes: 19 additions & 18 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,25 @@


## Roll protocol to r1266247 — _2024-02-28T04:26:37.000Z_
###### Diff: [`85cbc8e...e7eba5e`](https://github.com/ChromeDevTools/devtools-protocol/compare/85cbc8e...e7eba5e)

```diff
@@ browser_protocol.pdl:729 @@ experimental domain Audits
WebAndOsHeaders
NoWebOrOsSupport
NavigationRegistrationWithoutTransientUserActivation
+ InvalidInfoHeader
+ NoRegisterSourceHeader
+ NoRegisterTriggerHeader
+ NoRegisterOsSourceHeader
+ NoRegisterOsTriggerHeader

# Details for issues around "Attribution Reporting API" usage.
# Explainer: https://github.com/WICG/attribution-reporting-api
```

## Roll protocol to r1263784 — _2024-02-22T04:25:35.000Z_
###### Diff: [`06fb977...0c33cae`](https://github.com/ChromeDevTools/devtools-protocol/compare/06fb977...0c33cae)
###### Diff: [`06fb977...85cbc8e`](https://github.com/ChromeDevTools/devtools-protocol/compare/06fb977...85cbc8e)

```diff
@@ browser_protocol.pdl:4053 @@ domain Emulation
Expand Down Expand Up @@ -11430,21 +11448,4 @@ index 09c420e..bd277eb 100644
ch-ua-platform-version
ch-ua-reduced
ch-viewport-height
```

## Roll protocol to r939882 — _2021-11-09T17:15:27.000Z_
###### Diff: [`e9d7ebc...ef5e053`](https://github.com/ChromeDevTools/devtools-protocol/compare/e9d7ebc...ef5e053)

```diff
@@ browser_protocol.pdl:8374 @@ domain Security
# Security state information about the page.
VisibleSecurityState visibleSecurityState

- # The security state of the page changed.
- event securityStateChanged
+ # The security state of the page changed. No longer being sent.
+ deprecated event securityStateChanged
parameters
# Security state.
SecurityState securityState
```
7 changes: 6 additions & 1 deletion json/browser_protocol.json
Original file line number Diff line number Diff line change
Expand Up @@ -1468,7 +1468,12 @@
"InvalidRegisterOsTriggerHeader",
"WebAndOsHeaders",
"NoWebOrOsSupport",
"NavigationRegistrationWithoutTransientUserActivation"
"NavigationRegistrationWithoutTransientUserActivation",
"InvalidInfoHeader",
"NoRegisterSourceHeader",
"NoRegisterTriggerHeader",
"NoRegisterOsSourceHeader",
"NoRegisterOsTriggerHeader"
]
},
{
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.1263784",
"version": "0.0.1266247",
"description": "The Chrome DevTools Protocol JSON",
"repository": "https://github.com/ChromeDevTools/devtools-protocol",
"author": "The Chromium Authors",
Expand Down
5 changes: 5 additions & 0 deletions pdl/browser_protocol.pdl
Original file line number Diff line number Diff line change
Expand Up @@ -729,6 +729,11 @@ experimental domain Audits
WebAndOsHeaders
NoWebOrOsSupport
NavigationRegistrationWithoutTransientUserActivation
InvalidInfoHeader
NoRegisterSourceHeader
NoRegisterTriggerHeader
NoRegisterOsSourceHeader
NoRegisterOsTriggerHeader

# Details for issues around "Attribution Reporting API" usage.
# Explainer: https://github.com/WICG/attribution-reporting-api
Expand Down
2 changes: 1 addition & 1 deletion types/protocol.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3462,7 +3462,7 @@ export namespace Protocol {
clientSecurityState?: Network.ClientSecurityState;
}

export type AttributionReportingIssueType = ('PermissionPolicyDisabled' | 'UntrustworthyReportingOrigin' | 'InsecureContext' | 'InvalidHeader' | 'InvalidRegisterTriggerHeader' | 'SourceAndTriggerHeaders' | 'SourceIgnored' | 'TriggerIgnored' | 'OsSourceIgnored' | 'OsTriggerIgnored' | 'InvalidRegisterOsSourceHeader' | 'InvalidRegisterOsTriggerHeader' | 'WebAndOsHeaders' | 'NoWebOrOsSupport' | 'NavigationRegistrationWithoutTransientUserActivation');
export type AttributionReportingIssueType = ('PermissionPolicyDisabled' | 'UntrustworthyReportingOrigin' | 'InsecureContext' | 'InvalidHeader' | 'InvalidRegisterTriggerHeader' | 'SourceAndTriggerHeaders' | 'SourceIgnored' | 'TriggerIgnored' | 'OsSourceIgnored' | 'OsTriggerIgnored' | 'InvalidRegisterOsSourceHeader' | 'InvalidRegisterOsTriggerHeader' | 'WebAndOsHeaders' | 'NoWebOrOsSupport' | 'NavigationRegistrationWithoutTransientUserActivation' | 'InvalidInfoHeader' | 'NoRegisterSourceHeader' | 'NoRegisterTriggerHeader' | 'NoRegisterOsSourceHeader' | 'NoRegisterOsTriggerHeader');

/**
* Details for issues around "Attribution Reporting API" usage.
Expand Down

0 comments on commit 462386a

Please sign in to comment.