[Webkit-unassigned] [Bug 33383] REGRESSION (r52082): Missing event handlers on JQuery demo page (33383)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 3 23:11:59 PST 2010


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





--- Comment #20 from Alexey Proskuryakov <ap at webkit.org>  2010-02-03 23:11:57 PST ---
>+        There were two bugs here:

And only one test?!

I realize that any regression test for the latter issue will become inefficient
as soon as we fix a bug that makes it possible, but it will at least confirm
that your fix works right now. And for something like Editor undo/redo, the bug
may remain unfixed for quite a while.

+function gc() {
+    for (var i = 0; i < 5000; ++i)
+        new Object;
+}

A comment in other gc() functions states that Firefox collects after about 9000
allocations, FWIW. And we definitely want a special case for DumpRenderTree
(GCController.collect()).

+    gc();
+    gc();
+    gc();

I know, I've set a bad example...

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