Closed Bug 3215 Opened 26 years ago Closed 26 years ago

RX: nsRadioGroup.h

Categories

(Core :: Widget: Win32, defect, P2)

x86
Windows 95
defect

Tracking

()

VERIFIED FIXED

People

(Reporter: chofmann, Assigned: rods)

Details

the mRadioGroupHashtable should be per-document, not global (static). More for trudelle: 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: widget/src/windows/nsRadioGroup.h: static nsHashtable * mRadioGroupHashtable;
Assignee: trudelle → kipp
Kipp appears to have added this, reassigning.
Assignee: kipp → rods
nsRadioGroup is a hold-over from some of our initial work and it just never got completed removed. I have removed.
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
nsRadioGroup has been removed along with all references to it.
Verified by searching for references to the headers and rebuilding.
Status: RESOLVED → VERIFIED
QA Contact: 3849
marking bug verified based on developer input
Component: XP Miscellany → Widget: Win32
You need to log in before you can comment on or make changes to this bug.