Skip to content

Commit e4ebb06

Browse files
devtools-ci-autoroll-builderDevtools-frontend LUCI CQ
authored andcommitted
Roll browser-protocol
This roll requires a manual review. See http://go/reviewed-rolls for guidance. In case of failures or errors, reach out to someone from config/owner/COMMON_OWNERS. Roll created at https://cr-buildbucket.appspot.com/build/8724533810251574593 [email protected] Bug: none Change-Id: Ie9de679922f270d51bdc0aadea9a0be729882b63 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6204310 Reviewed-by: Ergün Erdoğmuş <[email protected]> Commit-Queue: Ergün Erdoğmuş <[email protected]> Bot-Commit: Devtools Autoroller <devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
1 parent d452a53 commit e4ebb06

File tree

8 files changed

+24
-3
lines changed

8 files changed

+24
-3
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ vars = {
2424
'inspector_protocol_revision': '69d69ddf3aa698b171886551a4a672c5af1ad902',
2525

2626
# Keeping track of the last time we rollerd the browser protocol files.
27-
'chromium_browser_protocol_revision' : '55152621dcb34a754ddf47ae6ece88db900b3fa9',
27+
'chromium_browser_protocol_revision' : '596cc3859fdf284fa1108c6a959ca94589132b8d',
2828

2929
'clang_format_url': 'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/clang/tools/clang-format.git',
3030
'clang_format_revision': '37f6e68a107df43b7d7e044fd36a13cbae3413f2',

front_end/generated/InspectorBackendCommands.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

front_end/generated/SupportedCSSProperties.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2555,6 +2555,13 @@ export const generatedProperties = [
25552555
],
25562556
"name": "interactivity"
25572557
},
2558+
{
2559+
"longhands": [
2560+
"interest-target-show-delay",
2561+
"interest-target-hide-delay"
2562+
],
2563+
"name": "interest-target-delay"
2564+
},
25582565
{
25592566
"name": "interest-target-hide-delay"
25602567
},

front_end/generated/protocol.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9166,6 +9166,7 @@ export namespace Network {
91669166
StorageAccess = 'StorageAccess',
91679167
TopLevelStorageAccess = 'TopLevelStorageAccess',
91689168
Scheme = 'Scheme',
9169+
SameSiteNoneCookiesInSandbox = 'SameSiteNoneCookiesInSandbox',
91699170
}
91709171

91719172
/**

front_end/ui/visual_logging/KnownContextValues.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1745,6 +1745,7 @@ export const knownContextValues = new Set([
17451745
'interactions',
17461746
'interactivity',
17471747
'interest-groups',
1748+
'interest-target-delay',
17481749
'interest-target-hide-delay',
17491750
'interest-target-show-delay',
17501751
'internal',

third_party/blink/public/devtools_protocol/browser_protocol.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13696,7 +13696,8 @@
1369613696
"EnterprisePolicy",
1369713697
"StorageAccess",
1369813698
"TopLevelStorageAccess",
13699-
"Scheme"
13699+
"Scheme",
13700+
"SameSiteNoneCookiesInSandbox"
1370013701
]
1370113702
},
1370213703
{

third_party/blink/public/devtools_protocol/browser_protocol.pdl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6495,6 +6495,8 @@ domain Network
64956495
TopLevelStorageAccess
64966496
# The cookie should have been blocked by 3PCD but is exempted by the first-party URL scheme.
64976497
Scheme
6498+
# The cookie was included due to the 'allow-same-site-none-cookies' value being set in the sandboxing policy.
6499+
SameSiteNoneCookiesInSandbox
64986500

64996501
# A cookie which was not stored from a response with the corresponding reason.
65006502
experimental type BlockedSetCookieWithReason extends object

third_party/blink/renderer/core/css/css_properties.json5

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3430,6 +3430,15 @@
34303430
converter: "ConvertHyphenateLimitChars",
34313431
invalidate: ["layout", "paint"],
34323432
},
3433+
{
3434+
name: "interest-target-delay",
3435+
runtime_flag: "HTMLInterestTargetAttribute",
3436+
longhands: [
3437+
"interest-target-show-delay", "interest-target-hide-delay"
3438+
],
3439+
property_methods: ["ParseShorthand", "CSSValueFromComputedStyleInternal"],
3440+
supports_incremental_style: true,
3441+
},
34333442
{
34343443
name: "interest-target-show-delay",
34353444
runtime_flag: "HTMLInterestTargetAttribute",

0 commit comments

Comments
 (0)