Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(301)

Issue 115210043: Make JSON methods pass thru to the implementation. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
9 years, 10 months ago by Rouslan Solomakhin
Modified:
9 years, 10 months ago
Reviewers:
roubert (google)
CC:
lararennie, dbeaumont, keghani, davinci
Base URL:
https://libaddressinput.googlecode.com/svn/trunk
Visibility:
Public.

Description

Make JSON methods pass thru to the implementation. R=roubert@google.com Committed: https://code.google.com/p/libaddressinput/source/detail?r=317

Patch Set 1 : #

Total comments: 4

Patch Set 2 : Merge HasDict and GetDict #

Patch Set 3 : Remove mutable keyword. #

Total comments: 6

Patch Set 4 : Do not assign pointers to NULL when not necessary. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+95 lines, -108 lines) Patch
M cpp/src/preload_supplier.cc View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
M cpp/src/util/json.h View 1 1 chunk +6 lines, -9 lines 0 comments Download
M cpp/src/util/json.cc View 1 2 3 4 chunks +75 lines, -88 lines 0 comments Download
M cpp/test/util/json_test.cc View 1 2 3 2 chunks +10 lines, -7 lines 0 comments Download

Messages

Total messages: 6
Rouslan Solomakhin
Fredrik: PTAL. This patch helps to clarify what JSON implementation is doing. I found this ...
9 years, 10 months ago (2014-07-23 17:56:03 UTC) #1
roubert (google)
https://codereview.appspot.com/115210043/diff/20001/cpp/src/util/json.cc File cpp/src/util/json.cc (right): https://codereview.appspot.com/115210043/diff/20001/cpp/src/util/json.cc#newcode79 cpp/src/util/json.cc:79: return GetSubDictionary(key) != NULL; By implementing HasDictionaryValueForKey() in terms ...
9 years, 10 months ago (2014-07-23 20:19:21 UTC) #2
Rouslan Solomakhin
Fredrik: PTAL Patch Set 3. https://codereview.appspot.com/115210043/diff/20001/cpp/src/util/json.cc File cpp/src/util/json.cc (right): https://codereview.appspot.com/115210043/diff/20001/cpp/src/util/json.cc#newcode79 cpp/src/util/json.cc:79: return GetSubDictionary(key) != NULL; ...
9 years, 10 months ago (2014-07-23 23:47:54 UTC) #3
roubert (google)
LGTM https://codereview.appspot.com/115210043/diff/60001/cpp/src/preload_supplier.cc File cpp/src/preload_supplier.cc (right): https://codereview.appspot.com/115210043/diff/60001/cpp/src/preload_supplier.cc#newcode117 cpp/src/preload_supplier.cc:117: const Json* value = NULL; Initializing this to ...
9 years, 10 months ago (2014-07-24 00:31:52 UTC) #4
Rouslan Solomakhin
Thank you for the review. Committing. https://codereview.appspot.com/115210043/diff/60001/cpp/src/preload_supplier.cc File cpp/src/preload_supplier.cc (right): https://codereview.appspot.com/115210043/diff/60001/cpp/src/preload_supplier.cc#newcode117 cpp/src/preload_supplier.cc:117: const Json* value ...
9 years, 10 months ago (2014-07-24 00:49:20 UTC) #5
Rouslan Solomakhin
9 years, 10 months ago (2014-07-24 00:49:41 UTC) #6
Message was sent while issue was closed.
Committed patchset #4 manually as r317 (presubmit successful).
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b