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

Issue 174043: Gtk languages options page part 1: accept-languages configuration. (Closed)

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

Description

Gtk languages options page part 1: accept-languages configuration. Move accept_language_list to l10n_util, use it for LanguagesPageGtk. BUG=13524 TEST=You can view, reorder, remove and add accept-languages. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=23695

Patch Set 1 #

Total comments: 18

Patch Set 2 : review fixes #

Total comments: 1

Patch Set 3 : comment fix #

Patch Set 4 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+864 lines, -159 lines) Patch
M app/l10n_util.h View 1 chunk +4 lines, -0 lines 0 comments Download
M app/l10n_util.cc View 2 chunks +153 lines, -0 lines 0 comments Download
M chrome/browser/gtk/options/fonts_languages_window_gtk.cc View 4 chunks +7 lines, -2 lines 0 comments Download
A chrome/browser/gtk/options/languages_page_gtk.h View 1 2 1 chunk +115 lines, -0 lines 0 comments Download
A chrome/browser/gtk/options/languages_page_gtk.cc View 1 1 chunk +342 lines, -0 lines 0 comments Download
A chrome/browser/gtk/options/languages_page_gtk_unittest.cc View 1 chunk +226 lines, -0 lines 0 comments Download
M chrome/browser/language_order_table_model.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/language_order_table_model.cc View 1 chunk +4 lines, -3 lines 0 comments Download
M chrome/browser/views/options/languages_page_view.cc View 3 chunks +7 lines, -152 lines 0 comments Download
M chrome/chrome.gyp View 1 2 3 2 chunks +3 lines, -0 lines 0 comments Download
M chrome/test/data/valgrind/unit_tests.gtest_linux.txt View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
mattm
Wasn't entirely sure where to put the accept_languages_list. Was vacillating between this and putting them ...
11 years, 4 months ago (2009-08-19 03:59:33 UTC) #1
Evan Stade
On 2009/08/19 03:59:33, mattm wrote: > Wasn't entirely sure where to put the accept_languages_list. Was ...
11 years, 4 months ago (2009-08-19 04:07:08 UTC) #2
Evan Stade
mostly nits http://codereview.chromium.org/174043/diff/1/5 File chrome/browser/gtk/options/languages_page_gtk.cc (right): http://codereview.chromium.org/174043/diff/1/5#newcode88 Line 88: gtk_widget_show_all(dialog_); can you make this the ...
11 years, 4 months ago (2009-08-19 04:21:18 UTC) #3
mattm
Updated. Sorry about the cruft. http://codereview.chromium.org/174043/diff/1/5 File chrome/browser/gtk/options/languages_page_gtk.cc (right): http://codereview.chromium.org/174043/diff/1/5#newcode88 Line 88: gtk_widget_show_all(dialog_); On 2009/08/19 ...
11 years, 4 months ago (2009-08-19 04:42:42 UTC) #4
Evan Stade
11 years, 4 months ago (2009-08-19 04:44:30 UTC) #5
lgtm!

http://codereview.chromium.org/174043/diff/1014/1019
File chrome/browser/gtk/options/languages_page_gtk.h (right):

http://codereview.chromium.org/174043/diff/1014/1019#newcode51
Line 51: // Get the row number of the first selected row.
or -1 if no row is selected

Powered by Google App Engine
This is Rietveld 408576698