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

Issue 489993002: Add SimpleStringDictionary and its test (Closed)

Created:
6 years, 4 months ago by Mark Mentovai
Modified:
6 years, 4 months ago
Reviewers:
Robert Sesek
CC:
crashpad-dev_chromium.org
Base URL:
https://chromium.googlesource.com/crashpad/crashpad@master
Project:
crashpad
Visibility:
Public.

Description

Add SimpleStringDictionary and its test. TEST=client_test SimpleStringDictionary*.* R=rsesek@chromium.org Committed: https://chromium.googlesource.com/crashpad/crashpad/+/b980a5984bcb

Patch Set 1 #

Patch Set 2 : Breakpad version #

Total comments: 1

Patch Set 3 : Crashpad version #

Total comments: 5

Patch Set 4 : Address review feedback #

Patch Set 5 : Rename the template to TSimpleStringDictionary<> #

Unified diffs Side-by-side diffs Delta from patch set Stats (+590 lines, -0 lines) Patch
M client/client.gyp View 2 chunks +3 lines, -0 lines 0 comments Download
A client/simple_string_dictionary.h View 1 2 3 4 1 chunk +246 lines, -0 lines 0 comments Download
A client/simple_string_dictionary.cc View 1 2 3 4 1 chunk +46 lines, -0 lines 0 comments Download
A client/simple_string_dictionary_test.cc View 1 2 3 4 1 chunk +295 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Mark Mentovai
This is patchcestuous! I made minimal changes, but all of the changes I did make ...
6 years, 4 months ago (2014-08-20 22:47:51 UTC) #1
Robert Sesek
https://codereview.chromium.org/489993002/diff/20001/client/simple_string_dictionary.h File client/simple_string_dictionary.h (right): https://codereview.chromium.org/489993002/diff/20001/client/simple_string_dictionary.h#newcode81 client/simple_string_dictionary.h:81: : map_(map), I'm not sure these clang-format changes are ...
6 years, 4 months ago (2014-08-21 16:55:16 UTC) #2
Mark Mentovai
https://codereview.chromium.org/489993002/diff/40001/client/simple_string_dictionary.h File client/simple_string_dictionary.h (right): https://codereview.chromium.org/489993002/diff/40001/client/simple_string_dictionary.h#newcode89 client/simple_string_dictionary.h:89: DCHECK(other.key_size == key_size); rsesek wrote: > DCHECK_EQ You would ...
6 years, 4 months ago (2014-08-22 14:05:26 UTC) #3
Robert Sesek
https://codereview.chromium.org/489993002/diff/40001/client/simple_string_dictionary.h File client/simple_string_dictionary.h (right): https://codereview.chromium.org/489993002/diff/40001/client/simple_string_dictionary.h#newcode238 client/simple_string_dictionary.h:238: typedef NonAllocatingMap<256, 256, 64> SimpleStringDictionary; On 2014/08/22 14:05:26, Mark ...
6 years, 4 months ago (2014-08-22 17:04:56 UTC) #4
Mark Mentovai
Like this.
6 years, 4 months ago (2014-08-22 17:49:56 UTC) #5
Robert Sesek
I'd LGTM that. This wasn't codecestuous at all.
6 years, 4 months ago (2014-08-22 17:51:38 UTC) #6
Mark Mentovai
6 years, 4 months ago (2014-08-22 17:52:31 UTC) #7
Message was sent while issue was closed.
Committed patchset #5 manually as b980a5984bcb (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698