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

Make Servo compatible with Stylo with prefers-color-scheme support #34423

Merged
merged 3 commits into from
Nov 29, 2024

Conversation

nicoburns
Copy link
Contributor

This makes Servo compatible with

And is a first-step towards prefers-color-scheme support in Servo. Actually allowing the embedder to set the preferred color scheme (and using this capability in servoshell) is left as followup task.


  • ./mach build -d does not report any errors
  • ./mach test-tidy does not report any errors

@nicoburns nicoburns added the A-layout/2020 https://github.com/servo/servo/wiki/Layout-2020 label Nov 29, 2024
@nicoburns nicoburns changed the title Make Servo compatible with Stylo with prefer-color-scheme support Make Servo compatible with Stylo with prefers-color-scheme support Nov 29, 2024
Signed-off-by: Nico Burns <nico@nicoburns.com>

Update imports to work with deduped version of stylo PR

Signed-off-by: Nico Burns <nico@nicoburns.com>

Switch back to stylo main branch

Signed-off-by: Nico Burns <nico@nicoburns.com>
Signed-off-by: Nico Burns <nico@nicoburns.com>
@nicoburns nicoburns force-pushed the min-prefers-color-scheme branch from d4329ee to 059dbd4 Compare November 29, 2024 12:15
@nicoburns nicoburns added this pull request to the merge queue Nov 29, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Nov 29, 2024
Signed-off-by: Nico Burns <nico@nicoburns.com>
@nicoburns nicoburns enabled auto-merge November 29, 2024 13:23
@nicoburns nicoburns added this pull request to the merge queue Nov 29, 2024
Merged via the queue into servo:main with commit 2dbda69 Nov 29, 2024
21 checks passed
@nicoburns nicoburns deleted the min-prefers-color-scheme branch November 29, 2024 14:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-layout/2020 https://github.com/servo/servo/wiki/Layout-2020
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants