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

Issue 196413028: Promote Apps Developer Tools in the chrome:extensions page (Closed)

Created:
6 years, 9 months ago by Devlin
Modified:
6 years, 8 months ago
Reviewers:
Dan Beam
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, arv+watch_chromium.org, extensions-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Promote Apps Developer Tools in the chrome:extensions page If a user does not have the Apps Developer Tools installed, display a promotion for it under the Developer Tools controls (the promo only shows up in Dev Mode). The promo will go away (or not appear in the first place) if the user has ADT installed. BUG=312396 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=264906

Patch Set 1 : #

Patch Set 2 : Clean CSS, hide behind command-line flag #

Patch Set 3 : #

Total comments: 29

Patch Set 4 : Dan's #

Total comments: 8

Patch Set 5 : #

Total comments: 6

Patch Set 6 : Nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+106 lines, -4 lines) Patch
M chrome/app/generated_resources.grd View 1 chunk +6 lines, -0 lines 0 comments Download
A chrome/browser/resources/extensions/apps_developer_tools_promo_48.png View Binary file 0 comments Download
M chrome/browser/resources/extensions/extensions.css View 1 2 3 4 4 chunks +46 lines, -3 lines 0 comments Download
M chrome/browser/resources/extensions/extensions.html View 1 2 3 1 chunk +11 lines, -0 lines 0 comments Download
M chrome/browser/resources/extensions/extensions.js View 1 2 3 4 5 3 chunks +17 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/extensions/extension_settings_handler.cc View 1 2 3 5 chunks +26 lines, -1 line 0 comments Download

Messages

Total messages: 17 (0 generated)
Devlin
Hey Dan, mind taking a look when you can? And I apologize in advance for ...
6 years, 9 months ago (2014-03-27 21:44:41 UTC) #1
Dan Beam
who actually designed this?
6 years, 9 months ago (2014-03-29 00:54:40 UTC) #2
Devlin
On 2014/03/29 00:54:40, Dan Beam wrote: > who actually designed this? The UI designed by ...
6 years, 8 months ago (2014-03-29 16:40:40 UTC) #3
Dan Beam
waiting on this: https://code.google.com/p/chromium/issues/detail?id=354709#c13 and possibly more Review-*-Yes flags to be set on the newly ...
6 years, 8 months ago (2014-04-04 03:09:59 UTC) #4
Dan Beam
On 2014/04/04 03:09:59, Dan Beam wrote: > waiting on this: > https://code.google.com/p/chromium/issues/detail?id=354709#c13 > > and ...
6 years, 8 months ago (2014-04-04 03:13:00 UTC) #5
Devlin
On 2014/04/04 03:13:00, Dan Beam wrote: > On 2014/04/04 03:09:59, Dan Beam wrote: > > ...
6 years, 8 months ago (2014-04-09 23:41:23 UTC) #6
Devlin
On 2014/04/09 23:41:23, D Cronin wrote: > On 2014/04/04 03:13:00, Dan Beam wrote: > > ...
6 years, 8 months ago (2014-04-18 18:01:49 UTC) #7
Dan Beam
https://codereview.chromium.org/196413028/diff/70001/chrome/browser/resources/extensions/extensions.css File chrome/browser/resources/extensions/extensions.css (right): https://codereview.chromium.org/196413028/diff/70001/chrome/browser/resources/extensions/extensions.css#newcode54 chrome/browser/resources/extensions/extensions.css:54: content: url('apps_developer_tools_promo_48.png'); nit: no need for single quotes https://codereview.chromium.org/196413028/diff/70001/chrome/browser/resources/extensions/extensions.css#newcode63 ...
6 years, 8 months ago (2014-04-18 21:27:28 UTC) #8
Dan Beam
https://codereview.chromium.org/196413028/diff/70001/chrome/browser/resources/extensions/extensions.css File chrome/browser/resources/extensions/extensions.css (right): https://codereview.chromium.org/196413028/diff/70001/chrome/browser/resources/extensions/extensions.css#newcode97 chrome/browser/resources/extensions/extensions.css:97: height: 105px; /* Allow more height for the Apps ...
6 years, 8 months ago (2014-04-18 21:28:22 UTC) #9
Devlin
https://codereview.chromium.org/196413028/diff/70001/chrome/browser/resources/extensions/extensions.css File chrome/browser/resources/extensions/extensions.css (right): https://codereview.chromium.org/196413028/diff/70001/chrome/browser/resources/extensions/extensions.css#newcode54 chrome/browser/resources/extensions/extensions.css:54: content: url('apps_developer_tools_promo_48.png'); On 2014/04/18 21:27:28, Dan Beam wrote: > ...
6 years, 8 months ago (2014-04-18 22:19:55 UTC) #10
Dan Beam
so close https://codereview.chromium.org/196413028/diff/70001/chrome/browser/resources/extensions/extensions.css File chrome/browser/resources/extensions/extensions.css (right): https://codereview.chromium.org/196413028/diff/70001/chrome/browser/resources/extensions/extensions.css#newcode82 chrome/browser/resources/extensions/extensions.css:82: background-image: url('chrome://theme/IDR_CLOSE_DIALOG_H'); On 2014/04/18 22:19:55, D Cronin ...
6 years, 8 months ago (2014-04-18 22:34:22 UTC) #11
Devlin
https://codereview.chromium.org/196413028/diff/90001/chrome/browser/resources/extensions/extensions.css File chrome/browser/resources/extensions/extensions.css (right): https://codereview.chromium.org/196413028/diff/90001/chrome/browser/resources/extensions/extensions.css#newcode76 chrome/browser/resources/extensions/extensions.css:76: background-image: url('chrome://theme/IDR_CLOSE_DIALOG_H'); On 2014/04/18 22:34:23, Dan Beam wrote: > ...
6 years, 8 months ago (2014-04-18 22:54:37 UTC) #12
Dan Beam
lgtm https://codereview.chromium.org/196413028/diff/110001/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://codereview.chromium.org/196413028/diff/110001/chrome/app/generated_resources.grd#newcode4683 chrome/app/generated_resources.grd:4683: + Visit website I still think this is ...
6 years, 8 months ago (2014-04-18 23:08:33 UTC) #13
Devlin
https://codereview.chromium.org/196413028/diff/110001/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://codereview.chromium.org/196413028/diff/110001/chrome/app/generated_resources.grd#newcode4683 chrome/app/generated_resources.grd:4683: + Visit website On 2014/04/18 23:08:33, Dan Beam wrote: ...
6 years, 8 months ago (2014-04-18 23:41:02 UTC) #14
Devlin
The CQ bit was checked by rdevlin.cronin@chromium.org
6 years, 8 months ago (2014-04-18 23:41:14 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rdevlin.cronin@chromium.org/196413028/130001
6 years, 8 months ago (2014-04-18 23:41:55 UTC) #16
commit-bot: I haz the power
6 years, 8 months ago (2014-04-19 01:58:53 UTC) #17
Message was sent while issue was closed.
Change committed as 264906

Powered by Google App Engine
This is Rietveld 408576698