Skip to content

Commit 1f24785

Browse files
author
Jakub Kulhan
committed
autoupdated protocol.json & generated files
1 parent 86dfc2d commit 1f24785

File tree

5 files changed

+9
-3
lines changed

5 files changed

+9
-3
lines changed

gen-src/ChromeDevtoolsProtocol/Model/Network/CookieBlockedReasonEnum.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,5 @@ final class CookieBlockedReasonEnum
2424
public const SCHEMEFUL_SAME_SITE_LAX = 'SchemefulSameSiteLax';
2525
public const SCHEMEFUL_SAME_SITE_UNSPECIFIED_TREATED_AS_LAX = 'SchemefulSameSiteUnspecifiedTreatedAsLax';
2626
public const SAME_PARTY_FROM_CROSS_PARTY_CONTEXT = 'SamePartyFromCrossPartyContext';
27+
public const NAME_VALUE_PAIR_EXCEEDS_MAX_SIZE = 'NameValuePairExceedsMaxSize';
2728
}

gen-src/ChromeDevtoolsProtocol/Model/Network/SetCookieBlockedReasonEnum.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,5 @@ final class SetCookieBlockedReasonEnum
2828
public const SCHEMEFUL_SAME_SITE_UNSPECIFIED_TREATED_AS_LAX = 'SchemefulSameSiteUnspecifiedTreatedAsLax';
2929
public const SAME_PARTY_FROM_CROSS_PARTY_CONTEXT = 'SamePartyFromCrossPartyContext';
3030
public const SAME_PARTY_CONFLICTS_WITH_OTHER_ATTRIBUTES = 'SamePartyConflictsWithOtherAttributes';
31+
public const NAME_VALUE_PAIR_EXCEEDS_MAX_SIZE = 'NameValuePairExceedsMaxSize';
3132
}

gen-src/ChromeDevtoolsProtocol/Model/Page/BackForwardCacheNotRestoredReasonEnum.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ final class BackForwardCacheNotRestoredReasonEnum
117117
public const CONTENT_WEB_BLUETOOTH = 'ContentWebBluetooth';
118118
public const CONTENT_WEB_U_S_B = 'ContentWebUSB';
119119
public const CONTENT_MEDIA_SESSION = 'ContentMediaSession';
120+
public const CONTENT_MEDIA_SESSION_SERVICE = 'ContentMediaSessionService';
120121
public const EMBEDDER_POPUP_BLOCKER_TAB_HELPER = 'EmbedderPopupBlockerTabHelper';
121122
public const EMBEDDER_SAFE_BROWSING_TRIGGERED_POPUP_BLOCKER = 'EmbedderSafeBrowsingTriggeredPopupBlocker';
122123
public const EMBEDDER_SAFE_BROWSING_THREAT_DETAILS = 'EmbedderSafeBrowsingThreatDetails';

protocol.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13444,7 +13444,8 @@
1344413444
"SchemefulSameSiteLax",
1344513445
"SchemefulSameSiteUnspecifiedTreatedAsLax",
1344613446
"SamePartyFromCrossPartyContext",
13447-
"SamePartyConflictsWithOtherAttributes"
13447+
"SamePartyConflictsWithOtherAttributes",
13448+
"NameValuePairExceedsMaxSize"
1344813449
]
1344913450
},
1345013451
{
@@ -13465,7 +13466,8 @@
1346513466
"SchemefulSameSiteStrict",
1346613467
"SchemefulSameSiteLax",
1346713468
"SchemefulSameSiteUnspecifiedTreatedAsLax",
13468-
"SamePartyFromCrossPartyContext"
13469+
"SamePartyFromCrossPartyContext",
13470+
"NameValuePairExceedsMaxSize"
1346913471
]
1347013472
},
1347113473
{
@@ -17724,6 +17726,7 @@
1772417726
"ContentWebBluetooth",
1772517727
"ContentWebUSB",
1772617728
"ContentMediaSession",
17729+
"ContentMediaSessionService",
1772717730
"EmbedderPopupBlockerTabHelper",
1772817731
"EmbedderSafeBrowsingTriggeredPopupBlocker",
1772917732
"EmbedderSafeBrowsingThreatDetails",

protocol.json.md5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
c446fdbe1a7f3ab4e176734eb82cf1f5 protocol.json
1+
bc6fe0ee853e3ecac9b676f271726898 protocol.json

0 commit comments

Comments
 (0)