Closed
Bug 1466366
Opened 7 years ago
Closed 7 years ago
[wpt-sync] Sync PR 11317 - Experimental Priority Hints support on fetch() API
Categories
(Testing :: web-platform-tests, enhancement, P4)
Testing
web-platform-tests
Tracking
(firefox63 fixed)
RESOLVED
FIXED
mozilla63
Tracking | Status | |
---|---|---|
firefox63 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 11317 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/11317
Details from upstream follow.
Dominic Farolino <domfarolino@gmail.com> wrote:
> Experimental Priority Hints support on fetch() API
>
> Adding support for Priority Hints on the fetch() API under an
> experimental flag. This adds the notion of importance to core/fetch
> code, and adds a new member to the RequestInit dictionary to communicate
> developer-specified "importance" downstream.
>
> R=kinuko@chromium.org, kouhei@chromium.org, yhirano@chromium.org, yoav@yoav.ws
>
> Bug: 821464
> Change-Id: Ib96a128d77004029e86122c07552250c697dea5f
> Reviewed-on: https://chromium-review.googlesource.com/1084063
> WPT-Export-Revision: a82214ac4499227cae22ad94e01a832ddee8612b
Assignee | ||
Comment 1•7 years ago
|
||
Assignee | ||
Comment 2•7 years ago
|
||
Assignee | ||
Comment 3•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=ff03f9691fdd8aa6ce8335be0df20eecbaa73449
Assignee | ||
Comment 4•7 years ago
|
||
Assignee | ||
Comment 5•7 years ago
|
||
Assignee | ||
Comment 6•7 years ago
|
||
Ran 2 tests and 2 subtests
OK : 2
FAIL : 2
New tests that have failures or other problems:
/priority-hints/fetch-api-request.tentative.any.html
new Request() throws a TypeError if any of RequestInit's members' values are invalid: FAIL
/priority-hints/fetch-api-request.tentative.any.worker.html
new Request() throws a TypeError if any of RequestInit's members' values are invalid: FAIL
Assignee | ||
Comment 7•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=0103c3f63783d5fb3c4232718d826e386dd32c73
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/mozilla-inbound/rev/fae61b46d4b5
[wpt PR 11317] - Experimental Priority Hints support on fetch() API, a=testonly
https://hg.mozilla.org/integration/mozilla-inbound/rev/8c83448ff830
[wpt PR 11317] - Update wpt metadata, a=testonly
Pushed by archaeopteryx@coole-files.de:
https://hg.mozilla.org/integration/mozilla-inbound/rev/4bdb5d23490f
[wpt PR 11317] - Experimental Priority Hints support on fetch() API, a=testonly
https://hg.mozilla.org/integration/mozilla-inbound/rev/a64dac9eaed0
[wpt PR 11317] - Update wpt metadata, a=testonly
Comment 10•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/4bdb5d23490f
https://hg.mozilla.org/mozilla-central/rev/a64dac9eaed0
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
You need to log in
before you can comment on or make changes to this bug.
Description
•