Closed
Bug 1932166
Opened 1 year ago
Closed 1 year ago
Replace NS_WARNING with MOZ_DIAGNOSTIC_CRASH when checking canvas filter lifetime
Categories
(Core :: SVG, task)
Core
SVG
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: longsonr, Assigned: longsonr)
References
Details
Attachments
(1 obsolete file)
Doesn't do anything because it's just nulling a raw pointer of an object that's about to be deleted.
| Assignee | ||
Comment 1•1 year ago
|
||
Updated•1 year ago
|
Assignee: nobody → longsonr
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•1 year ago
|
||
| Assignee | ||
Comment 3•1 year ago
|
||
| Assignee | ||
Updated•1 year ago
|
Summary: Remove useless Detach code → Replace NS_WARNING with MOZ_DIAGNOSTIC_ASSERT when checking canvas filter lifetime
Updated•1 year ago
|
Attachment #9438616 -
Attachment description: Bug 1932166 - Remove useless Detach code r=emilio → Bug 1932166 - Replace NS_WARNING with MOZ_DIAGNOSTIC_ASSERT when checking canvas filter lifetime r=emilio
| Assignee | ||
Updated•1 year ago
|
Summary: Replace NS_WARNING with MOZ_DIAGNOSTIC_ASSERT when checking canvas filter lifetime → Replace NS_WARNING with MOZ_DIAGNOSTIC_CRASH when checking canvas filter lifetime
Updated•1 year ago
|
Attachment #9438616 -
Attachment description: Bug 1932166 - Replace NS_WARNING with MOZ_DIAGNOSTIC_ASSERT when checking canvas filter lifetime r=emilio → Bug 1932166 - Replace NS_WARNING with MOZ_DIAGNOSTIC_CRASH when checking canvas filter lifetime r=emilio
Pushed by longsonr@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/1d4d8e45be9d
Replace NS_WARNING with MOZ_DIAGNOSTIC_CRASH when checking canvas filter lifetime r=emilio
Backout by sstanca@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5a300c31c850
Backed out changeset 1d4d8e45be9d as requested for causing bug 1933689.
| Assignee | ||
Updated•1 year ago
|
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
Resolution: --- → WONTFIX
Updated•1 year ago
|
Attachment #9438616 -
Attachment is obsolete: true
You need to log in
before you can comment on or make changes to this bug.
Description
•