Closed
Bug 1133861
Opened 10 years ago
Closed 10 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•10 years ago
|
OS: Linux → All
Hardware: x86_64 → All
Updated•10 years ago
|
Keywords: dev-doc-needed
Assignee | ||
Comment 1•10 years ago
|
||
Assignee | ||
Comment 2•10 years ago
|
||
Attachment #8567665 -
Flags: review?(amarchesini)
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → nsm.nikhil
Status: NEW → ASSIGNED
Updated•10 years ago
|
Attachment #8567665 -
Flags: review?(amarchesini) → review+
Assignee | ||
Updated•10 years ago
|
Keywords: checkin-needed
Comment 3•10 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•10 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•10 years ago
|
||
Comment 6•10 years ago
|
||
I guess the test got re-enabled in bug 1130065.
Assignee | ||
Comment 7•10 years ago
|
||
Assignee | ||
Comment 8•10 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•10 years ago
|
Keywords: checkin-needed
Assignee | ||
Comment 9•10 years ago
|
||
Assignee | ||
Comment 10•10 years ago
|
||
Comment 11•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox39:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla39
Assignee | ||
Comment 12•10 years ago
|
||
Comment 13•10 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•10 years ago
|
||
Status: REOPENED → RESOLVED
Closed: 10 years ago → 10 years ago
status-firefox39:
--- → fixed
Resolution: --- → FIXED
Assignee | ||
Comment 15•10 years ago
|
||
Ah sorry, I messed up a commit message's bug number. The bustage fix was for Bug 1139665
Comment 16•10 years ago
|
||
Prefs information has been updated on the MDN Fetch API pages.
Keywords: dev-doc-needed → dev-doc-complete
Comment 17•10 years ago
|
||
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•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
•