Closed
Bug 1189581
Opened 10 years ago
Closed 10 years ago
Make service-workers/service-worker/fetch-cors-xhr.https.html pass
Categories
(Core :: DOM: Service Workers, defect)
Core
DOM: Service Workers
Tracking
()
RESOLVED
FIXED
mozilla44
People
(Reporter: jdm, Assigned: ehsan.akhgari)
References
Details
Attachments
(2 files)
8.98 KB,
patch
|
Details | Diff | Splinter Review | |
7.73 KB,
patch
|
bkelly
:
review+
|
Details | Diff | Splinter Review |
Dumping ground for changes necessary to make this test pass.
Reporter | ||
Comment 1•10 years ago
|
||
Reporter | ||
Updated•10 years ago
|
Assignee: nobody → josh
Status: NEW → ASSIGNED
Updated•10 years ago
|
Assignee | ||
Updated•10 years ago
|
Assignee: josh → ehsan
Assignee | ||
Comment 2•10 years ago
|
||
Attachment #8676244 -
Flags: review?(bkelly)
Comment 3•10 years ago
|
||
Comment on attachment 8676244 [details] [diff] [review]
Make service-workers/service-worker/fetch-cors-xhr.https.html pass
Review of attachment 8676244 [details] [diff] [review]:
-----------------------------------------------------------------
::: testing/web-platform/mozilla/tests/service-workers/service-worker/resources/fetch-cors-xhr-iframe.html
@@ +150,5 @@
> [
> url + '?mode=cors&url=' +
> encodeURIComponent(remote_url + '?ACAOrigin=' +
> + host_info['HTTPS_ORIGIN']),
> + true, FAIL
I actually saw someone on IRC asking about this bug in chrome. They are not setting RequestCredentials correctly on the FetchEvent.request.
Attachment #8676244 -
Flags: review?(bkelly) → review+
Assignee | ||
Comment 4•10 years ago
|
||
Interesting! Their tests were similarly broken for CORS tainting as well.
This broke the test: https://treeherder.mozilla.org/logviewer.html#?job_id=15969393&repo=mozilla-inbound
Backed out in https://hg.mozilla.org/integration/mozilla-inbound/rev/b5821cd1783d
Flags: needinfo?(ehsan)
Assignee | ||
Updated•10 years ago
|
Flags: needinfo?(ehsan)
Back out again for w(8) failures: https://treeherder.mozilla.org/logviewer.html#?job_id=15984903&repo=mozilla-inbound
https://hg.mozilla.org/integration/mozilla-inbound/rev/f7e6d2a69f8c
Flags: needinfo?(ehsan)
Comment 10•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox44:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla44
You need to log in
before you can comment on or make changes to this bug.
Description
•