Closed
Bug 3215
Opened 26 years ago
Closed 26 years ago
RX: nsRadioGroup.h
Categories
(Core :: Widget: Win32, defect, P2)
Tracking
()
VERIFIED
FIXED
M3
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;
Updated•26 years ago
|
Assignee: trudelle → kipp
Comment 1•26 years ago
|
||
Kipp appears to have added this, reassigning.
Assignee | ||
Updated•26 years ago
|
Assignee: kipp → rods
Assignee | ||
Comment 2•26 years ago
|
||
nsRadioGroup is a hold-over from some of our initial work and it just never got
completed removed. I have removed.
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 3•26 years ago
|
||
nsRadioGroup has been removed along with all references to it.
Assignee | ||
Comment 4•26 years ago
|
||
Verified by searching for references to the headers and rebuilding.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
QA Contact: 3849
Comment 5•26 years ago
|
||
marking bug verified based on developer input
You need to log in
before you can comment on or make changes to this bug.
Description
•