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

Issue 11178004: Fix "Please update your sync passphrase" link on Chrome OS settings. (Closed)

Created:
8 years, 2 months ago by kochi
Modified:
8 years, 2 months ago
CC:
chromium-reviews, arv (Not doing code reviews)
Visibility:
Public.

Description

Fix "Please update your sync passphrase" link on Chrome OS settings. The link was unconditionally associated with browser restart on Chrome OS, which made users think the browser crashed. The action was intended for the case when auth error happened and needs relogin to refresh the authentication credentials when the message is "Sign out then sign in again". For the message "Please update your sync passphrase", don't restart the browser but just show the dialog to prompt sync passphrase. Instead of assigning a fixed handler for the element ($(sync-action-link)), change the action according to whether the message is caused by auth error or anything else. BUG=150740 TEST=repro the issue described in 150740, open chrome://settings and click on "Please update your sync passphrase" message. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=162319

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -9 lines) Patch
M chrome/browser/resources/options/browser_options.js View 2 chunks +12 lines, -9 lines 1 comment Download

Messages

Total messages: 8 (0 generated)
kochi
Hi Drew, Could you review this? This is getting some user feedbacks, and needs fixing ...
8 years, 2 months ago (2012-10-16 10:10:01 UTC) #1
Nicolas Zea
sync logic LGTM
8 years, 2 months ago (2012-10-17 01:24:16 UTC) #2
kochi
James or Evan, Could you take a look for OWNERS review?
8 years, 2 months ago (2012-10-17 01:39:01 UTC) #3
James Hawkins
lgtm
8 years, 2 months ago (2012-10-17 03:13:06 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kochi@chromium.org/11178004/1
8 years, 2 months ago (2012-10-17 03:25:49 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kochi@chromium.org/11178004/1
8 years, 2 months ago (2012-10-17 03:40:23 UTC) #6
Evan Stade
http://codereview.chromium.org/11178004/diff/1/chrome/browser/resources/options/browser_options.js File chrome/browser/resources/options/browser_options.js (right): http://codereview.chromium.org/11178004/diff/1/chrome/browser/resources/options/browser_options.js#newcode644 chrome/browser/resources/options/browser_options.js:644: if (cr.isChromeOS && syncData.hasError) { you could put this ...
8 years, 2 months ago (2012-10-17 22:25:39 UTC) #7
kochi
8 years, 2 months ago (2012-10-18 02:03:12 UTC) #8
Hi Evan,

Thanks for the review, created another CL.
https://codereview.chromium.org/11194047/

Powered by Google App Engine
This is Rietveld 408576698