Skip to content

Commit

Permalink
Auto merge of #16589 - servo:cssparserup, r=emilio
Browse files Browse the repository at this point in the history
Update to cssparser 0.13

servo/rust-cssparser#140

<!-- 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/16589)
<!-- Reviewable:end -->
  • Loading branch information
bors-servo committed Apr 24, 2017
2 parents 8efa680 + 11cef13 commit e3e10ad
Show file tree
Hide file tree
Showing 53 changed files with 42 additions and 180 deletions.
34 changes: 17 additions & 17 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion components/canvas/Cargo.toml
Expand Up @@ -12,7 +12,7 @@ path = "lib.rs"
[dependencies]
azure = {git = "https://github.com/servo/rust-azure"}
canvas_traits = {path = "../canvas_traits"}
cssparser = "0.12.1"
cssparser = "0.13"
euclid = "0.11"
gleam = "0.4"
ipc-channel = "0.7"
Expand Down
2 changes: 1 addition & 1 deletion components/canvas_traits/Cargo.toml
Expand Up @@ -10,7 +10,7 @@ name = "canvas_traits"
path = "lib.rs"

[dependencies]
cssparser = "0.12.1"
cssparser = "0.13"
euclid = "0.11"
heapsize = "0.3.0"
heapsize_derive = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion components/layout/Cargo.toml
Expand Up @@ -14,7 +14,7 @@ app_units = "0.4"
atomic_refcell = "0.1"
bitflags = "0.7"
canvas_traits = {path = "../canvas_traits"}
cssparser = "0.12.1"
cssparser = "0.13"
euclid = "0.11"
fnv = "1.0"
gfx = {path = "../gfx"}
Expand Down
2 changes: 1 addition & 1 deletion components/msg/Cargo.toml
Expand Up @@ -11,7 +11,7 @@ path = "lib.rs"

[dependencies]
bitflags = "0.7"
cssparser = "0.12.1"
cssparser = "0.13"
heapsize = "0.3.0"
heapsize_derive = "0.1"
serde = "0.9"
Expand Down
2 changes: 1 addition & 1 deletion components/script/Cargo.toml
Expand Up @@ -35,7 +35,7 @@ byteorder = "1.0"
canvas_traits = {path = "../canvas_traits"}
caseless = "0.1.0"
cookie = "0.6"
cssparser = "0.12.1"
cssparser = "0.13"
deny_public_fields = {path = "../deny_public_fields"}
devtools_traits = {path = "../devtools_traits"}
dom_struct = {path = "../dom_struct"}
Expand Down
2 changes: 1 addition & 1 deletion components/script_layout_interface/Cargo.toml
Expand Up @@ -13,7 +13,7 @@ path = "lib.rs"
app_units = "0.4"
atomic_refcell = "0.1"
canvas_traits = {path = "../canvas_traits"}
cssparser = "0.12.1"
cssparser = "0.13"
euclid = "0.11"
gfx_traits = {path = "../gfx_traits"}
heapsize = "0.3.0"
Expand Down
2 changes: 1 addition & 1 deletion components/selectors/Cargo.toml
Expand Up @@ -18,7 +18,7 @@ path = "lib.rs"
[dependencies]
bitflags = "0.7"
matches = "0.1"
cssparser = "0.12.1"
cssparser = "0.13"
fnv = "1.0"
precomputed-hash = "0.1"
smallvec = "0.3"
2 changes: 1 addition & 1 deletion components/style/Cargo.toml
Expand Up @@ -29,7 +29,7 @@ bitflags = "0.7"
bit-vec = "0.4.3"
byteorder = "1.0"
cfg-if = "0.1.0"
cssparser = "0.12.1"
cssparser = "0.13.1"
encoding = {version = "0.2", optional = true}
euclid = "0.11"
fnv = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion components/style/properties/properties.mako.rs
Expand Up @@ -841,7 +841,7 @@ impl PropertyId {

// FIXME(https://github.com/rust-lang/rust/issues/33156): remove this enum and use PropertyId
// when stable Rust allows destructors in statics.
enum StaticId {
pub enum StaticId {
Longhand(LonghandId),
Shorthand(ShorthandId),
}
Expand Down
2 changes: 1 addition & 1 deletion components/style_traits/Cargo.toml
Expand Up @@ -15,7 +15,7 @@ servo = ["heapsize", "heapsize_derive", "serde", "serde_derive",

[dependencies]
app_units = "0.4"
cssparser = "0.12.1"
cssparser = "0.13"
euclid = "0.11"
heapsize = {version = "0.3.0", optional = true}
heapsize_derive = {version = "0.1", optional = true}
Expand Down
2 changes: 1 addition & 1 deletion ports/geckolib/Cargo.toml
Expand Up @@ -16,7 +16,7 @@ gecko_debug = ["style/gecko_debug"]

[dependencies]
atomic_refcell = "0.1"
cssparser = "0.12.1"
cssparser = "0.13"
env_logger = {version = "0.4", default-features = false} # disable `regex` to reduce code size
libc = "0.2"
log = {version = "0.3.5", features = ["release_max_level_info"]}
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/style/Cargo.toml
Expand Up @@ -14,7 +14,7 @@ testing = ["style/testing"]

[dependencies]
app_units = "0.4"
cssparser = "0.12.1"
cssparser = "0.13"
euclid = "0.11"
html5ever-atoms = "0.3"
parking_lot = "0.3"
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/stylo/Cargo.toml
Expand Up @@ -16,7 +16,7 @@ testing = ["style/testing"]

[dependencies]
atomic_refcell = "0.1"
cssparser = "0.12.1"
cssparser = "0.13"
env_logger = "0.4"
euclid = "0.11"
libc = "0.2"
Expand Down
Expand Up @@ -2,4 +2,3 @@
type: reftest
expected:
if os == "linux": FAIL

@@ -0,0 +1,3 @@
[t424-hsl-parsing-f.htm]
type: reftest
expected: FAIL
@@ -0,0 +1,3 @@
[t425-hsla-parsing-f.htm]
type: reftest
expected: FAIL
Expand Up @@ -2,4 +2,3 @@
type: reftest
expected:
if os == "linux": FAIL

Expand Up @@ -2,4 +2,3 @@
type: reftest
expected:
if os == "linux": FAIL

@@ -1,4 +1,5 @@
[css3-selectors-lang-014.htm]
type: testharness
[A :lang value with language and region subtags will NOT match a lang attribute value with language, script and region subtags.]
expected: FAIL
expected: FAIL

Expand Up @@ -2,3 +2,4 @@
type: testharness
[A :lang value with language and region subtags will NOT match a lang attribute value with language, script and region subtags.]
expected: FAIL

Expand Up @@ -2,3 +2,4 @@
type: testharness
[A :lang value with language and region subtags will NOT match a lang attribute value with language, script and region subtags.]
expected: FAIL

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit e3e10ad

Please sign in to comment.