mirror of
https://github.com/servo/servo.git
synced 2025-08-29 09:08:20 +01:00
Auto merge of #18747 - jdm:serializing-childrenonly, r=jdm
Serializing childrenonly Rebased from #17896. --- - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #14975 (github issue number if applicable). - [x] There are tests for these changes <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/18747) <!-- Reviewable:end -->
This commit is contained in:
commit
e3624e62a4
14 changed files with 38 additions and 56 deletions
|
@ -14,7 +14,7 @@ byteorder = "1.0"
|
|||
app_units = "0.5"
|
||||
cssparser = "0.21.1"
|
||||
euclid = "0.15"
|
||||
html5ever = "0.19"
|
||||
html5ever = "0.20"
|
||||
parking_lot = "0.4"
|
||||
rayon = "0.8"
|
||||
rustc-serialize = "0.3"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue