Closed
Bug 1856319
Opened 2 years ago
Closed 1 year ago
autoSVGFiltersObserver is stored as a reference counted nsISupports
Categories
(Core :: Graphics: Canvas2D, task)
Core
Graphics: Canvas2D
Tracking
()
RESOLVED
FIXED
134 Branch
| Tracking | Status | |
|---|---|---|
| firefox134 | --- | fixed |
People
(Reporter: longsonr, Assigned: longsonr)
Details
Attachments
(1 file)
This means that methods in SVGObserverUtils take an nsISupports argument and therefore aren't really typesafe.
| Assignee | ||
Comment 1•1 year ago
|
||
Updated•1 year ago
|
Assignee: nobody → longsonr
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•1 year ago
|
||
Updated•1 year ago
|
Attachment #9438155 -
Attachment description: Bug 1856319 - create new ICanvasFilterObserver class instead of using nsISupports r=emilio → Bug 1856319 - create new ISVGFilterObserverList class instead of using nsISupports r=emilio
Pushed by longsonr@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/0fda364edae9
create new ISVGFilterObserverList class instead of using nsISupports r=emilio
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox134:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 134 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•