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

Issue 693393004: Add error indicators to always-on andno-dsp hotword checkboxes. (Closed)

Created:
6 years, 1 month ago by kcarattini
Modified:
6 years, 1 month ago
Reviewers:
rpetterson, Dan Beam
CC:
chromium-reviews, dbeam+watch-options_chromium.org, chromium-apps-reviews_chromium.org, arv+watch_chromium.org, extensions-reviews_chromium.org, chrome-apps-syd-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Add error indicators to always-on andno-dsp hotword checkboxes. Also shows the indicator regardless of pref status. (For always-on, the opt-in process requires that there are no errors, so if something goes wrong it is better that the user know why.) Screenshot in attached bug. BUG=390086 Committed: https://crrev.com/96d45c708e9cc6f6f97c1b1cba395b5fc59728c6 Cr-Commit-Position: refs/heads/master@{#302710}

Patch Set 1 #

Patch Set 2 : Remove error conditions used for testing #

Total comments: 6

Patch Set 3 : Review Comments #

Total comments: 10

Patch Set 4 : Review Comments #

Patch Set 5 : Rebase #

Total comments: 2

Patch Set 6 : Review Comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+59 lines, -27 lines) Patch
M chrome/browser/resources/options/browser_options.html View 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/browser/resources/options/browser_options.js View 1 2 3 3 chunks +40 lines, -14 lines 0 comments Download
M chrome/browser/resources/options/hotword_search_setting_indicator.css View 1 2 3 4 5 1 chunk +4 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/options/browser_options_handler.cc View 1 2 3 4 2 chunks +11 lines, -11 lines 0 comments Download

Messages

Total messages: 15 (3 generated)
kcarattini
6 years, 1 month ago (2014-11-03 03:05:34 UTC) #2
kcarattini
6 years, 1 month ago (2014-11-03 03:05:54 UTC) #4
rpetterson
overall lgtm with some nits https://codereview.chromium.org/693393004/diff/20001/chrome/browser/resources/options/hotword_search_setting_indicator.css File chrome/browser/resources/options/hotword_search_setting_indicator.css (right): https://codereview.chromium.org/693393004/diff/20001/chrome/browser/resources/options/hotword_search_setting_indicator.css#newcode11 chrome/browser/resources/options/hotword_search_setting_indicator.css:11: #hotword-always-on-search-setting-indicator > div { ...
6 years, 1 month ago (2014-11-03 18:14:16 UTC) #5
kcarattini
https://codereview.chromium.org/693393004/diff/20001/chrome/browser/resources/options/hotword_search_setting_indicator.css File chrome/browser/resources/options/hotword_search_setting_indicator.css (right): https://codereview.chromium.org/693393004/diff/20001/chrome/browser/resources/options/hotword_search_setting_indicator.css#newcode11 chrome/browser/resources/options/hotword_search_setting_indicator.css:11: #hotword-always-on-search-setting-indicator > div { On 2014/11/03 18:14:16, rpetterson wrote: ...
6 years, 1 month ago (2014-11-03 23:39:24 UTC) #6
Dan Beam
https://codereview.chromium.org/693393004/diff/20001/chrome/browser/resources/options/hotword_search_setting_indicator.css File chrome/browser/resources/options/hotword_search_setting_indicator.css (right): https://codereview.chromium.org/693393004/diff/20001/chrome/browser/resources/options/hotword_search_setting_indicator.css#newcode11 chrome/browser/resources/options/hotword_search_setting_indicator.css:11: #hotword-always-on-search-setting-indicator > div { On 2014/11/03 23:39:24, kcarattini wrote: ...
6 years, 1 month ago (2014-11-04 01:59:25 UTC) #7
Dan Beam
https://codereview.chromium.org/693393004/diff/40001/chrome/browser/resources/options/browser_options.js File chrome/browser/resources/options/browser_options.js (right): https://codereview.chromium.org/693393004/diff/40001/chrome/browser/resources/options/browser_options.js#newcode1134 chrome/browser/resources/options/browser_options.js:1134: * @param {string} section_id The id of the section ...
6 years, 1 month ago (2014-11-04 02:03:46 UTC) #8
kcarattini
https://codereview.chromium.org/693393004/diff/20001/chrome/browser/resources/options/hotword_search_setting_indicator.css File chrome/browser/resources/options/hotword_search_setting_indicator.css (right): https://codereview.chromium.org/693393004/diff/20001/chrome/browser/resources/options/hotword_search_setting_indicator.css#newcode11 chrome/browser/resources/options/hotword_search_setting_indicator.css:11: #hotword-always-on-search-setting-indicator > div { On 2014/11/04 01:59:24, Dan Beam ...
6 years, 1 month ago (2014-11-04 06:01:21 UTC) #9
Dan Beam
lgtm https://codereview.chromium.org/693393004/diff/80001/chrome/browser/resources/options/hotword_search_setting_indicator.css File chrome/browser/resources/options/hotword_search_setting_indicator.css (right): https://codereview.chromium.org/693393004/diff/80001/chrome/browser/resources/options/hotword_search_setting_indicator.css#newcode10 chrome/browser/resources/options/hotword_search_setting_indicator.css:10: background: url('chrome://theme/IDR_WARNING') left top no-repeat; nit: url(chrome://theme/IDR_WARNING) (no ...
6 years, 1 month ago (2014-11-04 18:24:28 UTC) #10
kcarattini
https://codereview.chromium.org/693393004/diff/80001/chrome/browser/resources/options/hotword_search_setting_indicator.css File chrome/browser/resources/options/hotword_search_setting_indicator.css (right): https://codereview.chromium.org/693393004/diff/80001/chrome/browser/resources/options/hotword_search_setting_indicator.css#newcode10 chrome/browser/resources/options/hotword_search_setting_indicator.css:10: background: url('chrome://theme/IDR_WARNING') left top no-repeat; On 2014/11/04 18:24:27, Dan ...
6 years, 1 month ago (2014-11-04 22:43:34 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/693393004/100001
6 years, 1 month ago (2014-11-04 22:46:13 UTC) #13
commit-bot: I haz the power
Committed patchset #6 (id:100001)
6 years, 1 month ago (2014-11-04 23:45:25 UTC) #14
commit-bot: I haz the power
6 years, 1 month ago (2014-11-04 23:46:03 UTC) #15
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/96d45c708e9cc6f6f97c1b1cba395b5fc59728c6
Cr-Commit-Position: refs/heads/master@{#302710}

Powered by Google App Engine
This is Rietveld 408576698