[AUTO][FILECONTROL] - version 138.0.7204.169 (#2226)
[AUTO][FILECONTROL] - version 138.0.7204.169
This commit is contained in:
@@ -1 +1 @@
|
||||
138.0.7204.97
|
||||
138.0.7204.169
|
||||
|
||||
+1
@@ -307,6 +307,7 @@ public abstract class ChromeFeatureList {
|
||||
public static final String CCT_REPORT_PRERENDER_EVENTS = "CCTReportPrerenderEvents";
|
||||
public static final String CCT_RESIZABLE_FOR_THIRD_PARTIES = "CCTResizableForThirdParties";
|
||||
public static final String CCT_REVAMPED_BRANDING = "CCTRevampedBranding";
|
||||
public static final String CCT_SHOW_TAB_FIX = "CCTShowTabFix";
|
||||
public static final String CCT_TAB_MODAL_DIALOG = "CCTTabModalDialog";
|
||||
public static final String CCT_TOOLBAR_REFACTOR = "CCTToolbarRefactor";
|
||||
public static final String CHANGE_UNFOCUSED_PRIORITY = "ChangeUnfocusedPriority";
|
||||
|
||||
@@ -268,6 +268,21 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"AccessibilityPopulateSupplementalDescriptionApi": [
|
||||
{
|
||||
"platforms": [
|
||||
"android"
|
||||
],
|
||||
"experiments": [
|
||||
{
|
||||
"name": "Enabled",
|
||||
"enable_features": [
|
||||
"AccessibilityPopulateSupplementalDescriptionApi"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"AccessibilitySerializationSizeMetrics": [
|
||||
{
|
||||
"platforms": [
|
||||
@@ -7369,6 +7384,36 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"DemoModeSignInNonUS": [
|
||||
{
|
||||
"platforms": [
|
||||
"chromeos"
|
||||
],
|
||||
"experiments": [
|
||||
{
|
||||
"name": "Enabled",
|
||||
"enable_features": [
|
||||
"DemoModeSignIn"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"DemoModeSignInUS": [
|
||||
{
|
||||
"platforms": [
|
||||
"chromeos"
|
||||
],
|
||||
"experiments": [
|
||||
{
|
||||
"name": "Enabled",
|
||||
"enable_features": [
|
||||
"DemoModeSignIn"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"DeprecateUnload": [
|
||||
{
|
||||
"platforms": [
|
||||
@@ -21893,6 +21938,27 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"SeaPenTextInputI18n": [
|
||||
{
|
||||
"platforms": [
|
||||
"chromeos"
|
||||
],
|
||||
"experiments": [
|
||||
{
|
||||
"name": "Enabled",
|
||||
"enable_features": [
|
||||
"SeaPenTextInputTranslation"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Enabled_Dogfood",
|
||||
"enable_features": [
|
||||
"SeaPenTextInputTranslation"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"SeaPenUseExptTemplate": [
|
||||
{
|
||||
"platforms": [
|
||||
@@ -23670,25 +23736,6 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"TabGroupSyncServiceDesktopMigration": [
|
||||
{
|
||||
"platforms": [
|
||||
"chromeos",
|
||||
"fuchsia",
|
||||
"linux",
|
||||
"mac",
|
||||
"windows"
|
||||
],
|
||||
"experiments": [
|
||||
{
|
||||
"name": "Enabled",
|
||||
"enable_features": [
|
||||
"TabGroupSyncServiceDesktopMigration"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"TabGroupsCollapseFreezing": [
|
||||
{
|
||||
"platforms": [
|
||||
|
||||
+1
-1
@@ -1244,7 +1244,7 @@
|
||||
// Include custom properties in CSSComputedStyleDeclaration::item/length.
|
||||
// https://crbug.com/949807
|
||||
name: "CSSEnumeratedCustomProperties",
|
||||
status: "stable",
|
||||
status: "test",
|
||||
},
|
||||
{
|
||||
name: "CSSExponentialFunctions",
|
||||
|
||||
Reference in New Issue
Block a user