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

Issue 147243: Finish the gtk search engine manager. (Closed)

Created:
11 years, 6 months ago by mattm
Modified:
9 years, 7 months ago
Reviewers:
Evan Stade
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Finish the gtk search engine manager. BUG=13326 TEST=Open options, click search engines manage button, try adding, removing, making default, etc. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=19449

Patch Set 1 #

Patch Set 2 : Make the group offsets into consts. #

Total comments: 12

Patch Set 3 : fix nits #

Patch Set 4 : fix nits (this time actually cherry picking the commit first ;) #

Total comments: 1

Patch Set 5 : fixed group headers comments #

Patch Set 6 : add period #

Unified diffs Side-by-side diffs Delta from patch set Stats (+353 lines, -23 lines) Patch
M chrome/browser/gtk/keyword_editor_view.h View 1 2 3 4 chunks +61 lines, -5 lines 0 comments Download
M chrome/browser/gtk/keyword_editor_view.cc View 1 2 3 4 5 10 chunks +292 lines, -18 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
mattm
11 years, 6 months ago (2009-06-26 22:34:20 UTC) #1
Evan Stade
mostly nits http://codereview.chromium.org/147243/diff/1002/6 File chrome/browser/gtk/keyword_editor_view.cc (right): http://codereview.chromium.org/147243/diff/1002/6#newcode86 Line 86: DCHECK(controller_->url_model()); this DCHECK isn't very useful ...
11 years, 6 months ago (2009-06-26 23:07:55 UTC) #2
mattm
http://codereview.chromium.org/147243/diff/1002/6 File chrome/browser/gtk/keyword_editor_view.cc (right): http://codereview.chromium.org/147243/diff/1002/6#newcode86 Line 86: DCHECK(controller_->url_model()); On 2009/06/26 23:07:56, Evan Stade wrote: > ...
11 years, 6 months ago (2009-06-26 23:20:03 UTC) #3
Evan Stade
11 years, 6 months ago (2009-06-26 23:24:22 UTC) #4
lgtm

http://codereview.chromium.org/147243/diff/1009/1010
File chrome/browser/gtk/keyword_editor_view.cc (right):

http://codereview.chromium.org/147243/diff/1009/1010#newcode326
Line 326: // Add the headers for the second group.
I was thinking more along the lines of

// First group title.
...
// First group separator.
...
// Blank row.
...

Powered by Google App Engine
This is Rietveld 408576698