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

Issue 2507873002: MD Settings search code will not assume the Advanced section exists. (Closed)

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

Description

MD Settings search code will not assume the Advanced section exists. Guest Mode outside of ChromeOS does not have an Advanced section. BUG=652666 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Committed: https://crrev.com/88eb4e208df6ec8bd251d573d8e37b7a65f1dd84 Cr-Commit-Position: refs/heads/master@{#432901}

Patch Set 1 #

Total comments: 3

Patch Set 2 : Use this.pageVisibility.advancedSettings #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -4 lines) Patch
M chrome/browser/resources/settings/settings_main/settings_main.js View 1 1 chunk +5 lines, -4 lines 0 comments Download

Messages

Total messages: 29 (17 generated)
hcarmona
PTAL, I found a crash on chromeos when looking at this. http://crbug.com/665993
4 years, 1 month ago (2016-11-16 19:06:53 UTC) #5
dpapad
lgtm
4 years, 1 month ago (2016-11-16 20:01:58 UTC) #8
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/2507873002/1
4 years, 1 month ago (2016-11-16 20:07:17 UTC) #10
michaelpg
https://codereview.chromium.org/2507873002/diff/1/chrome/browser/resources/settings/settings_main/settings_main.js File chrome/browser/resources/settings/settings_main/settings_main.js (right): https://codereview.chromium.org/2507873002/diff/1/chrome/browser/resources/settings/settings_main/settings_main.js#newcode334 chrome/browser/resources/settings/settings_main/settings_main.js:334: if (cr.isChromeOS || !loadTimeData.getBoolean('isGuest')) { Please use: if (this.pageVisibility.showAdvancedSettings ...
4 years, 1 month ago (2016-11-16 20:10:15 UTC) #12
michaelpg
no need to uncheck commit if you'd just like to change it later https://codereview.chromium.org/2507873002/diff/1/chrome/browser/resources/settings/settings_main/settings_main.js File ...
4 years, 1 month ago (2016-11-16 20:12:32 UTC) #14
hcarmona
Updated to use pageVisibility.advancedSettings https://codereview.chromium.org/2507873002/diff/1/chrome/browser/resources/settings/settings_main/settings_main.js File chrome/browser/resources/settings/settings_main/settings_main.js (right): https://codereview.chromium.org/2507873002/diff/1/chrome/browser/resources/settings/settings_main/settings_main.js#newcode334 chrome/browser/resources/settings/settings_main/settings_main.js:334: if (cr.isChromeOS || !loadTimeData.getBoolean('isGuest')) { ...
4 years, 1 month ago (2016-11-16 20:23:08 UTC) #17
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/2507873002/20001
4 years, 1 month ago (2016-11-16 21:50:41 UTC) #21
michaelpg
ty, lgtm
4 years, 1 month ago (2016-11-16 22:47:53 UTC) #22
commit-bot: I haz the power
Try jobs failed on following builders: android_n5x_swarming_rel on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_n5x_swarming_rel/builds/69315)
4 years, 1 month ago (2016-11-17 00:55:19 UTC) #24
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/2507873002/20001
4 years, 1 month ago (2016-11-17 17:08:51 UTC) #26
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 1 month ago (2016-11-17 17:44:15 UTC) #27
commit-bot: I haz the power
4 years, 1 month ago (2016-11-17 18:08:45 UTC) #29
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/88eb4e208df6ec8bd251d573d8e37b7a65f1dd84
Cr-Commit-Position: refs/heads/master@{#432901}

Powered by Google App Engine
This is Rietveld 408576698