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 upScript paint worklets arguments #17546
Conversation
highfive
commented
Jun 28, 2017
|
Heads up! This PR modifies the following files:
|
highfive
commented
Jun 28, 2017
|
|
8094f68
to
ed11958
|
|
ed11958
to
862bdc2
|
This PR's dependencies merged, so it's ready for review. |
|
|
862bdc2
to
e8b6bd6
|
|
dc678e8
to
335c4c1
|
|
335c4c1
to
042c894
|
|
752e279
to
2f177b9
| let name = paint_worklet.name.clone(); | ||
| let arguments = paint_worklet.arguments.iter() | ||
| .map(|argument| argument.to_css_string()) |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
asajeffrey
Jul 28, 2017
Author
Member
Yes, it would be nice to serialize something better than a String, but I'm not sure what that would be :/
2f177b9
to
d101f9c
|
Squashed. @bors-servo r=emilio |
|
|
…emilio Script paint worklets arguments <!-- Please describe your changes on the following line: --> Implement paint worklet arguments. This is a dependent PR, only the last commit is in this PR. --- <!-- 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 - [X] These changes fix #17435 - [X] These changes do not require tests because there are tests in the most recent wpt. <!-- 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/17546) <!-- Reviewable:end -->
|
|
asajeffrey commentedJun 28, 2017
•
edited by larsbergstrom
Implement paint worklet arguments.
This is a dependent PR, only the last commit is in this PR.
./mach build -ddoes not report any errors./mach test-tidydoes not report any errorsThis change is