|
1 | 1 |
|
2 | 2 |
|
| 3 | +## Roll protocol to r1577676 — _2026-01-31T04:48:29.000Z_ |
| 4 | +###### Diff: [`ab28501...02b69da`](https://github.com/ChromeDevTools/devtools-protocol/compare/ab28501...02b69da) |
| 5 | + |
| 6 | +```diff |
| 7 | +@@ domains/Extensions.pdl:13 @@ experimental domain Extensions |
| 8 | + local |
| 9 | + sync |
| 10 | + managed |
| 11 | ++ |
| 12 | ++ # Runs an extension default action. |
| 13 | ++ # Available if the client is connected using the --remote-debugging-pipe |
| 14 | ++ # flag and the --enable-unsafe-extension-debugging flag is set. |
| 15 | ++ command triggerAction |
| 16 | ++ parameters |
| 17 | ++ # Extension id. |
| 18 | ++ string id |
| 19 | ++ # A tab target ID to trigger the default extension action on. |
| 20 | ++ string targetId |
| 21 | ++ |
| 22 | + # Installs an unpacked extension from the filesystem similar to |
| 23 | + # --load-extension CLI flags. Returns extension ID once the extension |
| 24 | + # has been installed. Available if the client is connected using the |
| 25 | +@@ -22,6 +33,8 @@ experimental domain Extensions |
| 26 | + parameters |
| 27 | + # Absolute file path. |
| 28 | + string path |
| 29 | ++ # Enable the extension in incognito |
| 30 | ++ optional boolean enableInIncognito |
| 31 | + returns |
| 32 | + # Extension id. |
| 33 | + string id |
| 34 | +``` |
| 35 | + |
3 | 36 | ## Roll protocol to r1575685 — _2026-01-28T04:36:08.000Z_ |
4 | | -###### Diff: [`19078ce...b721951`](https://github.com/ChromeDevTools/devtools-protocol/compare/19078ce...b721951) |
| 37 | +###### Diff: [`19078ce...ab28501`](https://github.com/ChromeDevTools/devtools-protocol/compare/19078ce...ab28501) |
5 | 38 |
|
6 | 39 | ```diff |
7 | 40 | @@ browser_protocol.pdl:48 @@ include domains/PerformanceTimeline.pdl |
@@ -42295,42 +42328,4 @@ index 0dbdc01d..7a3c772c 100644 |
42295 | 42328 |
|
42296 | 42329 | # CSS rule representation. |
42297 | 42330 | type CSSRule extends object |
42298 | | -``` |
42299 | | - |
42300 | | -## Roll protocol to r1130274 — _2023-04-14T04:26:53.000Z_ |
42301 | | -###### Diff: [`adde591...ad86c64`](https://github.com/ChromeDevTools/devtools-protocol/compare/adde591...ad86c64) |
42302 | | - |
42303 | | -```diff |
42304 | | -@@ browser_protocol.pdl:775 @@ experimental domain Audits |
42305 | | - # One of the deprecation names from third_party/blink/renderer/core/frame/deprecation/deprecation.json5 |
42306 | | - string type |
42307 | | - |
42308 | | -+ # This issue warns about sites in the redirect chain of a finished navigation |
42309 | | -+ # that may be flagged as trackers and have their state cleared if they don't |
42310 | | -+ # receive a user interaction. Note that in this context 'site' means eTLD+1. |
42311 | | -+ # For example, if the URL `https://example.test:80/bounce` was in the |
42312 | | -+ # redirect chain, the site reported would be `example.test`. |
42313 | | -+ type BounceTrackingIssueDetails extends object |
42314 | | -+ properties |
42315 | | -+ array of string trackingSites |
42316 | | -+ |
42317 | | - type ClientHintIssueReason extends string |
42318 | | - enum |
42319 | | - # Items in the accept-ch meta tag allow list must be valid origins. |
42320 | | -@@ -851,6 +860,7 @@ experimental domain Audits |
42321 | | - DeprecationIssue |
42322 | | - ClientHintIssue |
42323 | | - FederatedAuthRequestIssue |
42324 | | -+ BounceTrackingIssue |
42325 | | - |
42326 | | - # This struct holds a list of optional fields with additional information |
42327 | | - # specific to the kind of issue. When adding a new issue code, please also |
42328 | | -@@ -873,6 +883,7 @@ experimental domain Audits |
42329 | | - optional DeprecationIssueDetails deprecationIssueDetails |
42330 | | - optional ClientHintIssueDetails clientHintIssueDetails |
42331 | | - optional FederatedAuthRequestIssueDetails federatedAuthRequestIssueDetails |
42332 | | -+ optional BounceTrackingIssueDetails bounceTrackingIssueDetails |
42333 | | - |
42334 | | - # A unique id for a DevTools inspector issue. Allows other entities (e.g. |
42335 | | - # exceptions, CDP message, console messages, etc.) to reference an issue. |
42336 | 42331 | ``` |
0 commit comments