Closed
Bug 1924155
Opened 22 days ago
Closed 19 days ago
VideoBridgeParent AddRef and Release should use NS_IMETHOD macros
Categories
(Core :: Graphics: WebRender, defect)
Core
Graphics: WebRender
Tracking
()
RESOLVED
INVALID
People
(Reporter: bradwerth, Assigned: bradwerth)
References
Details
Attachments
(1 obsolete file)
Bug 1917652 declared explicit AddRef
and Release
methods for VideoBridgeParent
, but used NS_IMETHODIMP_
macros for the declaration in the header. The "IMP" stands for "implementation" and those macros should only be used for the implementation. The header should use NS_IMETHOD_
instead
Assignee | ||
Comment 1•22 days ago
|
||
Pushed by bwerth@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e1cdaf575bc5
Use correct declaration macros in VideoBridgeParent. r=aosmond
Comment 3•21 days ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 21 days ago
status-firefox133:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 133 Branch
Comment 4•21 days ago
•
|
||
Backed out because it caused conflict with backing out bug 1917652
Backout link: https://hg.mozilla.org/integration/autoland/rev/5444fbdc7dfcad2dc355b53eaf19fd6e255b69d4
Backout merge to central: https://hg.mozilla.org/mozilla-central/rev/7eb2b8f29bd184ae5600bf74d7d9b1d6750f7283
Status: RESOLVED → REOPENED
status-firefox133:
fixed → ---
Flags: needinfo?(bwerth)
Resolution: FIXED → ---
Target Milestone: 133 Branch → ---
Assignee | ||
Comment 5•19 days ago
|
||
This will be rolled into the fixup for Bug 1917652.
Status: REOPENED → RESOLVED
Closed: 21 days ago → 19 days ago
Flags: needinfo?(bwerth)
Resolution: --- → INVALID
Updated•10 days ago
|
Attachment #9430443 -
Attachment is obsolete: true
You need to log in
before you can comment on or make changes to this bug.
Description
•