Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upRefactor a few CSS properties #17095
Conversation
highfive
commented
May 30, 2017
|
Heads up! This PR modifies the following files:
|
| return Ok(Self::new(x_origin, y_origin, depth)); | ||
| } | ||
| let y_origin = OriginComponent::Center; | ||
| if let Ok(x_origin) = input.try(|i| OriginComponent::parse(context, i)) { |
This comment has been minimized.
This comment has been minimized.
emilio
May 30, 2017
Member
How can this succeed now if it failed in the branch above? Am I missing something obvious here?
|
@bors-servo r=emilio |
|
|
Refactor a few CSS properties <!-- 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/17095) <!-- Reviewable:end -->
|
|
|
@bors-servo r=emilio |
|
|
Refactor a few CSS properties <!-- 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/17095) <!-- Reviewable:end -->
|
|
|
@bors-servo retry #17107 |
|
|
|
|
|
@bors-servo: retry
|
|
@bors-servo p=1 |
Refactor a few CSS properties <!-- 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/17095) <!-- Reviewable:end -->
|
|
nox commentedMay 30, 2017
•
edited by larsbergstrom
This change is