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 basic <media> infrastructure #8454
Conversation
highfive
commented
Nov 10, 2015
|
Note: the diff isn't as bad as the diffstat makes it appear, because I enabled all of the skipped WPT. |
|
From tidy:
|
|
(I'm skipping reviewing 479ce84; I'm assuming all the changes are part of #8430.) Reviewed 3 of 3 files at r1, 5 of 5 files at r2, 107 of 107 files at r3, 9 of 9 files at r4, 20 of 20 files at r5, 2 of 2 files at r6, 8 of 8 files at r7, 9 of 9 files at r8, 2 of 2 files at r9, 4 of 4 files at r10. components/script/dom/htmlmediaelement.rs, line 38 [r1] (raw file): components/script/dom/htmlmediaelement.rs, line 42 [r1] (raw file): components/script/dom/htmlmediaelement.rs, line 35 [r3] (raw file): components/script/dom/htmlmediaelement.rs, line 57 [r3] (raw file): components/script/dom/htmlmediaelement.rs, line 70 [r3] (raw file): components/script/dom/htmlmediaelement.rs, line 278 [r5] (raw file): components/script/dom/htmlmediaelement.rs, line 596 [r6] (raw file): components/script/dom/htmlmediaelement.rs, line 375 [r10] (raw file): components/script/dom/htmlmediaelement.rs, line 510 [r10] (raw file): Comments from the review on Reviewable.io |
|
Review status: all files reviewed at latest revision, 9 unresolved discussions, some commit checks failed. components/script/dom/htmlmediaelement.rs, line 35 [r3] (raw file): components/script/dom/htmlmediaelement.rs, line 278 [r5] (raw file): components/script/dom/htmlmediaelement.rs, line 596 [r6] (raw file): Comments from the review on Reviewable.io |
|
Review status: all files reviewed at latest revision, 9 unresolved discussions, some commit checks failed. components/script/dom/htmlmediaelement.rs, line 35 [r3] (raw file): components/script/dom/htmlmediaelement.rs, line 278 [r5] (raw file): components/script/dom/htmlmediaelement.rs, line 596 [r6] (raw file): Comments from the review on Reviewable.io |
|
Review status: all files reviewed at latest revision, 9 unresolved discussions, some commit checks failed. components/script/dom/htmlmediaelement.rs, line 278 [r5] (raw file): Comments from the review on Reviewable.io |
|
Review status: 15 of 108 files reviewed at latest revision, 10 unresolved discussions, some commit checks failed. components/script/dom/htmlmediaelement.rs, line 505 [r10] (raw file): Comments from the review on Reviewable.io |
|
I'd like to look at this PR before landing at some point. |
|
|
|
Just rebased; no comments addressed. |
|
|
|
Now requires servo/string-cache#139. |
highfive
commented
May 3, 2016
|
New code was committed to pull request. |
|
@bors-servo: r=KiChjang |
|
|
Implement basic <media> infrastructure This gets us to the point where we can start playing with actually integrating rust-media to process the data received by the network request, as currently it's just ignored. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8454) <!-- Reviewable:end -->
|
|
highfive
commented
May 4, 2016
|
|
@bors-servo: retry |
|
|
|
|
highfive
commented
May 4, 2016
|
|
@bors-servo retry |
|
|
|
|
jdm commentedNov 10, 2015
This gets us to the point where we can start playing with actually integrating rust-media to process the data received by the network request, as currently it's just ignored.