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 upBasic HTMLMediaElement seeking #22005
Conversation
highfive
commented
Oct 23, 2018
|
Heads up! This PR modifies the following files:
|
highfive
commented
Oct 23, 2018
| @@ -2820,7 +2820,7 @@ dependencies = [ | |||
| "lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | |||
| "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", | |||
| "num_cpus 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |||
| "rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | |||
| "rand 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)", | |||
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
ferjm
Oct 23, 2018
Author
Member
Hmm... no idea why this happened. I run ./mach cargo-update -p servo-media as usual.
|
@bors-servo try=wpt |
Basic HTMLMediaElement seeking - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes fix #21998 This allows media seeking only when the server supports byte-range requests. <!-- 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/22005) <!-- Reviewable:end -->
|
|
|
|
|
@bors-servo try=wpt |
Basic HTMLMediaElement seeking - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes fix #21998 This allows media seeking only when the server supports byte-range requests. <!-- 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/22005) <!-- Reviewable:end -->
|
r? @ceyusa |
|
|
|
The remaining WPTs failures are because we don't expose the @bors-servo try=wpt |
Basic HTMLMediaElement seeking - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes fix #21998 This allows media seeking only when the server supports byte-range requests. <!-- 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/22005) <!-- Reviewable:end -->
|
|
|
@bors-servo r=ceyusa |
|
|
Basic HTMLMediaElement seeking - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes fix #21998 This allows media seeking only when the server supports byte-range requests. <!-- 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/22005) <!-- Reviewable:end -->
|
|
|
@bors-servo retry |
Basic HTMLMediaElement seeking - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes fix #21998 This allows media seeking only when the server supports byte-range requests. <!-- 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/22005) <!-- Reviewable:end -->
|
|
|
@bors-servo retry |
|
|
|
|

ferjm commentedOct 23, 2018
•
edited by SimonSapin
./mach build -ddoes not report any errors./mach test-tidydoes not report any errorsThis allows media seeking only when the server supports byte-range requests.
This change is