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

Issue 39248: Make both Hebrew Visual (ISO-8859-8) and Hebrew Logical (ISO-8859-8-I)... (Closed)

Created:
11 years, 9 months ago by jungshik at Google
Modified:
9 years, 7 months ago
Reviewers:
Johnny(Jianning) Ding, jnd
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Make both Hebrew Visual (ISO-8859-8) and Hebrew Logical (ISO-8859-8-I) available in the encoding menu. Make windows-1255 come before ISO-8859-8* both in the full encoding list and in Hebew Chrome's static list. BUG=2927 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=11180

Patch Set 1 #

Total comments: 1

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -5 lines) Patch
M chrome/app/chrome_dll_resource.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/app/resources/locale_settings_he.xtb View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/browser.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/character_encoding.cc View 1 2 chunks +6 lines, -4 lines 0 comments Download
M chrome/browser/encoding_menu_controller_delegate.cc View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
jungshik at Google
11 years, 9 months ago (2009-03-06 07:30:27 UTC) #1
Johnny(Jianning) Ding
11 years, 9 months ago (2009-03-06 07:46:21 UTC) #2
LGTM.
Only two minor issues need to be done before you commit

http://codereview.chromium.org/39248/diff/1/6
File chrome/browser/character_encoding.cc (right):

http://codereview.chromium.org/39248/diff/1/6#newcode59
Line 59: { IDC_ENCODING_ISO88598I, L"ISO-8859-8-I", IDS_ENCODING_HEBREW },
Please make sure the encoding sequence changes also happen on the below
default_encoding_menus. Also please add "ISO-8859-8-I" to default_encoding_menus
array.

Powered by Google App Engine
This is Rietveld 408576698