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 upChanged return value of GetActiveCues #22730
Conversation
highfive
commented
Jan 18, 2019
|
Thanks for the pull request, and welcome! The Servo team is excited to review your changes, and you should hear from @nox (or someone else) soon. |
highfive
commented
Jan 18, 2019
|
Heads up! This PR modifies the following files:
|
highfive
commented
Jan 18, 2019
| @@ -112,9 +112,7 @@ impl TextTrackMethods for TextTrack { | |||
|
|
|||
| // https://html.spec.whatwg.org/multipage/#dom-texttrack-activecues | |||
| fn GetActiveCues(&self) -> Option<DomRoot<TextTrackCueList>> { | |||
| // XXX implement active cues logic | |||
| // https://github.com/servo/servo/issues/22314 | |||
This comment has been minimized.
This comment has been minimized.
|
Looks good. This is ready to merge after squashing the commits. Thanks! |
Ya I was trying that , is there any way I can squash commits of a remote branch(which has not been edited locally) ? |
|
|
Return an empty TextTrackCueList rather than Some. Added previously removed comments.
|
@bors-servo try=wpt |
Changed return value of GetActiveCues Return an empty TextTrackCueList rather than Some inside the GetActiveCues. <!-- 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: --> - [ ] `./mach build -d` does not report any errors - [ ] `./mach test-tidy` does not report any errors - [X] These changes fix #22706 (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/22730) <!-- Reviewable:end -->
|
|
|
@bors-servo r+ |
|
|
Changed return value of GetActiveCues Return an empty TextTrackCueList rather than Some inside the GetActiveCues. <!-- 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: --> - [ ] `./mach build -d` does not report any errors - [ ] `./mach test-tidy` does not report any errors - [X] These changes fix #22706 (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/22730) <!-- Reviewable:end -->
|
|
|
@bors-servo retry |
|
|
Changed return value of GetActiveCues Return an empty TextTrackCueList rather than Some inside the GetActiveCues. <!-- 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: --> - [ ] `./mach build -d` does not report any errors - [ ] `./mach test-tidy` does not report any errors - [X] These changes fix #22706 (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/22730) <!-- Reviewable:end -->
|
|
aditj commentedJan 18, 2019
•
edited by SimonSapin
Return an empty TextTrackCueList rather than Some inside the GetActiveCues.
./mach build -ddoes not report any errors./mach test-tidydoes not report any errorsThis change is