Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fcd0a50c authored by uazo's avatar uazo Committed by github-actions[bot]
Browse files

[AUTO][FILECONTROL] - version

parent c787e9a9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
147.0.7727.56
147.0.7727.102
+10 −0
Original line number Diff line number Diff line
@@ -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 −0
Original line number Diff line number Diff line
@@ -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 =
+2 −2
Original line number Diff line number Diff line
@@ -3820,8 +3820,8 @@
            ],
            "experiments": [
                {
                    "name": "Enabled",
                    "enable_features": [
                    "name": "Disabled",
                    "disable_features": [
                        "BackForwardCachePauseMicrotasks"
                    ]
                }
+5 −8
Original line number Diff line number Diff line
@@ -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",