[AUTO][FILECONTROL] - version
This commit is contained in:
committed by
github-actions[bot]
parent
79b95d83fe
commit
62141931a7
@@ -1 +1 @@
|
||||
147.0.7727.56
|
||||
147.0.7727.102
|
||||
|
||||
@@ -5485,6 +5485,11 @@ const FeatureEntry kFeatureEntries[] = {
|
||||
flag_descriptions::kSubmenusTabContextMenuLffTabStripDescription,
|
||||
kOsAndroid,
|
||||
FEATURE_VALUE_TYPE(chrome::android::kSubmenusTabContextMenuLffTabStrip)},
|
||||
{"enable-toolbar-swipe-on-non-desktop-lff",
|
||||
flag_descriptions::kEnableToolbarSwipeOnNonDesktopLffName,
|
||||
flag_descriptions::kEnableToolbarSwipeOnNonDesktopLffDescription,
|
||||
kOsAndroid,
|
||||
FEATURE_VALUE_TYPE(chrome::android::kEnableToolbarSwipeOnNonDesktopLff)},
|
||||
#endif // BUILDFLAG(IS_ANDROID)
|
||||
{"in-product-help-demo-mode-choice",
|
||||
flag_descriptions::kInProductHelpDemoModeChoiceName,
|
||||
@@ -8887,6 +8892,11 @@ const FeatureEntry kFeatureEntries[] = {
|
||||
flag_descriptions::kLensEnableSendRawFileMediaTypesDescription, kOsAll,
|
||||
FEATURE_VALUE_TYPE(lens::features::kLensSendRawFileMediaTypes)},
|
||||
|
||||
{"lens-enable-urls-in-composeboxes",
|
||||
flag_descriptions::kLensEnableSendUrlsInComposeboxesName,
|
||||
flag_descriptions::kLensEnableSendUrlsInComposeboxesDescription, kOsAll,
|
||||
FEATURE_VALUE_TYPE(lens::features::kLensSendUrlsInComposeboxes)},
|
||||
|
||||
{flag_descriptions::kEnableLensStandaloneFlagId,
|
||||
flag_descriptions::kEnableLensStandaloneName,
|
||||
flag_descriptions::kEnableLensStandaloneDescription, kOsDesktop,
|
||||
|
||||
+2
@@ -444,6 +444,8 @@ public abstract class ChromeFeatureList {
|
||||
public static final String ENABLE_SWIPE_TO_SWITCH_PANE = "EnableSwipeToSwitchPane";
|
||||
public static final String ENABLE_TOOLBAR_POSITIONING_IN_RESIZE_MODE =
|
||||
"EnableToolbarPositioningInResizeMode";
|
||||
public static final String ENABLE_TOOLBAR_SWIPE_ON_NON_DESKTOP_LFF =
|
||||
"EnableToolbarSwipeOnNonDesktopLff";
|
||||
public static final String ENABLE_X_AXIS_ACTIVITY_TRANSITION = "EnableXAxisActivityTransition";
|
||||
public static final String ESC_CANCEL_DRAG = "EscCancelDrag";
|
||||
public static final String FACILITATED_PAYMENTS_ENABLE_A2A_PAYMENT =
|
||||
|
||||
@@ -3820,8 +3820,8 @@
|
||||
],
|
||||
"experiments": [
|
||||
{
|
||||
"name": "Enabled",
|
||||
"enable_features": [
|
||||
"name": "Disabled",
|
||||
"disable_features": [
|
||||
"BackForwardCachePauseMicrotasks"
|
||||
]
|
||||
}
|
||||
|
||||
+5
-8
@@ -859,14 +859,6 @@
|
||||
name: "BlockSelectPopupUnfocusedWindow",
|
||||
status: "stable",
|
||||
},
|
||||
// Makes <body> marginwidth/marginheight take precedence over
|
||||
// left/right/top/bottom presentational margin attributes, and prevents
|
||||
// iframe marginwidth/marginheight injection when body margin attrs exist.
|
||||
// Added in M147, remove in M149. See crbug.com/41310601.
|
||||
{
|
||||
name: "BodyMarginAttributePrecedence",
|
||||
status: "stable",
|
||||
},
|
||||
// https://crbug.com/415304289: Mouse and Pointer boundary event dispatch
|
||||
// (i.e. dispatch of enter, leave, over, out events) tracks DOM node removal
|
||||
// to fix event pairing on ancestor nodes.
|
||||
@@ -4502,6 +4494,11 @@
|
||||
name: "ReadableStreamBYOBReaderReadMinOption",
|
||||
status: "stable",
|
||||
},
|
||||
{
|
||||
// Shipping in M148, so should be removed around M150.
|
||||
name: "RecheckParentDuringNodeVectorInsertion",
|
||||
status: "stable",
|
||||
},
|
||||
{
|
||||
name: "RecordSameDocumentPresentationTimeOnce",
|
||||
status: "stable",
|
||||
|
||||
Reference in New Issue
Block a user