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

Issue 98623005: rAc i18n: implement storage interface for libaddressinput (Closed)

Created:
7 years ago by Evan Stade
Modified:
6 years, 11 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

rAc i18n: implement storage interface for libaddressinput BUG=325539 TBR=thakis@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=242803

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : update #

Patch Set 4 : add test #

Patch Set 5 : add forgotten file #

Total comments: 16

Patch Set 6 : rouslan review #

Total comments: 9

Patch Set 7 : two minor fixes #

Patch Set 8 : fix compile (why did it work on linux?) #

Patch Set 9 : fix weird compiler error? #

Patch Set 10 : scopedvector #

Unified diffs Side-by-side diffs Delta from patch set Stats (+367 lines, -68 lines) Patch
M base/base.gyp View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
M base/prefs/persistent_pref_store.h View 1 2 3 2 chunks +2 lines, -9 lines 0 comments Download
M base/prefs/value_map_pref_store.h View 1 2 3 2 chunks +6 lines, -10 lines 0 comments Download
M base/prefs/value_map_pref_store.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
A base/prefs/writeable_pref_store.h View 1 2 3 4 5 6 1 chunk +36 lines, -0 lines 0 comments Download
A third_party/libaddressinput/chromium/chrome_storage_impl.h View 1 2 3 4 5 6 7 8 9 1 chunk +58 lines, -0 lines 0 comments Download
A third_party/libaddressinput/chromium/chrome_storage_impl.cc View 1 2 3 4 5 6 7 8 9 1 chunk +70 lines, -0 lines 0 comments Download
A third_party/libaddressinput/chromium/chrome_storage_impl_unittest.cc View 1 2 3 4 5 1 chunk +34 lines, -0 lines 0 comments Download
M third_party/libaddressinput/chromium/cpp/libaddressinput.gyp View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
M third_party/libaddressinput/chromium/cpp/test/fake_storage_test.cc View 1 2 3 2 chunks +6 lines, -47 lines 0 comments Download
A third_party/libaddressinput/chromium/cpp/test/storage_test_runner.h View 1 2 3 4 5 1 chunk +57 lines, -0 lines 0 comments Download
A third_party/libaddressinput/chromium/cpp/test/storage_test_runner.cc View 1 2 3 4 5 1 chunk +86 lines, -0 lines 0 comments Download
M third_party/libaddressinput/libaddressinput.gyp View 1 2 3 4 5 6 7 8 9 4 chunks +8 lines, -0 lines 0 comments Download

Messages

Total messages: 19 (0 generated)
Evan Stade
+rouslan for libaddressinput +battre for prefs changes
7 years ago (2013-12-20 00:35:19 UTC) #1
please use gerrit instead
libaddressinput overall looks good % a few comments. https://codereview.chromium.org/98623005/diff/80001/third_party/libaddressinput/chromium/chrome_storage_impl.h File third_party/libaddressinput/chromium/chrome_storage_impl.h (right): https://codereview.chromium.org/98623005/diff/80001/third_party/libaddressinput/chromium/chrome_storage_impl.h#newcode9 third_party/libaddressinput/chromium/chrome_storage_impl.h:9: #include ...
7 years ago (2013-12-20 02:04:40 UTC) #2
Evan Stade
https://codereview.chromium.org/98623005/diff/80001/third_party/libaddressinput/chromium/chrome_storage_impl.h File third_party/libaddressinput/chromium/chrome_storage_impl.h (right): https://codereview.chromium.org/98623005/diff/80001/third_party/libaddressinput/chromium/chrome_storage_impl.h#newcode9 third_party/libaddressinput/chromium/chrome_storage_impl.h:9: #include <libaddressinput/util/scoped_ptr.h> On 2013/12/20 02:04:40, Rouslan Solomakhin wrote: > ...
7 years ago (2013-12-20 03:21:56 UTC) #3
battre
https://codereview.chromium.org/98623005/diff/90001/base/prefs/writeable_pref_store.h File base/prefs/writeable_pref_store.h (right): https://codereview.chromium.org/98623005/diff/90001/base/prefs/writeable_pref_store.h#newcode11 base/prefs/writeable_pref_store.h:11: #include "base/memory/ref_counted.h" this is not needed, right? https://codereview.chromium.org/98623005/diff/90001/third_party/libaddressinput/chromium/chrome_storage_impl.cc File ...
7 years ago (2013-12-20 12:12:12 UTC) #4
please use gerrit instead
libaddressinput looks good % 1 comment. https://codereview.chromium.org/98623005/diff/90001/third_party/libaddressinput/chromium/cpp/libaddressinput.gyp File third_party/libaddressinput/chromium/cpp/libaddressinput.gyp (right): https://codereview.chromium.org/98623005/diff/90001/third_party/libaddressinput/chromium/cpp/libaddressinput.gyp#newcode77 third_party/libaddressinput/chromium/cpp/libaddressinput.gyp:77: 'test/storage_test_runner.h', This gyp ...
7 years ago (2013-12-20 18:53:48 UTC) #5
Evan Stade
https://codereview.chromium.org/98623005/diff/90001/base/prefs/writeable_pref_store.h File base/prefs/writeable_pref_store.h (right): https://codereview.chromium.org/98623005/diff/90001/base/prefs/writeable_pref_store.h#newcode11 base/prefs/writeable_pref_store.h:11: #include "base/memory/ref_counted.h" On 2013/12/20 12:12:13, battre wrote: > this ...
7 years ago (2013-12-20 22:34:12 UTC) #6
battre
OWNER's LGTM @ base/prefs https://codereview.chromium.org/98623005/diff/90001/third_party/libaddressinput/chromium/chrome_storage_impl_unittest.cc File third_party/libaddressinput/chromium/chrome_storage_impl_unittest.cc (right): https://codereview.chromium.org/98623005/diff/90001/third_party/libaddressinput/chromium/chrome_storage_impl_unittest.cc#newcode19 third_party/libaddressinput/chromium/chrome_storage_impl_unittest.cc:19: : store_(new ValueMapPrefStore()), On 2013/12/20 ...
7 years ago (2013-12-20 22:56:07 UTC) #7
Evan Stade
https://codereview.chromium.org/98623005/diff/90001/third_party/libaddressinput/chromium/cpp/libaddressinput.gyp File third_party/libaddressinput/chromium/cpp/libaddressinput.gyp (right): https://codereview.chromium.org/98623005/diff/90001/third_party/libaddressinput/chromium/cpp/libaddressinput.gyp#newcode77 third_party/libaddressinput/chromium/cpp/libaddressinput.gyp:77: 'test/storage_test_runner.h', On 2013/12/20 18:53:48, Rouslan Solomakhin wrote: > This ...
7 years ago (2013-12-20 23:59:34 UTC) #8
please use gerrit instead
libaddressinput lgtm
7 years ago (2013-12-21 00:00:40 UTC) #9
Evan Stade
TBR'ing base.gyp change.
7 years ago (2013-12-21 00:18:23 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/estade@chromium.org/98623005/350001
7 years ago (2013-12-21 00:22:08 UTC) #11
Nico
base.gyp lgtm
7 years ago (2013-12-21 00:28:16 UTC) #12
commit-bot: I haz the power
Retried try job too often on mac_rel for step(s) base_unittests, browser_tests, interactive_ui_tests, net_unittests, unit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=mac_rel&number=205888
7 years ago (2013-12-21 00:42:04 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/estade@chromium.org/98623005/520001
7 years ago (2013-12-21 01:26:35 UTC) #14
commit-bot: I haz the power
Retried try job too often on linux_rel for step(s) base_unittests, browser_tests, interactive_ui_tests, net_unittests, unit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_rel&number=207981
7 years ago (2013-12-21 01:44:49 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/estade@chromium.org/98623005/520001
6 years, 11 months ago (2013-12-30 22:12:26 UTC) #16
commit-bot: I haz the power
Retried try job too often on mac_rel for step(s) base_unittests, browser_tests, interactive_ui_tests, net_unittests, unit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=mac_rel&number=206791
6 years, 11 months ago (2013-12-30 22:28:03 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/estade@chromium.org/98623005/540002
6 years, 11 months ago (2013-12-31 01:14:42 UTC) #18
commit-bot: I haz the power
6 years, 11 months ago (2014-01-02 21:41:22 UTC) #19
Message was sent while issue was closed.
Change committed as 242803

Powered by Google App Engine
This is Rietveld 408576698