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 upImplement history.length #12685
Implement history.length #12685
Conversation
highfive
commented
Aug 1, 2016
|
Heads up! This PR modifies the following files:
|
highfive
commented
Aug 1, 2016
|
@bors-servo try |
|
|
Implement history.length <!-- 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 _____ <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
|
|
I am going to mark this as failing, since |
|
r? @asajeffrey |
|
Yay, another property implemented! A question about code reuse, but apart from that LGTM. Reviewed 4 of 4 files at r1, 4 of 4 files at r2. components/constellation/constellation.rs, line 1499 [r2] (raw file):
Can we not reuse some code from Comments from Reviewable |
|
Review status: all files reviewed at latest revision, 1 unresolved discussion. components/constellation/constellation.rs, line 1499 [r2] (raw file):
|
|
Review status: all files reviewed at latest revision, 1 unresolved discussion. components/constellation/constellation.rs, line 1499 [r2] (raw file):
|
|
Review status: 7 of 8 files reviewed at latest revision, 1 unresolved discussion. components/constellation/constellation.rs, line 1499 [r2] (raw file):
|
|
LGTM, squash and r=me. Reviewed 1 of 1 files at r3. components/constellation/constellation.rs, line 1499 [r2] (raw file):
|
Add full frame tree iter to reduce code duplication Add FrameId field to the Frame struct.
|
@bors-servo r=asajeffrey |
|
|
Implement history.length <!-- 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: --> - [x] There are tests for these changes OR - [ ] These changes do not require tests because _____ <!-- 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/12685) <!-- Reviewable:end -->
|
|
cbrewster commentedAug 1, 2016
•
edited
./mach build -ddoes not report any errors./mach test-tidydoes not report any errorsThis change is