Enable relative color syntax (#34897)

Upgrades Stylo to https://github.com/servo/stylo/pull/107

Signed-off-by: Oriol Brufau <obrufau@igalia.com>
This commit is contained in:
Oriol Brufau 2025-01-08 10:07:44 -08:00 committed by GitHub
parent a94c0c04a6
commit 51a1aeb535
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
28 changed files with 12 additions and 6377 deletions

24
Cargo.lock generated
View file

@ -1593,7 +1593,7 @@ dependencies = [
[[package]]
name = "dom"
version = "0.0.1"
source = "git+https://github.com/servo/stylo?branch=2024-12-04#7e529e8cf99502c99e431515de095d18548219d5"
source = "git+https://github.com/servo/stylo?branch=2024-12-04#fbd6a1448bb699000ae18067ea1b455e4cce7c97"
dependencies = [
"bitflags 2.6.0",
"malloc_size_of",
@ -4325,7 +4325,7 @@ dependencies = [
[[package]]
name = "malloc_size_of"
version = "0.0.1"
source = "git+https://github.com/servo/stylo?branch=2024-12-04#7e529e8cf99502c99e431515de095d18548219d5"
source = "git+https://github.com/servo/stylo?branch=2024-12-04#fbd6a1448bb699000ae18067ea1b455e4cce7c97"
dependencies = [
"app_units",
"cssparser",
@ -6281,7 +6281,7 @@ dependencies = [
[[package]]
name = "selectors"
version = "0.26.0"
source = "git+https://github.com/servo/stylo?branch=2024-12-04#7e529e8cf99502c99e431515de095d18548219d5"
source = "git+https://github.com/servo/stylo?branch=2024-12-04#fbd6a1448bb699000ae18067ea1b455e4cce7c97"
dependencies = [
"bitflags 2.6.0",
"cssparser",
@ -6569,7 +6569,7 @@ dependencies = [
[[package]]
name = "servo_arc"
version = "0.4.0"
source = "git+https://github.com/servo/stylo?branch=2024-12-04#7e529e8cf99502c99e431515de095d18548219d5"
source = "git+https://github.com/servo/stylo?branch=2024-12-04#fbd6a1448bb699000ae18067ea1b455e4cce7c97"
dependencies = [
"serde",
"stable_deref_trait",
@ -6578,7 +6578,7 @@ dependencies = [
[[package]]
name = "servo_atoms"
version = "0.0.1"
source = "git+https://github.com/servo/stylo?branch=2024-12-04#7e529e8cf99502c99e431515de095d18548219d5"
source = "git+https://github.com/servo/stylo?branch=2024-12-04#fbd6a1448bb699000ae18067ea1b455e4cce7c97"
dependencies = [
"string_cache",
"string_cache_codegen",
@ -6950,7 +6950,7 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
[[package]]
name = "static_prefs"
version = "0.1.0"
source = "git+https://github.com/servo/stylo?branch=2024-12-04#7e529e8cf99502c99e431515de095d18548219d5"
source = "git+https://github.com/servo/stylo?branch=2024-12-04#fbd6a1448bb699000ae18067ea1b455e4cce7c97"
[[package]]
name = "strck"
@ -7009,7 +7009,7 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
[[package]]
name = "style"
version = "0.0.1"
source = "git+https://github.com/servo/stylo?branch=2024-12-04#7e529e8cf99502c99e431515de095d18548219d5"
source = "git+https://github.com/servo/stylo?branch=2024-12-04#fbd6a1448bb699000ae18067ea1b455e4cce7c97"
dependencies = [
"app_units",
"arrayvec",
@ -7067,7 +7067,7 @@ dependencies = [
[[package]]
name = "style_config"
version = "0.0.1"
source = "git+https://github.com/servo/stylo?branch=2024-12-04#7e529e8cf99502c99e431515de095d18548219d5"
source = "git+https://github.com/servo/stylo?branch=2024-12-04#fbd6a1448bb699000ae18067ea1b455e4cce7c97"
dependencies = [
"lazy_static",
]
@ -7075,7 +7075,7 @@ dependencies = [
[[package]]
name = "style_derive"
version = "0.0.1"
source = "git+https://github.com/servo/stylo?branch=2024-12-04#7e529e8cf99502c99e431515de095d18548219d5"
source = "git+https://github.com/servo/stylo?branch=2024-12-04#fbd6a1448bb699000ae18067ea1b455e4cce7c97"
dependencies = [
"darling",
"proc-macro2",
@ -7105,7 +7105,7 @@ dependencies = [
[[package]]
name = "style_traits"
version = "0.0.1"
source = "git+https://github.com/servo/stylo?branch=2024-12-04#7e529e8cf99502c99e431515de095d18548219d5"
source = "git+https://github.com/servo/stylo?branch=2024-12-04#fbd6a1448bb699000ae18067ea1b455e4cce7c97"
dependencies = [
"app_units",
"bitflags 2.6.0",
@ -7500,7 +7500,7 @@ dependencies = [
[[package]]
name = "to_shmem"
version = "0.1.0"
source = "git+https://github.com/servo/stylo?branch=2024-12-04#7e529e8cf99502c99e431515de095d18548219d5"
source = "git+https://github.com/servo/stylo?branch=2024-12-04#fbd6a1448bb699000ae18067ea1b455e4cce7c97"
dependencies = [
"cssparser",
"servo_arc",
@ -7513,7 +7513,7 @@ dependencies = [
[[package]]
name = "to_shmem_derive"
version = "0.1.0"
source = "git+https://github.com/servo/stylo?branch=2024-12-04#7e529e8cf99502c99e431515de095d18548219d5"
source = "git+https://github.com/servo/stylo?branch=2024-12-04#fbd6a1448bb699000ae18067ea1b455e4cce7c97"
dependencies = [
"darling",
"proc-macro2",