- From: <bugzilla@jessica.w3.org>
- Date: Wed, 28 Nov 2012 20:43:04 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=20131 --- Comment #4 from Adam Klein <adamk@chromium.org> --- WebKit shares records wherever possible to reduce the memory overhead of the feature. Given that all attributes are readonly, this doesn't seem very problematic (the worst that can happen is that the records become a side-channel for expando properties; Events already have this behavior). As Travis rightly points out, the existing queueing algorithm would need one more loop to describe WebKit's behavior, since we at most create two records for a given mutation (one with an oldValue and one without). -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Wednesday, 28 November 2012 20:43:06 UTC