Only init PropertyInfos and sort IDs for resolving Xray properties once needed
Categories
(Core :: DOM: Bindings (WebIDL), enhancement)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox90 | --- | fixed |
People
(Reporter: peterv, Assigned: peterv)
Details
Attachments
(1 file)
| Assignee | ||
Comment 1•4 years ago
|
||
Most of the time, a lot of the WebIDL interfaces are never used with Xray wrappers.
We still always initialise the necessary PropertyInfo arrays whenever they're used
normally (not through Xray wrappers). I think we should postpone that initialisation
until we're actually going to use them with Xray wrappers.
Comment 3•4 years ago
|
||
Backed out changeset d1070cff14c6 (bug 1709695) for Mochitest failures in dom/tests/mochitest/chrome/test_sandbox_bindings.xhtml. CLOSED TREE
Log:
https://treeherder.mozilla.org/logviewer?job_id=339032393&repo=autoland&lineNumber=2385
Push with failures:
https://treeherder.mozilla.org/jobs?repo=autoland&group_state=expanded&revision=d1070cff14c6214e4846533d61b4de4589cae058
Backout:
https://hg.mozilla.org/integration/autoland/rev/074748eaa2b2a7cd31c715da07c54f706dc7f0b0
Comment 5•4 years ago
|
||
| bugherder | ||
| Assignee | ||
Updated•4 years ago
|
Description
•