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

Issue 125105: Add Personal Stuff tab page to Options in Linux (Closed)

Created:
11 years, 6 months ago by Mohamed Mansour
Modified:
9 years, 6 months ago
Reviewers:
tony, Evan Martin, mattm
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Add Personal Stuff tab page to Options in Linux. Following the same approach as the general tab page.. BUG=11507 TEST=The Personal stuff tab is fully functioning, the prefs save correctly. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=18892

Patch Set 1 #

Patch Set 2 : Fix changelist #

Patch Set 3 : Added content page view #

Patch Set 4 : Now files should be correct #

Patch Set 5 : Compilable #

Patch Set 6 : Make it work on screen #

Patch Set 7 : Added the groups password/form/browsing/themes #

Patch Set 8 : Compilabl #

Total comments: 6

Patch Set 9 : "Create handlers for buttons and radios" #

Patch Set 10 : "Fixed the OptionsLayout to be 4" #

Patch Set 11 : "Implement Preferences for the tab" #

Patch Set 12 : Personal Stuff tab complete #

Total comments: 4

Patch Set 13 : Remove member variables #

Total comments: 1

Patch Set 14 : Fix nits and toggled handlers #

Total comments: 8

Patch Set 15 : Fix nits once more #

Patch Set 16 : fix my git bustage again #

Patch Set 17 : fix git mistakes #

Patch Set 18 : Fix whitespace nits #

Patch Set 19 : fix git nit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+352 lines, -6 lines) Patch
A chrome/browser/gtk/options/content_page_gtk.h View 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +78 lines, -0 lines 0 comments Download
A chrome/browser/gtk/options/content_page_gtk.cc View 3 4 5 6 7 8 9 10 11 12 13 14 15 17 18 1 chunk +260 lines, -0 lines 0 comments Download
M chrome/browser/gtk/options/options_window_gtk.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 5 chunks +12 lines, -6 lines 0 comments Download
M chrome/chrome.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 16 17 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
Mohamed Mansour
Hi guys, is this screenshot acceptable? http://i39.tinypic.com/200zf2f.jpg I have used mattm's options work.
11 years, 6 months ago (2009-06-14 16:34:36 UTC) #1
Evan Martin
My only comment on the screenshot is that the "show saved passwords" button shouldn't be ...
11 years, 6 months ago (2009-06-15 18:33:31 UTC) #2
mattm
http://codereview.chromium.org/125105/diff/1014/1015 File chrome/browser/gtk/options/content_page_gtk.cc (right): http://codereview.chromium.org/125105/diff/1014/1015#newcode59 Line 59: /* Aside from this being commented out, there ...
11 years, 6 months ago (2009-06-16 03:01:36 UTC) #3
Mohamed Mansour
New CL is up, It crashes when opening options because: Gtk: gtk_toggle_button_set_active: assertion `GTK_IS_TOGGLE_BUTTON (toggle_button)' ...
11 years, 6 months ago (2009-06-16 03:51:04 UTC) #4
Mohamed Mansour
Please re-review, it is now complete and working fine. Screenshot: http://i43.tinypic.com/6dxte8.png
11 years, 6 months ago (2009-06-17 01:40:41 UTC) #5
Evan Martin
http://codereview.chromium.org/125105/diff/50/1034 File chrome/browser/gtk/options/content_page_gtk.cc (right): http://codereview.chromium.org/125105/diff/50/1034#newcode183 Line 183: FALSE, 0); If possible, we try to line ...
11 years, 6 months ago (2009-06-17 01:43:54 UTC) #6
Mohamed Mansour
http://codereview.chromium.org/125105/diff/50/1034 File chrome/browser/gtk/options/content_page_gtk.cc (right): http://codereview.chromium.org/125105/diff/50/1034#newcode183 Line 183: FALSE, 0); Do you want the line up ...
11 years, 6 months ago (2009-06-17 01:59:55 UTC) #7
mattm
http://codereview.chromium.org/125105/diff/1040/1041 File chrome/browser/gtk/options/content_page_gtk.cc (right): http://codereview.chromium.org/125105/diff/1040/1041#newcode221 Line 221: return; These toggled handlers look like they still ...
11 years, 6 months ago (2009-06-17 05:14:23 UTC) #8
Mohamed Mansour
Please re-review. Should be final. I added NOTIMPLEMENTED() for password exceptions. Thanks!
11 years, 6 months ago (2009-06-18 02:02:47 UTC) #9
mattm
http://codereview.chromium.org/125105/diff/2001/2002 File chrome/browser/gtk/options/content_page_gtk.cc (right): http://codereview.chromium.org/125105/diff/2001/2002#newcode105 Line 105: GtkWidget* button_hbox = gtk_hbox_new(FALSE, gtk_util::kLabelSpacing); This should be ...
11 years, 6 months ago (2009-06-18 03:52:26 UTC) #10
Mohamed Mansour
Beh, I tried for the last hour or so fixing what happened ... Something went ...
11 years, 6 months ago (2009-06-19 05:08:58 UTC) #11
Mohamed Mansour
Please rereview. thanks!
11 years, 6 months ago (2009-06-20 02:05:31 UTC) #12
mattm
11 years, 6 months ago (2009-06-20 03:23:52 UTC) #13
On 2009/06/20 02:05:31, Mohamed Mansour wrote:
> Please rereview. thanks!

Some lines ending in whitespace, otherwise LGTM.

Powered by Google App Engine
This is Rietveld 408576698