|
1 | 1 |
|
2 | 2 |
|
| 3 | +## Roll protocol to r1568893 — _2026-01-14T04:37:57.000Z_ |
| 4 | +###### Diff: [`d0d2cf0...20bc5b5`](https://github.com/ChromeDevTools/devtools-protocol/compare/d0d2cf0...20bc5b5) |
| 5 | + |
| 6 | +```diff |
| 7 | +@@ domains/Audits.pdl:34 @@ experimental domain Audits |
| 8 | + ExcludeSameSiteNoneInsecure |
| 9 | + ExcludeSameSiteLax |
| 10 | + ExcludeSameSiteStrict |
| 11 | +- ExcludeInvalidSameParty |
| 12 | +- ExcludeSamePartyCrossPartyContext |
| 13 | + ExcludeDomainNonASCII |
| 14 | + ExcludeThirdPartyCookieBlockedInFirstPartySet |
| 15 | + ExcludeThirdPartyPhaseout |
| 16 | +diff --git a/pdl/domains/Network.pdl b/pdl/domains/Network.pdl |
| 17 | +index 030fc076..c2cd6c1f 100644 |
| 18 | +--- a/pdl/domains/Network.pdl |
| 19 | ++++ b/pdl/domains/Network.pdl |
| 20 | +@@ -622,8 +622,6 @@ domain Network |
| 21 | + optional CookieSameSite sameSite |
| 22 | + # Cookie Priority |
| 23 | + experimental CookiePriority priority |
| 24 | +- # True if cookie is SameParty. |
| 25 | +- experimental deprecated boolean sameParty |
| 26 | + # Cookie source scheme type. |
| 27 | + experimental CookieSourceScheme sourceScheme |
| 28 | + # Cookie source port. Valid values are {-1, [1, 65535]}, -1 indicates an unspecified port. |
| 29 | +@@ -687,12 +685,6 @@ domain Network |
| 30 | + # value. |
| 31 | + # This is the "Schemeful Same-Site" version of the blocked reason. |
| 32 | + SchemefulSameSiteUnspecifiedTreatedAsLax |
| 33 | +- # The cookie had the "SameParty" attribute but came from a cross-party response. |
| 34 | +- SamePartyFromCrossPartyContext |
| 35 | +- # The cookie had the "SameParty" attribute but did not specify the "Secure" attribute |
| 36 | +- # (which is required in order to use "SameParty"); or specified the "SameSite=Strict" |
| 37 | +- # attribute (which is forbidden when using "SameParty"). |
| 38 | +- SamePartyConflictsWithOtherAttributes |
| 39 | + # The cookie's name/value pair size exceeded the size limit defined in |
| 40 | + # RFC6265bis. |
| 41 | + NameValuePairExceedsMaxSize |
| 42 | +@@ -749,8 +741,6 @@ domain Network |
| 43 | + # value. |
| 44 | + # This is the "Schemeful Same-Site" version of the blocked reason. |
| 45 | + SchemefulSameSiteUnspecifiedTreatedAsLax |
| 46 | +- # The cookie had the "SameParty" attribute and the request was made from a cross-party context. |
| 47 | +- SamePartyFromCrossPartyContext |
| 48 | + # The cookie's name/value pair size exceeded the size limit defined in |
| 49 | + # RFC6265bis. |
| 50 | + NameValuePairExceedsMaxSize |
| 51 | +@@ -847,8 +837,6 @@ domain Network |
| 52 | + optional TimeSinceEpoch expires |
| 53 | + # Cookie Priority. |
| 54 | + experimental optional CookiePriority priority |
| 55 | +- # True if cookie is SameParty. |
| 56 | +- experimental optional boolean sameParty |
| 57 | + # Cookie source scheme type. |
| 58 | + experimental optional CookieSourceScheme sourceScheme |
| 59 | + # Cookie source port. Valid values are {-1, [1, 65535]}, -1 indicates an unspecified port. |
| 60 | +@@ -1317,8 +1305,6 @@ domain Network |
| 61 | + optional TimeSinceEpoch expires |
| 62 | + # Cookie Priority type. |
| 63 | + experimental optional CookiePriority priority |
| 64 | +- # True if cookie is SameParty. |
| 65 | +- experimental optional boolean sameParty |
| 66 | + # Cookie source scheme type. |
| 67 | + experimental optional CookieSourceScheme sourceScheme |
| 68 | + # Cookie source port. Valid values are {-1, [1, 65535]}, -1 indicates an unspecified port. |
| 69 | +``` |
| 70 | + |
3 | 71 | ## Roll protocol to r1568225 — _2026-01-13T04:34:57.000Z_ |
4 | | -###### Diff: [`411079d...c166df1`](https://github.com/ChromeDevTools/devtools-protocol/compare/411079d...c166df1) |
| 72 | +###### Diff: [`411079d...d0d2cf0`](https://github.com/ChromeDevTools/devtools-protocol/compare/411079d...d0d2cf0) |
5 | 73 |
|
6 | 74 | ```diff |
7 | 75 | @@ domains/Network.pdl:1216 @@ domain Network |
@@ -42200,43 +42268,4 @@ index 0dbdc01d..7a3c772c 100644 |
42200 | 42268 |
|
42201 | 42269 | # This issue tracks information needed to print a deprecation message. |
42202 | 42270 | # https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/renderer/core/frame/third_party/blink/renderer/core/frame/deprecation/README.md |
42203 | | -``` |
42204 | | - |
42205 | | -## Roll protocol to r1122837 — _2023-03-28T04:27:31.000Z_ |
42206 | | -###### Diff: [`0b187a3...bab8b36`](https://github.com/ChromeDevTools/devtools-protocol/compare/0b187a3...bab8b36) |
42207 | | - |
42208 | | -```diff |
42209 | | -@@ browser_protocol.pdl:1669 @@ experimental domain CSS |
42210 | | - # Available variation settings (a.k.a. "axes"). |
42211 | | - optional array of FontVariationAxis fontVariationAxes |
42212 | | - |
42213 | | -+ # CSS try rule representation. |
42214 | | -+ type CSSTryRule extends object |
42215 | | -+ properties |
42216 | | -+ # The css style sheet identifier (absent for user agent stylesheet and user-specified |
42217 | | -+ # stylesheet rules) this rule came from. |
42218 | | -+ optional StyleSheetId styleSheetId |
42219 | | -+ # Parent stylesheet's origin. |
42220 | | -+ StyleSheetOrigin origin |
42221 | | -+ # Associated style declaration. |
42222 | | -+ optional CSSStyle style |
42223 | | -+ |
42224 | | -+ # CSS position-fallback rule representation. |
42225 | | -+ type CSSPositionFallbackRule extends object |
42226 | | -+ properties |
42227 | | -+ Value name |
42228 | | -+ # List of keyframes. |
42229 | | -+ array of CSSTryRule tryRules |
42230 | | -+ |
42231 | | - # CSS keyframes rule representation. |
42232 | | - type CSSKeyframesRule extends object |
42233 | | - properties |
42234 | | -@@ -1802,6 +1820,8 @@ experimental domain CSS |
42235 | | - optional array of InheritedPseudoElementMatches inheritedPseudoElements |
42236 | | - # A list of CSS keyframed animations matching this node. |
42237 | | - optional array of CSSKeyframesRule cssKeyframesRules |
42238 | | -+ # A list of CSS position fallbacks matching this node. |
42239 | | -+ optional array of CSSPositionFallbackRule cssPositionFallbackRules |
42240 | | - # Id of the first parent element that does not have display: contents. |
42241 | | - experimental optional DOM.NodeId parentLayoutNodeId |
42242 | 42271 | ``` |
0 commit comments