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

Issue 267653005: Adds HotwordPrivate API for integrating the hotword feature to AppLauncher (Closed)

Created:
6 years, 7 months ago by Jun Mukai
Modified:
6 years, 7 months ago
CC:
chromium-reviews, chrome-apps-syd-reviews_chromium.org, extensions-reviews_chromium.org, skanuj+watch_chromium.org, melevin+watch_chromium.org, jar (doing other things), tfarina, dhollowa+watch_chromium.org, dougw+watch_chromium.org, donnd+watch_chromium.org, dominich, jfweitz+watch_chromium.org, David Black, asvitkine+watch_chromium.org, samarth+watch_chromium.org, kmadhusu+watch_chromium.org, chromium-apps-reviews_chromium.org, Jered, saurya, gshires, Alexei Svitkine (slow)
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : missing files #

Patch Set 3 : versioning #

Patch Set 4 : test #

Patch Set 5 : rebase #

Patch Set 6 : add hotword type #

Total comments: 10

Patch Set 7 : fix & rebase #

Total comments: 4

Patch Set 8 : fix #

Total comments: 2

Patch Set 9 : enabled -> started #

Patch Set 10 : build fix #

Patch Set 11 : gyp fix #

Patch Set 12 : moar fix #

Patch Set 13 : typo #

Patch Set 14 : fix #

Patch Set 15 : rebase #

Patch Set 16 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+308 lines, -42 lines) Patch
M chrome/browser/extensions/api/hotword_private/hotword_private_api.h View 1 2 3 2 chunks +31 lines, -1 line 0 comments Download
M chrome/browser/extensions/api/hotword_private/hotword_private_api.cc View 3 chunks +32 lines, -5 lines 0 comments Download
M chrome/browser/extensions/api/hotword_private/hotword_private_apitest.cc View 1 2 3 3 chunks +52 lines, -0 lines 0 comments Download
A chrome/browser/search/hotword_client.h View 1 2 3 4 5 6 7 8 1 chunk +19 lines, -0 lines 0 comments Download
M chrome/browser/search/hotword_service.h View 3 chunks +8 lines, -0 lines 0 comments Download
M chrome/browser/search/hotword_service.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 3 chunks +44 lines, -1 line 0 comments Download
M chrome/browser/ui/app_list/app_list_view_delegate.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +6 lines, -0 lines 0 comments Download
M chrome/browser/ui/app_list/app_list_view_delegate.cc View 1 2 3 4 5 6 7 8 9 10 4 chunks +36 lines, -2 lines 0 comments Download
M chrome/browser/ui/app_list/start_page_service.cc View 1 2 3 4 3 chunks +2 lines, -27 lines 0 comments Download
M chrome/browser/ui/webui/app_list/start_page_handler.cc View 1 2 3 4 5 6 7 8 9 2 chunks +23 lines, -5 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/extensions/api/hotword_private.idl View 1 2 3 4 5 6 7 2 chunks +23 lines, -2 lines 0 comments Download
A + chrome/test/data/extensions/api_test/hotword_private/hotwordSession/manifest.json View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A chrome/test/data/extensions/api_test/hotword_private/hotwordSession/test.js View 1 2 3 4 5 1 chunk +28 lines, -0 lines 0 comments Download
M extensions/browser/extension_function_histogram_value.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +2 lines, -0 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 37 (0 generated)
Jun Mukai
6 years, 7 months ago (2014-05-02 01:48:30 UTC) #1
rpetterson
Adding Antony who is most familiar with our hotwordPrivate api as an extensions/ reviewer. https://codereview.chromium.org/267653005/diff/100001/chrome/browser/search/hotword_service.cc ...
6 years, 7 months ago (2014-05-02 19:13:15 UTC) #2
Jun Mukai
https://codereview.chromium.org/267653005/diff/100001/chrome/browser/search/hotword_service.cc File chrome/browser/search/hotword_service.cc (right): https://codereview.chromium.org/267653005/diff/100001/chrome/browser/search/hotword_service.cc#newcode283 chrome/browser/search/hotword_service.cc:283: HotwordClient* client) { On 2014/05/02 19:13:16, rpetterson wrote: > ...
6 years, 7 months ago (2014-05-02 22:18:57 UTC) #3
xiyuan
app_list/* LGTM
6 years, 7 months ago (2014-05-02 22:21:08 UTC) #4
asargent_no_longer_on_chrome
lgtm https://codereview.chromium.org/267653005/diff/70016/chrome/common/extensions/api/hotword_private.idl File chrome/common/extensions/api/hotword_private.idl (right): https://codereview.chromium.org/267653005/diff/70016/chrome/common/extensions/api/hotword_private.idl#newcode52 chrome/common/extensions/api/hotword_private.idl:52: static void setHotwordSessionState(boolean started, optional GenericDoneCallback callback); nit: ...
6 years, 7 months ago (2014-05-04 21:55:23 UTC) #5
Jun Mukai
https://codereview.chromium.org/267653005/diff/70016/chrome/common/extensions/api/hotword_private.idl File chrome/common/extensions/api/hotword_private.idl (right): https://codereview.chromium.org/267653005/diff/70016/chrome/common/extensions/api/hotword_private.idl#newcode52 chrome/common/extensions/api/hotword_private.idl:52: static void setHotwordSessionState(boolean started, optional GenericDoneCallback callback); On 2014/05/04 ...
6 years, 7 months ago (2014-05-05 18:45:03 UTC) #6
rpetterson
https://codereview.chromium.org/267653005/diff/120001/chrome/browser/ui/app_list/app_list_view_delegate.cc File chrome/browser/ui/app_list/app_list_view_delegate.cc (right): https://codereview.chromium.org/267653005/diff/120001/chrome/browser/ui/app_list/app_list_view_delegate.cc#newcode155 chrome/browser/ui/app_list/app_list_view_delegate.cc:155: if (speech_ui_->state() == app_list::SPEECH_RECOGNITION_HOTWORD_LISTENING) I'm confused by what the ...
6 years, 7 months ago (2014-05-05 19:43:35 UTC) #7
Jun Mukai
https://codereview.chromium.org/267653005/diff/120001/chrome/browser/ui/app_list/app_list_view_delegate.cc File chrome/browser/ui/app_list/app_list_view_delegate.cc (right): https://codereview.chromium.org/267653005/diff/120001/chrome/browser/ui/app_list/app_list_view_delegate.cc#newcode155 chrome/browser/ui/app_list/app_list_view_delegate.cc:155: if (speech_ui_->state() == app_list::SPEECH_RECOGNITION_HOTWORD_LISTENING) On 2014/05/05 19:43:36, rpetterson wrote: ...
6 years, 7 months ago (2014-05-05 20:00:54 UTC) #8
rpetterson
On 2014/05/05 20:00:54, Jun Mukai wrote: > https://codereview.chromium.org/267653005/diff/120001/chrome/browser/ui/app_list/app_list_view_delegate.cc > File chrome/browser/ui/app_list/app_list_view_delegate.cc (right): > > https://codereview.chromium.org/267653005/diff/120001/chrome/browser/ui/app_list/app_list_view_delegate.cc#newcode155 ...
6 years, 7 months ago (2014-05-05 20:08:43 UTC) #9
Jun Mukai
Setting TBR=asvitkine (for histgrams, trivial automatic changes) and jered (for chrome/browser/search, already got lgtm from ...
6 years, 7 months ago (2014-05-05 21:25:17 UTC) #10
Jun Mukai
The CQ bit was checked by mukai@chromium.org
6 years, 7 months ago (2014-05-05 21:25:23 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mukai@chromium.org/267653005/140001
6 years, 7 months ago (2014-05-05 21:26:56 UTC) #12
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). Please consider checking whether the failures are ...
6 years, 7 months ago (2014-05-06 00:36:57 UTC) #13
Jun Mukai
The CQ bit was checked by mukai@chromium.org
6 years, 7 months ago (2014-05-06 00:55:38 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mukai@chromium.org/267653005/160001
6 years, 7 months ago (2014-05-06 00:55:57 UTC) #15
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). Please consider checking whether the failures are ...
6 years, 7 months ago (2014-05-06 04:55:33 UTC) #16
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #2). Please consider checking whether the failures are ...
6 years, 7 months ago (2014-05-06 05:17:52 UTC) #17
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-05-06 05:33:05 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: android_clang_dbg on tryserver.chromium
6 years, 7 months ago (2014-05-06 05:33:05 UTC) #19
Alexei Svitkine (slow)
lgtm for histograms
6 years, 7 months ago (2014-05-06 13:30:35 UTC) #20
Jun Mukai
The CQ bit was checked by mukai@chromium.org
6 years, 7 months ago (2014-05-06 18:08:54 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mukai@chromium.org/267653005/180001
6 years, 7 months ago (2014-05-06 18:09:44 UTC) #22
Jun Mukai
The CQ bit was checked by mukai@chromium.org
6 years, 7 months ago (2014-05-06 20:50:53 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mukai@chromium.org/267653005/200001
6 years, 7 months ago (2014-05-06 20:53:21 UTC) #24
Jun Mukai
The CQ bit was unchecked by mukai@chromium.org
6 years, 7 months ago (2014-05-06 21:40:45 UTC) #25
Jun Mukai
The CQ bit was checked by mukai@chromium.org
6 years, 7 months ago (2014-05-06 21:46:51 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mukai@chromium.org/267653005/220001
6 years, 7 months ago (2014-05-06 21:49:00 UTC) #27
Jun Mukai
The CQ bit was checked by mukai@chromium.org
6 years, 7 months ago (2014-05-06 22:14:54 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mukai@chromium.org/267653005/240001
6 years, 7 months ago (2014-05-06 22:15:51 UTC) #29
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-05-07 15:18:26 UTC) #30
commit-bot: I haz the power
Failed to apply patch for extensions/browser/extension_function_histogram_value.h: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 7 months ago (2014-05-07 15:18:27 UTC) #31
Jun Mukai
The CQ bit was checked by mukai@chromium.org
6 years, 7 months ago (2014-05-07 16:44:08 UTC) #32
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mukai@chromium.org/267653005/260001
6 years, 7 months ago (2014-05-07 16:48:13 UTC) #33
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). Please consider checking whether the failures are ...
6 years, 7 months ago (2014-05-08 02:32:53 UTC) #34
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-05-08 03:51:51 UTC) #35
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_compile_dbg on tryserver.chromium
6 years, 7 months ago (2014-05-08 03:51:52 UTC) #36
Jun Mukai
6 years, 7 months ago (2014-05-08 23:52:26 UTC) #37
Message was sent while issue was closed.
Committed patchset #16 manually as r269107 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698