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

Issue 10217010: Completed the code path from AndroidProviderService to HistoryBackend. (Closed)

Created:
8 years, 8 months ago by michaelbai
Modified:
8 years, 7 months ago
Reviewers:
sky
CC:
chromium-reviews, brettw-cc_chromium.org
Visibility:
Public.

Description

Completed the code path from AndroidProviderService to HistoryBackend. - Added AndroidProviderService. - Added methods in HistoryService and HistoryBackend to support Android content provider. - Also fixed a issue in testing_profile.cc. BUG= TEST=Added the new tests Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=135414

Patch Set 1 : Init #

Total comments: 23

Patch Set 2 : Address the comments #

Total comments: 26

Patch Set 3 : Addressed the comments #

Patch Set 4 : Sync #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1022 lines, -1 line) Patch
A chrome/browser/history/android/android_history_provider_service.h View 1 2 1 chunk +178 lines, -0 lines 0 comments Download
A chrome/browser/history/android/android_history_provider_service.cc View 1 2 1 chunk +222 lines, -0 lines 0 comments Download
A chrome/browser/history/android/android_history_provider_service_unittest.cc View 1 2 1 chunk +261 lines, -0 lines 0 comments Download
M chrome/browser/history/history.h View 1 2 3 3 chunks +32 lines, -0 lines 0 comments Download
M chrome/browser/history/history_backend.h View 1 2 3 4 chunks +71 lines, -1 line 0 comments Download
M chrome/browser/history/history_backend.cc View 1 2 3 5 chunks +27 lines, -0 lines 0 comments Download
A chrome/browser/history/history_backend_android.cc View 1 1 chunk +183 lines, -0 lines 0 comments Download
M chrome/browser/history/history_marshaling.h View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
A chrome/browser/history/history_marshaling_android.h View 1 1 chunk +30 lines, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/chrome_constants.h View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/common/chrome_constants.cc View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/test/base/testing_profile.cc View 1 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
michaelbai
8 years, 8 months ago (2012-04-24 22:23:43 UTC) #1
sky
http://codereview.chromium.org/10217010/diff/2001/chrome/browser/android_provider_service.cc File chrome/browser/android_provider_service.cc (right): http://codereview.chromium.org/10217010/diff/2001/chrome/browser/android_provider_service.cc#newcode175 chrome/browser/android_provider_service.cc:175: request->ForwardResultAsync(request->handle(), false, 0); These methods are buying you anything. ...
8 years, 8 months ago (2012-04-25 15:57:24 UTC) #2
michaelbai
http://codereview.chromium.org/10217010/diff/2001/chrome/browser/android_provider_service.cc File chrome/browser/android_provider_service.cc (right): http://codereview.chromium.org/10217010/diff/2001/chrome/browser/android_provider_service.cc#newcode175 chrome/browser/android_provider_service.cc:175: request->ForwardResultAsync(request->handle(), false, 0); On 2012/04/25 15:57:25, sky wrote: > ...
8 years, 8 months ago (2012-04-26 05:32:47 UTC) #3
michaelbai
PTAL
8 years, 8 months ago (2012-04-27 18:53:51 UTC) #4
sky
http://codereview.chromium.org/10217010/diff/2001/chrome/browser/history/history.h File chrome/browser/history/history.h (right): http://codereview.chromium.org/10217010/diff/2001/chrome/browser/history/history.h#newcode888 chrome/browser/history/history.h:888: #if defined(OS_ANDROID) On 2012/04/26 05:32:48, michaelbai wrote: > I ...
8 years, 8 months ago (2012-04-27 21:37:21 UTC) #5
michaelbai
PTAL http://codereview.chromium.org/10217010/diff/12001/chrome/browser/history/android/android_history_provider_service.cc File chrome/browser/history/android/android_history_provider_service.cc (right): http://codereview.chromium.org/10217010/diff/12001/chrome/browser/history/android/android_history_provider_service.cc#newcode111 chrome/browser/history/android/android_history_provider_service.cc:111: } On 2012/04/27 21:37:22, sky wrote: > This ...
8 years, 8 months ago (2012-04-27 23:26:04 UTC) #6
sky
LGTM
8 years, 8 months ago (2012-04-27 23:35:52 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/michaelbai@chromium.org/10217010/21001
8 years, 7 months ago (2012-05-04 18:21:27 UTC) #8
commit-bot: I haz the power
Can't apply patch for file chrome/browser/history/android/android_provider_backend_unittest.cc. While running patch -p1 --forward --force; patching file chrome/browser/history/android/android_provider_backend_unittest.cc ...
8 years, 7 months ago (2012-05-04 18:21:41 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/michaelbai@chromium.org/10217010/26002
8 years, 7 months ago (2012-05-04 18:50:16 UTC) #10
commit-bot: I haz the power
8 years, 7 months ago (2012-05-04 20:49:51 UTC) #11
Change committed as 135414

Powered by Google App Engine
This is Rietveld 408576698