Bug 75416 - Move the remaining collections to caching on their respective base nodes.
Summary: Move the remaining collections to caching on their respective base nodes.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-01 11:27 PST by Andreas Kling
Modified: 2012-01-05 22:40 PST (History)
1 user (show)

See Also:


Attachments
Patch (27.65 KB, patch)
2012-01-01 12:46 PST, Andreas Kling
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Kling 2012-01-01 11:27:17 PST
We should convert the remaining HTMLCollections to being cached on their respective base nodes.
Comment 1 Andreas Kling 2012-01-01 12:46:46 PST
Created attachment 120847 [details]
Patch
Comment 2 Andreas Kling 2012-01-01 13:05:52 PST
Comment on attachment 120847 [details]
Patch

Clearing flags on attachment: 120847

Committed r103883: <http://trac.webkit.org/changeset/103883>
Comment 3 Andreas Kling 2012-01-01 13:06:02 PST
All reviewed patches have been landed.  Closing bug.
Comment 4 Alexey Proskuryakov 2012-01-01 17:06:16 PST
Comment on attachment 120847 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=120847&action=review

> LayoutTests/ChangeLog:8
> +        - Updated gc-9.html to document the new lifetime behavior of HTMLCollections.

This change is not in the patch, and hasn't been landed.
Comment 5 Andreas Kling 2012-01-01 17:12:15 PST
(In reply to comment #4)
> (From update of attachment 120847 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=120847&action=review
> 
> > LayoutTests/ChangeLog:8
> > +        - Updated gc-9.html to document the new lifetime behavior of HTMLCollections.
> 
> This change is not in the patch, and hasn't been landed.

Oops, I landed the missing gc-9.html update in <http://trac.webkit.org/changeset/103886> and forgot to note that here.