Closed
Bug 3200
Opened 26 years ago
Closed 26 years ago
RX: GFX
Categories
(Core Graveyard :: GFX, defect, P2)
Tracking
(Not tracked)
VERIFIED
INVALID
M4
People
(Reporter: chofmann, Assigned: michaelp)
Details
michaelp is the man:
Much of our non-static/global data needs to be partitioned by window,
not reachable by other windows except through statics/globals.
Therefore we're starting the hunt with statics and globals.
Please have a look at the file(s) below to see if we can improve reentrantcy
across
the code base by making modifications to:
gfx/public/nsColorNames.h: static nscolor kColors[];
gfx/public/nsColorNames.h: static const NameTableEntry kNameTable[];
gfx/src/windows/nsImageWin.h: static PRBool gIsWinNT;
gfx/src/windows/nsRenderingContextWin.h: static IDirectDraw *mDDraw;
gfx/src/windows/nsRenderingContextWin.h: static IDirectDraw2 *mDDraw2;
gfx/src/windows/nsRenderingContextWin.h: static nsresult mDDrawResult;
Reporter | ||
Comment 1•26 years ago
|
||
RX tasks aren't going to make M3.
close the reentrantcy tracking tasks if this specific area has been looked at
and doesn't seem to be a problem. Otherwise each of these areas
still need some looking at.
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → INVALID
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 3•26 years ago
|
||
Verified Invalid
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
•