Closed
Bug 582120
Opened 14 years ago
Closed 11 years ago
Remove nested event queues...
Categories
(Core :: XPCOM, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 719154
People
(Reporter: dougt, Unassigned)
References
Details
It doesn't look like anyone is really using nested event queues.
Comment 1•14 years ago
|
||
Hrm, Darin spent quite a bit of time re-implementing them after he removed them the first time because we needed them for some stuff (modal dialogs, or sync XHR, or something?) Please tread carefully!
Comment 2•14 years ago
|
||
What are we actually talking about removing here? nsChainedEventQueue? Something else?
Reporter | ||
Comment 3•14 years ago
|
||
this bug is to investigate and possibly remove:
http://mxr.mozilla.org/mozilla-central/source/xpcom/threads/nsIThreadInternal.idl#60
And related bits.
Comment 4•14 years ago
|
||
That code is essential for synchronous XPCOM thread proxies to work correctly. While I would love to remove those, that's definitely a post-FF4 task.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•