Closed
Bug 110933
Opened 23 years ago
Closed 21 years ago
nsRenderingContext impls use THREADSAFE refcounting
Categories
(Core Graveyard :: GFX, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
Future
People
(Reporter: dbaron, Assigned: bryner)
Details
Attachments
(1 file)
2.57 KB,
patch
|
dbaron
:
review+
dbaron
:
superreview+
|
Details | Diff | Splinter Review |
A bunch of nsRenderingContext impls needlessly use THREADSAFE refcounting.
bryner said he probably didn't know what he was doing at the time.
beos/nsRenderingContextBeOS.cpp:NS_IMPL_THREADSAFE_ISUPPORTS1(nsRenderingContextBeOS,
nsIRenderingContext)
gtk/nsRenderingContextGTK.cpp:NS_IMPL_THREADSAFE_ISUPPORTS1(nsRenderingContextGTK,
nsIRenderingContext)
qt/nsRenderingContextQT.cpp:NS_IMPL_THREADSAFE_ISUPPORTS1(nsRenderingContextQT,
nsIRenderingContext)
xlib/nsRenderingContextXlib.cpp:NS_IMPL_THREADSAFE_ISUPPORTS1(nsRenderingContextXlib,
nsIRenderingContext)
Reporter | ||
Updated•23 years ago
|
Priority: -- → P2
Target Milestone: --- → mozilla0.9.7
Reporter | ||
Updated•23 years ago
|
Status: NEW → ASSIGNED
Reporter | ||
Updated•23 years ago
|
Target Milestone: mozilla0.9.7 → mozilla0.9.8
Reporter | ||
Updated•23 years ago
|
Target Milestone: mozilla0.9.8 → mozilla0.9.9
Reporter | ||
Updated•23 years ago
|
Target Milestone: mozilla0.9.9 → Future
Assignee | ||
Comment 2•21 years ago
|
||
Assignee | ||
Updated•21 years ago
|
Attachment #133289 -
Flags: review?(dbaron)
Reporter | ||
Updated•21 years ago
|
Attachment #133289 -
Flags: superreview+
Attachment #133289 -
Flags: review?(dbaron)
Attachment #133289 -
Flags: review+
Assignee | ||
Comment 3•21 years ago
|
||
checked in
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•16 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•