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

Issue 105773004: Introduces the speech recognition UI to app_list. (Closed)

Created:
7 years ago by Jun Mukai
Modified:
7 years ago
Reviewers:
xiyuan, oshima
CC:
chromium-reviews, chrome-apps-syd-reviews_chromium.org, tfarina, oshima+watch_chromium.org, arv+watch_chromium.org, jshin+watch_chromium.org
Visibility:
Public.

Description

Introduces the speech recognition UI to app_list. R=xiyuan@chromium.org BUG=313904 TEST=manually Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=239413

Patch Set 1 #

Patch Set 2 : button state #

Patch Set 3 : start_page existence #

Total comments: 26

Patch Set 4 : fix #

Total comments: 2

Patch Set 5 : fix #

Patch Set 6 : rebase #

Patch Set 7 : mac fix #

Patch Set 8 : cleanup for rebase #

Patch Set 9 : re-upload #

Patch Set 10 : image resources #

Patch Set 11 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+723 lines, -103 lines) Patch
M ash/shell/app_list.cc View 1 2 3 3 chunks +6 lines, -0 lines 0 comments Download
M chrome/app/generated_resources.grd View 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/browser/resources/app_list/speech_manager.js View 1 2 3 5 chunks +21 lines, -10 lines 0 comments Download
M chrome/browser/resources/app_list/speech_recognition_manager.js View 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/ui/app_list/app_list_view_delegate.h View 1 2 3 4 5 4 chunks +9 lines, -2 lines 0 comments Download
M chrome/browser/ui/app_list/app_list_view_delegate.cc View 1 2 3 4 5 3 chunks +17 lines, -4 lines 0 comments Download
M chrome/browser/ui/app_list/search/search_controller.cc View 1 1 chunk +3 lines, -8 lines 0 comments Download
M chrome/browser/ui/app_list/start_page_observer.h View 1 2 3 1 chunk +8 lines, -4 lines 0 comments Download
M chrome/browser/ui/app_list/start_page_service.h View 1 2 3 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/ui/app_list/start_page_service.cc View 1 chunk +14 lines, -4 lines 0 comments Download
M chrome/browser/ui/webui/app_list/start_page_handler.h View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/app_list/start_page_handler.cc View 1 2 3 3 chunks +31 lines, -7 lines 0 comments Download
M ui/app_list/app_list.gyp View 1 2 3 4 5 6 7 8 9 10 2 chunks +5 lines, -0 lines 0 comments Download
M ui/app_list/app_list_view_delegate.h View 1 2 3 4 5 2 chunks +4 lines, -0 lines 0 comments Download
M ui/app_list/cocoa/apps_search_box_controller.mm View 1 2 3 4 5 6 2 chunks +0 lines, -7 lines 0 comments Download
M ui/app_list/search_box_model.h View 1 3 chunks +7 lines, -18 lines 0 comments Download
M ui/app_list/search_box_model.cc View 1 2 chunks +5 lines, -15 lines 0 comments Download
M ui/app_list/search_box_model_observer.h View 1 1 chunk +0 lines, -3 lines 0 comments Download
A ui/app_list/speech_ui_model.h View 1 2 3 4 1 chunk +47 lines, -0 lines 0 comments Download
A ui/app_list/speech_ui_model.cc View 1 2 3 1 chunk +54 lines, -0 lines 0 comments Download
A ui/app_list/speech_ui_model_observer.h View 1 2 3 1 chunk +39 lines, -0 lines 0 comments Download
M ui/app_list/test/app_list_test_view_delegate.h View 1 2 3 4 5 3 chunks +3 lines, -0 lines 0 comments Download
M ui/app_list/test/app_list_test_view_delegate.cc View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M ui/app_list/views/app_list_view.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +11 lines, -1 line 0 comments Download
M ui/app_list/views/app_list_view.cc View 1 2 3 4 5 6 7 8 9 10 6 chunks +127 lines, -1 line 0 comments Download
M ui/app_list/views/search_box_view.h View 1 2 chunks +1 line, -2 lines 0 comments Download
M ui/app_list/views/search_box_view.cc View 1 2 chunks +2 lines, -10 lines 0 comments Download
A ui/app_list/views/speech_view.h View 1 2 3 1 chunk +64 lines, -0 lines 0 comments Download
A ui/app_list/views/speech_view.cc View 1 2 3 1 chunk +227 lines, -0 lines 0 comments Download
M ui/base/strings/ui_strings.grd View 1 chunk +4 lines, -1 line 0 comments Download

Messages

Total messages: 19 (0 generated)
Jun Mukai
7 years ago (2013-12-05 00:54:00 UTC) #1
xiyuan
https://codereview.chromium.org/105773004/diff/40001/chrome/browser/resources/app_list/speech_manager.js File chrome/browser/resources/app_list/speech_manager.js (right): https://codereview.chromium.org/105773004/diff/40001/chrome/browser/resources/app_list/speech_manager.js#newcode140 chrome/browser/resources/app_list/speech_manager.js:140: console.log('speechStarted: ' + this.state); nit: remove debugging log? https://codereview.chromium.org/105773004/diff/40001/chrome/browser/resources/app_list/speech_manager.js#newcode149 ...
7 years ago (2013-12-05 22:06:29 UTC) #2
Jun Mukai
https://codereview.chromium.org/105773004/diff/40001/chrome/browser/resources/app_list/speech_manager.js File chrome/browser/resources/app_list/speech_manager.js (right): https://codereview.chromium.org/105773004/diff/40001/chrome/browser/resources/app_list/speech_manager.js#newcode140 chrome/browser/resources/app_list/speech_manager.js:140: console.log('speechStarted: ' + this.state); On 2013/12/05 22:06:30, xiyuan wrote: ...
7 years ago (2013-12-06 00:31:10 UTC) #3
xiyuan
LGTM Awesome work. :) https://codereview.chromium.org/105773004/diff/60001/ui/app_list/speech_ui_model.h File ui/app_list/speech_ui_model.h (right): https://codereview.chromium.org/105773004/diff/60001/ui/app_list/speech_ui_model.h#newcode41 ui/app_list/speech_ui_model.h:41: }; nit: DISALLOW_COPY_AND_ASSIGN
7 years ago (2013-12-06 01:42:59 UTC) #4
Jun Mukai
https://codereview.chromium.org/105773004/diff/60001/ui/app_list/speech_ui_model.h File ui/app_list/speech_ui_model.h (right): https://codereview.chromium.org/105773004/diff/60001/ui/app_list/speech_ui_model.h#newcode41 ui/app_list/speech_ui_model.h:41: }; On 2013/12/06 01:42:59, xiyuan wrote: > nit: DISALLOW_COPY_AND_ASSIGN ...
7 years ago (2013-12-06 01:55:37 UTC) #5
Jun Mukai
oshima, please review ash/shell and ui/resources
7 years ago (2013-12-06 01:56:09 UTC) #6
oshima
lgtm
7 years ago (2013-12-06 02:09:09 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mukai@chromium.org/105773004/80001
7 years ago (2013-12-06 02:58:41 UTC) #8
xiyuan
Can CQ handle binary files now? I thought we need to manually dcommit the binary ...
7 years ago (2013-12-06 05:07:36 UTC) #9
commit-bot: I haz the power
Retried try job too often on mac_rel for step(s) app_list_unittests, cacheinvalidation_unittests, cc_unittests, check_deps, chromedriver2_unittests, components_unittests, ...
7 years ago (2013-12-06 06:05:19 UTC) #10
Jun Mukai
I thought the image support of rietveld meant that CQ also supports them, but it ...
7 years ago (2013-12-06 19:10:24 UTC) #11
oshima
On 2013/12/06 19:10:24, Jun Mukai wrote: > I thought the image support of rietveld meant ...
7 years ago (2013-12-06 20:26:38 UTC) #12
Jun Mukai
On 2013/12/06 20:26:38, oshima wrote: > On 2013/12/06 19:10:24, Jun Mukai wrote: > > I ...
7 years ago (2013-12-06 22:40:31 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/105773004/180001
7 years ago (2013-12-06 23:31:06 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/105773004/180001
7 years ago (2013-12-07 19:13:29 UTC) #16
commit-bot: I haz the power
Failed to apply patch for ui/app_list/views/app_list_view.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years ago (2013-12-07 19:13:47 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mukai@chromium.org/105773004/200001
7 years ago (2013-12-07 19:26:25 UTC) #18
commit-bot: I haz the power
7 years ago (2013-12-08 22:35:04 UTC) #19
Message was sent while issue was closed.
Change committed as 239413

Powered by Google App Engine
This is Rietveld 408576698