Skip to content

Commit c67e6af

Browse files
committed
Roll protocol to r1561482
1 parent 2b34c65 commit c67e6af

4 files changed

Lines changed: 5 additions & 31 deletions

File tree

changelog.md

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

22

33
## Roll protocol to r1560991 — _2025-12-19T04:33:52.000Z_
4-
###### Diff: [`ead0e84...48f305d`](https://github.com/ChromeDevTools/devtools-protocol/compare/ead0e84...48f305d)
4+
###### Diff: [`ead0e84...2b34c65`](https://github.com/ChromeDevTools/devtools-protocol/compare/ead0e84...2b34c65)
55

66
```diff
77
@@ domains/Network.pdl:166 @@ domain Network
@@ -42110,30 +42110,4 @@ index 0dbdc01d..7a3c772c 100644
4211042110
# The frame id of the frame initiating prerender.
4211142111
Page.FrameId initiatingFrameId
4211242112
string prerenderingUrl
42113-
```
42114-
42115-
## Roll protocol to r1120367 — _2023-03-22T04:27:34.000Z_
42116-
###### Diff: [`d451302...7bd9b6c`](https://github.com/ChromeDevTools/devtools-protocol/compare/d451302...7bd9b6c)
42117-
42118-
```diff
42119-
@@ browser_protocol.pdl:756 @@ experimental domain Audits
42120-
FormInputAssignedAutocompleteValueToIdOrNameAttributeError
42121-
FormLabelHasNeitherForNorNestedInput
42122-
FormLabelForMatchesNonExistingIdError
42123-
+ FormInputHasWrongButWellIntendedAutocompleteValueError
42124-
42125-
# Depending on the concrete errorType, different properties are set.
42126-
type GenericIssueDetails extends object
42127-
@@ -10903,9 +10904,10 @@ experimental domain Preload
42128-
string prerenderingUrl
42129-
PreloadingStatus status
42130-
42131-
- # Send a list of sources for all preloading attempts.
42132-
+ # Send a list of sources for all preloading attempts in a document.
42133-
event preloadingAttemptSourcesUpdated
42134-
parameters
42135-
+ Network.LoaderId loaderId
42136-
array of PreloadingAttemptSource preloadingAttemptSources
42137-
42138-
# This domain allows interacting with the FedCM dialog.
4213942113
```

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.1560991",
3+
"version": "0.0.1561482",
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 990edad to 39acff8

0 commit comments

Comments
 (0)