Closed
Bug 1768922
Opened 3 years ago
Closed 3 years ago
Support ESM loaded by shim in Cu.isModuleLoaded
Categories
(Core :: XPConnect, task)
Core
XPConnect
Tracking
()
RESOLVED
FIXED
102 Branch
| Tracking | Status | |
|---|---|---|
| firefox102 | --- | fixed |
People
(Reporter: arai, Assigned: arai)
References
Details
Attachments
(1 file)
Similar to bug 1768819, but this is for shim.
| Assignee | ||
Comment 1•3 years ago
|
||
Updated•3 years ago
|
Attachment #9276231 -
Attachment description: WIP: Bug 1768922 - Support ESM loaded by shim in Cu.isModuleLoaded. r?yulia! → Bug 1768922 - Support ESM loaded by shim in Cu.isModuleLoaded. r?yulia!
Pushed by arai_a@mac.com:
https://hg.mozilla.org/integration/autoland/rev/e080258f38a7
Support ESM loaded by shim in Cu.isModuleLoaded. r=yulia
Comment 3•3 years ago
|
||
Backed out for causing spidermonkey failures on Modules.cpp
- Backout link
- Push with failures
- Failure Log
- Failure line: /builds/worker/checkouts/gecko/js/src/vm/Modules.cpp:237:10: error: cannot initialize return object of type 'JSObject *' with an rvalue of type 'js::ModuleEnvironmentObject *'
Flags: needinfo?(arai.unmht)
| Assignee | ||
Updated•3 years ago
|
Flags: needinfo?(arai.unmht)
Pushed by arai_a@mac.com:
https://hg.mozilla.org/integration/autoland/rev/13cbd1ef8ce2
Support ESM loaded by shim in Cu.isModuleLoaded. r=yulia
Comment 5•3 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox102:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 102 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•