File tree Expand file tree Collapse file tree 5 files changed +9
-3
lines changed
gen-src/ChromeDevtoolsProtocol/Model Expand file tree Collapse file tree 5 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -24,4 +24,5 @@ final class CookieBlockedReasonEnum
24
24
public const SCHEMEFUL_SAME_SITE_LAX = 'SchemefulSameSiteLax ' ;
25
25
public const SCHEMEFUL_SAME_SITE_UNSPECIFIED_TREATED_AS_LAX = 'SchemefulSameSiteUnspecifiedTreatedAsLax ' ;
26
26
public const SAME_PARTY_FROM_CROSS_PARTY_CONTEXT = 'SamePartyFromCrossPartyContext ' ;
27
+ public const NAME_VALUE_PAIR_EXCEEDS_MAX_SIZE = 'NameValuePairExceedsMaxSize ' ;
27
28
}
Original file line number Diff line number Diff line change @@ -28,4 +28,5 @@ final class SetCookieBlockedReasonEnum
28
28
public const SCHEMEFUL_SAME_SITE_UNSPECIFIED_TREATED_AS_LAX = 'SchemefulSameSiteUnspecifiedTreatedAsLax ' ;
29
29
public const SAME_PARTY_FROM_CROSS_PARTY_CONTEXT = 'SamePartyFromCrossPartyContext ' ;
30
30
public const SAME_PARTY_CONFLICTS_WITH_OTHER_ATTRIBUTES = 'SamePartyConflictsWithOtherAttributes ' ;
31
+ public const NAME_VALUE_PAIR_EXCEEDS_MAX_SIZE = 'NameValuePairExceedsMaxSize ' ;
31
32
}
Original file line number Diff line number Diff line change @@ -117,6 +117,7 @@ final class BackForwardCacheNotRestoredReasonEnum
117
117
public const CONTENT_WEB_BLUETOOTH = 'ContentWebBluetooth ' ;
118
118
public const CONTENT_WEB_U_S_B = 'ContentWebUSB ' ;
119
119
public const CONTENT_MEDIA_SESSION = 'ContentMediaSession ' ;
120
+ public const CONTENT_MEDIA_SESSION_SERVICE = 'ContentMediaSessionService ' ;
120
121
public const EMBEDDER_POPUP_BLOCKER_TAB_HELPER = 'EmbedderPopupBlockerTabHelper ' ;
121
122
public const EMBEDDER_SAFE_BROWSING_TRIGGERED_POPUP_BLOCKER = 'EmbedderSafeBrowsingTriggeredPopupBlocker ' ;
122
123
public const EMBEDDER_SAFE_BROWSING_THREAT_DETAILS = 'EmbedderSafeBrowsingThreatDetails ' ;
Original file line number Diff line number Diff line change 13444
13444
"SchemefulSameSiteLax",
13445
13445
"SchemefulSameSiteUnspecifiedTreatedAsLax",
13446
13446
"SamePartyFromCrossPartyContext",
13447
- "SamePartyConflictsWithOtherAttributes"
13447
+ "SamePartyConflictsWithOtherAttributes",
13448
+ "NameValuePairExceedsMaxSize"
13448
13449
]
13449
13450
},
13450
13451
{
13465
13466
"SchemefulSameSiteStrict",
13466
13467
"SchemefulSameSiteLax",
13467
13468
"SchemefulSameSiteUnspecifiedTreatedAsLax",
13468
- "SamePartyFromCrossPartyContext"
13469
+ "SamePartyFromCrossPartyContext",
13470
+ "NameValuePairExceedsMaxSize"
13469
13471
]
13470
13472
},
13471
13473
{
17724
17726
"ContentWebBluetooth",
17725
17727
"ContentWebUSB",
17726
17728
"ContentMediaSession",
17729
+ "ContentMediaSessionService",
17727
17730
"EmbedderPopupBlockerTabHelper",
17728
17731
"EmbedderSafeBrowsingTriggeredPopupBlocker",
17729
17732
"EmbedderSafeBrowsingThreatDetails",
Original file line number Diff line number Diff line change 1
- c446fdbe1a7f3ab4e176734eb82cf1f5 protocol.json
1
+ bc6fe0ee853e3ecac9b676f271726898 protocol.json
You can’t perform that action at this time.
0 commit comments