[Webkit-unassigned] [Bug 39621] Extreme memory growth on DOM Hanoi test

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 24 15:00:27 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=39621





--- Comment #2 from Alexey Proskuryakov <ap at webkit.org>  2010-05-24 15:00:26 PST ---
Without ObjC-style autorelease, destroying a temporary wrapper made for this call will just destroy the element, like it happens when forcing autorelease pool draining in ObjC case.

So, this can't really work on other platforms. Note that WebKit/win has an empty implementation for formStateDidChange(), and WebKit/chromium all but ignores the element argument.

-- 
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