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

Issue 1110903002: App Launcher: Webstore results are now ranked by title match. (Closed)

Created:
5 years, 7 months ago by Matt Giuca
Modified:
5 years, 7 months ago
Reviewers:
calamity
CC:
chromium-reviews, tfarina, Matt Giuca, tapted, chrome-apps-syd-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

App Launcher: Webstore results are now ranked by title match. Previously, all Webstore results had an internal relevance score of 0.0. Now they are scored based on the query matched against the app's title, and scores of 0.0 are discarded. This fixes app results showing up because the word you typed appears in the app's web store description, but not its title. BUG=481837 Committed: https://crrev.com/4872ba41d2be74386a21897636c7d64a698cc97b Cr-Commit-Position: refs/heads/master@{#329343}

Patch Set 1 #

Patch Set 2 : Remove highlighting part (separate CL). #

Patch Set 3 : Formatting. #

Patch Set 4 : Comment. #

Total comments: 2

Patch Set 5 : Fix use of scoped_ptr. #

Patch Set 6 : Rebase against uncommitted CLs. #

Patch Set 7 : Fix and add new browser tests. #

Patch Set 8 : NULL -> nullptr. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+60 lines, -42 lines) Patch
M chrome/browser/ui/app_list/search/webstore/webstore_provider.h View 1 2 3 4 5 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/ui/app_list/search/webstore/webstore_provider.cc View 1 2 3 4 5 5 chunks +19 lines, -13 lines 0 comments Download
M chrome/browser/ui/app_list/search/webstore/webstore_provider_browsertest.cc View 1 2 3 4 5 6 7 5 chunks +32 lines, -20 lines 0 comments Download
M chrome/browser/ui/app_list/search/webstore/webstore_result.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/app_list/search/webstore/webstore_result.cc View 1 2 3 chunks +5 lines, -8 lines 0 comments Download

Messages

Total messages: 21 (11 generated)
Matt Giuca
5 years, 7 months ago (2015-04-28 08:09:45 UTC) #3
calamity
lgtm. https://codereview.chromium.org/1110903002/diff/70001/chrome/browser/ui/app_list/search/webstore/webstore_provider.cc File chrome/browser/ui/app_list/search/webstore/webstore_provider.cc (right): https://codereview.chromium.org/1110903002/diff/70001/chrome/browser/ui/app_list/search/webstore/webstore_provider.cc#newcode185 chrome/browser/ui/app_list/search/webstore/webstore_provider.cc:185: return result.Pass(); I can see that it's the ...
5 years, 7 months ago (2015-04-29 05:33:16 UTC) #4
Matt Giuca
https://codereview.chromium.org/1110903002/diff/70001/chrome/browser/ui/app_list/search/webstore/webstore_provider.cc File chrome/browser/ui/app_list/search/webstore/webstore_provider.cc (right): https://codereview.chromium.org/1110903002/diff/70001/chrome/browser/ui/app_list/search/webstore/webstore_provider.cc#newcode185 chrome/browser/ui/app_list/search/webstore/webstore_provider.cc:185: return result.Pass(); Yes.
5 years, 7 months ago (2015-04-29 05:46:30 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1110903002/90001
5 years, 7 months ago (2015-04-29 05:48:59 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_ng/builds/51902) linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, ...
5 years, 7 months ago (2015-04-29 07:08:36 UTC) #10
Matt Giuca
PTAL (browser_tests). Also, note that this is now based off of https://codereview.chromium.org/1133543003/ which I also ...
5 years, 7 months ago (2015-05-08 05:09:58 UTC) #11
calamity
slgtm.
5 years, 7 months ago (2015-05-11 06:34:25 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1110903002/150001
5 years, 7 months ago (2015-05-12 02:58:13 UTC) #19
commit-bot: I haz the power
Committed patchset #8 (id:150001)
5 years, 7 months ago (2015-05-12 03:46:30 UTC) #20
commit-bot: I haz the power
5 years, 7 months ago (2015-05-12 03:47:24 UTC) #21
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/4872ba41d2be74386a21897636c7d64a698cc97b
Cr-Commit-Position: refs/heads/master@{#329343}

Powered by Google App Engine
This is Rietveld 408576698