Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

style: Update cssparser to 0.23. #19456

Closed
wants to merge 1 commit into from
Closed

Conversation

@emilio
Copy link
Member

emilio commented Dec 1, 2017

Token::Column is no more! (servo/rust-cssparser#205)


This change is Reviewable

@highfive
Copy link

highfive commented Dec 1, 2017

Heads up! This PR modifies the following files:

  • @bholley: components/style/Cargo.toml, components/selectors/Cargo.toml, components/style/error_reporting.rs, ports/geckolib/Cargo.toml
  • @asajeffrey: components/script_layout_interface/Cargo.toml, components/script/Cargo.toml
  • @canaltinova: components/style/Cargo.toml, components/style/error_reporting.rs
  • @fitzgen: components/script_layout_interface/Cargo.toml, components/script/Cargo.toml
  • @KiChjang: components/script_layout_interface/Cargo.toml, components/script/Cargo.toml
@nox
Copy link
Member

nox commented Dec 1, 2017

@bors-servo
Copy link
Contributor

bors-servo commented Dec 1, 2017

📌 Commit 5e9e121 has been approved by nox

bors-servo added a commit that referenced this pull request Dec 2, 2017
style: support calc() in color functions.

Depends on #19456 and servo/rust-cssparser#207.

<!-- 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/19457)
<!-- Reviewable:end -->
bors-servo added a commit that referenced this pull request Dec 2, 2017
style: support calc() in color functions.

Depends on #19456 and servo/rust-cssparser#207.

<!-- 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/19457)
<!-- Reviewable:end -->
@bors-servo
Copy link
Contributor

bors-servo commented Dec 2, 2017

Testing commit 5e9e121 with merge 8da94f7...

bors-servo added a commit that referenced this pull request Dec 2, 2017
style: Update cssparser to 0.23.

`Token::Column` is no more! (servo/rust-cssparser#205)

<!-- 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/19456)
<!-- Reviewable:end -->
@bors-servo
Copy link
Contributor

bors-servo commented Dec 2, 2017

💔 Test failed - linux-rel-css

@emilio
Copy link
Member Author

emilio commented Dec 2, 2017

@bors-servo retry

  • Tons of unrelated test passes and timeouts
@bors-servo
Copy link
Contributor

bors-servo commented Dec 2, 2017

Testing commit 5e9e121 with merge d6078e2...

bors-servo added a commit that referenced this pull request Dec 2, 2017
style: Update cssparser to 0.23.

`Token::Column` is no more! (servo/rust-cssparser#205)

<!-- 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/19456)
<!-- Reviewable:end -->
@bors-servo
Copy link
Contributor

bors-servo commented Dec 2, 2017

💔 Test failed - linux-rel-css

@emilio
Copy link
Member Author

emilio commented Dec 2, 2017

@bors-servo retry

  • Still makes zarroo sense, since #19457 includes it and was green.
@bors-servo
Copy link
Contributor

bors-servo commented Dec 2, 2017

@bors-servo
Copy link
Contributor

bors-servo commented Dec 2, 2017

💔 Test failed - linux-rel-css

@emilio
Copy link
Member Author

emilio commented Dec 2, 2017

Seriously, wtf is wrong with that builder...

@bors-servo retry

@bors-servo
Copy link
Contributor

bors-servo commented Dec 2, 2017

@emilio
Copy link
Member Author

emilio commented Dec 3, 2017

@bors-servo retry

bors-servo added a commit that referenced this pull request Dec 3, 2017
style: Update cssparser to 0.23.

`Token::Column` is no more! (servo/rust-cssparser#205)

<!-- 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/19456)
<!-- Reviewable:end -->
@bors-servo
Copy link
Contributor

bors-servo commented Dec 3, 2017

Testing commit 5e9e121 with merge c459dcb...

@bors-servo
Copy link
Contributor

bors-servo commented Dec 3, 2017

💔 Test failed - linux-rel-css

@emilio
Copy link
Member Author

emilio commented Dec 3, 2017

@bors-servo retry

@bors-servo
Copy link
Contributor

bors-servo commented Dec 3, 2017

Testing commit 5e9e121 with merge d32af2b...

bors-servo added a commit that referenced this pull request Dec 3, 2017
style: Update cssparser to 0.23.

`Token::Column` is no more! (servo/rust-cssparser#205)

<!-- 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/19456)
<!-- Reviewable:end -->
@bors-servo
Copy link
Contributor

bors-servo commented Dec 3, 2017

💔 Test failed - mac-dev-unit

@emilio
Copy link
Member Author

emilio commented Dec 3, 2017

@bors-servo retry

  • sccache
@bors-servo
Copy link
Contributor

bors-servo commented Dec 3, 2017

@bors-servo
Copy link
Contributor

bors-servo commented Dec 3, 2017

💔 Test failed - linux-rel-wpt

@emilio
Copy link
Member Author

emilio commented Dec 4, 2017

@bors-servo retry

  • srsly
@bors-servo
Copy link
Contributor

bors-servo commented Dec 4, 2017

@bors-servo
Copy link
Contributor

bors-servo commented Dec 4, 2017

💔 Test failed - linux-rel-css

@emilio
Copy link
Member Author

emilio commented Dec 4, 2017

Bleh, I'll just land it as part of #19457, but this is very unfortunate...

@emilio emilio closed this Dec 4, 2017
@emilio emilio deleted the emilio:cssparserup_ branch Dec 4, 2017
bors-servo added a commit that referenced this pull request Dec 5, 2017
style: support calc() in color functions.

Depends on #19456 and servo/rust-cssparser#207.

Fixes https://bugzilla.mozilla.org/show_bug.cgi?id=984021

<!-- 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/19457)
<!-- Reviewable:end -->
bors-servo added a commit that referenced this pull request Dec 5, 2017
style: support calc() in color functions.

Depends on #19456 and servo/rust-cssparser#207.

Fixes https://bugzilla.mozilla.org/show_bug.cgi?id=984021

<!-- 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/19457)
<!-- Reviewable:end -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

4 participants
You can’t perform that action at this time.