New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 856524 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Jul 12
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 2
Type: Bug

Blocking:
issue 842947



Sign in to add a comment

global search Android app shortcuts has large latency

Project Member Reported by warx@chromium.org, Jun 26 2018

Issue description

ToT enable #enable-app-shortcuts-search

This happens when user installed 10+ android apps. It is because icon related calls are not trivial time (2ms). So the original solution passing all shortcuts to Chrome is not optimal!

Propose this new mojo API between Chrome and android:
  GetAppShortcutGlobalQueryItems(
      string query, int32 max_results) =>
          (array<AppShortcutItem> shortcut_items);
 
Cc: -weidongg@chromium.org warx@chromium.org
Owner: weidongg@chromium.org
Status: Assigned (was: Untriaged)
Status: Fixed (was: Assigned)
Fixed by https://chromium-review.googlesource.com/c/chromium/src/+/1117893

Sign in to add a comment