|
1 | 1 |
|
2 | 2 |
|
| 3 | +## Roll protocol to r1616338 — _2026-04-17T05:17:05.000Z_ |
| 4 | +###### Diff: [`d852d0c...c877cdd`](https://github.com/ChromeDevTools/devtools-protocol/compare/d852d0c...c877cdd) |
| 5 | + |
| 6 | +```diff |
| 7 | +@@ domains/Audits.pdl:429 @@ experimental domain Audits |
| 8 | + AutofillPolicyControlledFeatureInfo |
| 9 | + ManualTextPolicyControlledFeatureInfo |
| 10 | + FormModelContextParameterMissingTitleAndDescription |
| 11 | ++ FormModelContextMissingToolName |
| 12 | ++ FormModelContextMissingToolDescription |
| 13 | ++ FormModelContextRequiredParameterMissingName |
| 14 | ++ FormModelContextParameterMissingName |
| 15 | + |
| 16 | + # Depending on the concrete errorType, different properties are set. |
| 17 | + type GenericIssueDetails extends object |
| 18 | +diff --git a/pdl/domains/WebMCP.pdl b/pdl/domains/WebMCP.pdl |
| 19 | +index d687c478..f7ecb3a5 100644 |
| 20 | +--- a/pdl/domains/WebMCP.pdl |
| 21 | ++++ b/pdl/domains/WebMCP.pdl |
| 22 | +@@ -64,6 +64,12 @@ experimental domain WebMCP |
| 23 | + # Unique identifier for this invocation. Response is sent before tool events. |
| 24 | + string invocationId |
| 25 | + |
| 26 | ++ # Cancels a pending tool invocation. |
| 27 | ++ command cancelInvocation |
| 28 | ++ parameters |
| 29 | ++ # Invocation identifier to cancel. |
| 30 | ++ string invocationId |
| 31 | ++ |
| 32 | + # Event fired when new tools are added. |
| 33 | + event toolsAdded |
| 34 | + parameters |
| 35 | +``` |
| 36 | + |
3 | 37 | ## Roll protocol to r1615727 — _2026-04-16T10:28:34.000Z_ |
4 | | -###### Diff: [`bb00b98...4d64b2c`](https://github.com/ChromeDevTools/devtools-protocol/compare/bb00b98...4d64b2c) |
| 38 | +###### Diff: [`bb00b98...d852d0c`](https://github.com/ChromeDevTools/devtools-protocol/compare/bb00b98...d852d0c) |
5 | 39 |
|
6 | 40 | ```diff |
7 | 41 | @@ domains/Network.pdl:2260 @@ domain Network |
@@ -42985,40 +43019,4 @@ index 7a3c772c..ed622630 100644 |
42985 | 43019 | # Represents deep serialized value. |
42986 | 43020 | type DeepSerializedValue extends object |
42987 | 43021 | properties |
42988 | | -``` |
42989 | | - |
42990 | | -## Roll protocol to r1161029 — _2023-06-22T04:26:26.000Z_ |
42991 | | -###### Diff: [`6ef566f...7b1ec35`](https://github.com/ChromeDevTools/devtools-protocol/compare/6ef566f...7b1ec35) |
42992 | | - |
42993 | | -```diff |
42994 | | -@@ browser_protocol.pdl:5368 @@ domain Network |
42995 | | - # address space. |
42996 | | - UnexpectedPrivateNetworkAccess |
42997 | | - NoCorsRedirectModeNotFollow |
42998 | | -+ # Request was a private network request and needed user permission yet did |
42999 | | -+ # not carry `Private-Network-Access-Id` in the preflight response. |
43000 | | -+ # https://github.com/WICG/private-network-access/blob/main/permission_prompt/explainer.md |
43001 | | -+ PreflightMissingPrivateNetworkAccessId |
43002 | | -+ # Request was a private network request and needed user permission yet did |
43003 | | -+ # not carry `Private-Network-Access-Name` in the preflight response. |
43004 | | -+ # https://github.com/WICG/private-network-access/blob/main/permission_prompt/explainer.md |
43005 | | -+ PreflightMissingPrivateNetworkAccessName |
43006 | | -+ # Request was a private network request and needed user permission yet not |
43007 | | -+ # able to request for permission. |
43008 | | -+ # https://github.com/WICG/private-network-access/blob/main/permission_prompt/explainer.md |
43009 | | -+ PrivateNetworkAccessPermissionUnavailable |
43010 | | -+ # Request was a private network request and is denied by user permission. |
43011 | | -+ # https://github.com/WICG/private-network-access/blob/main/permission_prompt/explainer.md |
43012 | | -+ PrivateNetworkAccessPermissionDenied |
43013 | | - |
43014 | | - type CorsErrorStatus extends object |
43015 | | - properties |
43016 | | -@@ -8540,6 +8555,7 @@ domain Page |
43017 | | - ErrorDocument |
43018 | | - FencedFramesEmbedder |
43019 | | - CookieDisabled |
43020 | | -+ HTTPAuthRequired |
43021 | | - #Blocklisted features |
43022 | | - WebSocket |
43023 | | - WebTransport |
43024 | 43022 | ``` |
0 commit comments