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

stylo: Add auto-filled line names to mRepeatAutoLineNameListBefore array #17616

Merged
merged 1 commit into from Jul 6, 2017

Conversation

canova
Copy link
Contributor

@canova canova commented Jul 5, 2017

Line names with repeat(auto-fill, ...) were not being added to mRepeatAutoLineNameListBefore. They were being added into mLineNameLists instead.
Basically, subgrid repeat(auto-fill, [abc]) [y z] was becoming subgrid repeat(auto-fill, []) [abc] [y z] in computed value.


  • ./mach build -d does not report any errors
  • ./mach test-tidy does not report any errors

This change is Reviewable

@highfive
Copy link

highfive commented Jul 5, 2017

Heads up! This PR modifies the following files:

  • @bholley: components/style/properties/gecko.mako.rs, components/style/values/generics/grid.rs
  • @emilio: components/style/properties/gecko.mako.rs, components/style/values/generics/grid.rs

@highfive
Copy link

highfive commented Jul 5, 2017

warning Warning warning

  • These commits modify style code, but no tests are modified. Please consider adding a test!

@highfive highfive added the S-awaiting-review There is new code that needs to be reviewed. label Jul 5, 2017
@canova
Copy link
Contributor Author

canova commented Jul 5, 2017

@highfive highfive assigned wafflespeanut and unassigned asajeffrey Jul 5, 2017
@wafflespeanut
Copy link
Contributor

Damn, my bad, yeah 😅

@bors-servo r+

@bors-servo
Copy link
Contributor

📌 Commit 6fb403c has been approved by wafflespeanut

@highfive highfive added S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. and removed S-awaiting-review There is new code that needs to be reviewed. labels Jul 6, 2017
@bors-servo
Copy link
Contributor

⌛ Testing commit 6fb403c with merge 9bb3728...

bors-servo pushed a commit that referenced this pull request Jul 6, 2017
stylo: Add auto-filled line names to mRepeatAutoLineNameListBefore array

Line names with `repeat(auto-fill, ...)` were not being added to mRepeatAutoLineNameListBefore. They were being added into mLineNameLists instead.
Basically, `subgrid repeat(auto-fill, [abc]) [y z]` was becoming  `subgrid repeat(auto-fill, []) [abc] [y z]` in computed value.

---
- [X] `./mach build -d` does not report any errors
- [X] `./mach test-tidy` does not report any errors

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

☀️ Test successful - android, arm32, arm64, linux-dev, linux-rel-css, linux-rel-wpt, mac-dev-unit, mac-rel-css1, mac-rel-css2, mac-rel-wpt1, mac-rel-wpt2, mac-rel-wpt3, mac-rel-wpt4, windows-msvc-dev
Approved by: wafflespeanut
Pushing 9bb3728 to master...

@bors-servo bors-servo merged commit 6fb403c into servo:master Jul 6, 2017
@highfive highfive removed the S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. label Jul 6, 2017
@canova canova deleted the subgrid-autofill branch July 6, 2017 05:12
moz-v2v-gh pushed a commit to mozilla/gecko-dev that referenced this pull request Jul 6, 2017
MozReview-Commit-ID: 8276N81ntiv

--HG--
extra : amend_source : 0f40a9f0dd750dfce36ece2928246802b9038d97
JerryShih pushed a commit to JerryShih/gecko-dev that referenced this pull request Jul 10, 2017
Manishearth pushed a commit to Manishearth/gecko-dev that referenced this pull request Jul 10, 2017
aethanyc pushed a commit to aethanyc/gecko-dev that referenced this pull request Jul 11, 2017
gecko-dev-updater pushed a commit to marco-c/gecko-dev-wordified-and-comments-removed that referenced this pull request Oct 1, 2019
MozReview-Commit-ID: 8276N81ntiv

UltraBlame original commit: 89c5475d5b0fcc8d4739d8e3d430c49f04eb4bbe
gecko-dev-updater pushed a commit to marco-c/gecko-dev-comments-removed that referenced this pull request Oct 1, 2019
MozReview-Commit-ID: 8276N81ntiv

UltraBlame original commit: 89c5475d5b0fcc8d4739d8e3d430c49f04eb4bbe
gecko-dev-updater pushed a commit to marco-c/gecko-dev-wordified that referenced this pull request Oct 1, 2019
MozReview-Commit-ID: 8276N81ntiv

UltraBlame original commit: 89c5475d5b0fcc8d4739d8e3d430c49f04eb4bbe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants