Title: [164773] trunk/Source/WebCore/ChangeLog
Revision
164773
Author
rn...@webkit.org
Date
2014-02-26 19:37:25 -0800 (Wed, 26 Feb 2014)

Log Message

Remove the second change log entry erroneously added in the previous commit.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (164772 => 164773)


--- trunk/Source/WebCore/ChangeLog	2014-02-27 03:35:22 UTC (rev 164772)
+++ trunk/Source/WebCore/ChangeLog	2014-02-27 03:37:25 UTC (rev 164773)
@@ -51,44 +51,6 @@
 
 2014-02-26  Ryosuke Niwa  <rn...@webkit.org>
 
-        Extract named items caches in HTMLCollection as a class
-        https://bugs.webkit.org/show_bug.cgi?id=129365
-
-        Reviewed by Antti Koivisto.
-
-        Extracted CollectionNamedItemCaches, like CollectionIndexCache, out of HTMLCollection.
-        We can move more named item related functions into this class in the future.
-
-        HTMLCollection's member variables m_isNameCacheValid, m_idCache, and m_nameCache were replaced by
-        a single unique_ptr that holds an instance of CollectionNamedItemCaches since this object rarely
-        exists in most HTMLCollections.
-
-        Also removed m_isItemRefElementsCacheValid since it was only used by Microdata API removed in r153772.
-
-        * html/HTMLAllCollection.cpp:
-        (WebCore::HTMLAllCollection::namedItemWithIndex):
-        * html/HTMLCollection.cpp:
-        (WebCore::HTMLCollection::HTMLCollection):
-        (WebCore::HTMLCollection::invalidateCache):
-        (WebCore::HTMLCollection::invalidateIdNameCacheMaps):
-        (WebCore::HTMLCollection::namedItem):
-        (WebCore::HTMLCollection::updateNameCache):
-        (WebCore::HTMLCollection::namedItems):
-        * html/HTMLCollection.h:
-        (WebCore::CollectionNamedItemCaches::idCache):
-        (WebCore::CollectionNamedItemCaches::nameCache):
-        (WebCore::CollectionNamedItemCaches::appendIdCache):
-        (WebCore::CollectionNamedItemCaches::appendNameCache):
-        (WebCore::CollectionNamedItemCaches::find):
-        (WebCore::CollectionNamedItemCaches::append):
-        (WebCore::HTMLCollection::hasIdNameCache):
-        (WebCore::HTMLCollection::createNameItemCaches):
-        (WebCore::HTMLCollection::namedItemCachesAssertingExistence):
-        * html/HTMLFormControlsCollection.cpp:
-        (WebCore::HTMLFormControlsCollection::updateNameCache):
-
-2014-02-26  Ryosuke Niwa  <rn...@webkit.org>
-
         Indenting an indented image element resulted in an extra indentation
         https://bugs.webkit.org/show_bug.cgi?id=129201
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to