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

Issue 2171513004: MD History: Hide sign in guide in guest mode (Closed)

Created:
4 years, 5 months ago by lshang
Modified:
4 years, 5 months ago
Reviewers:
tsergeant, calamity
CC:
chromium-reviews, Patrick Dubroy, michaelpg+watch-md-ui_chromium.org, dbeam+watch-history_chromium.org, pam+watch_chromium.org, arv+watch_chromium.org, chrome-apps-syd-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

MD History: Hide sign in guide in guest mode Hide sign in guide in guest mode and show 'no synced tabs'. BUG=628102 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Committed: https://crrev.com/18fefd6452c2fae6251a0fb667c6c0e2c92ddbaa Cr-Commit-Position: refs/heads/master@{#407009}

Patch Set 1 #

Patch Set 2 : add some annotation #

Patch Set 3 : add test #

Total comments: 10

Patch Set 4 : address review comments #

Total comments: 4

Patch Set 5 : add guestSession to arguments #

Total comments: 4

Patch Set 6 : format #

Unified diffs Side-by-side diffs Delta from patch set Stats (+37 lines, -3 lines) Patch
M chrome/browser/resources/md_history/synced_device_manager.html View 1 2 3 4 5 1 chunk +4 lines, -2 lines 0 comments Download
M chrome/browser/resources/md_history/synced_device_manager.js View 1 2 3 4 2 chunks +23 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/md_history_ui.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/test/data/webui/md_history/history_synced_tabs_test.js View 1 2 3 4 1 chunk +8 lines, -0 lines 0 comments Download

Messages

Total messages: 31 (13 generated)
lshang
PTAL thanks! I also would like to add a test for this, but haven't found ...
4 years, 5 months ago (2016-07-21 00:45:25 UTC) #4
tsergeant
On 2016/07/21 00:45:25, Liu Shang wrote: > PTAL thanks! > > I also would like ...
4 years, 5 months ago (2016-07-21 04:32:07 UTC) #5
lshang
I added a test for this, PTAL thanks!
4 years, 5 months ago (2016-07-21 04:32:40 UTC) #6
michaelpg
On 2016/07/21 04:32:07, tsergeant wrote: > On 2016/07/21 00:45:25, Liu Shang wrote: > > PTAL ...
4 years, 5 months ago (2016-07-21 04:39:10 UTC) #7
calamity
https://codereview.chromium.org/2171513004/diff/40001/chrome/browser/resources/md_history/synced_device_manager.js File chrome/browser/resources/md_history/synced_device_manager.js (right): https://codereview.chromium.org/2171513004/diff/40001/chrome/browser/resources/md_history/synced_device_manager.js#newcode121 chrome/browser/resources/md_history/synced_device_manager.js:121: return true; nit: Newline after early return. https://codereview.chromium.org/2171513004/diff/40001/chrome/browser/resources/md_history/synced_device_manager.js#newcode126 chrome/browser/resources/md_history/synced_device_manager.js:126: ...
4 years, 5 months ago (2016-07-21 04:56:50 UTC) #8
tsergeant
On 2016/07/21 04:39:10, michaelpg wrote: > On 2016/07/21 04:32:07, tsergeant wrote: > > On 2016/07/21 ...
4 years, 5 months ago (2016-07-21 05:08:59 UTC) #9
lshang
https://codereview.chromium.org/2171513004/diff/40001/chrome/browser/resources/md_history/synced_device_manager.js File chrome/browser/resources/md_history/synced_device_manager.js (right): https://codereview.chromium.org/2171513004/diff/40001/chrome/browser/resources/md_history/synced_device_manager.js#newcode121 chrome/browser/resources/md_history/synced_device_manager.js:121: return true; On 2016/07/21 04:56:49, calamity wrote: > nit: ...
4 years, 5 months ago (2016-07-21 07:09:56 UTC) #12
lshang
On 2016/07/21 05:08:59, tsergeant wrote: > On 2016/07/21 04:39:10, michaelpg wrote: > > On 2016/07/21 ...
4 years, 5 months ago (2016-07-21 07:21:36 UTC) #13
tsergeant
https://codereview.chromium.org/2171513004/diff/100001/chrome/browser/resources/md_history/synced_device_manager.html File chrome/browser/resources/md_history/synced_device_manager.html (right): https://codereview.chromium.org/2171513004/diff/100001/chrome/browser/resources/md_history/synced_device_manager.html#newcode76 chrome/browser/resources/md_history/synced_device_manager.html:76: hidden="[[!showNoSyncedMessage(signInState_, syncedDevices_.length)]]"> You should probably add guestSession here so ...
4 years, 5 months ago (2016-07-21 08:02:43 UTC) #14
lshang
On 2016/07/21 08:02:43, tsergeant wrote: > https://codereview.chromium.org/2171513004/diff/100001/chrome/browser/resources/md_history/synced_device_manager.html > File chrome/browser/resources/md_history/synced_device_manager.html (right): > > https://codereview.chromium.org/2171513004/diff/100001/chrome/browser/resources/md_history/synced_device_manager.html#newcode76 > ...
4 years, 5 months ago (2016-07-21 08:11:55 UTC) #15
tsergeant
On 2016/07/21 08:11:55, Liu Shang wrote: > On 2016/07/21 08:02:43, tsergeant wrote: > > > ...
4 years, 5 months ago (2016-07-21 08:18:51 UTC) #16
lshang
https://codereview.chromium.org/2171513004/diff/100001/chrome/browser/resources/md_history/synced_device_manager.html File chrome/browser/resources/md_history/synced_device_manager.html (right): https://codereview.chromium.org/2171513004/diff/100001/chrome/browser/resources/md_history/synced_device_manager.html#newcode76 chrome/browser/resources/md_history/synced_device_manager.html:76: hidden="[[!showNoSyncedMessage(signInState_, syncedDevices_.length)]]"> On 2016/07/21 08:02:43, tsergeant wrote: > You ...
4 years, 5 months ago (2016-07-21 09:58:19 UTC) #17
lshang
On 2016/07/21 08:18:51, tsergeant wrote: > On 2016/07/21 08:11:55, Liu Shang wrote: > > On ...
4 years, 5 months ago (2016-07-21 09:58:46 UTC) #18
tsergeant
lgtm with two nits https://codereview.chromium.org/2171513004/diff/120001/chrome/browser/resources/md_history/synced_device_manager.html File chrome/browser/resources/md_history/synced_device_manager.html (right): https://codereview.chromium.org/2171513004/diff/120001/chrome/browser/resources/md_history/synced_device_manager.html#newcode76 chrome/browser/resources/md_history/synced_device_manager.html:76: hidden="[[!showNoSyncedMessage(signInState_, syncedDevices_.length, guestSession_)]]"> Nit: You ...
4 years, 5 months ago (2016-07-22 00:14:03 UTC) #19
lshang
https://codereview.chromium.org/2171513004/diff/120001/chrome/browser/resources/md_history/synced_device_manager.html File chrome/browser/resources/md_history/synced_device_manager.html (right): https://codereview.chromium.org/2171513004/diff/120001/chrome/browser/resources/md_history/synced_device_manager.html#newcode76 chrome/browser/resources/md_history/synced_device_manager.html:76: hidden="[[!showNoSyncedMessage(signInState_, syncedDevices_.length, guestSession_)]]"> On 2016/07/22 00:14:02, tsergeant wrote: > ...
4 years, 5 months ago (2016-07-22 01:09:05 UTC) #22
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/2171513004/140001
4 years, 5 months ago (2016-07-22 03:00:03 UTC) #27
commit-bot: I haz the power
Committed patchset #6 (id:140001)
4 years, 5 months ago (2016-07-22 03:15:11 UTC) #29
commit-bot: I haz the power
4 years, 5 months ago (2016-07-22 03:17:41 UTC) #31
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/18fefd6452c2fae6251a0fb667c6c0e2c92ddbaa
Cr-Commit-Position: refs/heads/master@{#407009}

Powered by Google App Engine
This is Rietveld 408576698