[Webkit-unassigned] [Bug 116524] New: Active DOM objects stopped twice
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue May 21 01:41:19 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=116524
Summary: Active DOM objects stopped twice
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebCore Misc.
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: allan.jensen at digia.com
ScriptExecutionContext::stopActiveDOMObjects() is called from a few different places. At least two of these are triggered on most application close. The call is probably needed both places, but we could save stopping each dom object, since ScriptExecutionContext remembers all objects should be stopped.
This clears up some debugging, but might also help avoid surprises in new active DOM objects.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list