servo/components/style/properties/longhand
bors-servo cc8f9305e4 Auto merge of #19406 - ghoo1125:add_inner_spin, r=heycam
Add a new value inner-spin-button to -moz-appearance in stylo.

<!-- Please describe your changes on the following line: -->
Add a new value inner-spin-button to -moz-appearance. See bug 1417751.
https://reviewboard.mozilla.org/r/200244/diff/6#index_header

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [ ] `./mach build -d` does not report any errors
- [ ] `./mach test-tidy` does not report any errors
- [ ] These changes fix #__ (github issue number if applicable).

<!-- Either: -->
- [ ] There are tests for these changes OR
- [ ] These changes do not require tests because _____

<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->

<!-- 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/19406)
<!-- Reviewable:end -->
2017-11-29 19:14:41 -06:00
..
background.mako.rs style: Add gecko_pref annotation to the properties. 2017-11-16 02:44:35 +01:00
border.mako.rs style: Add gecko_pref annotation to the properties. 2017-11-16 02:44:35 +01:00
box.mako.rs Add a new value inner-spin-button to -moz-appearance in stylo. 2017-11-29 18:01:36 +08:00
color.mako.rs Servo changes for system colors-moz-mac-vibrant-titlebar-light/dark 2017-11-23 14:24:25 -05:00
column.mako.rs style: Replace Gecko's hacky EXPERIMENTAL set with the same mechanism as servo. 2017-11-16 14:31:36 +01:00
counters.mako.rs Replace all uses of the heapsize crate with malloc_size_of. 2017-10-18 22:20:37 +11:00
effects.mako.rs style: Add gecko_pref annotation to the properties. 2017-11-16 02:44:35 +01:00
font.mako.rs style: Move font-family outside of mako 2017-11-26 00:36:00 +08:00
inherited_box.mako.rs style: Add gecko_pref annotation to the properties. 2017-11-16 02:44:35 +01:00
inherited_svg.mako.rs Fix Stylo tests to pass on both Stable and Nightly Rust. 2017-11-21 12:24:08 +01:00
inherited_table.mako.rs style: Make border-spacing serialization consistent, and move it to precomputed_type. 2017-09-17 21:33:17 +02:00
inherited_text.mako.rs style: Add comment about -moz-control-character-visibility initial value. 2017-11-20 10:17:35 +08:00
list.mako.rs Replace all uses of the heapsize crate with malloc_size_of. 2017-10-18 22:20:37 +11:00
margin.mako.rs Backed out changeset e64e659c077d: servo PR #18809 and revendor for reftest failures, e.g. in layout/reftests/bugs/392435-1.html. r=backout on a CLOSED TREE 2017-10-19 21:26:51 +00:00
outline.mako.rs Update to cssparser 0.22 (source location in error types) 2017-10-10 13:28:17 +02:00
padding.mako.rs Backed out changeset e64e659c077d: servo PR #18809 and revendor for reftest failures, e.g. in layout/reftests/bugs/392435-1.html. r=backout on a CLOSED TREE 2017-10-19 21:26:51 +00:00
pointing.mako.rs Fix Stylo tests to pass on both Stable and Nightly Rust. 2017-11-21 12:24:08 +01:00
position.mako.rs style: Move grid-template-areas outside of mako 2017-11-29 22:36:55 +08:00
svg.mako.rs style: Move background-repeat and mask-repeat outside of mako. 2017-10-24 15:31:11 +02:00
table.mako.rs style: Replace "internal" properties with "enabled_in" 2017-11-18 05:15:19 +01:00
text.mako.rs style: Add gecko_pref annotation to the properties. 2017-11-16 02:44:35 +01:00
ui.mako.rs style: Expose some properties to chrome code, and hide some accidentally-exposed ones. 2017-11-20 11:53:08 +01:00
xul.mako.rs Use exhaustive match for cloning keyword value by default for property using enum class 2017-09-14 18:48:12 +10:00