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

Replace IntegerOrAuto with ZIndex #20079

Merged
merged 1 commit into from Feb 20, 2018
Merged

Replace IntegerOrAuto with ZIndex #20079

merged 1 commit into from Feb 20, 2018

Conversation

@nox
Copy link
Member

nox commented Feb 20, 2018

It's its only use.


This change is Reviewable

@highfive
Copy link

highfive commented Feb 20, 2018

Heads up! This PR modifies the following files:

  • @bholley: components/style/values/computed/position.rs, components/style/properties/data.py, components/style/values/specified/mod.rs, components/style/values/computed/mod.rs, components/style/properties/gecko.mako.rs and 3 more
  • @canaltinova: components/style/values/computed/position.rs, components/style/properties/data.py, components/style/values/specified/mod.rs, components/style/values/computed/mod.rs, components/style/properties/gecko.mako.rs and 3 more
  • @emilio: components/style/values/computed/position.rs, components/style/properties/data.py, components/style/values/specified/mod.rs, components/layout/fragment.rs, components/style/values/computed/mod.rs and 4 more
@highfive
Copy link

highfive commented Feb 20, 2018

warning Warning warning

  • These commits modify style and layout code, but no tests are modified. Please consider adding a test!
@emilio
emilio approved these changes Feb 20, 2018
/// Returns whether `self` is `auto`.
#[inline]
pub fn is_auto(self) -> bool {
match self {

This comment has been minimized.

@emilio

emilio Feb 20, 2018

Member

nit: matches!?

@nox nox force-pushed the ZEH-INDEX branch from d077e1d to fd55d82 Feb 20, 2018
@nox
Copy link
Member Author

nox commented Feb 20, 2018

@bors-servo r=emilio

@bors-servo
Copy link
Contributor

bors-servo commented Feb 20, 2018

📌 Commit fd55d82 has been approved by emilio

@highfive highfive assigned emilio and unassigned jdm Feb 20, 2018
@bors-servo
Copy link
Contributor

bors-servo commented Feb 20, 2018

Testing commit fd55d82 with merge 67957c4...

bors-servo added a commit that referenced this pull request Feb 20, 2018
Replace IntegerOrAuto with ZIndex

It's its only use.

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

bors-servo commented Feb 20, 2018

💔 Test failed - mac-rel-wpt1

@nox
Copy link
Member Author

nox commented Feb 20, 2018

@bors-servo r=emilio #JustInfraThings

@bors-servo
Copy link
Contributor

bors-servo commented Feb 20, 2018

💡 This pull request was already approved, no need to approve it again.

  • This pull request previously failed. You should add more commits to fix the bug, or use retry to trigger a build again.
  • There's another pull request that is currently being tested, blocking this pull request: #20078
@bors-servo
Copy link
Contributor

bors-servo commented Feb 20, 2018

📌 Commit fd55d82 has been approved by emilio

@bors-servo
Copy link
Contributor

bors-servo commented Feb 20, 2018

Testing commit fd55d82 with merge 9bee640...

bors-servo added a commit that referenced this pull request Feb 20, 2018
Replace IntegerOrAuto with ZIndex

It's its only use.

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

bors-servo commented Feb 20, 2018

💔 Test failed - linux-rel-css

It's its only use.
@nox nox force-pushed the ZEH-INDEX branch from fd55d82 to b44ffcf Feb 20, 2018
@nox
Copy link
Member Author

nox commented Feb 20, 2018

Oops, I can't do negation.

@bors-servo r=emilio

@bors-servo
Copy link
Contributor

bors-servo commented Feb 20, 2018

📌 Commit b44ffcf has been approved by emilio

@bors-servo
Copy link
Contributor

bors-servo commented Feb 20, 2018

Testing commit b44ffcf with merge edb2890...

bors-servo added a commit that referenced this pull request Feb 20, 2018
Replace IntegerOrAuto with ZIndex

It's its only use.

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

bors-servo commented Feb 20, 2018

💔 Test failed - linux-rel-wpt

@CYBAI
Copy link
Collaborator

CYBAI commented Feb 20, 2018

{"status": "FAIL", "group": "default", "message": "child.document.querySelector(...) is null", "stack": "onload/<@http://web-platform.test:8000/html/browsers/browsing-the-web/navigating-across-documents/javascript-url-abort/javascript-url-abort-return-value-undefined.tentative.html:18:7\nTest.prototype.step_timeout/<@http://web-platform.test:8000/resources/testharness.js:1552:20\nTest.prototype.step@http://web-platform.test:8000/resources/testharness.js:1494:20\nTest.prototype.step_func/<@http://web-platform.test:8000/resources/testharness.js:1518:20\n", "subtest": "Not aborting fetch for javascript:undefined navigation", "test": "/html/browsers/browsing-the-web/navigating-across-documents/javascript-url-abort/javascript-url-abort-return-value-undefined.tentative.html", "line": 133269, "action": "test_result", "expected": "TIMEOUT"}
{"status": "OK", "group": "default", "message": null, "stack": null, "subtest": null, "test": "/html/browsers/browsing-the-web/navigating-across-documents/javascript-url-abort/javascript-url-abort-return-value-undefined.tentative.html", "line": 133270, "action": "test_result", "expected": "TIMEOUT"}
@CYBAI
Copy link
Collaborator

CYBAI commented Feb 20, 2018

@bors-servo
Copy link
Contributor

bors-servo commented Feb 20, 2018

Testing commit b44ffcf with merge a1dd2d0...

bors-servo added a commit that referenced this pull request Feb 20, 2018
Replace IntegerOrAuto with ZIndex

It's its only use.

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

bors-servo commented Feb 20, 2018

💔 Test failed - mac-dev-unit

@jdm
Copy link
Member

jdm commented Feb 20, 2018

@bors-servo
Copy link
Contributor

bors-servo commented Feb 20, 2018

Testing commit b44ffcf with merge 05b8ba0...

bors-servo added a commit that referenced this pull request Feb 20, 2018
Replace IntegerOrAuto with ZIndex

It's its only use.

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

bors-servo commented Feb 20, 2018

@bors-servo bors-servo merged commit b44ffcf into master Feb 20, 2018
4 of 5 checks passed
4 of 5 checks passed
Taskcluster (pull_request) TaskGroup: failure
Details
continuous-integration/appveyor/pr AppVeyor build succeeded
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details
dependency-ci Dependencies checked
Details
homu Test successful
Details
@SimonSapin SimonSapin deleted the ZEH-INDEX branch Mar 5, 2018
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

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