8000 Tags · servo/rust-selectors · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on May 28, 2024. It is now read-only.

Tags: servo/rust-selectors

Tags

v0.17.0

Toggle v0.17.0's commit message
Auto merge of #105 - servo:drive-by-breakage, r=emilio

Drive-by breaking changes

Since we’re making a semver-incompatible version anyway (#104) here are a couple other breaking 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/rust-selectors/105)
<!-- Reviewable:end -->

v0.16.0

Toggle v0.16.0's commit message
Auto merge of #104 - servo:empty-attr-selectors, r=emilio

Fix empty values and values with whitespace in attribute selectors

servo/servo#15394

Also use `?` syntax. I recommend looking at the two commits separately.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/rust-selectors/104)
<!-- Reviewable:end -->

v0.15.2

Toggle v0.15.2's commit message
Don’t exclude master from Travis-CI

This seems to also exclude PRs into master.

v0.15.1

Toggle v0.15.1's commit message
Auto merge of #102 - emilio:transitions, r=SimonSapin

matching: Add a few flags for transition and animation handling.

See https://bugzilla.mozilla.org/show_bug.cgi?id=1317209

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/rust-selectors/102)
<!-- Reviewable:end -->

v0.14.0

Toggle v0.14.0's commit message
Auto merge of #100 - servo:remove-string-cache-and-some-traits-and-sp…

…lit-bloom, r=nox

Remove string cache and some traits

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/rust-selectors/100)
<!-- Reviewable:end -->

v0.13.1

Toggle v0.13.1's commit message
Auto merge of #99 - servo:up, r=emilio

Allow new cssparser

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/rust-selectors/99)
<!-- Reviewable:end -->

v0.13.0

Toggle v0.13.0's commit message
Auto merge of #98 - emilio:element-flags, r=SimonSapin

matching: Make ElementFlags work as intended.

…StyleRelations.

r? @SimonSapin

cc @bholley

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/rust-selectors/98)
<!-- Reviewable:end -->

v0.12.0

Toggle v0.12.0's commit message
Auto merge of #97 - servo:bump, r=emilio

Update cssparser and remove SelectorMap

Servo imported SelectorMap back, in servo/servo#12927.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/rust-selectors/97)
<!-- Reviewable:end -->

v0.11.0

Toggle v0.11.0's commit message
Auto merge of #74 - nox:css4-not, r=SimonSapin

Implement :not() according to selectors4

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/rust-selectors/74)
<!-- Reviewable:end -->

v0.10.1

Toggle v0.10.1's commit message
Add some Debug impls

0