Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(548)

Issue 1427433012: Simple LRU class (Closed)

Created:
5 years, 1 month ago by hubbe
Modified:
4 years, 8 months ago
Reviewers:
xhwang
CC:
chromium-reviews, feature-media-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Simple LRU class This will be a component of the multibuffer media cache. Media cache design doc: https://docs.google.com/document/d/15q6LTG0iDUe30QcoMtj4XNmKCa_7W_Q2uUIPFsJhS1E/edit BUG=514719 Committed: https://crrev.com/250775b65fb993aba5b99c9f2bd1ab924d69d1ed Cr-Commit-Position: refs/heads/master@{#358964}

Patch Set 1 #

Total comments: 33

Patch Set 2 : comments addressed #

Total comments: 11

Patch Set 3 : comments addressed #

Patch Set 4 : renamed kTestSize #

Unified diffs Side-by-side diffs Delta from patch set Stats (+373 lines, -0 lines) Patch
M media/blink/BUILD.gn View 1 1 chunk +2 lines, -0 lines 0 comments Download
A media/blink/lru.h View 1 2 1 chunk +93 lines, -0 lines 0 comments Download
A media/blink/lru_unittest.cc View 1 2 3 1 chunk +235 lines, -0 lines 0 comments Download
M media/blink/media_blink.gyp View 1 1 chunk +2 lines, -0 lines 0 comments Download
A media/blink/test_random.h View 1 1 chunk +41 lines, -0 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 12 (2 generated)
hubbe
5 years, 1 month ago (2015-11-06 19:00:05 UTC) #2
xhwang
looking good. Mostly nits and questions. https://chromiumcodereview.appspot.com/1427433012/diff/1/media/blink/lru.h File media/blink/lru.h (right): https://chromiumcodereview.appspot.com/1427433012/diff/1/media/blink/lru.h#newcode8 media/blink/lru.h:8: #include <list> nit: ...
5 years, 1 month ago (2015-11-10 00:50:01 UTC) #3
hubbe
https://codereview.chromium.org/1427433012/diff/1/media/blink/lru.h File media/blink/lru.h (right): https://codereview.chromium.org/1427433012/diff/1/media/blink/lru.h#newcode8 media/blink/lru.h:8: #include <list> On 2015/11/10 00:50:01, xhwang wrote: > nit: ...
5 years, 1 month ago (2015-11-10 18:26:16 UTC) #4
xhwang
Some comments are in the previous PS. LGTM % comments and nits https://chromiumcodereview.appspot.com/1427433012/diff/1/media/blink/lru_unittest.cc File media/blink/lru_unittest.cc ...
5 years, 1 month ago (2015-11-10 19:55:14 UTC) #5
xhwang
https://chromiumcodereview.appspot.com/1427433012/diff/20001/media/blink/lru.h File media/blink/lru.h (right): https://chromiumcodereview.appspot.com/1427433012/diff/20001/media/blink/lru.h#newcode79 media/blink/lru.h:79: base::hash_map<T, typename std::list<T>::iterator> pos_; Does it make sense to ...
5 years, 1 month ago (2015-11-10 20:05:26 UTC) #6
hubbe
Comments addressed, will check in later today unless there are more comments. https://chromiumcodereview.appspot.com/1427433012/diff/1/media/blink/lru_unittest.cc File media/blink/lru_unittest.cc ...
5 years, 1 month ago (2015-11-10 21:50:02 UTC) #7
xhwang
lgtm++
5 years, 1 month ago (2015-11-10 22:41:54 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1427433012/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1427433012/60001
5 years, 1 month ago (2015-11-10 23:49:14 UTC) #10
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 1 month ago (2015-11-11 00:00:52 UTC) #11
commit-bot: I haz the power
5 years, 1 month ago (2015-11-11 00:01:33 UTC) #12
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/250775b65fb993aba5b99c9f2bd1ab924d69d1ed
Cr-Commit-Position: refs/heads/master@{#358964}

Powered by Google App Engine
This is Rietveld 408576698