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

Issue 69813002: Adds the speech recognition button to the app-list searchbox. (Closed)

Created:
7 years, 1 month ago by Jun Mukai
Modified:
7 years, 1 month ago
Reviewers:
xiyuan, James Cook
CC:
chromium-reviews, chrome-apps-syd-reviews_chromium.org, sadrul, tfarina, arv+watch_chromium.org, kalyank, ben+ash_chromium.org
Visibility:
Public.

Description

Adds the speech recognition button to the app-list searchbox. BUG=313904 R=xiyuan@chromium.org TBR=jamescook@chromium.org TEST=manually Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=234902

Patch Set 1 #

Total comments: 8

Patch Set 2 : fix #

Patch Set 3 : voice -> speech #

Patch Set 4 : fix win #

Unified diffs Side-by-side diffs Delta from patch set Stats (+244 lines, -6 lines) Patch
M ash/shell/app_list.cc View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/app/generated_resources.grd View 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/resources/app_list/speech_manager.js View 3 chunks +14 lines, -0 lines 0 comments Download
M chrome/browser/resources/app_list/start_page.js View 1 chunk +16 lines, -1 line 0 comments Download
M chrome/browser/ui/app_list/app_list_view_delegate.h View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/app_list/app_list_view_delegate.cc View 1 2 2 chunks +11 lines, -0 lines 0 comments Download
M chrome/browser/ui/app_list/search/search_controller.cc View 1 2 2 chunks +16 lines, -2 lines 0 comments Download
M chrome/browser/ui/app_list/start_page_observer.h View 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/ui/app_list/start_page_service.h View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/ui/app_list/start_page_service.cc View 1 chunk +11 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/app_list/start_page_handler.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/webui/app_list/start_page_handler.cc View 2 chunks +13 lines, -0 lines 0 comments Download
M ui/app_list/app_list_view_delegate.h View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M ui/app_list/cocoa/apps_search_box_controller.mm View 1 2 2 chunks +13 lines, -0 lines 0 comments Download
M ui/app_list/search_box_model.h View 1 2 3 2 chunks +26 lines, -1 line 0 comments Download
M ui/app_list/search_box_model.cc View 1 2 2 chunks +28 lines, -0 lines 0 comments Download
M ui/app_list/search_box_model_observer.h View 1 2 1 chunk +7 lines, -0 lines 0 comments Download
M ui/app_list/test/app_list_test_view_delegate.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M ui/app_list/views/search_box_view.h View 1 2 4 chunks +9 lines, -0 lines 0 comments Download
M ui/app_list/views/search_box_view.cc View 1 2 7 chunks +56 lines, -2 lines 0 comments Download

Messages

Total messages: 17 (0 generated)
Jun Mukai
7 years, 1 month ago (2013-11-12 01:15:52 UTC) #1
xiyuan
LGTM with nits https://codereview.chromium.org/69813002/diff/1/ui/app_list/app_list_view_delegate.h File ui/app_list/app_list_view_delegate.h (right): https://codereview.chromium.org/69813002/diff/1/ui/app_list/app_list_view_delegate.h#newcode119 ui/app_list/app_list_view_delegate.h:119: virtual void OnRightButtonClicked() = 0; nit: ...
7 years, 1 month ago (2013-11-12 03:09:24 UTC) #2
Jun Mukai
https://codereview.chromium.org/69813002/diff/1/ui/app_list/app_list_view_delegate.h File ui/app_list/app_list_view_delegate.h (right): https://codereview.chromium.org/69813002/diff/1/ui/app_list/app_list_view_delegate.h#newcode119 ui/app_list/app_list_view_delegate.h:119: virtual void OnRightButtonClicked() = 0; On 2013/11/12 03:09:25, xiyuan ...
7 years, 1 month ago (2013-11-12 19:24:08 UTC) #3
xiyuan
Can you also update the CL description? We sometime use "speech recognition" and sometime use ...
7 years, 1 month ago (2013-11-12 19:32:59 UTC) #4
Jun Mukai
On 2013/11/12 19:32:59, xiyuan wrote: > Can you also update the CL description? We sometime ...
7 years, 1 month ago (2013-11-12 20:05:55 UTC) #5
xiyuan
On 2013/11/12 20:05:55, Jun Mukai wrote: > On 2013/11/12 19:32:59, xiyuan wrote: > > Can ...
7 years, 1 month ago (2013-11-12 20:42:40 UTC) #6
Jun Mukai
On 2013/11/12 20:42:40, xiyuan wrote: > On 2013/11/12 20:05:55, Jun Mukai wrote: > > On ...
7 years, 1 month ago (2013-11-12 22:53:42 UTC) #7
xiyuan
LGTM++
7 years, 1 month ago (2013-11-12 23:19:39 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mukai@chromium.org/69813002/310001
7 years, 1 month ago (2013-11-13 01:13:01 UTC) #9
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=35853
7 years, 1 month ago (2013-11-13 01:49:02 UTC) #10
Jun Mukai
On 2013/11/13 01:49:02, I haz the power (commit-bot) wrote: > Retried try job too often ...
7 years, 1 month ago (2013-11-13 02:09:28 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/69813002/310001
7 years, 1 month ago (2013-11-13 02:16:58 UTC) #12
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 1 month ago (2013-11-13 03:54:15 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mukai@chromium.org/69813002/310001
7 years, 1 month ago (2013-11-13 07:38:29 UTC) #14
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 1 month ago (2013-11-13 08:31:04 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mukai@chromium.org/69813002/560003
7 years, 1 month ago (2013-11-13 18:05:11 UTC) #16
commit-bot: I haz the power
7 years, 1 month ago (2013-11-13 21:11:09 UTC) #17
Message was sent while issue was closed.
Change committed as 234902

Powered by Google App Engine
This is Rietveld 408576698