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

Issue 2853032: Add a DOM UI version of ibus-hangul configuration dialog. (Closed)

Created:
10 years, 5 months ago by mazda
Modified:
9 years, 7 months ago
CC:
chromium-reviews, arv (Not doing code reviews), davemoore+watch_chromium.org, ben+cc_chromium.org, satorux1
Visibility:
Public.

Description

Add a DOM UI version of ibus-hangul configuration dialog. This dialog cannot be opend from UI yet. The execution path will be added once "Languages and Input" dialog is ready. TEST=manually check on the netbook by uncommenting TODO lines. BUG=chromium-os:4806 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=52279

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 6

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Total comments: 6

Patch Set 7 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+142 lines, -10 lines) Patch
A chrome/browser/chromeos/dom_ui/language_hangul_options_handler.h View 1 chunk +29 lines, -0 lines 0 comments Download
A chrome/browser/chromeos/dom_ui/language_hangul_options_handler.cc View 1 2 3 4 5 6 1 chunk +39 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/dom_ui/system_options_handler.cc View 1 chunk +4 lines, -5 lines 0 comments Download
M chrome/browser/dom_ui/core_options_handler.cc View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/dom_ui/options_ui.cc View 1 2 3 4 5 2 chunks +3 lines, -0 lines 0 comments Download
M chrome/browser/resources/options.html View 1 2 3 4 5 6 3 chunks +6 lines, -0 lines 0 comments Download
A chrome/browser/resources/options/chromeos_language_hangul_options.html View 1 2 3 4 5 6 1 chunk +15 lines, -0 lines 0 comments Download
A chrome/browser/resources/options/chromeos_language_hangul_options.js View 1 2 3 4 5 6 1 chunk +37 lines, -0 lines 0 comments Download
M chrome/browser/resources/options/pref_ui.js View 1 chunk +4 lines, -5 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
mazda
Hi Zel, Can I ask you to review a DOM UI version of configuration dialog?
10 years, 5 months ago (2010-07-07 10:11:19 UTC) #1
arv (Not doing code reviews)
http://codereview.chromium.org/2853032/diff/6001/7001 File chrome/browser/chromeos/dom_ui/language_hangul_options_handler.cc (right): http://codereview.chromium.org/2853032/diff/6001/7001#newcode34 chrome/browser/chromeos/dom_ui/language_hangul_options_handler.cc:34: value += delimiter; Why not send down an array ...
10 years, 5 months ago (2010-07-07 18:15:10 UTC) #2
mazda
Thanks for the review. http://codereview.chromium.org/2853032/diff/6001/7001 File chrome/browser/chromeos/dom_ui/language_hangul_options_handler.cc (right): http://codereview.chromium.org/2853032/diff/6001/7001#newcode34 chrome/browser/chromeos/dom_ui/language_hangul_options_handler.cc:34: value += delimiter; On 2010/07/07 ...
10 years, 5 months ago (2010-07-08 05:28:29 UTC) #3
arv (Not doing code reviews)
On Wed, Jul 7, 2010 at 22:28, <mazda@chromium.org> wrote: > Thanks for the review. > ...
10 years, 5 months ago (2010-07-08 16:37:59 UTC) #4
mazda
Fixed language_hangul_options_handler.cc to use an array instead of a character delimited string. Please take another ...
10 years, 5 months ago (2010-07-13 06:01:54 UTC) #5
arv (Not doing code reviews)
http://codereview.chromium.org/2853032/diff/14002/33006 File chrome/browser/resources/options/chromeos_language_hangul_options.html (right): http://codereview.chromium.org/2853032/diff/14002/33006#newcode2 chrome/browser/resources/options/chromeos_language_hangul_options.html:2: <div class="section"> This was changed to <section> http://codereview.chromium.org/2853032/diff/14002/33007 File ...
10 years, 5 months ago (2010-07-13 16:51:07 UTC) #6
mazda
Thanks for the comments. Please take another look. http://codereview.chromium.org/2853032/diff/14002/33006 File chrome/browser/resources/options/chromeos_language_hangul_options.html (right): http://codereview.chromium.org/2853032/diff/14002/33006#newcode2 chrome/browser/resources/options/chromeos_language_hangul_options.html:2: <div ...
10 years, 5 months ago (2010-07-14 01:44:51 UTC) #7
arv (Not doing code reviews)
LGTM
10 years, 5 months ago (2010-07-14 03:30:59 UTC) #8
mazda
10 years, 5 months ago (2010-07-14 04:01:26 UTC) #9
On 2010/07/14 03:30:59, arv wrote:
> LGTM

Submitted.
Thanks!

Powered by Google App Engine
This is Rietveld 408576698