Bug 75398

Summary: Cache and reuse the HTMLTableElement.rows collection.
Product: WebKit Reporter: Andreas Kling <kling>
Component: DOMAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch andersca: review+

Description Andreas Kling 2011-12-30 14:11:50 PST
Instead of creating one every time you call rows().
Comment 1 Andreas Kling 2011-12-30 14:26:28 PST
Created attachment 120818 [details]
Patch
Comment 2 Andreas Kling 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.
Comment 3 Andreas Kling 2011-12-30 18:57:09 PST
Committed r103856: <http://trac.webkit.org/changeset/103856>