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

fix: settings not persisting across devtools loads #33120

Merged
merged 2 commits into from Mar 9, 2022
Merged

Conversation

codebytere
Copy link
Member

Description of Change

Closes #33102.
Closes #31864.

In #31317 we adapted to changes in this crbug, which inadvertently caused issues since we don't support synced settings in Electron. Synced settings are settings which persist across Chrome profiles, which is a concept we don't have in Electron. This removes code related to the synced settings, which caused devtools settings not to persist between loads.

Checklist

Release Notes

Notes: Fixed an issue where Chrom DevTools settings didn't persist between loads.

@codebytere codebytere added semver/patch backwards-compatible bug fixes target/17-x-y labels Mar 1, 2022
@electron-cation electron-cation bot added the new-pr 🌱 PR opened in the last 24 hours label Mar 1, 2022
@electron-cation electron-cation bot removed the new-pr 🌱 PR opened in the last 24 hours label Mar 2, 2022
@jkleinsc jkleinsc merged commit 373a905 into main Mar 9, 2022
@jkleinsc jkleinsc deleted the remove-sync-settings branch March 9, 2022 01:17
@release-clerk
Copy link

release-clerk bot commented Mar 9, 2022

Release Notes Persisted

Fixed an issue where Chrom DevTools settings didn't persist between loads.

@trop
Copy link
Contributor

trop bot commented Mar 9, 2022

I was unable to backport this PR to "17-x-y" cleanly;
you will need to perform this backport manually.

@trop
Copy link
Contributor

trop bot commented Mar 9, 2022

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

deepak1556 pushed a commit that referenced this pull request Mar 14, 2022
* fix: settings not persisting across devtools loads

* chore: remove redundant RegisterPreference impl
@trop
Copy link
Contributor

trop bot commented Mar 14, 2022

@deepak1556 has manually backported this PR to "17-x-y", please check out #33273

bavulapati pushed a commit to bavulapati/electron that referenced this pull request Apr 29, 2022
* fix: settings not persisting across devtools loads

* chore: remove redundant RegisterPreference impl
khalwa pushed a commit to solarwindscloud/electron that referenced this pull request Feb 22, 2023
* fix: settings not persisting across devtools loads

* chore: remove redundant RegisterPreference impl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver/patch backwards-compatible bug fixes
Projects
None yet
3 participants