Skip to content

Commit 30d0a4a

Browse files
committed
servo: Merge #17820 - Update cssparser to 0.18 (from servo:token-cache); 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
1 parent d77450f commit 30d0a4a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+1702
-788
lines changed

servo/Cargo.lock

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

servo/components/canvas/Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,7 @@ cssparser
9393
"
9494
0
9595
.
96-
17
97-
.
98-
0
96+
18
9997
"
10098
euclid
10199
=

servo/components/canvas_traits/Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,7 @@ cssparser
6060
"
6161
0
6262
.
63-
17
64-
.
65-
0
63+
18
6664
"
6765
euclid
6866
=

servo/components/script/Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -261,9 +261,7 @@ cssparser
261261
"
262262
0
263263
.
264-
17
265-
.
266-
0
264+
18
267265
"
268266
deny_public_fields
269267
=

servo/components/script/dom/bindings/str.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ use
6767
cssparser
6868
:
6969
:
70-
CompactCowStr
70+
CowRcStr
7171
;
7272
use
7373
html5ever
@@ -2024,7 +2024,7 @@ a
20242024
>
20252025
Into
20262026
<
2027-
CompactCowStr
2027+
CowRcStr
20282028
<
20292029
'
20302030
a
@@ -2040,7 +2040,7 @@ self
20402040
)
20412041
-
20422042
>
2043-
CompactCowStr
2043+
CowRcStr
20442044
<
20452045
'
20462046
a

servo/components/script/dom/csskeyframesrule.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1112,11 +1112,8 @@ KeyframesName
11121112
:
11131113
from_ident
11141114
(
1115+
&
11151116
value
1116-
.
1117-
into
1118-
(
1119-
)
11201117
)
11211118
;
11221119
let

servo/components/script_layout_interface/Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,7 @@ cssparser
8686
"
8787
0
8888
.
89-
17
90-
.
91-
0
89+
18
9290
"
9391
euclid
9492
=

servo/components/selectors/Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,9 +183,7 @@ cssparser
183183
"
184184
0
185185
.
186-
17
187-
.
188-
0
186+
18
189187
"
190188
log
191189
=

0 commit comments

Comments
 (0)