|
|
Chromium Code Reviews|
Created:
4 years, 1 month ago by sammiequon Modified:
4 years, 1 month ago CC:
chromium-reviews, michaelpg+watch-md-settings_chromium.org, michaelpg+watch-md-ui_chromium.org, dbeam+watch-settings_chromium.org, stevenjb+watch-md-settings_chromium.org, arv+watch_chromium.org Target Ref:
refs/pending/heads/master Project:
chromium Visibility:
Public. |
Descriptioncros: Updated autoclick section for md-settings.
Changed autoclick options strings. Also made autoclick options disabled when autoclick is not enabled.
BUG=610476, 629425
TEST=none
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation
Committed: https://crrev.com/064a1ca8e1b1f3d7f5c6e315598d638c55a0fc6e
Cr-Commit-Position: refs/heads/master@{#427429}
Patch Set 1 #Patch Set 2 : Removed placeholders from settings_strings. #
Total comments: 1
Messages
Total messages: 32 (19 generated)
Description was changed from ========== cros: Changed autoclick options strings. Also made autoclick options disabled when autoclick is not enabled. BUG=610476, 629425 TEST=none ========== to ========== cros: Changed autoclick options strings. Also made autoclick options disabled when autoclick is not enabled. BUG=610476, 629425 TEST=none CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation ==========
Description was changed from ========== cros: Changed autoclick options strings. Also made autoclick options disabled when autoclick is not enabled. BUG=610476, 629425 TEST=none CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation ========== to ========== cros: Changed autoclick options strings. Also made autoclick options disabled when autoclick is not enabled. I also changed settings strings to placeholders so that the autoclick option values and descriptions are changed in the same place. BUG=610476, 629425 TEST=none CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation ==========
sammiequon@chromium.org changed reviewers: + dmazzoni@chromium.org, michaelpg@chromium.org
On 2016/10/24 21:14:49, sammiequon wrote: > mailto:sammiequon@chromium.org changed reviewers: > + mailto:dmazzoni@chromium.org, mailto:michaelpg@chromium.org dmazzoni@, michaelpg@ - Please take a look. Thanks!
nlgtm -- these strings needs to be internationalized. There are probably ways to dynamically generate an i18n-compliant time string (see base/i18n/time_formatting.h) but even then I'm not sure those can just be dropped into a longer string like "Very short (<time>)" due to language differences. Very much in favor of using seconds instead of milliseconds though :-)
Description was changed from ========== cros: Changed autoclick options strings. Also made autoclick options disabled when autoclick is not enabled. I also changed settings strings to placeholders so that the autoclick option values and descriptions are changed in the same place. BUG=610476, 629425 TEST=none CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation ========== to ========== cros: Changed autoclick options strings. Also made autoclick options disabled when autoclick is not enabled. BUG=610476, 629425 TEST=none CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation ==========
On 2016/10/24 21:33:27, michaelpg wrote: > nlgtm -- these strings needs to be internationalized. > > There are probably ways to dynamically generate an i18n-compliant time string > (see base/i18n/time_formatting.h) but even then I'm not sure those can just be > dropped into a longer string like "Very short (<time>)" due to language > differences. > > Very much in favor of using seconds instead of milliseconds though :-) I removed that particular change. I can look into dynamically changing it in the future if it is required.
lgtm
On 2016/10/24 22:09:45, michaelpg wrote: > lgtm Though you should shorten the title for the commit message.
Description was changed from ========== cros: Changed autoclick options strings. Also made autoclick options disabled when autoclick is not enabled. BUG=610476, 629425 TEST=none CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation ========== to ========== cros: Updated autoclick section for md-settings. Changed autoclick options strings. Also made autoclick options disabled when autoclick is not enabled. BUG=610476, 629425 TEST=none CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation ==========
The CQ bit was checked by sammiequon@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: Try jobs failed on following builders: chromeos_daisy_chromium_compile_only_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromeos_daisy_...)
lgtm
The CQ bit was checked by sammiequon@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
The CQ bit was checked by sammiequon@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presub...)
sammiequon@chromium.org changed reviewers: + stevenjb@chromium.org
On 2016/10/25 17:59:02, commit-bot: I haz the power wrote: > Try jobs failed on following builders: > chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, > http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presub...) stevenjb@ - Please take a look at browser_options.html. Thanks!
https://codereview.chromium.org/2449643002/diff/20001/chrome/browser/resource... File chrome/browser/resources/options/browser_options.html (right): https://codereview.chromium.org/2449643002/diff/20001/chrome/browser/resource... chrome/browser/resources/options/browser_options.html:954: timing gets changed, then the i18n strings also needs to be Note: generally trivial spelling fixes should be done with other changes to the file, but lgtm.
The CQ bit was checked by sammiequon@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Message was sent while issue was closed.
Description was changed from ========== cros: Updated autoclick section for md-settings. Changed autoclick options strings. Also made autoclick options disabled when autoclick is not enabled. BUG=610476, 629425 TEST=none CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation ========== to ========== cros: Updated autoclick section for md-settings. Changed autoclick options strings. Also made autoclick options disabled when autoclick is not enabled. BUG=610476, 629425 TEST=none CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation ==========
Message was sent while issue was closed.
Committed patchset #2 (id:20001)
Message was sent while issue was closed.
Description was changed from ========== cros: Updated autoclick section for md-settings. Changed autoclick options strings. Also made autoclick options disabled when autoclick is not enabled. BUG=610476, 629425 TEST=none CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation ========== to ========== cros: Updated autoclick section for md-settings. Changed autoclick options strings. Also made autoclick options disabled when autoclick is not enabled. BUG=610476, 629425 TEST=none CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Committed: https://crrev.com/064a1ca8e1b1f3d7f5c6e315598d638c55a0fc6e Cr-Commit-Position: refs/heads/master@{#427429} ==========
Message was sent while issue was closed.
Patchset 2 (id:??) landed as https://crrev.com/064a1ca8e1b1f3d7f5c6e315598d638c55a0fc6e Cr-Commit-Position: refs/heads/master@{#427429} |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
