mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Add embedder event for preferred color scheme and respond to it in the LayoutThread (#34532)
* respond to winit platform theme changed event and send it to the layout thread Signed-off-by: Lloyd Massiah <artmis9@protonmail.com> * refactoring viewport and theme change handling functions based on feedback Signed-off-by: Lloyd Massiah <artmis9@protonmail.com> * fixing issues reported by test-tidy Signed-off-by: Lloyd Massiah <artmis9@protonmail.com> * update stylo in order to use color_scheme function on Device Signed-off-by: Lloyd Massiah <artmis9@protonmail.com> --------- Signed-off-by: Lloyd Massiah <artmis9@protonmail.com> Co-authored-by: lazypassion <25536767+lazypassion@users.noreply.github.com>
This commit is contained in:
parent
dfcbb18a8b
commit
26f61103d6
13 changed files with 144 additions and 43 deletions
|
@ -72,6 +72,7 @@ mod from_compositor {
|
|||
Self::ClearCache => target!("ClearCache"),
|
||||
Self::TraverseHistory(..) => target!("TraverseHistory"),
|
||||
Self::WindowSize(..) => target!("WindowSize"),
|
||||
Self::ThemeChange(..) => target!("ThemeChange"),
|
||||
Self::TickAnimation(..) => target!("TickAnimation"),
|
||||
Self::WebDriverCommand(..) => target!("WebDriverCommand"),
|
||||
Self::Reload(..) => target!("Reload"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue