aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlquoteelement.rs
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2017-04-24 21:03:52 -0500
committerGitHub <noreply@github.com>2017-04-24 21:03:52 -0500
commitef5c61e8338ca550b970f9de20e014c3b4165bd5 (patch)
tree8d922fd9a5d1f587746bbb117bb72cd8def39a26 /components/script/dom/htmlquoteelement.rs
parente3e10ada09cf98df776d560d363fa70fcabfb64f (diff)
parent13f6cf6e3a1094f4cbfed0395cfebf459b83b1c5 (diff)
downloadservo-ef5c61e8338ca550b970f9de20e014c3b4165bd5.tar.gz
servo-ef5c61e8338ca550b970f9de20e014c3b4165bd5.zip
Auto merge of #16586 - chenpighead:stylo-moz-border-colors-support, r=heycam
Stylo: add -moz-border-*-colors support In Gecko, we use double pointers to nsBorderColors to store -moz-border-*-colors. We can simplify the implementation of computed value in Servo by using Option<Vec>. As to passing computed values from Servo to Gecko, we might need to use some binding functions (pre-added in the same Gecko bug, see Bug 1348173). Note that we also added -moz-border-*-colors as sub_properties of the 'border' shorthand, so we can make the 'border' shorthand reset -moz-border-*-colors (See Gecko Bug 482692). A bit refactoring of replacing all ["top", "right", "bottom", "left"] with PHYSICAL_SIDES is included in this patch, since we've already had PHYSICAL_SIDES for a while. <!-- Please describe your changes on the following line: --> --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [X] `./mach build -d` does not report any errors - [X] `./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/16586) <!-- Reviewable:end -->
Diffstat (limited to 'components/script/dom/htmlquoteelement.rs')
0 files changed, 0 insertions, 0 deletions