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

Issue 640103002: Adds full-functional search results for Athena on Chrome. (Closed)

Created:
6 years, 2 months ago by Jun Mukai
Modified:
6 years, 2 months ago
CC:
chromium-reviews, chrome-apps-syd-reviews_chromium.org, chromium-apps-reviews_chromium.org, tfarina, extensions-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Adds full-functional search results for Athena on Chrome. BUG=380875, 421444 R=oshima@chromium.org, xiyuan@chromium.org TBR=pkasting@chromium.org, jar@chromium.org TEST=manually Committed: https://crrev.com/2ba30fe7f0c4640d3007b3357f0d0ab89637919e Cr-Commit-Position: refs/heads/master@{#299186}

Patch Set 1 #

Patch Set 2 : fix #

Patch Set 3 : re-upload #

Total comments: 12

Patch Set 4 : fix #

Patch Set 5 : OpenURL #

Patch Set 6 : openURL fix #

Patch Set 7 : fix DEPS #

Unified diffs Side-by-side diffs Delta from patch set Stats (+489 lines, -570 lines) Patch
M athena/athena.gyp View 1 2 3 5 chunks +12 lines, -3 lines 0 comments Download
M athena/content/DEPS View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
D athena/content/chrome/scheme_classifier_factory.cc View 1 2 3 1 chunk +0 lines, -19 lines 0 comments Download
D athena/content/public/scheme_classifier_factory.h View 1 2 3 1 chunk +0 lines, -24 lines 0 comments Download
D athena/content/shell/scheme_classifier_factory.cc View 1 2 3 1 chunk +0 lines, -40 lines 0 comments Download
A + athena/extensions/chrome/app_list_controller_delegate_athena.h View 1 2 3 4 5 2 chunks +12 lines, -11 lines 0 comments Download
A athena/extensions/chrome/app_list_controller_delegate_athena.cc View 1 2 3 4 5 1 chunk +114 lines, -0 lines 0 comments Download
A athena/extensions/chrome/chrome_search_controller_factory.h View 1 chunk +36 lines, -0 lines 0 comments Download
A athena/extensions/chrome/chrome_search_controller_factory.cc View 1 2 3 4 1 chunk +37 lines, -0 lines 0 comments Download
A athena/extensions/public/apps_search_controller_factory.h View 1 2 3 1 chunk +22 lines, -0 lines 0 comments Download
M athena/extensions/shell/DEPS View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download
A athena/extensions/shell/athena_shell_scheme_classifier.h View 1 2 3 1 chunk +29 lines, -0 lines 0 comments Download
A athena/extensions/shell/athena_shell_scheme_classifier.cc View 1 2 3 1 chunk +27 lines, -0 lines 0 comments Download
A athena/extensions/shell/shell_search_controller_factory.h View 1 chunk +34 lines, -0 lines 0 comments Download
A athena/extensions/shell/shell_search_controller_factory.cc View 1 2 3 4 1 chunk +37 lines, -0 lines 0 comments Download
A + athena/extensions/shell/url_search_provider.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + athena/extensions/shell/url_search_provider.cc View 1 2 3 14 chunks +30 lines, -40 lines 0 comments Download
M athena/home/app_list_view_delegate.h View 2 chunks +5 lines, -8 lines 0 comments Download
M athena/home/app_list_view_delegate.cc View 1 4 chunks +17 lines, -28 lines 0 comments Download
M athena/home/home_card_impl.h View 1 2 3 5 chunks +4 lines, -11 lines 0 comments Download
M athena/home/home_card_impl.cc View 1 2 3 6 chunks +9 lines, -16 lines 0 comments Download
M athena/home/public/home_card.h View 1 2 3 4 chunks +4 lines, -10 lines 0 comments Download
A athena/home/public/search_controller_factory.h View 1 chunk +29 lines, -0 lines 0 comments Download
M athena/main/DEPS View 1 2 3 4 5 6 1 chunk +0 lines, -3 lines 0 comments Download
M athena/main/athena_launcher.cc View 1 2 3 3 chunks +11 lines, -8 lines 0 comments Download
M athena/main/athena_main.gyp View 1 chunk +0 lines, -2 lines 0 comments Download
M athena/main/public/athena_launcher.h View 1 2 3 3 chunks +4 lines, -1 line 0 comments Download
D athena/main/url_search_provider.h View 1 chunk +0 lines, -51 lines 0 comments Download
D athena/main/url_search_provider.cc View 1 chunk +0 lines, -290 lines 0 comments Download
M athena/test/base/athena_test_helper.cc View 1 2 3 2 chunks +4 lines, -1 line 0 comments Download
M chrome/browser/ui/app_list/search/app_result.cc View 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 23 (6 generated)
Jun Mukai
6 years, 2 months ago (2014-10-08 23:18:18 UTC) #1
xiyuan
LGTM with nits https://codereview.chromium.org/640103002/diff/40001/athena/home/home_card_impl.h File athena/home/home_card_impl.h (right): https://codereview.chromium.org/640103002/diff/40001/athena/home/home_card_impl.h#newcode50 athena/home/home_card_impl.h:50: SearchControllerFactory* search_factory); nit: scoped_ptr<SearchControllerFactory> to make ...
6 years, 2 months ago (2014-10-09 16:28:54 UTC) #2
oshima
https://codereview.chromium.org/640103002/diff/40001/athena/extensions/chrome/app_list_controller_delegate_athena.cc File athena/extensions/chrome/app_list_controller_delegate_athena.cc (right): https://codereview.chromium.org/640103002/diff/40001/athena/extensions/chrome/app_list_controller_delegate_athena.cc#newcode24 athena/extensions/chrome/app_list_controller_delegate_athena.cc:24: // TODO(mukai): implement this. nit: NOTIMPLEMENTED(); same for other ...
6 years, 2 months ago (2014-10-09 19:56:40 UTC) #3
Jun Mukai
https://codereview.chromium.org/640103002/diff/40001/athena/extensions/chrome/app_list_controller_delegate_athena.cc File athena/extensions/chrome/app_list_controller_delegate_athena.cc (right): https://codereview.chromium.org/640103002/diff/40001/athena/extensions/chrome/app_list_controller_delegate_athena.cc#newcode24 athena/extensions/chrome/app_list_controller_delegate_athena.cc:24: // TODO(mukai): implement this. On 2014/10/09 19:56:39, oshima wrote: ...
6 years, 2 months ago (2014-10-09 21:10:20 UTC) #4
Jun Mukai
I noticed that this cannot be landed, because omnibox search result tries to open through ...
6 years, 2 months ago (2014-10-09 21:11:11 UTC) #5
Jun Mukai
updated based on https://codereview.chromium.org/644863002/
6 years, 2 months ago (2014-10-09 23:24:15 UTC) #6
Jun Mukai
Now it's safe to land this.
6 years, 2 months ago (2014-10-10 17:06:37 UTC) #7
Jun Mukai
TBR-ing pkasting, jar for moving DEPS entries.
6 years, 2 months ago (2014-10-10 17:13:16 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/640103002/370001
6 years, 2 months ago (2014-10-10 17:13:56 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: ios_rel_device_ninja on tryserver.chromium.mac (http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_rel_device_ninja/builds/17769)
6 years, 2 months ago (2014-10-10 17:22:52 UTC) #13
Peter Kasting
On 2014/10/10 17:13:16, Jun Mukai wrote: > TBR-ing pkasting, jar for moving DEPS entries. All ...
6 years, 2 months ago (2014-10-10 17:35:27 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/640103002/590001
6 years, 2 months ago (2014-10-10 17:39:21 UTC) #16
Jun Mukai
On 2014/10/10 17:35:27, Peter Kasting wrote: > On 2014/10/10 17:13:16, Jun Mukai wrote: > > ...
6 years, 2 months ago (2014-10-10 17:41:40 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel_swarming on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_swarming/builds/22917)
6 years, 2 months ago (2014-10-10 18:52:59 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/640103002/590001
6 years, 2 months ago (2014-10-10 20:41:05 UTC) #21
commit-bot: I haz the power
Committed patchset #7 (id:590001)
6 years, 2 months ago (2014-10-10 21:08:03 UTC) #22
commit-bot: I haz the power
6 years, 2 months ago (2014-10-10 21:08:46 UTC) #23
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/2ba30fe7f0c4640d3007b3357f0d0ab89637919e
Cr-Commit-Position: refs/heads/master@{#299186}

Powered by Google App Engine
This is Rietveld 408576698