Open
Bug 951992
Opened 11 years ago
Updated 2 years ago
Switch consumers of the JSContext stack to GetEntryGlobal
Categories
(Core :: DOM: Core & HTML, defect, P5)
Tracking
()
NEW
People
(Reporter: bholley, Unassigned)
References
Details
Once we have GetEntryGlobal (bug 951991), we should go through and fix up all of the consumers that currently the JSContext stack to obtain the entry point. These are APIs like:
GetDynamicScriptContext
GetDynamicScriptGlobal
GetScriptContextFromJSContext
This is by far the largest remaining of removing JSContexts from the DOM.
Comment 2•6 years ago
|
||
https://bugzilla.mozilla.org/show_bug.cgi?id=1472046
Move all DOM bugs that haven’t been updated in more than 3 years and has no one currently assigned to P5.
If you have questions, please contact :mdaly.
Priority: -- → P5
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•