public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Than Ngo <than@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/chromium] epel9-next: - fix ftbfs on epel7
Date: Fri, 07 Aug 2026 16:05:57 GMT	[thread overview]
Message-ID: <178611875741.1.6694901344953042574.rpms-chromium-7ea7262aa8d8@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/chromium
            Branch : epel9-next
            Commit : 7ea7262aa8d8475b663aaf55e8d4c67623501d24
            Author : Than Ngo <than@redhat.com>
            Date   : 2024-02-03T07:31:56+01:00
            Stats  : +35/-0 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/chromium/c/7ea7262aa8d8475b663aaf55e8d4c67623501d24?branch=epel9-next

            Log:
            - fix ftbfs on epel7
- requires new rust with enable profiler_builtin on epel7

---
diff --git a/chromium-121-no_matching_constructor.patch b/chromium-121-no_matching_constructor.patch
index 332a91a..231cdd3 100644
--- a/chromium-121-no_matching_constructor.patch
+++ b/chromium-121-no_matching_constructor.patch
@@ -943,3 +943,38 @@ diff -up chromium-121.0.6167.57/content/browser/worker_host/dedicated_worker_hos
                creator_);
  
    if (!creator_render_frame_host && !creator_worker) {
+diff -up chromium-121.0.6167.139/chrome/browser/ui/autofill/autofill_context_menu_manager.cc.me chromium-121.0.6167.139/chrome/browser/ui/autofill/autofill_context_menu_manager.cc
+--- chromium-121.0.6167.139/chrome/browser/ui/autofill/autofill_context_menu_manager.cc.me	2024-02-02 21:07:42.852096466 +0100
++++ chromium-121.0.6167.139/chrome/browser/ui/autofill/autofill_context_menu_manager.cc	2024-02-02 21:07:49.336212697 +0100
+@@ -249,8 +249,8 @@ void AutofillContextMenuManager::Execute
+     AutofillManager& manager) {
+   auto& driver = static_cast<ContentAutofillDriver&>(manager.driver());
+   driver.browser_events().RendererShouldTriggerSuggestions(
+-      FieldGlobalId(driver.GetFrameToken(),
+-                    FieldRendererId(params_.field_renderer_id)),
++      FieldGlobalId{driver.GetFrameToken(),
++                    FieldRendererId(params_.field_renderer_id)},
+       AutofillSuggestionTriggerSource::kManualFallbackPayments);
+ }
+ 
+diff -up chromium-121.0.6167.139/chrome/browser/ui/web_applications/sub_apps_service_impl.cc.me chromium-121.0.6167.139/chrome/browser/ui/web_applications/sub_apps_service_impl.cc
+--- chromium-121.0.6167.139/chrome/browser/ui/web_applications/sub_apps_service_impl.cc.me	2024-02-02 22:24:28.167153031 +0100
++++ chromium-121.0.6167.139/chrome/browser/ui/web_applications/sub_apps_service_impl.cc	2024-02-02 22:26:43.994144340 +0100
+@@ -102,7 +102,7 @@ AddOptionsFromMojo(
+                      ConvertPathToUrl(sub_app->manifest_id_path, origin));
+     ASSIGN_OR_RETURN(GURL install_url,
+                      ConvertPathToUrl(sub_app->install_url_path, origin));
+-    sub_apps.emplace_back(std::move(manifest_id), std::move(install_url));
++    sub_apps.emplace_back() = {std::move(manifest_id), std::move(install_url)};
+   }
+   return sub_apps;
+ }
+@@ -389,7 +389,7 @@ void SubAppsServiceImpl::ScheduleSubAppI
+         base::BindOnce(
+             [](webapps::ManifestId manifest_id, const webapps::AppId& app_id,
+                webapps::InstallResultCode result_code) {
+-              return SubAppInstallResult(manifest_id, app_id, result_code);
++              return SubAppInstallResult{manifest_id, app_id, result_code};
+             },
+             manifest_id)
+             .Then(install_results_collector));

                 reply	other threads:[~2026-08-07 16:05 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178611875741.1.6694901344953042574.rpms-chromium-7ea7262aa8d8@fedoraproject.org \
    --to=than@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox