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

Issue 7529011: Add a flag that lets the webstore show a different UI on app install. (Closed)

Created:
9 years, 4 months ago by asargent_no_longer_on_chrome
Modified:
9 years, 4 months ago
CC:
chromium-reviews, Aaron Boodman, Erik does not do reviews, mihaip+watch_chromium.org, Paweł Hajdan Jr.
Visibility:
Public.

Description

Add a flag that lets the webstore show a different UI on app install. When people install apps, they seem to get confused about how to launch them. We want to experiment with a different UI after install, that instead of immediately transitioning to the New Tab Page, instead shows a bubble pointing at the New Tab button on the tabstrip with a "show me" link which will open a new tab and animate the app icon showing up there. This CL has the views implementation - OSX and GTK implementations will come in a separate CL. BUG=89687 TEST=Requires webstore changes to fully test (the CL includes an automated browser test) Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=95514

Patch Set 1 : ready for review #

Total comments: 18

Patch Set 2 : addressed comments #

Patch Set 3 : removed files added in separate CL (r95432) #

Unified diffs Side-by-side diffs Delta from patch set Stats (+225 lines, -45 lines) Patch
M chrome/app/generated_resources.grd View 1 2 2 chunks +10 lines, -0 lines 0 comments Download
M chrome/browser/about_flags.cc View 1 2 1 chunk +7 lines, -0 lines 0 comments Download
M chrome/browser/extensions/crx_installer.h View 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/extensions/crx_installer.cc View 2 chunks +4 lines, -1 line 0 comments Download
M chrome/browser/extensions/extension_install_ui.h View 4 chunks +17 lines, -0 lines 0 comments Download
M chrome/browser/extensions/extension_install_ui.cc View 1 5 chunks +22 lines, -6 lines 0 comments Download
M chrome/browser/extensions/extension_webstore_private_api.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/extensions/extension_webstore_private_api.cc View 4 chunks +8 lines, -1 line 0 comments Download
M chrome/browser/extensions/extension_webstore_private_apitest.cc View 1 chunk +7 lines, -0 lines 0 comments Download
M chrome/browser/ui/touch/tabs/touch_tab_strip.h View 1 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/ui/touch/tabs/touch_tab_strip.cc View 1 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/extensions/extension_installed_bubble.h View 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/extensions/extension_installed_bubble.cc View 1 11 chunks +82 lines, -32 lines 0 comments Download
M chrome/browser/ui/views/tabs/abstract_tab_strip_view.h View 1 chunk +3 lines, -1 line 0 comments Download
M chrome/browser/ui/views/tabs/side_tab_strip.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/views/tabs/side_tab_strip.cc View 1 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/tabs/tab_strip.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/views/tabs/tab_strip.cc View 1 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/common/chrome_switches.h View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M chrome/common/chrome_switches.cc View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/common/extensions/api/extension_api.json View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/api_test/webstore_private/app_install_bubble.html View 1 chunk +2 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/api_test/webstore_private/app_install_bubble.js View 1 1 chunk +25 lines, -0 lines 0 comments Download
M chrome/test/data/extensions/api_test/webstore_private/common.js View 1 chunk +4 lines, -1 line 0 comments Download

Messages

Total messages: 7 (0 generated)
asargent_no_longer_on_chrome
sky: chrome/browser/ui/* mpcomplete: everything else
9 years, 4 months ago (2011-08-03 22:02:21 UTC) #1
Matt Perry
LGTM http://codereview.chromium.org/7529011/diff/13002/chrome/common/chrome_switches.cc File chrome/common/chrome_switches.cc (right): http://codereview.chromium.org/7529011/diff/13002/chrome/common/chrome_switches.cc#newcode74 chrome/common/chrome_switches.cc:74: const char kAppsNewInstallBubble[] = "apps-new-install-bubble"; align the = ...
9 years, 4 months ago (2011-08-03 22:19:26 UTC) #2
Matt Perry
LGTM
9 years, 4 months ago (2011-08-03 22:19:26 UTC) #3
sky
http://codereview.chromium.org/7529011/diff/13002/chrome/browser/ui/touch/tabs/touch_tab_strip.h File chrome/browser/ui/touch/tabs/touch_tab_strip.h (right): http://codereview.chromium.org/7529011/diff/13002/chrome/browser/ui/touch/tabs/touch_tab_strip.h#newcode37 chrome/browser/ui/touch/tabs/touch_tab_strip.h:37: virtual views::View* GetNewTabButton() OVERRIDE { return NULL; } Don't ...
9 years, 4 months ago (2011-08-03 22:23:24 UTC) #4
asargent_no_longer_on_chrome
Addressed all comments. sky: please look again. http://codereview.chromium.org/7529011/diff/13002/chrome/browser/ui/touch/tabs/touch_tab_strip.h File chrome/browser/ui/touch/tabs/touch_tab_strip.h (right): http://codereview.chromium.org/7529011/diff/13002/chrome/browser/ui/touch/tabs/touch_tab_strip.h#newcode37 chrome/browser/ui/touch/tabs/touch_tab_strip.h:37: virtual views::View* ...
9 years, 4 months ago (2011-08-04 00:00:16 UTC) #5
sky
LGTM
9 years, 4 months ago (2011-08-04 03:40:14 UTC) #6
commit-bot: I haz the power
9 years, 4 months ago (2011-08-04 22:12:51 UTC) #7
Change committed as 95514

Powered by Google App Engine
This is Rietveld 408576698