Closed
Bug 1487285
Opened 7 years ago
Closed 7 years ago
[wpt-sync] Sync PR 12752 - Remove ad-hoc CORS logic from TextTrackLoader
Categories
(Testing :: web-platform-tests, enhancement, P4)
Testing
web-platform-tests
Tracking
(firefox64 fixed)
RESOLVED
FIXED
mozilla64
| Tracking | Status | |
|---|---|---|
| firefox64 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 12752 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/12752
Details from upstream follow.
Yutaka Hirano <yhirano@chromium.org> wrote:
> Remove ad-hoc CORS logic from TextTrackLoader
>
> As specified, it should use "same-origin" request mode rather than
> having ad-hoc CORS logic in TextTrackLoader.
>
> Now a response from service worker with type "cors" is rejected. The
> new behavior is actually more spec compliant (and matching with
> Firfox), so fix the corresponding web platform test.
>
> Bug: 875153
> Change-Id: Ib39ed9684528d734c9ca3d40eb8f6890c77af986
>
> Reviewed-on: https://chromium-review.googlesource.com/1195446
> WPT-Export-Revision: 098666f93e7d0765267ebadba2cb2d07aef88255
| Assignee | ||
Comment 1•7 years ago
|
||
| Assignee | ||
Comment 2•7 years ago
|
||
| Assignee | ||
Comment 3•7 years ago
|
||
| Assignee | ||
Comment 4•7 years ago
|
||
| Assignee | ||
Comment 5•7 years ago
|
||
| Assignee | ||
Comment 6•7 years ago
|
||
| Assignee | ||
Comment 7•7 years ago
|
||
Ran 1 tests and 10 subtests
OK : 1
PASS : 10
| Assignee | ||
Comment 8•7 years ago
|
||
| Assignee | ||
Comment 9•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=22b6d0a4da6e9ad049322666850920161af6cb4c
Comment 10•7 years ago
|
||
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/11c437b1b8f1
[wpt PR 12752] - Remove ad-hoc CORS logic from TextTrackLoader, a=testonly
Comment 11•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla64
You need to log in
before you can comment on or make changes to this bug.
Description
•