Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: do not use AdaptCallbackForRepeating() in electron_api_url_loader.cc #45771

Merged
merged 1 commit into from
Feb 24, 2025

Conversation

ckerr
Copy link
Member

@ckerr ckerr commented Feb 23, 2025

Description of Change

Partial fix for #29739

Upstream removed base::AdaptCallbackForRepeating() a long time ago. We still use it, so we have a Chromium patch to patch it back in. This PR fixes a couple of instances of this call, moving towards removing that patch.

Checklist

Release Notes

Notes: none.

@ckerr ckerr added semver/patch backwards-compatible bug fixes target/33-x-y PR should also be added to the "33-x-y" branch. target/34-x-y PR should also be added to the "34-x-y" branch. target/35-x-y PR should also be added to the "35-x-y" branch. labels Feb 23, 2025
@electron-cation electron-cation bot added the new-pr 🌱 PR opened in the last 24 hours label Feb 23, 2025
@ckerr ckerr added the upgrade-follow-up Stuff left to do after a Chromium upgrade. label Feb 23, 2025
@electron-cation electron-cation bot removed the new-pr 🌱 PR opened in the last 24 hours label Feb 24, 2025
@jkleinsc jkleinsc merged commit 69eb076 into main Feb 24, 2025
72 checks passed
@jkleinsc jkleinsc deleted the refactor/remove-some-AdaptCallbackForRepeating-calls branch February 24, 2025 16:09
Copy link

release-clerk bot commented Feb 24, 2025

No Release Notes

@trop
Copy link
Contributor

trop bot commented Feb 24, 2025

I have automatically backported this PR to "34-x-y", please check out #45782

@trop trop bot added in-flight/34-x-y and removed target/34-x-y PR should also be added to the "34-x-y" branch. labels Feb 24, 2025
@trop
Copy link
Contributor

trop bot commented Feb 24, 2025

I have automatically backported this PR to "33-x-y", please check out #45783

@trop
Copy link
Contributor

trop bot commented Feb 24, 2025

I have automatically backported this PR to "35-x-y", please check out #45784

@trop trop bot added in-flight/33-x-y in-flight/35-x-y and removed target/33-x-y PR should also be added to the "33-x-y" branch. target/35-x-y PR should also be added to the "35-x-y" branch. labels Feb 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in-flight/33-x-y in-flight/34-x-y in-flight/35-x-y semver/patch backwards-compatible bug fixes upgrade-follow-up Stuff left to do after a Chromium upgrade.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants