From e7950ff5e84f26c9e2525e08be635e6fef041332 Mon Sep 17 00:00:00 2001 From: uazo <29201891+uazo@users.noreply.github.com> Date: Wed, 19 Feb 2025 02:57:55 +0000 Subject: [PATCH] [AUTO][FILECONTROL] - version 133.0.6943.127 --- tools/under-control/src/RELEASE | 2 +- .../variations/fieldtrial_testing_config.json | 19 +++++++++++++++++++ .../platform/runtime_enabled_features.json5 | 3 +++ 3 files changed, 23 insertions(+), 1 deletion(-) diff --git a/tools/under-control/src/RELEASE b/tools/under-control/src/RELEASE index 055876fd..778f6275 100644 --- a/tools/under-control/src/RELEASE +++ b/tools/under-control/src/RELEASE @@ -1 +1 @@ -133.0.6943.99 +133.0.6943.127 diff --git a/tools/under-control/src/testing/variations/fieldtrial_testing_config.json b/tools/under-control/src/testing/variations/fieldtrial_testing_config.json index 2f88a709..ae195eca 100755 --- a/tools/under-control/src/testing/variations/fieldtrial_testing_config.json +++ b/tools/under-control/src/testing/variations/fieldtrial_testing_config.json @@ -16665,6 +16665,25 @@ ] } ], + "PerformanceEntrySafeSort": [ + { + "platforms": [ + "android", + "chromeos", + "linux", + "mac", + "windows" + ], + "experiments": [ + { + "name": "Enabled", + "enable_features": [ + "PerformanceEntrySafeSort" + ] + } + ] + } + ], "PeripheralCustomization": [ { "platforms": [ diff --git a/tools/under-control/src/third_party/blink/renderer/platform/runtime_enabled_features.json5 b/tools/under-control/src/third_party/blink/renderer/platform/runtime_enabled_features.json5 index 24d8368d..8ca258f7 100755 --- a/tools/under-control/src/third_party/blink/renderer/platform/runtime_enabled_features.json5 +++ b/tools/under-control/src/third_party/blink/renderer/platform/runtime_enabled_features.json5 @@ -3238,6 +3238,9 @@ status: "experimental", base_feature: "none", }, + { + name: "PerformanceEntrySafeSort", + }, { name: "PerformanceManagerInstrumentation", base_feature: "none",