Skip to content

Commit fb1c40a

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/8723990228603719969 [email protected] Bug: none Change-Id: I74d75aa0203b4d5ae4459fbfe861af9a5160ee63 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6222546 Reviewed-by: Kim-Anh Tran <[email protected]> Commit-Queue: Kim-Anh Tran <[email protected]> Bot-Commit: Devtools Autoroller <devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
1 parent 051a17e commit fb1c40a

File tree

4 files changed

+26
-1
lines changed

4 files changed

+26
-1
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' : 'f0291784c51fa7a64cf7711bc60f52b0d505be8d',
27+
'chromium_browser_protocol_revision' : '42ebabede41e1f538efa10ed0e2b36e814af9320',
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/SupportedCSSProperties.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -870,6 +870,17 @@ export const generatedProperties = [
870870
],
871871
"name": "animation-timing-function"
872872
},
873+
{
874+
"longhands": [
875+
"animation-trigger-timeline",
876+
"animation-trigger-type",
877+
"animation-trigger-range-start",
878+
"animation-trigger-range-end",
879+
"animation-trigger-exit-range-start",
880+
"animation-trigger-exit-range-end"
881+
],
882+
"name": "animation-trigger"
883+
},
873884
{
874885
"longhands": [
875886
"animation-trigger-exit-range-start",

front_end/ui/visual_logging/KnownContextValues.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,7 @@ export const knownContextValues = new Set([
417417
'animation-range-start',
418418
'animation-timeline',
419419
'animation-timing-function',
420+
'animation-trigger',
420421
'animation-trigger-exit-range',
421422
'animation-trigger-exit-range-end',
422423
'animation-trigger-exit-range-start',

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7785,6 +7785,19 @@
77857785
supports_incremental_style: false,
77867786
valid_for_keyframe: false,
77877787
},
7788+
{
7789+
name: "animation-trigger",
7790+
longhands: [
7791+
"animation-trigger-timeline", "animation-trigger-type",
7792+
"animation-trigger-range-start", "animation-trigger-range-end",
7793+
"animation-trigger-exit-range-start",
7794+
"animation-trigger-exit-range-end",
7795+
],
7796+
property_methods: ["ParseShorthand", "CSSValueFromComputedStyleInternal"],
7797+
supports_incremental_style: false,
7798+
valid_for_keyframe: false,
7799+
runtime_flag: "CSSAnimationTrigger",
7800+
},
77887801
{
77897802
name: "animation-trigger-range",
77907803
longhands: [

0 commit comments

Comments
 (0)