Skip to content

Commit 76cc19c

Browse files
authored
[AUTO][FILECONTROL] - version 130.0.6723.67 (#1583)
[AUTO][FILECONTROL] - version 130.0.6723.67
2 parents 8f5f1ed + 551e054 commit 76cc19c

File tree

3 files changed

+28
-5
lines changed

3 files changed

+28
-5
lines changed

tools/under-control/src/RELEASE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
130.0.6723.59
1+
130.0.6723.67

tools/under-control/src/testing/variations/fieldtrial_testing_config.json

+23
Original file line numberDiff line numberDiff line change
@@ -11620,6 +11620,29 @@
1162011620
]
1162111621
}
1162211622
],
11623+
"HitTestOpaqueness": [
11624+
{
11625+
"platforms": [
11626+
"android",
11627+
"android_weblayer",
11628+
"android_webview",
11629+
"chromeos",
11630+
"chromeos_lacros",
11631+
"fuchsia",
11632+
"linux",
11633+
"mac",
11634+
"windows"
11635+
],
11636+
"experiments": [
11637+
{
11638+
"name": "Enabled",
11639+
"enable_features": [
11640+
"HitTestOpaqueness"
11641+
]
11642+
}
11643+
]
11644+
}
11645+
],
1162311646
"HlsBuiltinPlayer": [
1162411647
{
1162511648
"platforms": [

tools/under-control/src/third_party/blink/renderer/platform/runtime_enabled_features.json5

+4-4
Original file line numberDiff line numberDiff line change
@@ -452,10 +452,10 @@
452452
name: "AudioVideoTracks",
453453
status: "experimental",
454454
},
455-
// Killswitch. Remove after 1 or 2 stable releases.
455+
// Killswitch activated for crbug.com/365405756; need to re-enable this.
456456
{
457457
name: "AuraScrollbarUsesNinePatchTrack",
458-
status: "stable",
458+
status: "test",
459459
},
460460
// Killswitch. Remove after 1 or 2 stable releases.
461461
{
@@ -1755,7 +1755,7 @@
17551755
{
17561756
name: "FastNonCompositedScrollHitTest",
17571757
depends_on: ["HitTestOpaqueness", "RasterInducingScroll"],
1758-
status: "stable",
1758+
status: "test",
17591759
},
17601760
// Kill switch.
17611761
{
@@ -2254,7 +2254,7 @@
22542254
},
22552255
{
22562256
name: "HitTestOpaqueness",
2257-
status: "stable",
2257+
status: "experimental",
22582258
},
22592259
{
22602260
name: "HrefTranslate",

0 commit comments

Comments
 (0)