Freeze/seal more JS standard classes in freezeBuiltins realms
Categories
(Core :: JavaScript Engine, task)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox120 | --- | fixed |
People
(Reporter: jandem, Assigned: jandem)
References
Details
Attachments
(1 file)
We did this for Object/Array/Function for security reasons in bug 1771084, but we can extend this to other builtins.
| Assignee | ||
Comment 1•2 years ago
|
||
We did this for Object/Array/Function for security reasons in bug 1771084, but we can
extend this to other builtins.
Updated•2 years ago
|
Comment 3•2 years ago
•
|
||
Backed out changeset a64fd92f37f7 (bug 1858622) for causing xpcshell failures at test_quicksuggest_impressionCaps.js
Backout: https://hg.mozilla.org/integration/autoland/rev/0db2502d9e9503580a800e13235be8c02043bbc0
Failure logs:
https://treeherder.mozilla.org/logviewer?job_id=432365104&repo=autoland&lineNumber=3800
https://treeherder.mozilla.org/logviewer?job_id=432367917&repo=autoland&lineNumber=4246
| Assignee | ||
Comment 4•2 years ago
|
||
xpcshell tests are using this Sinon library that overrides Date.now apparently. I relanded this with an exception for Date. Let's see if there are other issues.
Comment 6•2 years ago
|
||
| bugherder | ||
Description
•