|
1 | 1 |
|
2 | 2 |
|
| 3 | +## Roll protocol to r1481382 — _2025-07-02T04:32:10.000Z_ |
| 4 | +###### Diff: [`097b400...0aaa3c5`](https://github.com/ChromeDevTools/devtools-protocol/compare/097b400...0aaa3c5) |
| 5 | + |
| 6 | +```diff |
| 7 | +@@ browser_protocol.pdl:8253 @@ experimental domain Overlay |
| 8 | + searchForNode |
| 9 | + searchForUAShadowDOM |
| 10 | + captureAreaScreenshot |
| 11 | +- showDistances |
| 12 | + none |
| 13 | + |
| 14 | + # Disables domain notifications. |
| 15 | +@@ -10639,10 +10638,6 @@ experimental domain ServiceWorker |
| 16 | + |
| 17 | + command enable |
| 18 | + |
| 19 | +- command inspectWorker |
| 20 | +- parameters |
| 21 | +- string versionId |
| 22 | +- |
| 23 | + command setForceUpdateOnPageLoad |
| 24 | + parameters |
| 25 | + boolean forceUpdateOnPageLoad |
| 26 | +``` |
| 27 | + |
3 | 28 | ## Roll protocol to r1479623 — _2025-06-27T04:31:59.000Z_ |
4 | | -###### Diff: [`bdd3e90...ae7f7aa`](https://github.com/ChromeDevTools/devtools-protocol/compare/bdd3e90...ae7f7aa) |
| 29 | +###### Diff: [`bdd3e90...097b400`](https://github.com/ChromeDevTools/devtools-protocol/compare/bdd3e90...097b400) |
5 | 30 |
|
6 | 31 | ```diff |
7 | 32 | @@ browser_protocol.pdl:7671 @@ domain Network |
@@ -14046,74 +14071,4 @@ index b3b97fa..6efcf78 100644 |
14046 | 14071 |
|
14047 | 14072 | # Fired when a prerender attempt is completed. |
14048 | 14073 | experimental event prerenderAttemptCompleted |
14049 | | -``` |
14050 | | - |
14051 | | -## Roll protocol to r1052822 — _2022-09-29T04:58:25.000Z_ |
14052 | | -###### Diff: [`0ce6bcb...6e37e04`](https://github.com/ChromeDevTools/devtools-protocol/compare/0ce6bcb...6e37e04) |
14053 | | - |
14054 | | -```diff |
14055 | | -@@ browser_protocol.pdl:5256 @@ domain Network |
14056 | | - # Type "send-redemption-record" in the Trust Token API. |
14057 | | - Signing |
14058 | | - |
14059 | | -+ # The reason why Chrome uses a specific transport protocol for HTTP semantics. |
14060 | | -+ experimental type AlternateProtocolUsage extends string |
14061 | | -+ enum |
14062 | | -+ # Alternate Protocol was used without racing a normal connection. |
14063 | | -+ alternativeJobWonWithoutRace |
14064 | | -+ # Alternate Protocol was used by winning a race with a normal connection. |
14065 | | -+ alternativeJobWonRace |
14066 | | -+ # Alternate Protocol was not used by losing a race with a normal connection. |
14067 | | -+ mainJobWonRace |
14068 | | -+ # Alternate Protocol was not used because no Alternate-Protocol information |
14069 | | -+ # was available when the request was issued, but an Alternate-Protocol header |
14070 | | -+ # was present in the response. |
14071 | | -+ mappingMissing |
14072 | | -+ # Alternate Protocol was not used because it was marked broken. |
14073 | | -+ broken |
14074 | | -+ # HTTPS DNS protocol upgrade job was used without racing with a normal |
14075 | | -+ # connection and an Alternate Protocol job. |
14076 | | -+ dnsAlpnH3JobWonWithoutRace |
14077 | | -+ # HTTPS DNS protocol upgrade job won a race with a normal connection and |
14078 | | -+ # an Alternate Protocol job. |
14079 | | -+ dnsAlpnH3JobWonRace |
14080 | | -+ # When the reason is unspecified. |
14081 | | -+ unspecifiedReason |
14082 | | -+ |
14083 | | - # HTTP response data. |
14084 | | - type Response extends object |
14085 | | - properties |
14086 | | -@@ -5301,6 +5325,8 @@ domain Network |
14087 | | - optional string cacheStorageCacheName |
14088 | | - # Protocol used to fetch this request. |
14089 | | - optional string protocol |
14090 | | -+ # The reason why Chrome uses a specific transport protocol for HTTP semantics. |
14091 | | -+ experimental optional AlternateProtocolUsage alternateProtocolUsage |
14092 | | - # Security state of the request resource. |
14093 | | - Security.SecurityState securityState |
14094 | | - # Security details for the request. |
14095 | | -@@ -7106,6 +7132,7 @@ domain Page |
14096 | | - ch-downlink |
14097 | | - ch-ect |
14098 | | - ch-prefers-color-scheme |
14099 | | -+ ch-prefers-reduced-motion |
14100 | | - ch-rtt |
14101 | | - ch-save-data |
14102 | | - ch-ua |
14103 | | -@@ -7132,7 +7159,6 @@ domain Page |
14104 | | - encrypted-media |
14105 | | - execution-while-out-of-viewport |
14106 | | - execution-while-not-rendered |
14107 | | -- federated-credentials |
14108 | | - focus-without-user-activation |
14109 | | - fullscreen |
14110 | | - frobulate |
14111 | | -@@ -7140,6 +7166,7 @@ domain Page |
14112 | | - geolocation |
14113 | | - gyroscope |
14114 | | - hid |
14115 | | -+ identity-credential-get |
14116 | | - idle-detection |
14117 | | - interest-cohort |
14118 | | - join-ad-interest-group |
14119 | 14074 | ``` |
0 commit comments