Skip to content

Commit fcf24ec

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/8722959689348422721 [email protected] Bug: none Change-Id: I48a454be590bb8278095f1c3321cef59d3a30167 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6268442 Commit-Queue: Nikolay Vitkov <[email protected]> Bot-Commit: Devtools Autoroller <devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Reviewed-by: Nikolay Vitkov <[email protected]>
1 parent 5b4d9e0 commit fcf24ec

File tree

7 files changed

+24
-13
lines changed

7 files changed

+24
-13
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': '940abfc668be2591483f7132145593c6a047f3cf',
2525

2626
# Keeping track of the last time we rollerd the browser protocol files.
27-
'chromium_browser_protocol_revision' : 'd7b76da7a45732f3d2c9f1302dc986ff0d545f73',
27+
'chromium_browser_protocol_revision' : 'c9f005d567c3e308b38aa8a1ab46a4d3c68f2325',
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: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

front_end/generated/protocol.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -960,6 +960,7 @@ export namespace Audits {
960960
KInlineViolation = 'kInlineViolation',
961961
KEvalViolation = 'kEvalViolation',
962962
KURLViolation = 'kURLViolation',
963+
KSRIViolation = 'kSRIViolation',
963964
KTrustedTypesSinkViolation = 'kTrustedTypesSinkViolation',
964965
KTrustedTypesPolicyViolation = 'kTrustedTypesPolicyViolation',
965966
KWasmEvalViolation = 'kWasmEvalViolation',
@@ -4777,6 +4778,7 @@ export namespace DOM {
47774778

47784779
export const enum GetElementByRelationRequestRelation {
47794780
PopoverTarget = 'PopoverTarget',
4781+
InterestTarget = 'InterestTarget',
47804782
}
47814783

47824784
export interface GetElementByRelationRequest {

front_end/models/javascript_metadata/NativeFunctions.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6017,6 +6017,10 @@ export const NativeFunctions = [
60176017
signatures: [["url","?options"]],
60186018
receivers: ["Navigation"]
60196019
},
6020+
{
6021+
name: "AnimationTrigger",
6022+
signatures: [["?options"]]
6023+
},
60206024
{
60216025
name: "Animation",
60226026
signatures: [["?effect","?timeline"]]

third_party/blink/public/devtools_protocol/browser_protocol.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1335,6 +1335,7 @@
13351335
"kInlineViolation",
13361336
"kEvalViolation",
13371337
"kURLViolation",
1338+
"kSRIViolation",
13381339
"kTrustedTypesSinkViolation",
13391340
"kTrustedTypesPolicyViolation",
13401341
"kWasmEvalViolation"
@@ -7158,7 +7159,8 @@
71587159
"description": "Type of relation to get.",
71597160
"type": "string",
71607161
"enum": [
7161-
"PopoverTarget"
7162+
"PopoverTarget",
7163+
"InterestTarget"
71627164
]
71637165
}
71647166
],

third_party/blink/public/devtools_protocol/browser_protocol.pdl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -691,6 +691,7 @@ experimental domain Audits
691691
kInlineViolation
692692
kEvalViolation
693693
kURLViolation
694+
kSRIViolation
694695
kTrustedTypesSinkViolation
695696
kTrustedTypesPolicyViolation
696697
kWasmEvalViolation
@@ -3388,6 +3389,8 @@ domain DOM
33883389
# Get the popover target for a given element. In this case, this given
33893390
# element can only be an HTMLFormControlElement (<input>, <button>).
33903391
PopoverTarget
3392+
# Get the interest target for a given element.
3393+
InterestTarget
33913394
returns
33923395
# NodeId of the element matching the queried relation.
33933396
NodeId nodeId

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1040,7 +1040,7 @@
10401040
},
10411041
separator: ",",
10421042
valid_for_marker: true,
1043-
runtime_flag: "CSSAnimationTriggerRange",
1043+
runtime_flag: "AnimationTrigger",
10441044
},
10451045
{
10461046
name: "animation-trigger-range-end",
@@ -1051,7 +1051,7 @@
10511051
},
10521052
separator: ",",
10531053
valid_for_marker: true,
1054-
runtime_flag: "CSSAnimationTriggerRange",
1054+
runtime_flag: "AnimationTrigger",
10551055
},
10561056
{
10571057
name: "animation-trigger-exit-range-start",
@@ -1062,7 +1062,7 @@
10621062
},
10631063
separator: ",",
10641064
valid_for_marker: true,
1065-
runtime_flag: "CSSAnimationTriggerRange",
1065+
runtime_flag: "AnimationTrigger",
10661066
},
10671067
{
10681068
name: "animation-trigger-exit-range-end",
@@ -1073,7 +1073,7 @@
10731073
},
10741074
separator: ",",
10751075
valid_for_marker: true,
1076-
runtime_flag: "CSSAnimationTriggerRange",
1076+
runtime_flag: "AnimationTrigger",
10771077
},
10781078
{
10791079
name: "animation-trigger-timeline",
@@ -1086,7 +1086,7 @@
10861086
typedom_types: ["Keyword"],
10871087
separator: ",",
10881088
valid_for_marker: true,
1089-
runtime_flag: "CSSAnimationTriggerTimeline",
1089+
runtime_flag: "AnimationTrigger",
10901090
},
10911091
{
10921092
name: "animation-trigger-type",
@@ -1099,7 +1099,7 @@
10991099
typedom_types: ["Keyword"],
11001100
separator: ",",
11011101
valid_for_marker: true,
1102-
runtime_flag: "CSSAnimationTriggerType",
1102+
runtime_flag: "AnimationTrigger",
11031103
},
11041104
{
11051105
name: "transition-delay",
@@ -7986,7 +7986,7 @@
79867986
property_methods: ["ParseShorthand", "CSSValueFromComputedStyleInternal"],
79877987
supports_incremental_style: false,
79887988
valid_for_keyframe: false,
7989-
runtime_flag: "CSSAnimationTrigger",
7989+
runtime_flag: "AnimationTrigger",
79907990
},
79917991
{
79927992
name: "animation-trigger-range",
@@ -7996,7 +7996,7 @@
79967996
property_methods: ["ParseShorthand", "CSSValueFromComputedStyleInternal"],
79977997
supports_incremental_style: false,
79987998
valid_for_keyframe: false,
7999-
runtime_flag: "CSSAnimationTriggerRange",
7999+
runtime_flag: "AnimationTrigger",
80008000
},
80018001
{
80028002
name: "animation-trigger-exit-range",
@@ -8007,7 +8007,7 @@
80078007
property_methods: ["ParseShorthand", "CSSValueFromComputedStyleInternal"],
80088008
supports_incremental_style: false,
80098009
valid_for_keyframe: false,
8010-
runtime_flag: "CSSAnimationTriggerRange",
8010+
runtime_flag: "AnimationTrigger",
80118011
},
80128012
{
80138013
name: "background",

0 commit comments

Comments
 (0)