mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Unify the way html5ever and xml5ever block on script elements (#36284)
Companion PR for https://github.com/servo/html5ever/pull/591 Testing: Covered by WPT Part of https://github.com/servo/servo/issues/6414, https://github.com/servo/servo/issues/24898, preparation for https://github.com/servo/html5ever/pull/590 --------- Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>
This commit is contained in:
parent
ce4ca9ee98
commit
9af9507920
8 changed files with 53 additions and 54 deletions
|
@ -71,7 +71,7 @@ gstreamer-video = "0.23"
|
|||
harfbuzz-sys = "0.6.1"
|
||||
headers = "0.4"
|
||||
hitrace = "0.1.4"
|
||||
html5ever = "0.30"
|
||||
html5ever = "0.31"
|
||||
http = "1.3"
|
||||
http-body-util = "0.1"
|
||||
hyper = "1.6"
|
||||
|
@ -92,7 +92,7 @@ log = "0.4"
|
|||
mach2 = "0.4"
|
||||
malloc_size_of = { package = "servo_malloc_size_of", path = "components/malloc_size_of" }
|
||||
malloc_size_of_derive = "0.1"
|
||||
markup5ever = "0.15"
|
||||
markup5ever = "0.16"
|
||||
memmap2 = "0.9.5"
|
||||
mime = "0.3.13"
|
||||
mime_guess = "2.0.5"
|
||||
|
@ -174,7 +174,7 @@ windows-sys = "0.59"
|
|||
wio = "0.2"
|
||||
wr_malloc_size_of = { git = "https://github.com/servo/webrender", branch = "0.66" }
|
||||
xi-unicode = "0.3.0"
|
||||
xml5ever = "0.21"
|
||||
xml5ever = "0.22"
|
||||
|
||||
[profile.release]
|
||||
opt-level = 3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue