Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(12)

Issue 2732853003: [preload] Split up media into video, audio and track (Closed)

Created:
3 years, 9 months ago by Yoav Weiss
Modified:
3 years, 9 months ago
CC:
chromium-reviews, blink-reviews, blink-reviews-w3ctests_chromium.org, gavinp+prerender_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[preload] Split up media into video, audio and track Align implementation with spec change https://github.com/whatwg/fetch/pull/437 PSA at https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/BN6tqGLBmuI BUG=698521 Review-Url: https://codereview.chromium.org/2732853003 Cr-Commit-Position: refs/heads/master@{#455723} Committed: https://chromium.googlesource.com/chromium/src/+/543995a7a4c88dd03ba1e669193f0ce4796b7964

Patch Set 1 #

Patch Set 2 : Fixed unit tests and deleted tests covered by WPT #

Patch Set 3 : Added a test that media fails #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+42 lines, -205 lines) Patch
M third_party/WebKit/LayoutTests/external/wpt/preload/download-resources.html View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/preload/onerror-event.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/preload/onload-event.html View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/preload/preload-csp.sub.html View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/preload/preload-default-csp.sub.html View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/preload/preload-with-type.html View 1 chunk +6 lines, -6 lines 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/preload/single-download-preload.html View 1 chunk +3 lines, -3 lines 0 comments Download
A third_party/WebKit/LayoutTests/fast/dom/HTMLLinkElement/link-preload-media-as-value.html View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/fast/dom/HTMLLinkElement/link-preload-media-as-value-expected.txt View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
D third_party/WebKit/LayoutTests/http/tests/preload/download_resources.html View 1 1 chunk +0 lines, -32 lines 0 comments Download
D third_party/WebKit/LayoutTests/http/tests/preload/onload_event.html View 1 1 chunk +0 lines, -46 lines 0 comments Download
D third_party/WebKit/LayoutTests/http/tests/preload/preload_with_type.html View 1 1 chunk +0 lines, -47 lines 0 comments Download
D third_party/WebKit/LayoutTests/http/tests/preload/single_download_preload.html View 1 1 chunk +0 lines, -50 lines 0 comments Download
M third_party/WebKit/Source/core/html/parser/HTMLPreloadScannerTest.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/loader/LinkLoader.cpp View 1 chunk +5 lines, -1 line 2 comments Download
M third_party/WebKit/Source/core/loader/LinkLoaderTest.cpp View 1 2 chunks +6 lines, -6 lines 0 comments Download

Messages

Total messages: 29 (17 generated)
Yoav Weiss
3 years, 9 months ago (2017-03-06 08:30:22 UTC) #5
Charlie Harrison
Do we show an error for incorrect as= names? If so, adding a test for ...
3 years, 9 months ago (2017-03-06 15:16:11 UTC) #8
Yoav Weiss
On 2017/03/06 15:16:11, Charlie Harrison wrote: > Do we show an error for incorrect as= ...
3 years, 9 months ago (2017-03-06 16:55:09 UTC) #13
Yoav Weiss
Since this is a Web exposed change, I'm thinking of sending out a PSA (I ...
3 years, 9 months ago (2017-03-06 16:56:13 UTC) #14
Charlie Harrison
You're better equipped to answer that then me. How many sites with start failing preloads ...
3 years, 9 months ago (2017-03-06 17:52:39 UTC) #15
Yoav Weiss
On 2017/03/06 17:52:39, Charlie Harrison wrote: > You're better equipped to answer that then me. ...
3 years, 9 months ago (2017-03-06 19:55:55 UTC) #18
Charlie Harrison
OK LGTM to land conditional on sending a PSA to blink-dev.
3 years, 9 months ago (2017-03-06 19:57:54 UTC) #19
Yoav Weiss
On 2017/03/06 19:57:54, Charlie Harrison wrote: > OK LGTM to land conditional on sending a ...
3 years, 9 months ago (2017-03-09 10:18:33 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2732853003/10009
3 years, 9 months ago (2017-03-09 10:19:00 UTC) #23
commit-bot: I haz the power
Committed patchset #3 (id:10009) as https://chromium.googlesource.com/chromium/src/+/543995a7a4c88dd03ba1e669193f0ce4796b7964
3 years, 9 months ago (2017-03-09 13:13:49 UTC) #26
droger
https://codereview.chromium.org/2732853003/diff/10009/third_party/WebKit/Source/core/loader/LinkLoader.cpp File third_party/WebKit/Source/core/loader/LinkLoader.cpp (right): https://codereview.chromium.org/2732853003/diff/10009/third_party/WebKit/Source/core/loader/LinkLoader.cpp#newcode201 third_party/WebKit/Source/core/loader/LinkLoader.cpp:201: } else if (as == "track") { drive-by: this ...
3 years, 9 months ago (2017-03-23 12:47:26 UTC) #28
Yoav Weiss
3 years, 9 months ago (2017-03-23 13:57:54 UTC) #29
Message was sent while issue was closed.
https://codereview.chromium.org/2732853003/diff/10009/third_party/WebKit/Sour...
File third_party/WebKit/Source/core/loader/LinkLoader.cpp (right):

https://codereview.chromium.org/2732853003/diff/10009/third_party/WebKit/Sour...
third_party/WebKit/Source/core/loader/LinkLoader.cpp:201: } else if (as ==
"track") {
On 2017/03/23 12:47:26, droger wrote:
> drive-by: this code is duplicated on line 205 below.

oops!

Powered by Google App Engine
This is Rietveld 408576698