Open
Bug 1756661
Opened 3 years ago
Updated 2 years ago
Consider replacing implicitJSContext with AutoEntryScript.
Categories
(Core :: DOM: Streams, enhancement, P3)
Core
DOM: Streams
Tracking
()
NEW
People
(Reporter: mgaudet, Unassigned)
References
(Blocks 1 open bug)
Details
+++ This bug was initially created as a clone of Bug #1734174 +++
A number of ReadableStreams classes request implicitJSContext in Bindings.conf
. We should consider replacing these with uses of AutoEntryScript where it makes sense to do so.
Should bug 1734174 be duped?
Reporter | ||
Comment 2•3 years ago
|
||
Nope. We can deal with rooting separately from the AutoEntryScript.
Note that https://phabricator.services.mozilla.com/D153977 is adding one AutoEntryScript in ReadableStreamDefaultReader::Read.
You need to log in
before you can comment on or make changes to this bug.
Description
•