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

Issue 7399015: Sync Promo: Add a way to collapse the sync promo (Closed)

Created:
9 years, 5 months ago by sail
Modified:
9 years, 5 months ago
Reviewers:
James Hawkins
CC:
chromium-reviews, estade+watch_chromium.org, arv (Not doing code reviews)
Visibility:
Public.

Description

Sync Promo: Add a way to collapse the sync promo With this change we can now collapse and expand the sync promo. BUG=89276 TEST=Ran with --sync-show-promo and verified that collapsing and un-collapsing the sync promo worked. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=93585

Patch Set 1 #

Patch Set 2 : remove extra changes #

Total comments: 36

Patch Set 3 : address review feedback #

Total comments: 8

Patch Set 4 : address review feedback #

Total comments: 1

Patch Set 5 : diff against correct branch #

Patch Set 6 : Sync Promo: Add a way to collapse the sync promo #

Unified diffs Side-by-side diffs Delta from patch set Stats (+286 lines, -42 lines) Patch
M chrome/app/generated_resources.grd View 1 2 3 4 5 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/resources/new_tab.html View 1 2 3 4 5 4 chunks +17 lines, -2 lines 0 comments Download
M chrome/browser/resources/new_tab.js View 1 2 3 4 5 3 chunks +8 lines, -1 line 0 comments Download
A chrome/browser/resources/new_tab_sync_promo.css View 1 2 3 4 5 1 chunk +44 lines, -0 lines 0 comments Download
M chrome/browser/resources/new_tab_sync_promo.js View 1 2 3 4 5 3 chunks +61 lines, -5 lines 0 comments Download
A chrome/browser/resources/sync_promo_minimize.png View 1 2 3 4 5 Binary file 0 comments Download
M chrome/browser/ui/webui/ntp/new_tab_sync_setup_handler.h View 1 2 3 4 5 1 chunk +30 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/ntp/new_tab_sync_setup_handler.cc View 1 2 3 4 5 1 chunk +78 lines, -6 lines 0 comments Download
M chrome/browser/ui/webui/ntp/new_tab_ui.cc View 1 2 3 4 5 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/sync_setup_handler.h View 1 2 3 4 5 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/sync_setup_handler.cc View 1 2 3 4 5 4 chunks +37 lines, -27 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
sail
9 years, 5 months ago (2011-07-16 00:43:19 UTC) #1
James Hawkins
http://codereview.chromium.org/7399015/diff/14/chrome/browser/resources/new_tab.html File chrome/browser/resources/new_tab.html (right): http://codereview.chromium.org/7399015/diff/14/chrome/browser/resources/new_tab.html#newcode144 chrome/browser/resources/new_tab.html:144: src="sync_promo_minimize.png"/> s/\/// http://codereview.chromium.org/7399015/diff/14/chrome/browser/resources/new_tab_sync_promo.css File chrome/browser/resources/new_tab_sync_promo.css (right): http://codereview.chromium.org/7399015/diff/14/chrome/browser/resources/new_tab_sync_promo.css#newcode8 chrome/browser/resources/new_tab_sync_promo.css:8: width:100%; ...
9 years, 5 months ago (2011-07-18 02:37:36 UTC) #2
sail
http://codereview.chromium.org/7399015/diff/14/chrome/browser/resources/new_tab.html File chrome/browser/resources/new_tab.html (right): http://codereview.chromium.org/7399015/diff/14/chrome/browser/resources/new_tab.html#newcode144 chrome/browser/resources/new_tab.html:144: src="sync_promo_minimize.png"/> On 2011/07/18 02:37:36, James Hawkins wrote: > s/\/// ...
9 years, 5 months ago (2011-07-20 01:30:46 UTC) #3
James Hawkins
LGTM with nits. http://codereview.chromium.org/7399015/diff/8001/chrome/browser/content_settings/content_settings_pref_provider.cc File chrome/browser/content_settings/content_settings_pref_provider.cc (right): http://codereview.chromium.org/7399015/diff/8001/chrome/browser/content_settings/content_settings_pref_provider.cc#newcode1034 chrome/browser/content_settings/content_settings_pref_provider.cc:1034: if (key.empty()) When does this happen? ...
9 years, 5 months ago (2011-07-20 01:55:25 UTC) #4
sail
http://codereview.chromium.org/7399015/diff/8001/chrome/browser/content_settings/content_settings_pref_provider.cc File chrome/browser/content_settings/content_settings_pref_provider.cc (right): http://codereview.chromium.org/7399015/diff/8001/chrome/browser/content_settings/content_settings_pref_provider.cc#newcode1034 chrome/browser/content_settings/content_settings_pref_provider.cc:1034: if (key.empty()) On 2011/07/20 01:55:26, James Hawkins wrote: > ...
9 years, 5 months ago (2011-07-20 19:40:24 UTC) #5
sail
fixed parent branch
9 years, 5 months ago (2011-07-20 19:41:06 UTC) #6
James Hawkins
9 years, 5 months ago (2011-07-20 19:59:46 UTC) #7
SLGTM

Powered by Google App Engine
This is Rietveld 408576698