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

Issue 1694017: Adding a configuration dialog for Pinyin input method. (Closed)

Created:
10 years, 8 months ago by Yusuke Sato
Modified:
9 years, 7 months ago
CC:
chromium-reviews, James Su, mazda, Zachary Kuznia
Visibility:
Public.

Description

Adding a configuration dialog for Pinyin input method. BUG=crosbug.com/491 BUG=crosbug.com/2623 TEST=manual Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=45725

Patch Set 1 #

Total comments: 6

Patch Set 2 : fixed all #

Total comments: 7
Unified diffs Side-by-side diffs Delta from patch set Stats (+283 lines, -23 lines) Patch
M chrome/app/generated_resources.grd View 1 1 chunk +52 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/language_preferences.h View 3 chunks +29 lines, -13 lines 0 comments Download
M chrome/browser/chromeos/options/language_config_view.cc View 3 chunks +6 lines, -0 lines 0 comments Download
A chrome/browser/chromeos/options/language_pinyin_config_view.h View 1 1 chunk +65 lines, -0 lines 2 comments Download
A chrome/browser/chromeos/options/language_pinyin_config_view.cc View 1 1 chunk +111 lines, -0 lines 3 comments Download
M chrome/browser/chromeos/preferences.h View 1 chunk +2 lines, -4 lines 1 comment Download
M chrome/browser/chromeos/preferences.cc View 3 chunks +6 lines, -6 lines 1 comment Download
M chrome/chrome.gyp View 1 2 chunks +10 lines, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Yusuke Sato
10 years, 8 months ago (2010-04-27 01:50:33 UTC) #1
satorux1
look good overall, but what about using tags?
10 years, 8 months ago (2010-04-27 03:41:39 UTC) #2
satorux1
looks good overall, but what about using tags?
10 years, 8 months ago (2010-04-27 03:41:43 UTC) #3
satorux1
http://codereview.chromium.org/1694017/diff/1/5 File chrome/browser/chromeos/options/language_pinyin_config_view.cc (right): http://codereview.chromium.org/1694017/diff/1/5#newcode34 chrome/browser/chromeos/options/language_pinyin_config_view.cc:34: } You can merge the two loops http://codereview.chromium.org/1694017/diff/1/5#newcode43 chrome/browser/chromeos/options/language_pinyin_config_view.cc:43: ...
10 years, 8 months ago (2010-04-27 03:42:11 UTC) #4
Yusuke Sato
Thanks, fixed. http://codereview.chromium.org/1694017/diff/1/5 File chrome/browser/chromeos/options/language_pinyin_config_view.cc (right): http://codereview.chromium.org/1694017/diff/1/5#newcode34 chrome/browser/chromeos/options/language_pinyin_config_view.cc:34: } On 2010/04/27 03:42:11, satorux1 wrote: > ...
10 years, 8 months ago (2010-04-27 17:51:02 UTC) #5
satorux1
LGTM
10 years, 8 months ago (2010-04-27 17:54:27 UTC) #6
tfarina (gmail-do not use)
I know that was already committed :) http://codereview.chromium.org/1694017/diff/6001/7004 File chrome/browser/chromeos/options/language_pinyin_config_view.cc (right): http://codereview.chromium.org/1694017/diff/6001/7004#newcode39 chrome/browser/chromeos/options/language_pinyin_config_view.cc:39: views::Button* sender, ...
10 years, 8 months ago (2010-04-27 18:14:21 UTC) #7
satorux1
http://codereview.chromium.org/1694017/diff/6001/7004 File chrome/browser/chromeos/options/language_pinyin_config_view.cc (right): http://codereview.chromium.org/1694017/diff/6001/7004#newcode99 chrome/browser/chromeos/options/language_pinyin_config_view.cc:99: if (type == NotificationType::PREF_CHANGED) { On 2010/04/27 18:14:21, tfarina ...
10 years, 8 months ago (2010-04-28 05:37:05 UTC) #8
tfarina (gmail-do not use)
10 years, 8 months ago (2010-04-28 15:44:55 UTC) #9
On 2010/04/28 05:37:05, satorux1 wrote:
> http://codereview.chromium.org/1694017/diff/6001/7004
> File chrome/browser/chromeos/options/language_pinyin_config_view.cc (right):
> 
> http://codereview.chromium.org/1694017/diff/6001/7004#newcode99
> chrome/browser/chromeos/options/language_pinyin_config_view.cc:99: if (type ==
> NotificationType::PREF_CHANGED) {
> On 2010/04/27 18:14:21, tfarina wrote:
> > chromium style is to not add {} in single line statements. :)
> 
> Is it? Could you tell us where it is defined?
http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml?showone=Condit...

"In general, curly braces are not required for single-line statements, but they
are allowed if you like them".

Also if you see some reviews of Peter Kasting and other folks you will see that
they insist on this.

Powered by Google App Engine
This is Rietveld 408576698