Closed
Bug 1790481
Opened 3 years ago
Closed 3 years ago
Use NS_DECL_CYCLE_COLLECTION_WRAPPERCACHE_CLASS for webidl-example generated macros
Categories
(Core :: DOM: Bindings (WebIDL), defect)
Core
DOM: Bindings (WebIDL)
Tracking
()
RESOLVED
FIXED
106 Branch
| Tracking | Status | |
|---|---|---|
| firefox-esr91 | --- | unaffected |
| firefox-esr102 | --- | wontfix |
| firefox104 | --- | unaffected |
| firefox105 | --- | wontfix |
| firefox106 | --- | fixed |
People
(Reporter: chunmin, Assigned: chunmin)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
The NS_DECL_CYCLE_COLLECTION_SCRIPT_HOLDER_CLASS in CGExampleClass, generated by running webidl-example, should be replaced by NS_DECL_CYCLE_COLLECTION_WRAPPERCACHE_CLASS
Updated•3 years ago
|
status-firefox104:
--- → unaffected
status-firefox105:
--- → affected
status-firefox106:
--- → affected
status-firefox-esr102:
--- → affected
status-firefox-esr91:
--- → unaffected
Keywords: regression
Comment 3•3 years ago
|
||
Does the webidl-example here mean that there's no user-facing impact from this bug?
Flags: needinfo?(smaug)
Comment 4•3 years ago
|
||
That's correct. This is an annoyance for Gecko developers who are trying to add new implementations of WebIDL interfaces.
Flags: needinfo?(smaug)
Updated•3 years ago
|
| Assignee | ||
Comment 5•3 years ago
|
||
| Assignee | ||
Comment 6•3 years ago
|
||
Why not :) But I am sure I'll need some helps
Flags: needinfo?(cchang)
Updated•3 years ago
|
Assignee: nobody → cchang
Status: NEW → ASSIGNED
Pushed by cchang@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/2e275ce33b34
Use NS_DECL_CYCLE_COLLECTION_WRAPPERCACHE_CLASS for webidl-example generated macros r=smaug
Updated•3 years ago
|
Severity: -- → S3
Comment 8•3 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Target Milestone: --- → 106 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•