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

Issue 1608103002: Settings Rewrite: Fix Opening Sync User login (Closed)

Created:
4 years, 11 months ago by tommycli
Modified:
4 years, 10 months ago
CC:
chromium-reviews, dbeam+watch-options_chromium.org, michaelpg+watch-md-settings_chromium.org, dbeam+watch-settings_chromium.org, michaelpg+watch-options_chromium.org, stevenjb+watch-md-settings_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Settings Rewrite: Fix Opening Sync User login Hijacked from https://codereview.chromium.org/1607833004/. dschuyler reported the problem and suggested a patch. BUG=NONE Committed: https://crrev.com/bbeb329a82b8b7e50b1078752d6fd429e8f622e7 Cr-Commit-Position: refs/heads/master@{#374718}

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Patch Set 3 : fix unittest #

Total comments: 4

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : #

Patch Set 8 : #

Patch Set 9 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+66 lines, -68 lines) Patch
M chrome/browser/resources/options/browser_options.js View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/options/manage_profile_overlay.js View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/options/sync_setup_overlay.js View 1 2 3 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/resources/settings/people_page/sync_private_api.js View 1 2 3 1 chunk +4 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/options/sync_setup_handler.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/options/sync_setup_handler.cc View 1 2 3 4 5 6 7 8 4 chunks +10 lines, -14 lines 0 comments Download
M chrome/browser/ui/webui/options/sync_setup_handler_unittest.cc View 1 2 3 4 5 6 7 8 17 chunks +17 lines, -17 lines 0 comments Download
M chrome/browser/ui/webui/settings/people_handler.h View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/settings/people_handler.cc View 1 2 3 4 5 6 7 8 4 chunks +9 lines, -12 lines 0 comments Download
M chrome/browser/ui/webui/settings/people_handler_unittest.cc View 1 2 3 4 5 6 7 8 16 chunks +17 lines, -16 lines 0 comments Download
M chrome/browser/ui/webui/sync_setup_browsertest.js View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 28 (11 generated)
tommycli
dschuyler: PTAL. Sorry to hijack your patch. During the course of investigating your patch, I ...
4 years, 11 months ago (2016-01-20 01:57:20 UTC) #2
dschuyler
This lgtm. I made a suggestion in two places. Be sure to get an owner ...
4 years, 11 months ago (2016-01-20 02:16:21 UTC) #3
tommycli
gogerald: PTAL, this fixes a crash in debug mode introduced by https://chromium.googlesource.com/chromium/src/+/71bf6c90880518262efc373771eb621617d09c39 I just wanted ...
4 years, 11 months ago (2016-01-20 19:17:12 UTC) #5
gogerald1
On 2016/01/20 19:17:12, tommycli wrote: > gogerald: PTAL, this fixes a crash in debug mode ...
4 years, 11 months ago (2016-01-20 20:30:01 UTC) #6
tommycli
dbeam: PTAL thanks! Need owner stamp on options handlers.
4 years, 11 months ago (2016-01-21 19:15:04 UTC) #8
tommycli
dbeam: ping thanks!
4 years, 11 months ago (2016-01-22 19:25:10 UTC) #9
tommycli
dbeam: ping! thanks
4 years, 10 months ago (2016-02-01 17:03:17 UTC) #10
tommycli
dbeam: ping, thanks!
4 years, 10 months ago (2016-02-02 18:23:21 UTC) #11
Dan Beam
why can't you just make SyncSetupOverlay.startSignIn() accept a boolean instead of a string? https://code.google.com/p/chromium/codesearch#chromium/src/chrome/browser/resources/options/sync_setup_overlay.js&q=SyncSetupOverlay%20startSignIn&sq=package:chromium&type=cs&l=848 https://codereview.chromium.org/1608103002/diff/40001/chrome/browser/ui/webui/options/sync_setup_handler.cc ...
4 years, 10 months ago (2016-02-03 00:45:35 UTC) #12
tommycli
dbeam: I took your suggestion to make SyncSetupOverlay.startSignIn just take a boolean. Thanks. Tommy https://codereview.chromium.org/1608103002/diff/40001/chrome/browser/ui/webui/options/sync_setup_handler.cc ...
4 years, 10 months ago (2016-02-03 02:04:21 UTC) #15
Dan Beam
lgtm
4 years, 10 months ago (2016-02-03 21:54:44 UTC) #16
tommycli
dbeam: thank you sir
4 years, 10 months ago (2016-02-03 22:58:20 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1608103002/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1608103002/140001
4 years, 10 months ago (2016-02-03 22:59:00 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_x64_rel_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_x64_rel_ng/builds/163382)
4 years, 10 months ago (2016-02-03 23:51:30 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1608103002/200001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1608103002/200001
4 years, 10 months ago (2016-02-10 20:20:42 UTC) #25
commit-bot: I haz the power
Committed patchset #9 (id:200001)
4 years, 10 months ago (2016-02-10 21:09:28 UTC) #26
commit-bot: I haz the power
4 years, 10 months ago (2016-02-16 22:30:56 UTC) #28
Message was sent while issue was closed.
Patchset 9 (id:??) landed as
https://crrev.com/bbeb329a82b8b7e50b1078752d6fd429e8f622e7
Cr-Commit-Position: refs/heads/master@{#374718}

Powered by Google App Engine
This is Rietveld 408576698