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

Issue 2538043006: Settings: About: Fix cros channel info. (Closed)

Created:
4 years ago by stevenjb
Modified:
4 years ago
Reviewers:
dpapad
CC:
arv+watch_chromium.org, chromium-reviews, dbeam+watch-settings_chromium.org, dbeam+watch-closure_chromium.org, jlklein+watch-closure_chromium.org, michaelpg+watch-md-settings_chromium.org, michaelpg+watch-md-ui_chromium.org, stevenjb+watch-md-settings_chromium.org, vitalyp+closure_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Settings: About: Fix cros channel info. BUG=665705 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Committed: https://crrev.com/9d01f7a426ca85db9b12a4db69f9bd63efb89dcd Cr-Commit-Position: refs/heads/master@{#437125}

Patch Set 1 #

Patch Set 2 : Fix tests #

Patch Set 3 : . #

Total comments: 22

Patch Set 4 : Feedback + getChannelInfo #

Patch Set 5 : Rebase #

Total comments: 4

Patch Set 6 : Rebase #

Patch Set 7 : Fix non cros tests #

Messages

Total messages: 25 (9 generated)
stevenjb
4 years ago (2016-12-02 23:03:37 UTC) #3
stevenjb
https://codereview.chromium.org/2538043006/diff/40001/chrome/browser/ui/webui/settings/about_handler.cc File chrome/browser/ui/webui/settings/about_handler.cc (left): https://codereview.chromium.org/2538043006/diff/40001/chrome/browser/ui/webui/settings/about_handler.cc#oldcode302 chrome/browser/ui/webui/settings/about_handler.cc:302: html_source->AddBoolean("aboutCanChangeChannel", CanChangeChannel(profile)); The primary problem is that the result ...
4 years ago (2016-12-02 23:04:59 UTC) #4
dpapad
https://codereview.chromium.org/2538043006/diff/40001/chrome/browser/resources/settings/about_page/channel_switcher_dialog.js File chrome/browser/resources/settings/about_page/channel_switcher_dialog.js (right): https://codereview.chromium.org/2538043006/diff/40001/chrome/browser/resources/settings/about_page/channel_switcher_dialog.js#newcode128 chrome/browser/resources/settings/about_page/channel_switcher_dialog.js:128: this.targetChannel_, selectedChannel)) { I am confused by the currentChannel ...
4 years ago (2016-12-02 23:27:12 UTC) #5
dpapad
https://codereview.chromium.org/2538043006/diff/40001/chrome/browser/resources/settings/about_page/channel_switcher_dialog.js File chrome/browser/resources/settings/about_page/channel_switcher_dialog.js (right): https://codereview.chromium.org/2538043006/diff/40001/chrome/browser/resources/settings/about_page/channel_switcher_dialog.js#newcode128 chrome/browser/resources/settings/about_page/channel_switcher_dialog.js:128: this.targetChannel_, selectedChannel)) { On 2016/12/02 at 23:27:12, dpapad wrote: ...
4 years ago (2016-12-02 23:29:43 UTC) #6
stevenjb
https://codereview.chromium.org/2538043006/diff/40001/chrome/browser/resources/settings/about_page/channel_switcher_dialog.js File chrome/browser/resources/settings/about_page/channel_switcher_dialog.js (right): https://codereview.chromium.org/2538043006/diff/40001/chrome/browser/resources/settings/about_page/channel_switcher_dialog.js#newcode128 chrome/browser/resources/settings/about_page/channel_switcher_dialog.js:128: this.targetChannel_, selectedChannel)) { On 2016/12/02 23:29:43, dpapad wrote: > ...
4 years ago (2016-12-02 23:54:39 UTC) #7
dpapad
https://codereview.chromium.org/2538043006/diff/40001/chrome/browser/resources/settings/about_page/channel_switcher_dialog.js File chrome/browser/resources/settings/about_page/channel_switcher_dialog.js (right): https://codereview.chromium.org/2538043006/diff/40001/chrome/browser/resources/settings/about_page/channel_switcher_dialog.js#newcode128 chrome/browser/resources/settings/about_page/channel_switcher_dialog.js:128: this.targetChannel_, selectedChannel)) { On 2016/12/02 at 23:54:39, stevenjb wrote: ...
4 years ago (2016-12-03 00:02:32 UTC) #8
stevenjb
On 2016/12/03 00:02:32, dpapad wrote: > https://codereview.chromium.org/2538043006/diff/40001/chrome/browser/resources/settings/about_page/channel_switcher_dialog.js > File chrome/browser/resources/settings/about_page/channel_switcher_dialog.js > (right): > > https://codereview.chromium.org/2538043006/diff/40001/chrome/browser/resources/settings/about_page/channel_switcher_dialog.js#newcode128 ...
4 years ago (2016-12-05 18:25:30 UTC) #9
dpapad
https://codereview.chromium.org/2538043006/diff/40001/chrome/browser/resources/settings/about_page/detailed_build_info.js File chrome/browser/resources/settings/about_page/detailed_build_info.js (right): https://codereview.chromium.org/2538043006/diff/40001/chrome/browser/resources/settings/about_page/detailed_build_info.js#newcode38 chrome/browser/resources/settings/about_page/detailed_build_info.js:38: this.getChannel(); It took me a second to realize that ...
4 years ago (2016-12-05 18:52:27 UTC) #10
stevenjb
PTAL https://codereview.chromium.org/2538043006/diff/40001/chrome/browser/resources/settings/about_page/channel_switcher_dialog.js File chrome/browser/resources/settings/about_page/channel_switcher_dialog.js (right): https://codereview.chromium.org/2538043006/diff/40001/chrome/browser/resources/settings/about_page/channel_switcher_dialog.js#newcode128 chrome/browser/resources/settings/about_page/channel_switcher_dialog.js:128: this.targetChannel_, selectedChannel)) { On 2016/12/03 00:02:32, dpapad wrote: ...
4 years ago (2016-12-06 20:38:03 UTC) #11
dpapad
LGTM with a question and a nit. https://codereview.chromium.org/2538043006/diff/80001/chrome/browser/resources/settings/about_page/detailed_build_info.js File chrome/browser/resources/settings/about_page/detailed_build_info.js (right): https://codereview.chromium.org/2538043006/diff/80001/chrome/browser/resources/settings/about_page/detailed_build_info.js#newcode45 chrome/browser/resources/settings/about_page/detailed_build_info.js:45: // Display ...
4 years ago (2016-12-07 01:42:24 UTC) #12
stevenjb
https://codereview.chromium.org/2538043006/diff/80001/chrome/browser/resources/settings/about_page/detailed_build_info.js File chrome/browser/resources/settings/about_page/detailed_build_info.js (right): https://codereview.chromium.org/2538043006/diff/80001/chrome/browser/resources/settings/about_page/detailed_build_info.js#newcode45 chrome/browser/resources/settings/about_page/detailed_build_info.js:45: // Display the target channel for the 'Currently on' ...
4 years ago (2016-12-07 20:59:17 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2538043006/100001
4 years ago (2016-12-07 20:59:45 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/351898)
4 years ago (2016-12-07 21:42:45 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2538043006/120001
4 years ago (2016-12-07 23:02:20 UTC) #21
commit-bot: I haz the power
Committed patchset #7 (id:120001)
4 years ago (2016-12-08 01:47:33 UTC) #23
commit-bot: I haz the power
4 years ago (2016-12-08 01:50:20 UTC) #25
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/9d01f7a426ca85db9b12a4db69f9bd63efb89dcd
Cr-Commit-Position: refs/heads/master@{#437125}

Powered by Google App Engine
This is Rietveld 408576698