|
1 | 1 |
|
2 | 2 |
|
| 3 | +## Roll protocol to r1639953 — _2026-06-02T06:00:45.000Z_ |
| 4 | +###### Diff: [`0efa44f...cc0b1dd`](https://github.com/ChromeDevTools/devtools-protocol/compare/0efa44f...cc0b1dd) |
| 5 | + |
| 6 | +```diff |
| 7 | +@@ domains/Audits.pdl:603 @@ experimental domain Audits |
| 8 | + EmailVerificationWellKnownInvalidContentType |
| 9 | + JwksHttpNotFound |
| 10 | + JwksInvalidResponse |
| 11 | ++ TokenVerificationSdJwtUnsupportedHeaderAlg |
| 12 | ++ TokenVerificationSdJwtMissingIss |
| 13 | ++ TokenVerificationSdJwtMissingIat |
| 14 | ++ TokenVerificationSdJwtMissingCnf |
| 15 | ++ TokenVerificationSdJwtMissingEmail |
| 16 | ++ TokenVerificationSdJwtInvalidIssuedAt |
| 17 | ++ TokenVerificationSdJwtInvalidIssuer |
| 18 | ++ TokenVerificationSdJwtJwksMissingKeys |
| 19 | ++ TokenVerificationSdJwtSignatureFailed |
| 20 | ++ TokenVerificationSdJwtInvalidEmailVerified |
| 21 | ++ TokenVerificationSdJwtInvalidEmail |
| 22 | ++ TokenVerificationSdJwtInvalidHolderKey |
| 23 | ++ TokenVerificationKbInvalidTyp |
| 24 | ++ TokenVerificationKbMissingAud |
| 25 | ++ TokenVerificationKbMissingNonce |
| 26 | ++ TokenVerificationKbMissingIat |
| 27 | ++ TokenVerificationKbMissingSdHash |
| 28 | ++ TokenVerificationKbInvalidIssuedAt |
| 29 | ++ TokenVerificationKbInvalidAudience |
| 30 | ++ TokenVerificationKbInvalidNonce |
| 31 | ++ TokenVerificationKbInvalidSdHash |
| 32 | ++ TokenVerificationKbMissingCnf |
| 33 | ++ TokenVerificationKbSignatureFailed |
| 34 | + |
| 35 | + # This issue tracks client hints related issues. It's used to deprecate old |
| 36 | + # features, encourage the use of new ones, and provide general guidance. |
| 37 | +``` |
| 38 | + |
3 | 39 | ## Roll protocol to r1638949 — _2026-05-30T05:38:26.000Z_ |
4 | | -###### Diff: [`2f5c261...48e0d62`](https://github.com/ChromeDevTools/devtools-protocol/compare/2f5c261...48e0d62) |
| 40 | +###### Diff: [`2f5c261...0efa44f`](https://github.com/ChromeDevTools/devtools-protocol/compare/2f5c261...0efa44f) |
5 | 41 |
|
6 | 42 | ```diff |
7 | 43 | @@ browser_protocol.pdl:9 @@ version |
@@ -42924,58 +42960,4 @@ index 4754f17c..8dad9c98 100644 |
42924 | 42960 | command dismissDialog |
42925 | 42961 | parameters |
42926 | 42962 | string dialogId |
42927 | | -``` |
42928 | | - |
42929 | | -## Roll protocol to r1182435 — _2023-08-11T04:25:48.000Z_ |
42930 | | -###### Diff: [`71df2aa...b899c22`](https://github.com/ChromeDevTools/devtools-protocol/compare/71df2aa...b899c22) |
42931 | | - |
42932 | | -```diff |
42933 | | -@@ browser_protocol.pdl:1830 @@ experimental domain CSS |
42934 | | - # List of keyframes. |
42935 | | - array of CSSKeyframeRule keyframes |
42936 | | - |
42937 | | -+ # Representation of a custom property registration through CSS.registerProperty |
42938 | | -+ type CSSPropertyRegistration extends object |
42939 | | -+ properties |
42940 | | -+ string propertyName |
42941 | | -+ optional Value initialValue |
42942 | | -+ boolean inherits |
42943 | | -+ string syntax |
42944 | | -+ |
42945 | | -+ |
42946 | | -+ # CSS property at-rule representation. |
42947 | | -+ type CSSPropertyRule extends object |
42948 | | -+ properties |
42949 | | -+ # The css style sheet identifier (absent for user agent stylesheet and user-specified |
42950 | | -+ # stylesheet rules) this rule came from. |
42951 | | -+ optional StyleSheetId styleSheetId |
42952 | | -+ # Parent stylesheet's origin. |
42953 | | -+ StyleSheetOrigin origin |
42954 | | -+ # Associated property name. |
42955 | | -+ Value propertyName |
42956 | | -+ # Associated style declaration. |
42957 | | -+ CSSStyle style |
42958 | | -+ |
42959 | | - # CSS keyframe rule representation. |
42960 | | - type CSSKeyframeRule extends object |
42961 | | - properties |
42962 | | -@@ -1957,6 +1979,10 @@ experimental domain CSS |
42963 | | - optional array of CSSKeyframesRule cssKeyframesRules |
42964 | | - # A list of CSS position fallbacks matching this node. |
42965 | | - optional array of CSSPositionFallbackRule cssPositionFallbackRules |
42966 | | -+ # A list of CSS at-property rules matching this node. |
42967 | | -+ optional array of CSSPropertyRule cssPropertyRules |
42968 | | -+ # A list of CSS property registrations matching this node. |
42969 | | -+ optional array of CSSPropertyRegistration cssPropertyRegistrations |
42970 | | - # Id of the first parent element that does not have display: contents. |
42971 | | - experimental optional DOM.NodeId parentLayoutNodeId |
42972 | | - |
42973 | | -@@ -11372,6 +11398,7 @@ experimental domain FedCm |
42974 | | - enum |
42975 | | - AccountChooser |
42976 | | - AutoReauthn |
42977 | | -+ ConfirmIdpSignin |
42978 | | - |
42979 | | - # Corresponds to IdentityRequestAccount |
42980 | | - type Account extends object |
42981 | 42963 | ``` |
0 commit comments