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 upstylo: Don't calculate restyle damage on text nodes #12957
Conversation
highfive
commented
Aug 20, 2016
|
Heads up! This PR modifies the following files:
|
highfive
commented
Aug 20, 2016
|
@bors-servo: try |
|
|
stylo: Don't calculate restyle damage on text nodes <!-- 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 <!-- Either: --> - [x] There are tests for these changes (the Servo-side, that is) <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
|
|
|
|
Seems like an spurious failure (#12872?):
@bors-servo: retry |
|
|
stylo: Don't calculate restyle damage on text nodes <!-- 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 <!-- Either: --> - [x] There are tests for these changes (the Servo-side, that is) <!-- 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/12957) <!-- Reviewable:end -->
|
|
|
r? @bholley |
|
Per the discussion at https://bugzilla.mozilla.org/show_bug.cgi?id=1296556#c12 , I'm not sure we need the MatchesNoRules stuff anymore. We might need it at some point though, so if you get rid of it please attach it as a patch to bug 1296556 for archival. |
|
lgtm. @bors-servo delegate+ |
|
|
|
@bors-servo: r=bholley
|
|
|
|
|
stylo: Don't calculate restyle damage on text nodes <!-- 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 <!-- Either: --> - [x] There are tests for these changes (the Servo-side, that is) <!-- 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/12957) <!-- Reviewable:end -->
|
|
emilio commentedAug 20, 2016
•
edited by larsbergstrom
./mach build -ddoes not report any errors./mach test-tidydoes not report any errorsThis change is