-
Notifications
You must be signed in to change notification settings - Fork 16.9k
feat: Add getAccentColor on Linux
#48027
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
Conversation
|
💖 Thanks for opening this pull request! 💖 Semantic PR titlesWe use semantic commit messages to streamline the release process. Before your pull request can be merged, you should update your pull request title to start with a semantic prefix. Examples of commit messages with semantic prefixes:
Commit signingThis repo enforces commit signatures for all incoming PRs. PR tipsThings that will help get your PR across the finish line:
We get a lot of pull requests on this repo, so please be patient and we will get back to you as soon as we can. |
2b6b627 to
1269b92
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this! The added patch here should land in the next Chromium roll that's already open, so we can shrink this PR a bit by rebasing once that lands.
1269b92 to
e1862dc
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
API LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
API LGTM
|
Wohoo 🚀 |
|
The macOS CI failure is unrelated to my changes, right? |
|
@bash sorry for delay - could you please rebase this? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
API LGTM
ae526bd to
f20428d
Compare
|
@codebytere Rebased ✨ |
f20428d to
7030441
Compare
|
Congrats on merging your first pull request! 🎉🎉🎉 |
|
Release Notes Persisted
|
|
I was unable to backport this PR to "37-x-y" cleanly; |
|
I was unable to backport this PR to "38-x-y" cleanly; |
|
I have automatically backported this PR to "39-x-y", please check out #48628 |
* feat: Implement `getAccentColor` on Linux * doc: Update OS support for accent color APIs
* feat: Implement `getAccentColor` on Linux * doc: Update OS support for accent color APIs
* feat: Implement `getAccentColor` on Linux * doc: Update OS support for accent color APIs
* feat: Implement `getAccentColor` on Linux * doc: Update OS support for accent color APIs
* feat: Implement `getAccentColor` on Linux * doc: Update OS support for accent color APIs
|
@mlaurencin has manually backported this PR to "38-x-y", please check out #49531 |
Marked as draft for now since my upstream change has not yet been reviewed/approved.The included patch has been merged upstream in Chromium.
Description of Change
systemPreferences.getAccentColorandaccent-color-changedon Linux.Checklist
npm testpassesRelease Notes
Notes: Added the ability to retrieve the system accent color on Linux using
systemPreferences.getAccentColor.