Closed
Bug 3199
Opened 26 years ago
Closed 26 years ago
RX: Forms
Categories
(Core :: Layout: Form Controls, defect, P2)
Tracking
()
VERIFIED
FIXED
M6
People
(Reporter: chofmann, Assigned: pollmann)
Details
Aren't forms now owned by karnaze?
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:
layout/html/forms/src/nsFormFrame.h: static nsFormFrameTable* gFormFrameTable;
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.
Updated•26 years ago
|
Status: NEW → ASSIGNED
Updated•26 years ago
|
Target Milestone: M4 → M5
Comment 2•26 years ago
|
||
moving to M5
Updated•26 years ago
|
Assignee: karnaze → pollmann
Status: ASSIGNED → NEW
Target Milestone: M5 → M6
Comment 3•26 years ago
|
||
Reassigning to Eric, moving to M6. Eric, we discussed removing the
nsFromFrameTable which will fix this bug.
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 4•26 years ago
|
||
Chris removed nsFormFrameTable this week, so this bug has gone away.
"This is a code-level fix and is not verifiable by running the application."
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
QA Contact: 3849
Comment 5•26 years ago
|
||
thanks you Eric for placing in the statement -- you have no idea how much help
that is. Marking this verified based on dev comments.
You need to log in
before you can comment on or make changes to this bug.
Description
•