Closed
Bug 1522136
Opened 7 years ago
Closed 4 years ago
Remove javascript.options.streams (pref for disabling ReadableStream and friends)
Categories
(Core :: DOM: Streams, enhancement, P3)
Core
DOM: Streams
Tracking
()
RESOLVED
FIXED
102 Branch
| Tracking | Status | |
|---|---|---|
| firefox102 | --- | fixed |
People
(Reporter: jorendorff, Assigned: evilpies)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Per bug 1521413 comment 5, the pref javascript.options.streams is still around. So you can turn streams off, even though that's not a tested configuration. We should drop the pref.
Coincidentally, we need a new pref for upcoming work on writable streams. The existing stuff can just be renamed.
| Reporter | ||
Updated•7 years ago
|
Priority: -- → P3
| Assignee | ||
Comment 1•4 years ago
|
||
This pref still seems to exist and is used unnecessarily.
Assignee: nobody → evilpies
Component: JavaScript Engine → DOM: Streams
| Assignee | ||
Comment 2•4 years ago
|
||
Pushed by evilpies@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/0aeb25c02fd1
Remove javascript.options.streams and other legacy prefs. r=mgaudet,webidl,edgar
Comment 4•4 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox102:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 102 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•