RESOLVED FIXED 75398
Cache and reuse the HTMLTableElement.rows collection.
https://bugs.webkit.org/show_bug.cgi?id=75398
Summary Cache and reuse the HTMLTableElement.rows collection.
Andreas Kling
Reported 2011-12-30 14:11:50 PST
Instead of creating one every time you call rows().
Attachments
Patch (9.90 KB, patch)
2011-12-30 14:26 PST, Andreas Kling
andersca: review+
Andreas Kling
Comment 1 2011-12-30 14:26:28 PST
Andreas Kling
Comment 2 2011-12-30 16:12:12 PST
Comment on attachment 120818 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=120818&action=review > Source/WebCore/ChangeLog:26 > + Tell the base class constructor to not retain the back-pointer to the form. ...and by form I mean table.
Andreas Kling
Comment 3 2011-12-30 18:57:09 PST
Note You need to log in before you can comment on or make changes to this bug.