Skip to content

Commit 8570f86

Browse files
committed
Roll protocol to r1523305
1 parent f6820b4 commit 8570f86

4 files changed

Lines changed: 5 additions & 40 deletions

File tree

changelog.md

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

22

33
## Roll protocol to r1521046 — _2025-09-26T04:31:48.000Z_
4-
###### Diff: [`e3b838c...5864544`](https://github.com/ChromeDevTools/devtools-protocol/compare/e3b838c...5864544)
4+
###### Diff: [`e3b838c...f6820b4`](https://github.com/ChromeDevTools/devtools-protocol/compare/e3b838c...f6820b4)
55

66
```diff
77
@@ domains/CSS.pdl:165 @@ experimental domain CSS
@@ -42109,39 +42109,4 @@ index d4102f5c..6285d9b6 100644
4210942109

4211042110
# Fired when a prerender attempt is completed.
4211142111
experimental event prerenderAttemptCompleted
42112-
```
42113-
42114-
## Roll protocol to r1093722 — _2023-01-18T04:28:24.000Z_
42115-
###### Diff: [`c03647c...370c224`](https://github.com/ChromeDevTools/devtools-protocol/compare/c03647c...370c224)
42116-
42117-
```diff
42118-
@@ browser_protocol.pdl:783 @@ experimental domain Audits
42119-
NoSysexWebMIDIWithoutPermission
42120-
NotificationInsecureOrigin
42121-
NotificationPermissionRequestedIframe
42122-
+ ObsoleteCreateImageBitmapImageOrientationNone
42123-
ObsoleteWebRtcCipherSuite
42124-
OpenWebDatabaseInsecureContext
42125-
OverflowVisibleOnReplacedElement
42126-
@@ -3681,7 +3682,9 @@ domain Emulation
42127-
# Missing optional values will be filled in by the target with what it would normally use.
42128-
experimental type UserAgentMetadata extends object
42129-
properties
42130-
+ # Brands appearing in Sec-CH-UA.
42131-
optional array of UserAgentBrandVersion brands
42132-
+ # Brands appearing in Sec-CH-UA-Full-Version-List.
42133-
optional array of UserAgentBrandVersion fullVersionList
42134-
deprecated optional string fullVersion
42135-
string platform
42136-
@@ -10550,6 +10553,10 @@ experimental domain WebAuthn
42137-
# https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-20210615.html#sctn-minpinlength-extension
42138-
# Defaults to false.
42139-
optional boolean hasMinPinLength
42140-
+ # If set to true, the authenticator will support the prf extension.
42141-
+ # https://w3c.github.io/webauthn/#prf-extension
42142-
+ # Defaults to false.
42143-
+ optional boolean hasPrf
42144-
# If set to true, tests of user presence will succeed immediately.
42145-
# Otherwise, they will not be resolved. Defaults to true.
42146-
optional boolean automaticPresenceSimulation
4214742112
```

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

scripts/inspector_protocol

Submodule inspector_protocol updated from 1ac1ec6 to 4cbd5a1

0 commit comments

Comments
 (0)