Closed
Bug 1170937
Opened 9 years ago
Closed 9 years ago
Re-enable test_fetch_basic_http_sw_reroute.html and test_fetch_cors_sw_reroute.html test once we have fully support for redirects
Categories
(Core :: DOM: Service Workers, defect)
Core
DOM: Service Workers
Tracking
()
RESOLVED
FIXED
mozilla41
Tracking | Status | |
---|---|---|
firefox41 | --- | fixed |
People
(Reporter: jaoo, Assigned: ehsan.akhgari)
References
Details
Attachments
(1 file)
See bug 1122161 comment 17.
(In reply to :Ehsan Akhgari (not reading bugmail, needinfo? me!) from comment #17)
> Bug 1164397 may also help. Please file a new bug and make it depend on both
> this one and the other one, and then we can look into re-enabling those
> tests there. Thanks!
Reporter | ||
Updated•9 years ago
|
Assignee | ||
Comment 1•9 years ago
|
||
These tests are still failing... I will investigate.
Assignee: nobody → ehsan
Assignee | ||
Comment 2•9 years ago
|
||
The bug here is simple, we always set the URL member of a response object from the corresponding request object, and we disregard the final URL of the channel after a redirect. I have a fix.
Assignee | ||
Comment 3•9 years ago
|
||
Attachment #8617515 -
Flags: review?(amarchesini)
Updated•9 years ago
|
Attachment #8617515 -
Flags: review?(amarchesini) → review+
Backed out for mochitest-e10s-4 permafail:
https://hg.mozilla.org/integration/mozilla-inbound/rev/62f0b666b229
https://treeherder.mozilla.org/logviewer.html#?job_id=10558590&repo=mozilla-inbound
Flags: needinfo?(ehsan)
Assignee | ||
Comment 7•9 years ago
|
||
Relanded with the tests disabled in e10s or now.
Flags: needinfo?(ehsan)
Comment 8•9 years ago
|
||
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla41
You need to log in
before you can comment on or make changes to this bug.
Description
•