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

Issue 10920026: Move hash.h/cc from net/disk_cache to base. (Closed)

Created:
8 years, 3 months ago by jbates
Modified:
8 years, 3 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

Move hash.h/cc from net to base. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=154554

Patch Set 1 #

Patch Set 2 : . #

Total comments: 4

Patch Set 3 : willchan, rvargas feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -132 lines) Patch
M base/base.gypi View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
A + base/hash.h View 1 2 2 chunks +7 lines, -7 lines 0 comments Download
A + base/hash.cc View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M content/common/gpu/gpu_command_buffer_stub.cc View 3 chunks +2 lines, -3 lines 0 comments Download
M net/disk_cache/backend_impl.cc View 5 chunks +4 lines, -4 lines 0 comments Download
M net/disk_cache/disk_cache_perftest.cc View 3 chunks +2 lines, -2 lines 0 comments Download
M net/disk_cache/entry_impl.cc View 3 chunks +2 lines, -2 lines 0 comments Download
D net/disk_cache/hash.h View 1 chunk +0 lines, -31 lines 0 comments Download
D net/disk_cache/hash.cc View 1 chunk +0 lines, -73 lines 0 comments Download
M net/disk_cache/storage_block-inl.h View 2 chunks +2 lines, -2 lines 0 comments Download
M net/net.gyp View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M tools/checklicenses/checklicenses.py View 2 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
jbates
ptal
8 years, 3 months ago (2012-08-31 00:07:43 UTC) #1
willchan no longer on Chromium
Ricardo, any concerns here? Seems reasonable to me. If you're cool with it, I'll rubberstamp ...
8 years, 3 months ago (2012-08-31 23:02:01 UTC) #2
rvargas (doing something else)
lgtm I'm cool with it. There's the bug report about moving hash to third party, ...
8 years, 3 months ago (2012-08-31 23:06:08 UTC) #3
willchan no longer on Chromium
lgtm
8 years, 3 months ago (2012-08-31 23:07:06 UTC) #4
jbates
Thanks, also fixed up the comments in the latest CL. http://codereview.chromium.org/10920026/diff/2001/base/hash.h File base/hash.h (right): http://codereview.chromium.org/10920026/diff/2001/base/hash.h#newcode5 ...
8 years, 3 months ago (2012-08-31 23:10:41 UTC) #5
jbates
apatrick: content/common/gpu/OWNERS thestig: tools/checklicenses/OWNERS
8 years, 3 months ago (2012-08-31 23:12:55 UTC) #6
Lei Zhang
tools./checklicenses lgtm
8 years, 3 months ago (2012-08-31 23:14:04 UTC) #7
apatrick_chromium
content/common/gpu LGTM. But the string hasher in base/hash_tables.h is no good? It would have been ...
8 years, 3 months ago (2012-08-31 23:23:32 UTC) #8
jbates
8 years, 3 months ago (2012-08-31 23:35:08 UTC) #9
On 2012/08/31 23:23:32, apatrick_chromium wrote:
> content/common/gpu LGTM.
> 
> But the string hasher in base/hash_tables.h is no good? It would have been
less
> work :)

I had trouble using the hash in hash_tables.h in a way that built on all
chromium platforms. No particular problem with it, otherwise, although it's a
little scary not knowing if it's the same hash algo for all platforms.

Powered by Google App Engine
This is Rietveld 408576698