Bump stylo and enable aspect-ratio tests (#32803)

Signed-off-by: valadaptive <valadaptive@protonmail.com>
This commit is contained in:
valadaptive 2024-07-18 09:28:39 -04:00 committed by GitHub
parent f6c9714286
commit bb5ace7929
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
206 changed files with 425 additions and 541 deletions

28
Cargo.lock generated
View file

@ -1291,7 +1291,7 @@ dependencies = [
[[package]]
name = "derive_common"
version = "0.0.1"
source = "git+https://github.com/servo/stylo?branch=2024-05-31#4465d077b4058693260d486d2e2240887c19a9e7"
source = "git+https://github.com/servo/stylo?branch=2024-05-31#f6cb33f86468ba272d5329f64f78a75df8e9fcbe"
dependencies = [
"darling",
"proc-macro2",
@ -3588,7 +3588,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e310b3a6b5907f99202fcdb4960ff45b93735d7c7d96b760fcff8db2dc0e103d"
dependencies = [
"cfg-if",
"windows-targets 0.48.5",
"windows-targets 0.52.5",
]
[[package]]
@ -3760,7 +3760,7 @@ dependencies = [
[[package]]
name = "malloc_size_of"
version = "0.0.1"
source = "git+https://github.com/servo/stylo?branch=2024-05-31#4465d077b4058693260d486d2e2240887c19a9e7"
source = "git+https://github.com/servo/stylo?branch=2024-05-31#f6cb33f86468ba272d5329f64f78a75df8e9fcbe"
dependencies = [
"accountable-refcell",
"app_units",
@ -5399,7 +5399,7 @@ dependencies = [
[[package]]
name = "selectors"
version = "0.24.0"
source = "git+https://github.com/servo/stylo?branch=2024-05-31#4465d077b4058693260d486d2e2240887c19a9e7"
source = "git+https://github.com/servo/stylo?branch=2024-05-31#f6cb33f86468ba272d5329f64f78a75df8e9fcbe"
dependencies = [
"bitflags 2.6.0",
"cssparser",
@ -5687,7 +5687,7 @@ dependencies = [
[[package]]
name = "servo_arc"
version = "0.2.0"
source = "git+https://github.com/servo/stylo?branch=2024-05-31#4465d077b4058693260d486d2e2240887c19a9e7"
source = "git+https://github.com/servo/stylo?branch=2024-05-31#f6cb33f86468ba272d5329f64f78a75df8e9fcbe"
dependencies = [
"nodrop",
"serde",
@ -5697,7 +5697,7 @@ dependencies = [
[[package]]
name = "servo_atoms"
version = "0.0.1"
source = "git+https://github.com/servo/stylo?branch=2024-05-31#4465d077b4058693260d486d2e2240887c19a9e7"
source = "git+https://github.com/servo/stylo?branch=2024-05-31#f6cb33f86468ba272d5329f64f78a75df8e9fcbe"
dependencies = [
"string_cache",
"string_cache_codegen",
@ -5885,7 +5885,7 @@ checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
[[package]]
name = "size_of_test"
version = "0.0.1"
source = "git+https://github.com/servo/stylo?branch=2024-05-31#4465d077b4058693260d486d2e2240887c19a9e7"
source = "git+https://github.com/servo/stylo?branch=2024-05-31#f6cb33f86468ba272d5329f64f78a75df8e9fcbe"
dependencies = [
"static_assertions",
]
@ -6026,7 +6026,7 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
[[package]]
name = "static_prefs"
version = "0.1.0"
source = "git+https://github.com/servo/stylo?branch=2024-05-31#4465d077b4058693260d486d2e2240887c19a9e7"
source = "git+https://github.com/servo/stylo?branch=2024-05-31#f6cb33f86468ba272d5329f64f78a75df8e9fcbe"
[[package]]
name = "strict-num"
@ -6063,7 +6063,7 @@ dependencies = [
[[package]]
name = "style"
version = "0.0.1"
source = "git+https://github.com/servo/stylo?branch=2024-05-31#4465d077b4058693260d486d2e2240887c19a9e7"
source = "git+https://github.com/servo/stylo?branch=2024-05-31#f6cb33f86468ba272d5329f64f78a75df8e9fcbe"
dependencies = [
"app_units",
"arrayvec",
@ -6121,7 +6121,7 @@ dependencies = [
[[package]]
name = "style_config"
version = "0.0.1"
source = "git+https://github.com/servo/stylo?branch=2024-05-31#4465d077b4058693260d486d2e2240887c19a9e7"
source = "git+https://github.com/servo/stylo?branch=2024-05-31#f6cb33f86468ba272d5329f64f78a75df8e9fcbe"
dependencies = [
"lazy_static",
]
@ -6129,7 +6129,7 @@ dependencies = [
[[package]]
name = "style_derive"
version = "0.0.1"
source = "git+https://github.com/servo/stylo?branch=2024-05-31#4465d077b4058693260d486d2e2240887c19a9e7"
source = "git+https://github.com/servo/stylo?branch=2024-05-31#f6cb33f86468ba272d5329f64f78a75df8e9fcbe"
dependencies = [
"darling",
"derive_common",
@ -6160,7 +6160,7 @@ dependencies = [
[[package]]
name = "style_traits"
version = "0.0.1"
source = "git+https://github.com/servo/stylo?branch=2024-05-31#4465d077b4058693260d486d2e2240887c19a9e7"
source = "git+https://github.com/servo/stylo?branch=2024-05-31#f6cb33f86468ba272d5329f64f78a75df8e9fcbe"
dependencies = [
"app_units",
"bitflags 2.6.0",
@ -6510,7 +6510,7 @@ dependencies = [
[[package]]
name = "to_shmem"
version = "0.0.1"
source = "git+https://github.com/servo/stylo?branch=2024-05-31#4465d077b4058693260d486d2e2240887c19a9e7"
source = "git+https://github.com/servo/stylo?branch=2024-05-31#f6cb33f86468ba272d5329f64f78a75df8e9fcbe"
dependencies = [
"cssparser",
"servo_arc",
@ -6523,7 +6523,7 @@ dependencies = [
[[package]]
name = "to_shmem_derive"
version = "0.0.1"
source = "git+https://github.com/servo/stylo?branch=2024-05-31#4465d077b4058693260d486d2e2240887c19a9e7"
source = "git+https://github.com/servo/stylo?branch=2024-05-31#f6cb33f86468ba272d5329f64f78a75df8e9fcbe"
dependencies = [
"darling",
"derive_common",