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

Unverified Commit 27d49f75 authored by uazo's avatar uazo Committed by GitHub
Browse files

[AUTO][FILECONTROL] - version 145.0.7632.120 (#2736)

[AUTO][FILECONTROL] - version 145.0.7632.120
parents d0a7c9c0 8a4569c0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
145.0.7632.76
145.0.7632.120
+12608 −0

File added.

Preview size limit exceeded, changes collapsed.

+0 −7
Original line number Diff line number Diff line
@@ -295,13 +295,6 @@ by a child template that "extends" this file.
                <data android:mimeType="text/plain"/>
                <data android:mimeType="application/xhtml+xml"/>
            </intent-filter>
            <!-- PDF viewing support. -->
            <intent-filter>
                <action android:name="android.intent.action.VIEW" />
                <category android:name="android.intent.category.DEFAULT" />
                <data android:mimeType="application/pdf" />
                <data android:scheme="content" />
            </intent-filter>
            <!-- MHTML support, used for snapshots -->
            <intent-filter>
                <action android:name="android.intent.action.VIEW" />
+58 −100
Original line number Diff line number Diff line
@@ -873,33 +873,33 @@ const FeatureEntry::FeatureVariation
#if !BUILDFLAG(IS_ANDROID)
const FeatureEntry::FeatureParam
    kWebUIOmniboxAimPopupAddContextButtonBelowResults[] = {
        {"AddContextButtonVariant", "below_results"},
        {"Omnibox_AddContextButtonVariant", "below_results"},
};
const FeatureEntry::FeatureParam kWebUIOmniboxAimPopupAddContextButtonInline[] =
    {
        {"AddContextButtonVariant", "inline"},
        {"Omnibox_AddContextButtonVariant", "inline"},
};
const FeatureEntry::FeatureParam
    kWebUIOmniboxAimPopupAddContextButtonAboveResults[] = {
        {"AddContextButtonVariant", "above_results"},
        {"Omnibox_AddContextButtonVariant", "above_results"},
};
const FeatureEntry::FeatureParam
    kWebUIOmniboxAimPopupAddContextButtonBelowResultsNoContextualChips[] = {
        {"AddContextButtonVariant", "below_results"},
        {"ShowRecentTabChip", "false"},
        {"ShowLensSearchChip", "false"},
        {"Omnibox_AddContextButtonVariant", "below_results"},
        {"Omnibox_ShowRecentTabChip", "false"},
        {"Omnibox_ShowLensSearchChip", "false"},
};
const FeatureEntry::FeatureParam
    kWebUIOmniboxAimPopupAddContextButtonInlineNoContextualChips[] = {
        {"AddContextButtonVariant", "inline"},
        {"ShowRecentTabChip", "false"},
        {"ShowLensSearchChip", "false"},
        {"Omnibox_AddContextButtonVariant", "inline"},
        {"Omnibox_ShowRecentTabChip", "false"},
        {"Omnibox_ShowLensSearchChip", "false"},
};
const FeatureEntry::FeatureParam
    kWebUIOmniboxAimPopupAddContextButtonAboveResultsNoContextualChips[] = {
        {"AddContextButtonVariant", "above_results"},
        {"ShowRecentTabChip", "false"},
        {"ShowLensSearchChip", "false"},
        {"Omnibox_AddContextButtonVariant", "above_results"},
        {"Omnibox_ShowRecentTabChip", "false"},
        {"Omnibox_ShowLensSearchChip", "false"},
};
const FeatureEntry::FeatureVariation kWebUIOmniboxAimPopupVariations[] = {
@@ -1291,6 +1291,23 @@ const FeatureEntry::FeatureVariation kRemotePageMetadataVariations[] = {
    {"High Performance Canonicalization", nullptr, 0, "3362133"},
};
const FeatureEntry::FeatureParam
    kAimServerEligibilityRequestModePostWithProto[] = {
        {"mode", "post_with_proto"}};
const FeatureEntry::FeatureParam
    kAimServerEligibilityRequestModeGetWithLocale[] = {
        {"mode", "get_with_locale"}};
const FeatureEntry::FeatureVariation
    kAimServerEligibilityIncludeClientLocaleVariations[] = {
        {"GET with Locale", kAimServerEligibilityRequestModeGetWithLocale,
         std::size(kAimServerEligibilityRequestModeGetWithLocale),
         nullptr},
        {"POST with Proto", kAimServerEligibilityRequestModePostWithProto,
         std::size(kAimServerEligibilityRequestModeGetWithLocale),
         nullptr},
};
#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || \
    BUILDFLAG(IS_WIN)
@@ -1646,90 +1663,20 @@ const FeatureEntry::FeatureVariation kOmniboxToolbeltVariations[] = {
     std::size(kOmniboxToolbeltAllActionsZeroTypedInputs), nullptr},
};
const FeatureEntry::FeatureParam
    kComposeboxShowContextMenuAndSuggestMultiFile[] = {
        {"ShowComposeboxZps", "true"},
        {"ShowComposeboxTypedSuggest", "true"},
        {"ShowContextMenu", "true"},
        {"ShowRecentTabChip", "true"},
};
const FeatureEntry::FeatureParam
    kComposeboxShowContextMenuAndSuggestMultiFileNoViewport[] = {
        {"ShowComposeboxZps", "true"},
        {"ShowComposeboxTypedSuggest", "true"},
        {"ShowContextMenu", "true"},
        {"ShowRecentTabChip", "true"},
        {"EnableViewportImages", "false"},
};
const FeatureEntry::FeatureParam
    kComposeboxShowContextMenuAndSuggestMultiFileAndTabPreviews[] = {
        {"ShowComposeboxZps", "true"},
        {"ShowComposeboxTypedSuggest", "true"},
        {"ShowContextMenu", "true"},
        {"ShowRecentTabChip", "true"},
        {"ShowContextMenuTabPreviews", "true"},
};
const FeatureEntry::FeatureParam kComposeboxNext[] = {
    {"ShowContextMenu", "true"},
    {"ShowContextMenuTabPreviews", "true"},
    {"ShowComposeboxZps", "true"},
    {"ShowComposeboxTypedSuggest", "true"},
    {"ShowRecentTabChip", "true"},
    {"CloseComposeboxByEscape", "false"},
    {"CloseComposeboxByClickOutside", "false"},
    {"ContextMenuEnableMultiTabSelection", "true"},
};
const FeatureEntry::FeatureParam kComposeboxNextSingleContext[] = {
    {"MaxNumFiles", "1"},
    {"ShowContextMenu", "true"},
    {"ShowContextMenuTabPreviews", "true"},
    {"ShowComposeboxZps", "true"},
    {"ShowComposeboxTypedSuggest", "true"},
    {"ShowRecentTabChip", "true"},
    {"CloseComposeboxByEscape", "false"},
    {"CloseComposeboxByClickOutside", "false"},
};
const FeatureEntry::FeatureParam kComposeboxNextSingleContextForRealboxNext[] =
    {
        {"NtpComposeboxMaxNumFiles", "1"},
        {"NtpComposeboxShowContextMenu", "true"},
        {"NtpComposeboxShowComposeboxZps", "true"},
        {"NtpComposeboxShowComposeboxTypedSuggest", "true"},
        {"NtpComposeboxShowRecentTabChip", "true"},
};
const FeatureEntry::FeatureParam kComposeboxNextForRealboxNext[] = {
    {"NtpComposeboxShowContextMenu", "true"},
    {"NtpComposeboxShowComposeboxZps", "true"},
    {"NtpComposeboxShowComposeboxTypedSuggest", "true"},
    {"NtpComposeboxShowRecentTabChip", "true"},
    {"NtpComposeboxContextMenuEnableMultiTabSelection", "true"},
    {"EnableEphemeralContextMenuDescription", "true"},
};
const FeatureEntry::FeatureParam kComposeboxNextWithModelPicker[] = {
    {"NtpComposeboxShowContextMenu", "true"},
    {"NtpComposeboxShowComposeboxZps", "true"},
    {"NtpComposeboxShowComposeboxTypedSuggest", "true"},
    {"NtpComposeboxShowRecentTabChip", "true"},
    {"NtpComposeboxContextMenuEnableMultiTabSelection", "true"},
    {"EnableEphemeralContextMenuDescription", "true"},
    {"EnableThreadsRail", "true"},
    {"NtpComposeboxShowModelPicker", "true"},
};
const FeatureEntry::FeatureVariation kNtpComposeboxVariations[] = {
    {"- Show Contextual Input Menu and Suggest, 5 File Limit",
     kComposeboxShowContextMenuAndSuggestMultiFile,
     std::size(kComposeboxShowContextMenuAndSuggestMultiFile), nullptr},
    {"- Show Contextual Input Menu and Suggest, 5 File Limit, no viewport "
     "uploading",
     kComposeboxShowContextMenuAndSuggestMultiFileNoViewport,
     std::size(kComposeboxShowContextMenuAndSuggestMultiFileNoViewport),
     nullptr},
    {"- Show Contextual Input Menu and Suggest, Tab Previews, 5 File Limit",
     kComposeboxShowContextMenuAndSuggestMultiFileAndTabPreviews,
     std::size(kComposeboxShowContextMenuAndSuggestMultiFileAndTabPreviews),
     nullptr},
    {"- Next Experience", kComposeboxNext, std::size(kComposeboxNext), nullptr},
    {"- Next Experience Single Context", kComposeboxNextSingleContext,
     std::size(kComposeboxNextSingleContext), nullptr},
    {"- Next Experience for Realbox Next", kComposeboxNextForRealboxNext,
@@ -1737,8 +1684,6 @@ const FeatureEntry::FeatureVariation kNtpComposeboxVariations[] = {
    {"- Next Experience Single Context for Realbox Next",
     kComposeboxNextSingleContextForRealboxNext,
     std::size(kComposeboxNextSingleContextForRealboxNext), nullptr},
    {"- Next Experience with Model Picker", kComposeboxNextWithModelPicker,
     std::size(kComposeboxNextWithModelPicker), nullptr},
};
const FeatureEntry::FeatureParam kShowNextRealboxTallTopContext[] = {
@@ -1772,17 +1717,10 @@ const FeatureEntry::FeatureVariation kNtpRealboxNextVariations[] = {
     std::size(kShowNextRealboxCompactCyclingPlaceholders), nullptr},
};
const FeatureEntry::FeatureParam kNtpNextShowStaticText[] = {
    {"NtpNextShowStaticTextParam", "true"},
};
const FeatureEntry::FeatureParam kNtpNextShowDeepDiveSuggestions[] = {
    {"NtpNextShowDeepDiveSuggestionsParam", "true"},
    {"NtpNextSuggestionsFromNewSearchSuggestionsEndpointParam", "false"},
};
const FeatureEntry::FeatureParam kNtpNextShowSimplificationUI[] = {
    {"NtpNextShowSimplificationUIParam", "true"},
};
const FeatureEntry::FeatureParam kNtpNextShowSimplificationUIWithDeepDive[] = {
    {"NtpNextShowSimplificationUIParam", "true"},
    {"NtpNextShowDeepDiveSuggestionsParam", "true"},
@@ -1826,12 +1764,8 @@ const FeatureEntry::FeatureParam kNtpNextShowSimplificationUIWithDismissal[] = {
};
const FeatureEntry::FeatureVariation kNtpNextVariations[] = {
    {"- Show Static Text", kNtpNextShowStaticText,
     std::size(kNtpNextShowStaticText), nullptr},
    {"- Show Deep Dive Suggestions", kNtpNextShowDeepDiveSuggestions,
     std::size(kNtpNextShowDeepDiveSuggestions), nullptr},
    {"- Show Row UI", kNtpNextShowSimplificationUI,
     std::size(kNtpNextShowSimplificationUI), nullptr},
    {"- Show Row UI With Deep Dive", kNtpNextShowSimplificationUIWithDeepDive,
     std::size(kNtpNextShowSimplificationUIWithDeepDive), nullptr},
    {"- Show Chips UI with a New Suggestions Client",
@@ -7205,6 +7139,11 @@ const FeatureEntry kFeatureEntries[] = {
     flag_descriptions::kOmniboxHideSuggestionGroupHeadersDescription,
     kOsDesktop, FEATURE_VALUE_TYPE(omnibox::kHideSuggestionGroupHeaders)},
    {"omnibox-hide-contextual-group-headers",
     flag_descriptions::kOmniboxHideContextualGroupHeadersName,
     flag_descriptions::kOmniboxHideContextualGroupHeadersDescription,
     kOsDesktop, FEATURE_VALUE_TYPE(omnibox::kHideContextualGroupHeaders)},
    {"omnibox-url-suggestions-on-focus",
     flag_descriptions::kOmniboxUrlSuggestionsOnFocus,
     flag_descriptions::kOmniboxUrlSuggestionsOnFocusDescription, kOsDesktop,
@@ -7242,6 +7181,19 @@ const FeatureEntry kFeatureEntries[] = {
     flag_descriptions::kOmniboxAimServerEligibilityDescription, kOsAll,
     FEATURE_VALUE_TYPE(omnibox::kAimServerEligibilityEnabled)},
    {"aim-server-eligibility-include-client-locale",
     flag_descriptions::kAimServerEligibilityIncludeClientLocaleName,
     flag_descriptions::kAimServerEligibilityIncludeClientLocaleDescription,
     kOsAll,
     FEATURE_WITH_PARAMS_VALUE_TYPE(
         omnibox::kAimServerEligibilityIncludeClientLocale,
         kAimServerEligibilityIncludeClientLocaleVariations,
         "AimServerEligibilityIncludeClientLocale")},
    {"aim-use-pec-api", flag_descriptions::kAimUsePecApiName,
     flag_descriptions::kAimUsePecApiDescription, kOsAll,
     FEATURE_VALUE_TYPE(omnibox::kAimUsePecApi)},
#if BUILDFLAG(IS_ANDROID)
    {"animate-suggestions-list-appearance",
     flag_descriptions::kAnimateSuggestionsListAppearanceName,
@@ -7809,11 +7761,6 @@ const FeatureEntry kFeatureEntries[] = {
                                    kNtpRealboxCr23ThemingVariations,
                                    "NtpRealboxCr23Theming")},
    {"ntp-realbox-match-searchbox-theme",
     flag_descriptions::kNtpRealboxMatchSearchboxThemeName,
     flag_descriptions::kNtpRealboxMatchSearchboxThemeDescription, kOsDesktop,
     FEATURE_VALUE_TYPE(ntp_features::kRealboxMatchSearchboxTheme)},
    {"ntp-realbox-use-google-g-icon",
     flag_descriptions::kNtpRealboxUseGoogleGIconName,
     flag_descriptions::kNtpRealboxUseGoogleGIconDescription, kOsDesktop,
@@ -12961,6 +12908,10 @@ const FeatureEntry kFeatureEntries[] = {
                                    kContextualTaskEntryPointVariations,
                                    "ContextualTasks")},
    {"omnibox-debug-logs", omnibox::flag_descriptions::kOmniboxDebugLogsName,
     omnibox::flag_descriptions::kOmniboxDebugLogsDescription, kOsDesktop,
     FEATURE_VALUE_TYPE(omnibox::kOmniboxDebugLogs)},
    {"contextual-tasks-context",
     contextual_tasks::flag_descriptions::kContextualTasksContextName,
     contextual_tasks::flag_descriptions::kContextualTasksContextDescription,
@@ -12984,6 +12935,13 @@ const FeatureEntry kFeatureEntries[] = {
     kOsDesktop,
     FEATURE_VALUE_TYPE(contextual_tasks::kContextualTasksContextLibrary)},
    {"contextual-tasks-expand-button",
     contextual_tasks::flag_descriptions::kContextualTasksExpandButtonName,
     contextual_tasks::flag_descriptions::
         kContextualTasksExpandButtonDescription,
     kOsDesktop,
     FEATURE_VALUE_TYPE(contextual_tasks::kContextualTasksExpandButton)},
#if !BUILDFLAG(IS_ANDROID)
    {"create-new-tab-group-app-menu-top-level",
     flag_descriptions::kCreateNewTabGroupAppMenuTopLevelName,
+5 −2
Original line number Diff line number Diff line
@@ -4321,10 +4321,13 @@ bool ChromeContentBrowserClient::CanCreateWindow(
    content::OpenURLParams url_params(
        target_url, referrer, disposition,
        ui::PageTransition::PAGE_TRANSITION_AUTO_TOPLEVEL, true);
    content::WebContents* responsible_web_contents =
        web_contents->GetResponsibleWebContents();
    bool is_from_embedded_page = web_contents != responsible_web_contents;
    if (contextual_tasks_ui_service &&
        contextual_tasks_ui_service->HandleNavigation(
            std::move(url_params), web_contents,
            /*is_from_embedded_page=*/false,
            std::move(url_params), responsible_web_contents,
            is_from_embedded_page,
            /*is_to_new_tab=*/true)) {
      return false;
    }
Loading