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

Issue 1182113009: Componentize HistoryQuickProvider and its supporting cast (Closed)

Created:
5 years, 6 months ago by blundell
Modified:
5 years, 6 months ago
CC:
chromium-reviews, James Su
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Componentize HistoryQuickProvider and its supporting cast The only thing that's slightly non-trivial is build system changes around in_memory_url_index_cache.proto. TBR=phajdan.jr, scottmg Committed: https://crrev.com/b0d11e2eeb3db9c48bc8b5e068f2e05c7f633a88 Cr-Commit-Position: refs/heads/master@{#335038}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Response to review, rebase #

Patch Set 3 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+69 lines, -2944 lines) Patch
M chrome/browser/BUILD.gn View 1 2 1 chunk +0 lines, -1 line 0 comments Download
D chrome/browser/autocomplete/BUILD.gn View 1 chunk +0 lines, -12 lines 0 comments Download
M chrome/browser/autocomplete/autocomplete_controller.cc View 1 1 chunk +1 line, -1 line 0 comments Download
D chrome/browser/autocomplete/history_quick_provider.h View 1 1 chunk +0 lines, -65 lines 0 comments Download
D chrome/browser/autocomplete/history_quick_provider.cc View 1 1 chunk +0 lines, -281 lines 0 comments Download
M chrome/browser/autocomplete/history_quick_provider_unittest.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/autocomplete/history_url_provider_unittest.cc View 1 2 chunks +1 line, -1 line 0 comments Download
D chrome/browser/autocomplete/in_memory_url_index.h View 1 1 chunk +0 lines, -325 lines 0 comments Download
D chrome/browser/autocomplete/in_memory_url_index.cc View 1 1 chunk +0 lines, -344 lines 0 comments Download
D chrome/browser/autocomplete/in_memory_url_index_cache.proto View 1 chunk +0 lines, -103 lines 0 comments Download
M chrome/browser/autocomplete/in_memory_url_index_factory.cc View 1 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/autocomplete/in_memory_url_index_unittest.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/autocomplete/shortcuts_provider_unittest.cc View 1 2 chunks +1 line, -1 line 0 comments Download
D chrome/browser/autocomplete/url_index_private_data.h View 1 chunk +0 lines, -410 lines 0 comments Download
D chrome/browser/autocomplete/url_index_private_data.cc View 1 chunk +0 lines, -1355 lines 0 comments Download
M chrome/browser/ui/omnibox/omnibox_view_browsertest.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/chrome_browser.gypi View 1 2 4 chunks +0 lines, -20 lines 0 comments Download
M chrome/test/base/history_index_restore_observer.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/base/testing_profile.cc View 1 2 chunks +1 line, -1 line 0 comments Download
M components/omnibox.gypi View 1 2 4 chunks +22 lines, -0 lines 0 comments Download
M components/omnibox/BUILD.gn View 1 2 5 chunks +17 lines, -0 lines 0 comments Download
M components/omnibox/DEPS View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
A + components/omnibox/history_quick_provider.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
A + components/omnibox/history_quick_provider.cc View 1 3 chunks +2 lines, -2 lines 0 comments Download
A + components/omnibox/in_memory_url_index.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + components/omnibox/in_memory_url_index.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
A + components/omnibox/in_memory_url_index_cache.proto View 0 chunks +-1 lines, --1 lines 0 comments Download
A + components/omnibox/url_index_private_data.h View 3 chunks +4 lines, -4 lines 0 comments Download
A + components/omnibox/url_index_private_data.cc View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 16 (6 generated)
blundell
5 years, 6 months ago (2015-06-16 20:04:01 UTC) #2
Peter Kasting
I don't see anything nontrivial about the proto build changes -- looks to me like ...
5 years, 6 months ago (2015-06-16 21:58:30 UTC) #3
blundell
On 2015/06/16 21:58:30, Peter Kasting wrote: > I don't see anything nontrivial about the proto ...
5 years, 6 months ago (2015-06-17 14:16:09 UTC) #4
blundell
https://codereview.chromium.org/1182113009/diff/1/components/omnibox/BUILD.gn File components/omnibox/BUILD.gn (right): https://codereview.chromium.org/1182113009/diff/1/components/omnibox/BUILD.gn#newcode4 components/omnibox/BUILD.gn:4: import("//third_party/protobuf/proto_library.gni") On 2015/06/16 21:58:29, Peter Kasting wrote: > Nit: ...
5 years, 6 months ago (2015-06-17 14:16:18 UTC) #5
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1182113009/40001
5 years, 6 months ago (2015-06-18 13:02:49 UTC) #8
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/71946)
5 years, 6 months ago (2015-06-18 13:12:43 UTC) #10
blundell
TBR=phajdan.jr for //chrome/test/base TBR=scottmg for dep from //components/omnibox to //third_party/protobuf
5 years, 6 months ago (2015-06-18 14:34:22 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1182113009/40001
5 years, 6 months ago (2015-06-18 14:36:22 UTC) #14
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 6 months ago (2015-06-18 14:41:37 UTC) #15
commit-bot: I haz the power
5 years, 6 months ago (2015-06-18 14:42:45 UTC) #16
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/b0d11e2eeb3db9c48bc8b5e068f2e05c7f633a88
Cr-Commit-Position: refs/heads/master@{#335038}

Powered by Google App Engine
This is Rietveld 408576698