Closed
Bug 1954064
Opened 1 year ago
Closed 1 year ago
Test function runInPage should not use new Function in the parent
Categories
(Firefox :: Translations, task)
Firefox
Translations
Tracking
()
RESOLVED
FIXED
138 Branch
| Tracking | Status | |
|---|---|---|
| firefox138 | --- | fixed |
People
(Reporter: tschuster, Assigned: tschuster)
References
Details
Attachments
(1 file)
Currently the test function runInPage dynamically creates a function, because it wants to wrap another callback that will be passed to ContentTask.spawn. Calling eval/new Function in the browser.xhtml context will be forbidden by bug 1953866.
| Assignee | ||
Comment 1•1 year ago
|
||
Pushed by tschuster@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0b7f36cf66b4
Test function runInPage should not use new Function in the parent. r=translations-reviewers,nordzilla
Comment 3•1 year ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 1 year ago
status-firefox138:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 138 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•