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

Issue 10538071: gdata: Convert FindEntryByResourceIdSync() to asynchronous. (Closed)

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

Description

gdata: Convert FindEntryByResourceIdSync() to asynchronous. This is part 2 of converting public synchronous functions in GDataFileSystem to asynchronous. BUG=127048 TEST=unit_tests, browser_tests Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=141727

Patch Set 1 : #

Total comments: 13

Patch Set 2 : Address Hashimoto's comments. #

Patch Set 3 : Rebase svn:trunc/src@130495 #

Patch Set 4 : Fix spelling error of 'completion' and a few unnecessary newlines. #

Total comments: 29

Patch Set 5 : Updating patch based on Achuith's comments. #

Patch Set 6 : Updating patch again based on Achuith's new comments. #

Patch Set 7 : Move declaration of FindEntryCallback to gdata_params.h #

Patch Set 8 : Rebase svn:trunk/src@141679 and resolve conflicts. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+92 lines, -108 lines) Patch
D chrome/browser/chromeos/gdata/find_entry_callback.h View 1 chunk +0 lines, -30 lines 0 comments Download
D chrome/browser/chromeos/gdata/find_entry_callback.cc View 1 chunk +0 lines, -16 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_file_system.h View 1 2 3 4 5 6 7 4 chunks +7 lines, -8 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_file_system.cc View 1 2 3 4 5 6 7 2 chunks +22 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_file_system_unittest.cc View 1 2 3 4 5 6 7 2 chunks +4 lines, -8 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_files.h View 1 2 3 4 5 6 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/chromeos/gdata/gdata_params.h View 1 2 3 4 5 6 3 chunks +8 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_protocol_handler.cc View 1 3 chunks +18 lines, -21 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_util.cc View 1 2 3 4 5 6 7 5 chunks +32 lines, -19 lines 0 comments Download
M chrome/browser/chromeos/gdata/mock_gdata_file_system.h View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 7 1 chunk +0 lines, -2 lines 0 comments Download

Messages

Total messages: 17 (0 generated)
hshi1
Satoru, Hashimoto - please review this patch. This is to convert the GDataFileSystem::FindEntryByResourceIdSync() to an ...
8 years, 6 months ago (2012-06-09 00:13:58 UTC) #1
satorux1
s/satorux/achuith/ I'm already out of service. :)
8 years, 6 months ago (2012-06-09 00:21:23 UTC) #2
hashimoto
lgtm with nits Please wait for Achuith's review http://codereview.chromium.org/10538071/diff/10002/chrome/browser/chromeos/gdata/gdata_file_system.h File chrome/browser/chromeos/gdata/gdata_file_system.h (right): http://codereview.chromium.org/10538071/diff/10002/chrome/browser/chromeos/gdata/gdata_file_system.h#newcode188 chrome/browser/chromeos/gdata/gdata_file_system.h:188: virtual ...
8 years, 6 months ago (2012-06-11 09:44:34 UTC) #3
hshi1
Achuith can you review Patch Set #2? Thanks. http://codereview.chromium.org/10538071/diff/10002/chrome/browser/chromeos/gdata/gdata_file_system.h File chrome/browser/chromeos/gdata/gdata_file_system.h (right): http://codereview.chromium.org/10538071/diff/10002/chrome/browser/chromeos/gdata/gdata_file_system.h#newcode188 chrome/browser/chromeos/gdata/gdata_file_system.h:188: virtual ...
8 years, 6 months ago (2012-06-11 17:48:52 UTC) #4
hshi1
Also adding Toni to help review. To emphasize, I am particularly not sure about my ...
8 years, 6 months ago (2012-06-11 18:25:21 UTC) #5
achuithb
http://codereview.chromium.org/10538071/diff/10002/chrome/browser/chromeos/gdata/gdata_file_system.cc File chrome/browser/chromeos/gdata/gdata_file_system.cc (right): http://codereview.chromium.org/10538071/diff/10002/chrome/browser/chromeos/gdata/gdata_file_system.cc#newcode1047 chrome/browser/chromeos/gdata/gdata_file_system.cc:1047: DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI) || Not sure I understand the point of ...
8 years, 6 months ago (2012-06-11 20:46:37 UTC) #6
hshi1
Can you check Patch Set #4? I just (personally) feel it is cleaner to get ...
8 years, 6 months ago (2012-06-11 20:58:50 UTC) #7
hshi1
P.S. I discussed the idea of removing the find_entry_callback.h/.cc last Friday with Satoru and we ...
8 years, 6 months ago (2012-06-11 21:14:27 UTC) #8
achuithb
http://codereview.chromium.org/10538071/diff/10002/chrome/browser/chromeos/gdata/gdata_file_system.cc File chrome/browser/chromeos/gdata/gdata_file_system.cc (right): http://codereview.chromium.org/10538071/diff/10002/chrome/browser/chromeos/gdata/gdata_file_system.cc#newcode1047 chrome/browser/chromeos/gdata/gdata_file_system.cc:1047: DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI) || On 2012/06/11 20:58:51, hshi1 wrote: > On ...
8 years, 6 months ago (2012-06-11 21:48:41 UTC) #9
hshi1
http://codereview.chromium.org/10538071/diff/13005/chrome/browser/chromeos/gdata/gdata_file_system.h File chrome/browser/chromeos/gdata/gdata_file_system.h (right): http://codereview.chromium.org/10538071/diff/13005/chrome/browser/chromeos/gdata/gdata_file_system.h#newcode117 chrome/browser/chromeos/gdata/gdata_file_system.h:117: void ReadOnlyFindEntryCallback(GDataEntry** out, On 2012/06/11 21:48:41, achuith.bhandarkar wrote: > ...
8 years, 6 months ago (2012-06-11 22:42:20 UTC) #10
achuithb
http://codereview.chromium.org/10538071/diff/13005/chrome/browser/chromeos/gdata/gdata_file_system.h File chrome/browser/chromeos/gdata/gdata_file_system.h (right): http://codereview.chromium.org/10538071/diff/13005/chrome/browser/chromeos/gdata/gdata_file_system.h#newcode117 chrome/browser/chromeos/gdata/gdata_file_system.h:117: void ReadOnlyFindEntryCallback(GDataEntry** out, On 2012/06/11 22:42:21, hshi1 wrote: > ...
8 years, 6 months ago (2012-06-11 22:56:10 UTC) #11
hshi1
http://codereview.chromium.org/10538071/diff/13005/chrome/browser/chromeos/gdata/gdata_file_system.h File chrome/browser/chromeos/gdata/gdata_file_system.h (right): http://codereview.chromium.org/10538071/diff/13005/chrome/browser/chromeos/gdata/gdata_file_system.h#newcode117 chrome/browser/chromeos/gdata/gdata_file_system.h:117: void ReadOnlyFindEntryCallback(GDataEntry** out, I see, thanks for the explanation! ...
8 years, 6 months ago (2012-06-11 23:17:52 UTC) #12
hashimoto
8 years, 6 months ago (2012-06-12 06:19:43 UTC) #13
achuithb
lgtm provided remaining item is taken care of (definition moved to gdata_params.h). Thanks! http://codereview.chromium.org/10538071/diff/10002/chrome/browser/chromeos/gdata/gdata_files.h File ...
8 years, 6 months ago (2012-06-12 07:59:47 UTC) #14
hshi1
Patch Set #7 moves the declaration of FindEntryCallback to gdata_params.h; sorry I missed this in ...
8 years, 6 months ago (2012-06-12 17:35:13 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hshi@chromium.org/10538071/8010
8 years, 6 months ago (2012-06-12 18:14:42 UTC) #16
commit-bot: I haz the power
8 years, 6 months ago (2012-06-12 20:32:56 UTC) #17
Change committed as 141727

Powered by Google App Engine
This is Rietveld 408576698