Closed Bug 3200 Opened 26 years ago Closed 26 years ago

RX: GFX

Categories

(Core Graveyard :: GFX, defect, P2)

x86
Windows 95
defect

Tracking

(Not tracked)

VERIFIED INVALID

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;
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
these are all safe.
Status: RESOLVED → VERIFIED
Verified Invalid
Component: XP Miscellany → GFX
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.