Changeset 95928 in webkit


Ignore:
Timestamp:
Sep 25, 2011 6:12:53 PM (13 years ago)
Author:
hayato@chromium.org
Message:

Provides a simple LRU cache class in Python.

https://bugs.webkit.org/show_bug.cgi?id=67823

Patch by Ai Makabi <makabi@google.com> on 2011-09-21
Reviewed by Tony Chang.

  • Scripts/webkitpy/common/lru_cache.py:
  • Scripts/webkitpy/common/lru_cache_unittest.py:
Location:
trunk/Tools
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r95922 r95928  
     12011-09-21  Ai Makabi  <makabi@google.com>
     2
     3        Provides a simple LRU cache class in Python.
     4
     5        https://bugs.webkit.org/show_bug.cgi?id=67823
     6
     7        Reviewed by Tony Chang.
     8
     9        * Scripts/webkitpy/common/lru_cache.py:
     10        * Scripts/webkitpy/common/lru_cache_unittest.py:
     11
    1122011-09-25  Adam Barth  <abarth@webkit.org>
    213
Note: See TracChangeset for help on using the changeset viewer.