|
1 | 1 |
|
2 | 2 |
|
| 3 | +## Roll protocol to r1601756 — _2026-03-19T05:02:00.000Z_ |
| 4 | +###### Diff: [`e653604...a0bd184`](https://github.com/ChromeDevTools/devtools-protocol/compare/e653604...a0bd184) |
| 5 | + |
| 6 | +```diff |
| 7 | +@@ domains/CSS.pdl:602 @@ experimental domain CSS |
| 8 | + array of CSSFunctionParameter parameters |
| 9 | + # Function body. |
| 10 | + array of CSSFunctionNode children |
| 11 | ++ # The BackendNodeId of the DOM node that constitutes the origin tree scope of this rule. |
| 12 | ++ experimental optional DOM.BackendNodeId originTreeScopeNodeId |
| 13 | + |
| 14 | + # CSS keyframe rule representation. |
| 15 | + type CSSKeyframeRule extends object |
| 16 | +diff --git a/pdl/domains/DOM.pdl b/pdl/domains/DOM.pdl |
| 17 | +index e42956a9..79b8cfce 100644 |
| 18 | +--- a/pdl/domains/DOM.pdl |
| 19 | ++++ b/pdl/domains/DOM.pdl |
| 20 | +@@ -41,6 +41,7 @@ domain DOM |
| 21 | + checkmark |
| 22 | + before |
| 23 | + after |
| 24 | ++ expand-icon |
| 25 | + picker-icon |
| 26 | + interest-hint |
| 27 | + marker |
| 28 | +diff --git a/pdl/domains/WebAuthn.pdl b/pdl/domains/WebAuthn.pdl |
| 29 | +index 0ef007ce..0b3700ef 100644 |
| 30 | +--- a/pdl/domains/WebAuthn.pdl |
| 31 | ++++ b/pdl/domains/WebAuthn.pdl |
| 32 | +@@ -20,6 +20,7 @@ experimental domain WebAuthn |
| 33 | + enum |
| 34 | + ctap2_0 |
| 35 | + ctap2_1 |
| 36 | ++ ctap2_2 |
| 37 | + |
| 38 | + type AuthenticatorTransport extends string |
| 39 | + enum |
| 40 | +@@ -57,6 +58,14 @@ experimental domain WebAuthn |
| 41 | + # https://w3c.github.io/webauthn/#prf-extension |
| 42 | + # Defaults to false. |
| 43 | + optional boolean hasPrf |
| 44 | ++ # If set to true, the authenticator will support the hmac-secret extension. |
| 45 | ++ # https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-20210615.html#sctn-hmac-secret-extension |
| 46 | ++ # Defaults to false. |
| 47 | ++ optional boolean hasHmacSecret |
| 48 | ++ # If set to true, the authenticator will support the hmac-secret-mc extension. |
| 49 | ++ # https://fidoalliance.org/specs/fido-v2.2-rd-20241003/fido-client-to-authenticator-protocol-v2.2-rd-20241003.html#sctn-hmac-secret-make-cred-extension |
| 50 | ++ # Defaults to false. |
| 51 | ++ optional boolean hasHmacSecretMc |
| 52 | + # If set to true, tests of user presence will succeed immediately. |
| 53 | + # Otherwise, they will not be resolved. Defaults to true. |
| 54 | + optional boolean automaticPresenceSimulation |
| 55 | +``` |
| 56 | + |
3 | 57 | ## Roll protocol to r1601035 — _2026-03-18T05:02:54.000Z_ |
4 | | -###### Diff: [`0c3ac05...4a35984`](https://github.com/ChromeDevTools/devtools-protocol/compare/0c3ac05...4a35984) |
| 58 | +###### Diff: [`0c3ac05...e653604`](https://github.com/ChromeDevTools/devtools-protocol/compare/0c3ac05...e653604) |
5 | 59 |
|
6 | 60 | ```diff |
7 | 61 | @@ domains/Audits.pdl:688 @@ experimental domain Audits |
@@ -42677,31 +42731,4 @@ index 0dbdc01d..7a3c772c 100644 |
42677 | 42731 | + experimental number receiveHeadersStart |
42678 | 42732 | # Finished receiving response headers. |
42679 | 42733 | number receiveHeadersEnd |
42680 | | -``` |
42681 | | - |
42682 | | -## Roll protocol to r1147663 — _2023-05-23T04:26:36.000Z_ |
42683 | | -###### Diff: [`60a039d...fb80158`](https://github.com/ChromeDevTools/devtools-protocol/compare/60a039d...fb80158) |
42684 | | - |
42685 | | -```diff |
42686 | | -@@ browser_protocol.pdl:1382 @@ experimental domain CSS |
42687 | | - string text |
42688 | | - # Value range in the underlying resource (if available). |
42689 | | - optional SourceRange range |
42690 | | -+ # Specificity of the selector. |
42691 | | -+ experimental optional Specificity specificity |
42692 | | -+ |
42693 | | -+ # Specificity: |
42694 | | -+ # https://drafts.csswg.org/selectors/#specificity-rules |
42695 | | -+ experimental type Specificity extends object |
42696 | | -+ properties |
42697 | | -+ # The a component, which represents the number of ID selectors. |
42698 | | -+ integer a |
42699 | | -+ # The b component, which represents the number of class selectors, attributes selectors, and |
42700 | | -+ # pseudo-classes. |
42701 | | -+ integer b |
42702 | | -+ # The c component, which represents the number of type selectors and pseudo-elements. |
42703 | | -+ integer c |
42704 | | - |
42705 | | - # Selector list data. |
42706 | | - type SelectorList extends object |
42707 | 42734 | ``` |
0 commit comments