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

Issue 2757005: Gtk: Change content settings window to use a list instead of tabs. (Closed)

Created:
10 years, 6 months ago by Nico
Modified:
9 years, 7 months ago
CC:
chromium-reviews, ben+cc_chromium.org
Visibility:
Public.

Description

Gtk: Change content settings window to use a list instead of tabs. BUG=46965 TEST=Open content settings window. Should look more like it does on windows. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=51869

Patch Set 1 #

Patch Set 2 : rebase #

Patch Set 3 : rebase #

Patch Set 4 : tweak #

Patch Set 5 : tweak #

Total comments: 6

Patch Set 6 : comments #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+112 lines, -36 lines) Patch
M chrome/browser/gtk/options/content_filter_page_gtk.cc View 2 chunks +5 lines, -7 lines 0 comments Download
M chrome/browser/gtk/options/content_settings_window_gtk.h View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/gtk/options/content_settings_window_gtk.cc View 1 2 3 4 5 6 chunks +99 lines, -22 lines 3 comments Download
M chrome/browser/gtk/options/cookie_filter_page_gtk.cc View 2 chunks +5 lines, -7 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Nico
Screenshots (3 of them): http://imgur.com/WdGZgl&gz9yt&nD3bK
10 years, 5 months ago (2010-07-06 21:53:59 UTC) #1
Nico
+correct erg
10 years, 5 months ago (2010-07-06 21:54:53 UTC) #2
Evan Martin
http://codereview.chromium.org/2757005/diff/10001/11002 File chrome/browser/gtk/options/content_settings_window_gtk.cc (right): http://codereview.chromium.org/2757005/diff/10001/11002#newcode28 chrome/browser/gtk/options/content_settings_window_gtk.cc:28: #include "chrome/browser/gtk/gtk_tree.h" Why not include with the rest? http://codereview.chromium.org/2757005/diff/10001/11002#newcode108 ...
10 years, 5 months ago (2010-07-07 15:44:07 UTC) #3
Nico
New screenshot coming as soon as ld is done doing it's thing http://codereview.chromium.org/2757005/diff/10001/11002 File chrome/browser/gtk/options/content_settings_window_gtk.cc ...
10 years, 5 months ago (2010-07-07 19:00:43 UTC) #4
Nico
http://imgur.com/OISUV
10 years, 5 months ago (2010-07-07 19:09:12 UTC) #5
Nico
Ping.
10 years, 5 months ago (2010-07-08 17:37:49 UTC) #6
Evan Martin
10 years, 5 months ago (2010-07-08 17:43:22 UTC) #7
LGTM

http://codereview.chromium.org/2757005/diff/14001/15002
File chrome/browser/gtk/options/content_settings_window_gtk.cc (right):

http://codereview.chromium.org/2757005/diff/14001/15002#newcode131
chrome/browser/gtk/options/content_settings_window_gtk.cc:131:
gtk_util::ShowDialogWithLocalizedSize(dialog_, -1, -1, true);
BTW, this function is completely crazy.  I kind of think "gtk_widget_show" does
what you want here, but it's probably better that you match the old code.

http://codereview.chromium.org/2757005/diff/14001/15002#newcode136
chrome/browser/gtk/options/content_settings_window_gtk.cc:136:
gtk_tree_selection_set_mode(selection, GTK_SELECTION_BROWSE);
I am happy you got this.

http://codereview.chromium.org/2757005/diff/14001/15002#newcode247
chrome/browser/gtk/options/content_settings_window_gtk.cc:247:
gtk_notebook_get_current_page(GTK_NOTEBOOK(notebook_)))
curlies, or fit on one line

Powered by Google App Engine
This is Rietveld 408576698