Closed
Bug 3197
Opened 26 years ago
Closed 26 years ago
RX: DOM
Categories
(Core :: DOM: Core & HTML, defect, P2)
Tracking
()
VERIFIED
FIXED
M7
People
(Reporter: chofmann, Assigned: vidur)
Details
Here's one for vidur:
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:
dom/src/base/nsJSEnvironment.h: static nsJSEnvironment *sTheEnvironment;
Reporter | ||
Updated•26 years ago
|
Target Milestone: M3
Assignee | ||
Comment 1•26 years ago
|
||
Unless I missed something, there has been little talk about the threading issue
that has included the NGLayout people since the "town hall" type meeting that
Brendan lead several weeks ago. The bug database is the wrong place to continue
this discussion. Let's have a meeting or discuss this on a mail list so we can
do this correctly.
Reporter | ||
Updated•26 years ago
|
Target Milestone: M3 → M4
Reporter | ||
Comment 2•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.
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M4 → M5
Assignee | ||
Updated•26 years ago
|
Target Milestone: M5 → M7
Assignee | ||
Comment 3•26 years ago
|
||
I'd still like to look into this.
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 4•26 years ago
|
||
Closing this now, since there shouldn't be a problem given the type of
reentrancy we envision in 5.0.
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•