NEW228691
Skip unnecessary invalidation of document level NodeList caches
https://bugs.webkit.org/show_bug.cgi?id=228691
Summary Skip unnecessary invalidation of document level NodeList caches
Maciej Stachowiak
Reported 2021-08-01 14:55:19 PDT
Skip unnecessary invalidation of document level NodeList caches
Attachments
For EWS testing only (2.44 KB, patch)
2021-08-01 14:56 PDT, Maciej Stachowiak
mjs: commit-queue-
Maciej Stachowiak
Comment 1 2021-08-01 14:56:46 PDT
Created attachment 434727 [details] For EWS testing only
Maciej Stachowiak
Comment 2 2021-08-01 14:58:53 PDT
Comment on attachment 434727 [details] For EWS testing only Not for landing. This version of the patch is like incorrect, as some NodeLists or Collections may need document-level invalidation even when the node isn't in the document. This is probably true for HTMLFormControlCollection, not clear what else may be affected. Testing if this builds and passes tests for now.
Radar WebKit Bug Importer
Comment 3 2021-08-08 14:56:17 PDT
Darin Adler
Comment 4 2021-08-22 21:20:51 PDT
Comment on attachment 434727 [details] For EWS testing only View in context: https://bugs.webkit.org/attachment.cgi?id=434727&action=review > Source/WebCore/ChangeLog:10 > + Ported from an abansoned Chromium change by Adithya Srinivasan. Typo: abansoned
Note You need to log in before you can comment on or make changes to this bug.