Revision 0c874a2e11885dc750902ae6c119f20affc6b49e authored by Matt Falkenhagen on 09 February 2018, 04:17:57 UTC, committed by Blink WPT Bot on 09 February 2018, 04:27:24 UTC
WebVTT loading code was determining if a response was cross-origin by looking
at request URL. But a service worker may have intercepted the request and
provided a response from cross-origin.

Bug: 808825
Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo
Change-Id: Ia121c0a8eae782de93d9777603426500a9709f8c
Reviewed-on: https://chromium-review.googlesource.com/907013
Reviewed-by: Tsuyoshi Horo <horo@chromium.org>
Reviewed-by: Kinuko Yasuda <kinuko@chromium.org>
Commit-Queue: Matt Falkenhagen <falken@chromium.org>
Cr-Commit-Position: refs/heads/master@{#535625}
1 parent e472f40
History
File Mode Size
resources
OWNERS -rw-r--r-- 36 bytes
case-sensitivity.any.js -rw-r--r-- 1.5 KB
idlharness.html -rw-r--r-- 2.8 KB
performanceentry-tojson.html -rw-r--r-- 818 bytes
performanceobservers.js -rw-r--r-- 1.5 KB
po-callback-mutate.any.js -rw-r--r-- 2.6 KB
po-disconnect.any.js -rw-r--r-- 1.2 KB
po-entries-sort.any.js -rw-r--r-- 2.6 KB
po-getentries.any.js -rw-r--r-- 1.8 KB
po-mark-measure.any.js -rw-r--r-- 2.1 KB
po-navigation.html -rw-r--r-- 1.1 KB
po-observe.any.js -rw-r--r-- 2.8 KB
po-observe.html -rw-r--r-- 2.7 KB
po-resource.html -rw-r--r-- 1.8 KB
po-takeRecords.html -rw-r--r-- 1.4 KB
worker-with-performance-observer.html -rw-r--r-- 460 bytes

back to top