Skip to content

Commit

Permalink
servo: Merge #17820 - Update cssparser to 0.18 (from servo:token-cach…
Browse files Browse the repository at this point in the history
…e); r=emilio

Do not merge yet, depends on servo/rust-cssparser#171.

Source-Repo: https://github.com/servo/servo
Source-Revision: 4f0821192c112943bb53b4fb04303c1afdde06e6

UltraBlame original commit: e5aad4922fba8855a4bfc979adf4e56c44d6db8c
  • Loading branch information
marco-c committed Oct 1, 2019
1 parent d77450f commit 30d0a4a
Show file tree
Hide file tree
Showing 64 changed files with 1,702 additions and 788 deletions.
28 changes: 14 additions & 14 deletions servo/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions servo/components/canvas/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,7 @@ cssparser
"
0
.
17
.
0
18
"
euclid
=
Expand Down
4 changes: 1 addition & 3 deletions servo/components/canvas_traits/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,7 @@ cssparser
"
0
.
17
.
0
18
"
euclid
=
Expand Down
4 changes: 1 addition & 3 deletions servo/components/script/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -261,9 +261,7 @@ cssparser
"
0
.
17
.
0
18
"
deny_public_fields
=
Expand Down
6 changes: 3 additions & 3 deletions servo/components/script/dom/bindings/str.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ use
cssparser
:
:
CompactCowStr
CowRcStr
;
use
html5ever
Expand Down Expand Up @@ -2024,7 +2024,7 @@ a
>
Into
<
CompactCowStr
CowRcStr
<
'
a
Expand All @@ -2040,7 +2040,7 @@ self
)
-
>
CompactCowStr
CowRcStr
<
'
a
Expand Down
5 changes: 1 addition & 4 deletions servo/components/script/dom/csskeyframesrule.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1112,11 +1112,8 @@ KeyframesName
:
from_ident
(
&
value
.
into
(
)
)
;
let
Expand Down
4 changes: 1 addition & 3 deletions servo/components/script_layout_interface/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,7 @@ cssparser
"
0
.
17
.
0
18
"
euclid
=
Expand Down
4 changes: 1 addition & 3 deletions servo/components/selectors/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,7 @@ cssparser
"
0
.
17
.
0
18
"
log
=
Expand Down
Loading

0 comments on commit 30d0a4a

Please sign in to comment.