Update Stylo to 2023-07-23 (#31437)

* Update Stylo to 2023-07-23

* to_shmem should be local when working with Stylo

* Fixup for https://phabricator.services.mozilla.com/D180769

* Fixup for https://phabricator.services.mozilla.com/D181125

* Fixup for https://phabricator.services.mozilla.com/D181162

* Fixup for https://phabricator.services.mozilla.com/D181798

* Fixup for https://phabricator.services.mozilla.com/D182514

* Fixup for https://phabricator.services.mozilla.com/D182539

* Update test expectations
This commit is contained in:
Oriol Brufau 2024-02-29 11:23:53 +01:00 committed by GitHub
parent 6eb96290fa
commit 31cfaf290d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
41 changed files with 171 additions and 1208 deletions

View file

@ -64,7 +64,7 @@ keyboard-types = "0.6"
lazy_static = "1.4"
libc = "0.2"
log = "0.4"
malloc_size_of = { git = "https://github.com/servo/stylo.git", branch = "2023-06-14", features = ["servo"] }
malloc_size_of = { git = "https://github.com/servo/stylo.git", branch = "2023-07-23", features = ["servo"] }
malloc_size_of_derive = "0.1"
mime = "0.3.13"
mime_guess = "2.0.3"
@ -87,28 +87,28 @@ rustls = { version = "0.21.10", features = ["dangerous_configuration"] }
rustls-pemfile = "1.0.4"
script_layout_interface = { path = "components/shared/script_layout" }
script_traits = { path = "components/shared/script" }
selectors = { git = "https://github.com/servo/stylo.git", branch = "2023-06-14" }
selectors = { git = "https://github.com/servo/stylo.git", branch = "2023-07-23" }
serde = "1.0.197"
serde_bytes = "0.11"
serde_json = "1.0"
servo_arc = { git = "https://github.com/servo/stylo.git", branch = "2023-06-14" }
servo_atoms = { git = "https://github.com/servo/stylo.git", branch = "2023-06-14" }
size_of_test = { git = "https://github.com/servo/stylo.git", branch = "2023-06-14" }
servo_arc = { git = "https://github.com/servo/stylo.git", branch = "2023-07-23" }
servo_atoms = { git = "https://github.com/servo/stylo.git", branch = "2023-07-23" }
size_of_test = { git = "https://github.com/servo/stylo.git", branch = "2023-07-23" }
smallbitvec = "2.3.0"
smallvec = "1.13"
sparkle = "0.1.26"
string_cache = "0.8"
string_cache_codegen = "0.5"
style = { git = "https://github.com/servo/stylo.git", branch = "2023-06-14", features = ["servo"] }
style_config = { git = "https://github.com/servo/stylo.git", branch = "2023-06-14" }
style_traits = { git = "https://github.com/servo/stylo.git", branch = "2023-06-14", features = ["servo"] }
style = { git = "https://github.com/servo/stylo.git", branch = "2023-07-23", features = ["servo"] }
style_config = { git = "https://github.com/servo/stylo.git", branch = "2023-07-23" }
style_traits = { git = "https://github.com/servo/stylo.git", branch = "2023-07-23", features = ["servo"] }
# NOTE: the sm-angle feature only enables ANGLE on Windows, not other platforms!
surfman = { version = "0.9", features = ["chains", "sm-angle", "sm-angle-default"] }
syn = { version = "2", default-features = false, features = ["clone-impls", "derive", "parsing"] }
synstructure = "0.13"
thin-vec = "0.2.13"
time = "0.1.41"
to_shmem = { git = "https://github.com/servo/stylo.git", branch = "2023-06-14" }
to_shmem = { git = "https://github.com/servo/stylo.git", branch = "2023-07-23" }
tokio = "1"
tokio-rustls = "0.24"
tungstenite = "0.20"
@ -160,6 +160,7 @@ debug-assertions = false
# style_derive = { path = "../stylo/style_derive" }
# style = { path = "../stylo/style" }
# style_traits = { path = "../stylo/style_traits" }
# to_shmem = { path = "../stylo/to_shmem" }
#
# Or for another git dependency:
#