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

Issue 329018: Further polish to extensions_ui page (Closed)

Created:
11 years, 2 months ago by rafaelw
Modified:
9 years, 7 months ago
Reviewers:
Aaron Boodman, Finnur
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Further polish to extensions_ui page. This changes the details text from gray to black. It also persists in the preferences the state of devMode (whether the developer tools are showing). Lastly, it adds a fade/slide effect on page elements which are shown in devMode. BUG=25471 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=30219

Patch Set 1 #

Total comments: 11

Patch Set 2 : cr changes #

Total comments: 4

Patch Set 3 : pre commiut #

Patch Set 4 : pre commit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+103 lines, -25 lines) Patch
M chrome/browser/browser_prefs.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/extensions/extensions_ui.h View 1 3 chunks +6 lines, -0 lines 0 comments Download
M chrome/browser/extensions/extensions_ui.cc View 1 2 3 5 chunks +20 lines, -0 lines 0 comments Download
M chrome/browser/resources/extensions_ui.html View 1 2 3 9 chunks +70 lines, -25 lines 0 comments Download
M chrome/common/pref_names.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/pref_names.cc View 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
rafaelw
11 years, 2 months ago (2009-10-26 01:03:43 UTC) #1
Aaron Boodman
Where is the part where the initial state of the pref is added to the ...
11 years, 2 months ago (2009-10-26 02:08:34 UTC) #2
Finnur
One general questions for this CL and a few nits: Why implement this as a ...
11 years, 2 months ago (2009-10-26 02:47:45 UTC) #3
Aaron Boodman
On 2009/10/26 02:47:45, Finnur wrote: > One general questions for this CL and a few ...
11 years, 2 months ago (2009-10-26 03:12:28 UTC) #4
rafaelw
> Where is the part where the initial state of the pref is added to ...
11 years, 2 months ago (2009-10-26 03:57:02 UTC) #5
rafaelw1
I kind of got the feeling that localStorage is having problems at the moment. I ...
11 years, 2 months ago (2009-10-26 04:01:09 UTC) #6
Finnur
I had problems with two asserts. An assert (that I think jorlow is fixing this ...
11 years, 2 months ago (2009-10-26 04:30:41 UTC) #7
Aaron Boodman
I dare. LGTM
11 years, 2 months ago (2009-10-26 04:57:04 UTC) #8
Finnur
LG http://codereview.chromium.org/329018/diff/4002/4006 File chrome/browser/resources/extensions_ui.html (left): http://codereview.chromium.org/329018/diff/4002/4006#oldcode121 Line 121: display: none; Just to be sure: The ...
11 years, 2 months ago (2009-10-26 05:21:33 UTC) #9
rafaelw
11 years, 1 month ago (2009-10-26 18:23:22 UTC) #10
http://codereview.chromium.org/329018/diff/4002/4006
File chrome/browser/resources/extensions_ui.html (left):

http://codereview.chromium.org/329018/diff/4002/4006#oldcode121
Line 121: display: none;
On 2009/10/26 05:21:33, Finnur wrote:
> Just to be sure: The details are still hidden by default, until you toggle,
> right?

Yes

http://codereview.chromium.org/329018/diff/4002/4006
File chrome/browser/resources/extensions_ui.html (right):

http://codereview.chromium.org/329018/diff/4002/4006#newcode654
Line 654: onclick="sendInspectMessage(this.extensionView); return false;">
On 2009/10/26 05:21:33, Finnur wrote:
> nit: This is above 80 columns.

With html I've been taking a best-effort with 80 cols. In cases where it's 80
cols vs. readable indenting of nested elements, I prefer the later.

Powered by Google App Engine
This is Rietveld 408576698