Closed
Bug 2824
Opened 26 years ago
Closed 26 years ago
RX: hairy threading issue
Categories
(Core :: Layout, defect, P1)
Core
Layout
Tracking
()
VERIFIED
WORKSFORME
M4
People
(Reporter: cathleennscp, Assigned: brendan)
Details
We need some combination of reentrancy and thread safety, such that two top
level window can each use a thread to execute their parsing, layout, DOM,
widgets, and rendering, each use at most one thread per window.
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Comment 1•26 years ago
|
||
This requirement affects RDF, JS, and all other modules reachable in the control
flow graph from the layout and UI code. We need to look at all modules. Some
are already thread-safe (JS), others will be made so (RDF, XPFE AOM stuff; or so
I hear). More tomorrow.
/be
Comment 3•26 years ago
|
||
adding phil to the cc list. h
Comment 4•26 years ago
|
||
per leger, assigning QA contacts to all open bugs without QA contacts according
to list at http://bugzilla.mozilla.org/describecomponents.cgi?product=Browser
Updated•26 years ago
|
Summary: hairy threading issue → RX: hairy threading issue
Target Milestone: M3 → M4
Comment 5•26 years ago
|
||
m4
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → WORKSFORME
Comment 6•26 years ago
|
||
closing this bug out since we now have a more detail list of place holders
You need to log in
before you can comment on or make changes to this bug.
Description
•