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

Issue 10749015: gdrive: Get JSON feeds parsing off the UI thread (Closed)

Created:
8 years, 5 months ago by yoshiki
Modified:
8 years, 5 months ago
Reviewers:
hashimoto
CC:
chromium-reviews, achuith+watch_chromium.org, oshima+watch_chromium.org, stevenjb+watch_chromium.org, nkostylev+watch_chromium.org, davemoore+watch_chromium.org
Visibility:
Public.

Description

gdrive: Get JSON feeds parsing off the UI thread. BUG=128378 TEST=GDataOperationsTest.GetDataOperationParseJson passes. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=146104

Patch Set 1 #

Total comments: 30

Patch Set 2 : review fix #

Total comments: 1

Patch Set 3 : sync #

Unified diffs Side-by-side diffs Delta from patch set Stats (+253 lines, -35 lines) Patch
M chrome/browser/chromeos/gdata/gdata_operations.h View 1 2 2 chunks +14 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_operations.cc View 1 2 5 chunks +80 lines, -32 lines 0 comments Download
A chrome/browser/chromeos/gdata/gdata_operations_unittest.cc View 1 1 chunk +158 lines, -0 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
yoshiki
hashimoto: Could you take a look?
8 years, 5 months ago (2012-07-09 23:59:00 UTC) #1
hashimoto
http://codereview.chromium.org/10749015/diff/1/chrome/browser/chromeos/gdata/gdata_errorcode.h File chrome/browser/chromeos/gdata/gdata_errorcode.h (right): http://codereview.chromium.org/10749015/diff/1/chrome/browser/chromeos/gdata/gdata_errorcode.h#newcode27 chrome/browser/chromeos/gdata/gdata_errorcode.h:27: GDATA_NO_STATUS = 0, Do we really need to add ...
8 years, 5 months ago (2012-07-10 03:48:38 UTC) #2
yoshiki
http://codereview.chromium.org/10749015/diff/1/chrome/browser/chromeos/gdata/gdata_errorcode.h File chrome/browser/chromeos/gdata/gdata_errorcode.h (right): http://codereview.chromium.org/10749015/diff/1/chrome/browser/chromeos/gdata/gdata_errorcode.h#newcode27 chrome/browser/chromeos/gdata/gdata_errorcode.h:27: GDATA_NO_STATUS = 0, On 2012/07/10 03:48:39, hashimoto wrote: > ...
8 years, 5 months ago (2012-07-11 00:47:14 UTC) #3
hashimoto
lgtm http://codereview.chromium.org/10749015/diff/12001/chrome/browser/chromeos/gdata/gdata_operations.cc File chrome/browser/chromeos/gdata/gdata_operations.cc (left): http://codereview.chromium.org/10749015/diff/12001/chrome/browser/chromeos/gdata/gdata_operations.cc#oldcode477 chrome/browser/chromeos/gdata/gdata_operations.cc:477: return root_value.get() != NULL; Look like this code ...
8 years, 5 months ago (2012-07-11 03:32:08 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yoshiki@chromium.org/10749015/8004
8 years, 5 months ago (2012-07-11 10:30:09 UTC) #5
commit-bot: I haz the power
8 years, 5 months ago (2012-07-11 11:56:49 UTC) #6
Change committed as 146104

Powered by Google App Engine
This is Rietveld 408576698