Closed
Bug 1438529
Opened 7 years ago
Closed 7 years ago
[wpt-sync] PR 9539 - OOR-CORS: Port WebCORSPreflightResultCacheItem to network service
Categories
(Core :: DOM: Core & HTML, enhancement, P3)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla61
Tracking | Status | |
---|---|---|
firefox61 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
Details
(Whiteboard: [wptsync downstream])
This patch reimplements WebCORSPreflightResultCacheItem equivalent
in network service, and share the implementation between the network
service and Blink. The next patch will replace whole
WebCORSPreflightResultCache, and this is the preparation to make
the next patch small.
Bug: 803766
Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo
Change-Id: Ifa06967830465236dbe198908062e1952095e55b
Reviewed-on: https://chromium-review.googlesource.com/915543
WPT-Export-Revision: 5b75964907bb296fa068ca9a81157902e1e6bd65
Reporter | ||
Updated•7 years ago
|
Component: web-platform-tests → DOM
Product: Testing → Core
Reporter | ||
Comment 1•7 years ago
|
||
Reporter | ||
Comment 2•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=473cf214f0578dd051f3ccfb640da296f0607e0b
Reporter | ||
Comment 3•7 years ago
|
||
Ran 2 tests and 20 subtests
OK : 2
PASS : 14
FAIL : 6
New tests that have failures or other problems:
/fetch/api/cors/cors-preflight-star.any.html
CORS that succeeds with credentials: true; method: PUT (allowed: put); header: (allowed: *): FAIL
/fetch/api/cors/cors-preflight-star.any.worker.html
CORS that succeeds with credentials: true; method: PUT (allowed: put); header: (allowed: *): FAIL
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/mozilla-inbound/rev/3449fae57405
[wpt PR 9539] - OOR-CORS: Port WebCORSPreflightResultCacheItem to network service, a=testonly
https://hg.mozilla.org/integration/mozilla-inbound/rev/9ec13701e6d8
[wpt PR 9539]- Update wpt metadata, a=testonly
Comment 6•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/3449fae57405
https://hg.mozilla.org/mozilla-central/rev/9ec13701e6d8
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox61:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla61
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•