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 upAdd support for 'font-kerning' in geckolib #13751
Conversation
highfive
commented
Oct 13, 2016
|
Thanks for the pull request, and welcome! The Servo team is excited to review your changes, and you should hear from @nox (or someone else) soon. |
highfive
commented
Oct 13, 2016
|
Heads up! This PR modifies the following files:
|
highfive
commented
Oct 13, 2016
|
The changes look perfect! For testing, try The commands in the template are specific to servo's mach, and hence they won't be recognized by stylo's mach |
| <% kerning_keyword = Keyword("font-kerning", "auto normal none", | ||
| gecko_constant_prefix='NS_FONT_KERNING') %> | ||
|
|
||
| ${impl_keyword('font_kerning', 'mFont.kerning', kerning_keyword, need_clone=False, cast_type='u8')} |
This comment has been minimized.
This comment has been minimized.
wafflespeanut
Oct 13, 2016
•
Member
By default, it's casted to u8, so we won't be needing cast_type=u8
This comment has been minimized.
This comment has been minimized.
|
Once that tiny change is addressed, we'll go ahead and land this :) |
|
Maybe you'd prefer me to squash those commits? |
|
Yes, please squash. |
|
Squashed and rebased. |
|
@bors-servo r+ Thanks! |
|
|
Add support for 'font-kerning' in geckolib Add support for 'font-kerning' in geckolib These changes fix #13667 $ ./mach build -d It looks like you passed an unrecognized argument into mach. $ ./mach test-tidy It looks like you are trying to run an unknown mach command: test-tidy I'm clearly doing something wrong here, but I'm not sure what - [x] These changes do not require tests because "[For stylo it's okay to not have tests since many of the reftests fail due to unrelated reasons](#13570 (comment))" :) <!-- 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/13751) <!-- Reviewable:end -->
|
|


joewalker commentedOct 13, 2016
•
edited
Add support for 'font-kerning' in geckolib
These changes fix #13667
I'm clearly doing something wrong here, but I'm not sure what
This change is