[webkit-reviews] review granted: [Bug 102843] HTMLCollection's cache should not be invalidated when id or name attributes are changed : [Attachment 175286] Fixes the bug

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 20 15:20:14 PST 2012


Eric Seidel <eric at webkit.org> has granted Ryosuke Niwa <rniwa at webkit.org>'s
request for review:
Bug 102843: HTMLCollection's cache should not be invalidated when id or name
attributes are changed
https://bugs.webkit.org/show_bug.cgi?id=102843

Attachment 175286: Fixes the bug
https://bugs.webkit.org/attachment.cgi?id=175286&action=review

------- Additional Comments from Eric Seidel <eric at webkit.org>
YES.  This is easy to test though.  Just iterate over table.rows and set a name
on each.  It will be O(N^2) w/o this fix.  Ojan's order-of-magnitude framework
makes this trivial.


More information about the webkit-reviews mailing list