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

Issue 235943011: Add a checkbox on stop-sync dialog to allow user to choose whether to delete (Closed)

Created:
6 years, 8 months ago by haitaol1
Modified:
6 years, 7 months ago
CC:
chromium-reviews, dbeam+watch-options_chromium.org, arv+watch_chromium.org
Visibility:
Public.

Description

Add a checkbox on stop-sync dialog to allow user to choose whether to delete all their data(profile), too. If checked, user will be prompted again to confirm profile deletion. BUG=363272 NOTRY=true Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=268276

Patch Set 1 #

Patch Set 2 : update checkbox label #

Total comments: 2

Patch Set 3 : #

Patch Set 4 : comments #

Total comments: 2

Patch Set 5 : #

Total comments: 3

Patch Set 6 : #

Total comments: 1

Patch Set 7 : #

Patch Set 8 : limit to desktop #

Patch Set 9 : #

Patch Set 10 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+36 lines, -1 line) Patch
M chrome/app/generated_resources.grd View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/resources/options/browser_options.js View 1 2 3 4 2 chunks +10 lines, -0 lines 0 comments Download
M chrome/browser/resources/sync_setup_overlay.css View 1 2 3 4 5 6 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/resources/sync_setup_overlay.html View 1 2 3 4 5 6 7 1 chunk +8 lines, -0 lines 0 comments Download
M chrome/browser/resources/sync_setup_overlay.js View 1 2 3 4 5 6 7 1 chunk +3 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/sync_setup_handler.cc View 1 2 2 chunks +8 lines, -0 lines 0 comments Download

Messages

Total messages: 32 (0 generated)
haitaol1
6 years, 8 months ago (2014-04-14 18:01:25 UTC) #1
Nicolas Zea
You'll need an owner to stamp btw, as I don't have ownership for the UI ...
6 years, 8 months ago (2014-04-24 21:33:16 UTC) #2
haitaol1
https://codereview.chromium.org/235943011/diff/20001/chrome/browser/resources/sync_setup_overlay.js File chrome/browser/resources/sync_setup_overlay.js (right): https://codereview.chromium.org/235943011/diff/20001/chrome/browser/resources/sync_setup_overlay.js#newcode87 chrome/browser/resources/sync_setup_overlay.js:87: chrome.send('SyncSetupStopSyncing', [deleteProfile]); On 2014/04/24 21:33:17, Nicolas Zea wrote: > ...
6 years, 7 months ago (2014-04-25 18:19:04 UTC) #3
Nicolas Zea
LGTM from a sync perspective then
6 years, 7 months ago (2014-04-25 19:47:10 UTC) #4
haitaol1
Roger: please review chrome/browser/ui/webui/sync_setup_handler.cc Raghu: please review chrome/browser/resources/sync_setup_overlay* James: please review chrome/browser/resources/options/browser_options.js
6 years, 7 months ago (2014-04-25 19:59:44 UTC) #5
Nicolas Zea
On 2014/04/25 19:59:44, haitaol1 wrote: > Roger: please review chrome/browser/ui/webui/sync_setup_handler.cc > > Raghu: please review ...
6 years, 7 months ago (2014-04-25 20:02:32 UTC) #6
haitaol1
6 years, 7 months ago (2014-04-25 20:41:19 UTC) #7
Roger Tawa OOO till Jul 10th
Lgtm
6 years, 7 months ago (2014-04-25 21:42:58 UTC) #8
haitaol1
Friendly ping.
6 years, 7 months ago (2014-04-29 16:43:41 UTC) #9
haitaol1
6 years, 7 months ago (2014-04-30 18:43:48 UTC) #10
James Hawkins
https://codereview.chromium.org/235943011/diff/60001/chrome/browser/resources/sync_setup_overlay.html File chrome/browser/resources/sync_setup_overlay.html (right): https://codereview.chromium.org/235943011/diff/60001/chrome/browser/resources/sync_setup_overlay.html#newcode224 chrome/browser/resources/sync_setup_overlay.html:224: <div class="content-area"> Why did you introduce a second content ...
6 years, 7 months ago (2014-04-30 19:15:33 UTC) #11
haitaol1
https://codereview.chromium.org/235943011/diff/60001/chrome/browser/resources/sync_setup_overlay.html File chrome/browser/resources/sync_setup_overlay.html (right): https://codereview.chromium.org/235943011/diff/60001/chrome/browser/resources/sync_setup_overlay.html#newcode224 chrome/browser/resources/sync_setup_overlay.html:224: <div class="content-area"> Done. I guess I was using a ...
6 years, 7 months ago (2014-04-30 20:16:01 UTC) #12
James Hawkins
https://codereview.chromium.org/235943011/diff/80001/chrome/browser/resources/sync_setup_overlay.html File chrome/browser/resources/sync_setup_overlay.html (right): https://codereview.chromium.org/235943011/diff/80001/chrome/browser/resources/sync_setup_overlay.html#newcode223 chrome/browser/resources/sync_setup_overlay.html:223: <p/> What is this for?
6 years, 7 months ago (2014-04-30 20:19:32 UTC) #13
haitaol1
https://codereview.chromium.org/235943011/diff/80001/chrome/browser/resources/sync_setup_overlay.html File chrome/browser/resources/sync_setup_overlay.html (right): https://codereview.chromium.org/235943011/diff/80001/chrome/browser/resources/sync_setup_overlay.html#newcode223 chrome/browser/resources/sync_setup_overlay.html:223: <p/> To put checkbox on a new line and ...
6 years, 7 months ago (2014-04-30 20:34:15 UTC) #14
James Hawkins
https://codereview.chromium.org/235943011/diff/80001/chrome/browser/resources/sync_setup_overlay.html File chrome/browser/resources/sync_setup_overlay.html (right): https://codereview.chromium.org/235943011/diff/80001/chrome/browser/resources/sync_setup_overlay.html#newcode223 chrome/browser/resources/sync_setup_overlay.html:223: <p/> Wrap the <label> in a <div>. Give the ...
6 years, 7 months ago (2014-04-30 20:35:37 UTC) #15
chromium-reviews
On Wed, Apr 30, 2014 at 1:35 PM, <jhawkins@chromium.org> wrote: > > https://codereview.chromium.org/235943011/diff/80001/ > chrome/browser/resources/sync_setup_overlay.html ...
6 years, 7 months ago (2014-04-30 21:05:06 UTC) #16
James Hawkins
It looks like this styling [1] is not being applied for some reason. I suggest ...
6 years, 7 months ago (2014-04-30 21:17:53 UTC) #17
chromium-reviews
Looks like I need to set class="checkbox" on the div. New screenshot is attached. On ...
6 years, 7 months ago (2014-04-30 23:07:41 UTC) #18
James Hawkins
https://codereview.chromium.org/235943011/diff/100001/chrome/browser/resources/sync_setup_overlay.css File chrome/browser/resources/sync_setup_overlay.css (right): https://codereview.chromium.org/235943011/diff/100001/chrome/browser/resources/sync_setup_overlay.css#newcode102 chrome/browser/resources/sync_setup_overlay.css:102: padding-top: 20px; Use margin not padding.
6 years, 7 months ago (2014-05-01 17:54:29 UTC) #19
James Hawkins
On 2014/05/01 17:54:29, James Hawkins wrote: > https://codereview.chromium.org/235943011/diff/100001/chrome/browser/resources/sync_setup_overlay.css > File chrome/browser/resources/sync_setup_overlay.css (right): > > https://codereview.chromium.org/235943011/diff/100001/chrome/browser/resources/sync_setup_overlay.css#newcode102 ...
6 years, 7 months ago (2014-05-01 17:55:24 UTC) #20
tim (not reviewing)
sync_setup_overlay LGTM. Whether I'm a good owner for that file or not is a separate ...
6 years, 7 months ago (2014-05-01 18:25:52 UTC) #21
haitaol1
The CQ bit was checked by haitaol@chromium.org
6 years, 7 months ago (2014-05-01 19:12:01 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/haitaol@chromium.org/235943011/140001
6 years, 7 months ago (2014-05-01 19:12:15 UTC) #23
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-05-01 20:01:32 UTC) #24
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel on tryserver.chromium
6 years, 7 months ago (2014-05-01 20:01:32 UTC) #25
haitaol1
The CQ bit was checked by haitaol@chromium.org
6 years, 7 months ago (2014-05-02 17:01:21 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/haitaol@chromium.org/235943011/160001
6 years, 7 months ago (2014-05-02 17:01:52 UTC) #27
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-05-02 17:34:17 UTC) #28
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel on tryserver.chromium
6 years, 7 months ago (2014-05-02 17:34:17 UTC) #29
haitaol1
The CQ bit was checked by haitaol@chromium.org
6 years, 7 months ago (2014-05-05 21:36:57 UTC) #30
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/haitaol@chromium.org/235943011/180001
6 years, 7 months ago (2014-05-05 21:37:58 UTC) #31
commit-bot: I haz the power
6 years, 7 months ago (2014-05-05 21:42:32 UTC) #32
Message was sent while issue was closed.
Change committed as 268276

Powered by Google App Engine
This is Rietveld 408576698