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

Issue 5964003: Content settings lists moved to sub-sub pages. (Closed)

Created:
10 years ago by Evan Stade
Modified:
9 years, 6 months ago
CC:
chromium-reviews, arv (Not doing code reviews)
Visibility:
Public.

Description

Content settings lists moved to sub-sub pages. BUG=64153 TEST=manual Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=69868

Patch Set 1 #

Patch Set 2 : fix remove row #

Total comments: 4

Patch Set 3 : column headers + smorgan fixes #

Patch Set 4 : git add #

Total comments: 14

Patch Set 5 : arv comments #

Total comments: 8

Patch Set 6 : comments #

Patch Set 7 : sync #

Patch Set 8 : fix syntax #

Unified diffs Side-by-side diffs Delta from patch set Stats (+300 lines, -176 lines) Patch
M chrome/app/generated_resources.grd View 1 2 3 4 5 8 chunks +24 lines, -0 lines 0 comments Download
M chrome/browser/dom_ui/options/content_settings_handler.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/dom_ui/options/content_settings_handler.cc View 1 2 10 chunks +70 lines, -55 lines 0 comments Download
M chrome/browser/resources/options/content_settings.css View 1 2 3 4 5 1 chunk +19 lines, -0 lines 0 comments Download
M chrome/browser/resources/options/content_settings.html View 1 2 3 4 5 7 chunks +22 lines, -56 lines 0 comments Download
M chrome/browser/resources/options/content_settings.js View 1 2 3 4 5 4 chunks +12 lines, -33 lines 0 comments Download
A chrome/browser/resources/options/content_settings_exceptions_area.html View 1 2 3 4 5 1 chunk +56 lines, -0 lines 0 comments Download
M chrome/browser/resources/options/content_settings_exceptions_area.js View 1 2 3 4 5 6 7 4 chunks +87 lines, -27 lines 0 comments Download
M chrome/browser/resources/options/options.html View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/options/options.js View 1 2 3 4 5 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/browser/resources/options/options_page.css View 1 2 3 4 5 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
Evan Stade
10 years ago (2010-12-20 22:40:06 UTC) #1
stuartmorgan
http://codereview.chromium.org/5964003/diff/2001/chrome/browser/resources/options/content_settings.css File chrome/browser/resources/options/content_settings.css (right): http://codereview.chromium.org/5964003/diff/2001/chrome/browser/resources/options/content_settings.css#newcode7 chrome/browser/resources/options/content_settings.css:7: #contentSettingsExceptionsArea list { Lets move this style block to ...
10 years ago (2010-12-20 22:55:37 UTC) #2
Evan Stade
I am adding the column headers, and it turns out the html structure has to ...
10 years ago (2010-12-20 23:09:02 UTC) #3
Evan Stade
both suggestions implemented. PTAL
10 years ago (2010-12-21 00:23:15 UTC) #4
arv (Not doing code reviews)
http://codereview.chromium.org/5964003/diff/14001/chrome/browser/resources/options/content_settings.css File chrome/browser/resources/options/content_settings.css (right): http://codereview.chromium.org/5964003/diff/14001/chrome/browser/resources/options/content_settings.css#newcode21 chrome/browser/resources/options/content_settings.css:21: margin-left: 3px; -webkit-margin-start http://codereview.chromium.org/5964003/diff/14001/chrome/browser/resources/options/content_settings.css#newcode25 chrome/browser/resources/options/content_settings.css:25: #exceptionColumnHeaders > span { ...
10 years ago (2010-12-21 00:34:27 UTC) #5
stuartmorgan
http://codereview.chromium.org/5964003/diff/14001/chrome/browser/resources/options/startup_page_manager.css File chrome/browser/resources/options/startup_page_manager.css (right): http://codereview.chromium.org/5964003/diff/14001/chrome/browser/resources/options/startup_page_manager.css#newcode1 chrome/browser/resources/options/startup_page_manager.css:1: #startupPagesFullList { On 2010/12/21 00:34:27, arv wrote: > Can ...
10 years ago (2010-12-21 01:19:17 UTC) #6
Evan Stade
http://codereview.chromium.org/5964003/diff/14001/chrome/browser/resources/options/content_settings.css File chrome/browser/resources/options/content_settings.css (right): http://codereview.chromium.org/5964003/diff/14001/chrome/browser/resources/options/content_settings.css#newcode21 chrome/browser/resources/options/content_settings.css:21: margin-left: 3px; On 2010/12/21 00:34:27, arv wrote: > -webkit-margin-start ...
10 years ago (2010-12-21 02:09:00 UTC) #7
stuartmorgan
LGTM with nits http://codereview.chromium.org/5964003/diff/20001/chrome/browser/resources/options/content_settings.css File chrome/browser/resources/options/content_settings.css (right): http://codereview.chromium.org/5964003/diff/20001/chrome/browser/resources/options/content_settings.css#newcode22 chrome/browser/resources/options/content_settings.css:22: margin-bottom: 4px; Alphabetize all of these. ...
10 years ago (2010-12-21 17:25:43 UTC) #8
arv (Not doing code reviews)
LGTM with nits http://codereview.chromium.org/5964003/diff/14001/chrome/browser/resources/options/content_settings.css File chrome/browser/resources/options/content_settings.css (right): http://codereview.chromium.org/5964003/diff/14001/chrome/browser/resources/options/content_settings.css#newcode25 chrome/browser/resources/options/content_settings.css:25: #exceptionColumnHeaders > span { On 2010/12/21 ...
10 years ago (2010-12-21 19:08:54 UTC) #9
Evan Stade
10 years ago (2010-12-21 19:54:08 UTC) #10
updated and synced

http://codereview.chromium.org/5964003/diff/20001/chrome/browser/resources/op...
File chrome/browser/resources/options/content_settings.css (right):

http://codereview.chromium.org/5964003/diff/20001/chrome/browser/resources/op...
chrome/browser/resources/options/content_settings.css:22: margin-bottom: 4px;
On 2010/12/21 17:25:44, stuartmorgan wrote:
> Alphabetize all of these.

Done.

http://codereview.chromium.org/5964003/diff/20001/chrome/browser/resources/op...
chrome/browser/resources/options/content_settings.css:25:
#exceptionColumnHeaders > span {
On 2010/12/21 19:08:54, arv wrote:
> Since you are using display block maybe you can use divs instead of spans?

ok.

http://codereview.chromium.org/5964003/diff/20001/chrome/browser/resources/op...
File chrome/browser/resources/options/content_settings_exceptions_area.html
(right):

http://codereview.chromium.org/5964003/diff/20001/chrome/browser/resources/op...
chrome/browser/resources/options/content_settings_exceptions_area.html:2:
<h1></h1>
On 2010/12/21 17:25:44, stuartmorgan wrote:
> Why is this empty?

the inner text is updated depending on which of the below divs is visible

http://codereview.chromium.org/5964003/diff/20001/chrome/browser/resources/op...
File chrome/browser/resources/options/content_settings_exceptions_area.js
(right):

http://codereview.chromium.org/5964003/diff/20001/chrome/browser/resources/op...
chrome/browser/resources/options/content_settings_exceptions_area.js:554: *
Encapsulated handling of content settings list subpage.
On 2010/12/21 19:08:54, arv wrote:
> This goes on the ContentSettingsExceptionArea function.

Done.

Powered by Google App Engine
This is Rietveld 408576698