Closed
Bug 52579
Opened 25 years ago
Closed 25 years ago
xpconnect needs to notify DOM of ScriptEvaluated
Categories
(Core :: XPConnect, defect, P3)
Core
XPConnect
Tracking
()
VERIFIED
FIXED
People
(Reporter: jband_mozilla, Assigned: jband_mozilla)
References
Details
Attachments
(1 file)
|
4.86 KB,
patch
|
Details | Diff | Splinter Review |
DOM can pop up its "anti-infinite loop" dialog inappropriately because xpconnect
runs code on a DOM JSContext and neglects to call
nsIScriptContext::ScriptEvaluated upon completion.
I'll attach a patch.
I'm looking for review and approval.
| Assignee | ||
Comment 1•25 years ago
|
||
| Assignee | ||
Comment 2•25 years ago
|
||
The patch adds a param to ScriptEvaluated to avoid premature call to the
termination funciton when called from xpconnect.
Status: NEW → ASSIGNED
Comment 3•25 years ago
|
||
I'll buy that for a dollar. ra=brendan@mozilla.org.
/be
Comment 4•25 years ago
|
||
Looks good to mee too, ship it! :-)
| Assignee | ||
Comment 5•25 years ago
|
||
fix in.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•