Closed
Bug 1133861
Opened 9 years ago
Closed 9 years ago
Enable the Fetch API by default
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
mozilla39
People
(Reporter: nsm, Assigned: nsm)
References
(Blocks 1 open bug)
Details
(Keywords: dev-doc-complete)
Attachments
(1 file)
18.70 KB,
patch
|
jst
:
review+
|
Details | Diff | Splinter Review |
Bug to get rid of the "dom.fetch.enabled" pref and expose fetch(), Request and Response by default on both Window and Worker (dedicated, shared and service workers).
Updated•9 years ago
|
OS: Linux → All
Hardware: x86_64 → All
Updated•9 years ago
|
Keywords: dev-doc-needed
Assignee | ||
Comment 1•9 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=dd511f78a1eb
Assignee | ||
Comment 2•9 years ago
|
||
Attachment #8567665 -
Flags: review?(amarchesini)
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → nsm.nikhil
Status: NEW → ASSIGNED
Updated•9 years ago
|
Attachment #8567665 -
Flags: review?(amarchesini) → review+
Assignee | ||
Updated•9 years ago
|
Keywords: checkin-needed
Comment 3•9 years ago
|
||
(In reply to Nikhil Marathe [:nsm] (needinfo? please) from comment #1) > https://treeherder.mozilla.org/#/jobs?repo=try&revision=dd511f78a1eb Sure are a lot of test_scopes.html timeouts there...
Comment 4•9 years ago
|
||
Isn't that test disabled on m-c? See bug 1126470 comment 46. Nikhil, did you accidentally re-enable it or something?
Comment 5•9 years ago
|
||
Or bug 1037739 comment 138.
Comment 6•9 years ago
|
||
I guess the test got re-enabled in bug 1130065.
Assignee | ||
Comment 7•9 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=b28d02f7c723
Assignee | ||
Comment 8•9 years ago
|
||
It doesn't seem to be due to this bug, pushed to try again with a newest central to see if this repeats.
Assignee | ||
Updated•9 years ago
|
Keywords: checkin-needed
Assignee | ||
Comment 9•9 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=6a401da2e877
Assignee | ||
Comment 10•9 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/129326f921da
Comment 11•9 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/129326f921da
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox39:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla39
Assignee | ||
Comment 12•9 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/fefa0c931bb7
Comment 13•9 years ago
|
||
It seems like this should not be closed yet as the change in comment 12 hasn't landed in central. I don't understand what the commit in comment 11 had to do with this bug.
Comment 14•9 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/fefa0c931bb7
Status: REOPENED → RESOLVED
Closed: 9 years ago → 9 years ago
status-firefox39:
--- → fixed
Resolution: --- → FIXED
Assignee | ||
Comment 15•9 years ago
|
||
Ah sorry, I messed up a commit message's bug number. The bustage fix was for Bug 1139665
Comment 16•9 years ago
|
||
Prefs information has been updated on the MDN Fetch API pages.
Keywords: dev-doc-needed → dev-doc-complete
Release Note Request (optional, but appreciated) [Why is this notable]: Useful for developers [Suggested wording]: Enable the Fetch API by default [Links (documentation, blog post, etc)]: https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API
relnote-firefox:
--- → 39+
Updated•5 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•