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

Issue 10810070: Add Drive API parser for About/Apps json (Closed)

Created:
8 years, 5 months ago by kochi
Modified:
8 years, 4 months ago
CC:
chromium-reviews, achuith+watch_chromium.org, oshima+watch_chromium.org, stevenjb+watch_chromium.org, nkostylev+watch_chromium.org, davemoore+watch_chromium.org, hashimoto, use derat at chromium.org
Visibility:
Public.

Description

Add Drive API parser for About/Apps json BUG=chromium:127728 TEST=unit_test --gtest_filter="DriveApiParser.*" Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=148692

Patch Set 1 #

Total comments: 14

Patch Set 2 : Add comments. #

Patch Set 3 : minor cleanups. #

Total comments: 12

Patch Set 4 : fix for comments #

Patch Set 5 : rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1050 lines, -0 lines) Patch
A chrome/browser/chromeos/gdata/drive_api_parser.h View 1 2 3 1 chunk +262 lines, -0 lines 0 comments Download
A chrome/browser/chromeos/gdata/drive_api_parser.cc View 1 2 3 1 chunk +282 lines, -0 lines 0 comments Download
A chrome/browser/chromeos/gdata/drive_api_parser_unittest.cc View 1 2 3 1 chunk +158 lines, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
A chrome/test/data/chromeos/drive/about.json View 1 chunk +251 lines, -0 lines 0 comments Download
A chrome/test/data/chromeos/drive/applist.json View 1 chunk +94 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
satorux1
http://codereview.chromium.org/10810070/diff/1/chrome/browser/chromeos/gdata/drive_api_parser.h File chrome/browser/chromeos/gdata/drive_api_parser.h (right): http://codereview.chromium.org/10810070/diff/1/chrome/browser/chromeos/gdata/drive_api_parser.h#newcode43 chrome/browser/chromeos/gdata/drive_api_parser.h:43: static scoped_ptr<AboutResource> CreateFrom(const base::Value& value); function comment is missing. ...
8 years, 5 months ago (2012-07-24 16:15:26 UTC) #1
kochi
Thanks for the early review. Added more comments to read the code easier. https://chromiumcodereview.appspot.com/10810070/diff/1/chrome/browser/chromeos/gdata/drive_api_parser.h File ...
8 years, 5 months ago (2012-07-25 06:24:04 UTC) #2
kochi
https://chromiumcodereview.appspot.com/10810070/diff/8001/chrome/browser/chromeos/gdata/drive_api_parser.h File chrome/browser/chromeos/gdata/drive_api_parser.h (right): https://chromiumcodereview.appspot.com/10810070/diff/8001/chrome/browser/chromeos/gdata/drive_api_parser.h#newcode63 chrome/browser/chromeos/gdata/drive_api_parser.h:63: bool Parse(const base::Value& value) OVERRIDE; no OVERRIDE.
8 years, 5 months ago (2012-07-25 13:40:51 UTC) #3
satorux1
LGTM with nits http://codereview.chromium.org/10810070/diff/8001/chrome/browser/chromeos/gdata/drive_api_parser.cc File chrome/browser/chromeos/gdata/drive_api_parser.cc (right): http://codereview.chromium.org/10810070/diff/8001/chrome/browser/chromeos/gdata/drive_api_parser.cc#newcode86 chrome/browser/chromeos/gdata/drive_api_parser.cc:86: bool CheckResourceKind(const base::Value& value, maybe HasResourceKind() ...
8 years, 5 months ago (2012-07-25 19:39:57 UTC) #4
kochi
http://codereview.chromium.org/10810070/diff/8001/chrome/browser/chromeos/gdata/drive_api_parser.cc File chrome/browser/chromeos/gdata/drive_api_parser.cc (right): http://codereview.chromium.org/10810070/diff/8001/chrome/browser/chromeos/gdata/drive_api_parser.cc#newcode86 chrome/browser/chromeos/gdata/drive_api_parser.cc:86: bool CheckResourceKind(const base::Value& value, As it checks against expected ...
8 years, 5 months ago (2012-07-26 02:16:10 UTC) #5
kochi
Ben, could you check chrome/ for OWNERS? Thanks,
8 years, 5 months ago (2012-07-26 04:05:28 UTC) #6
Ben Goodger (Google)
lgtm
8 years, 5 months ago (2012-07-26 15:50:46 UTC) #7
commit-bot: I haz the power
8 years, 5 months ago (2012-07-26 23:16:07 UTC) #8

Powered by Google App Engine
This is Rietveld 408576698