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

Issue 108143003: Rename input_method_linux_x11 as input_method_auralinux. (Closed)

Created:
7 years ago by kalyank
Modified:
7 years ago
Reviewers:
Eran M. (Google), Yuki
CC:
chromium-reviews, nona+watch_chromium.org, James Su, yukishiino+watch_chromium.org, penghuang+watch_chromium.org, yusukes+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Rename input_method_linux_x11 as input_method_auralinux. This patch renames input_method_linux_x11 and input_method_auralinux. This would make it possible for it to be used with Ozone. TEST=none Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=239329

Patch Set 1 #

Patch Set 2 : Revert unintended changes. #

Patch Set 3 : Rename LinuxAura as AuraLinux #

Total comments: 2

Patch Set 4 : Review fix: Fix header pre-processor #

Patch Set 5 : Rebased #

Patch Set 6 : Fix windows build #

Unified diffs Side-by-side diffs Delta from patch set Stats (+43 lines, -287 lines) Patch
M ui/base/ime/ime.gypi View 1 2 2 chunks +5 lines, -5 lines 0 comments Download
A + ui/base/ime/input_method_auralinux.h View 1 2 3 3 chunks +11 lines, -11 lines 0 comments Download
A + ui/base/ime/input_method_auralinux.cc View 1 2 6 chunks +23 lines, -21 lines 0 comments Download
M ui/base/ime/input_method_factory.cc View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M ui/base/ime/input_method_initializer.cc View 1 2 3 4 5 2 chunks +2 lines, -2 lines 0 comments Download
D ui/base/ime/input_method_linux_x11.h View 1 chunk +0 lines, -61 lines 0 comments Download
D ui/base/ime/input_method_linux_x11.cc View 1 chunk +0 lines, -185 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
kalyank
7 years ago (2013-12-06 12:40:28 UTC) #1
Yuki
Could you use *_linux_aura.{cc,h} for the new file names rather than *_linuxaura.{cc,h}? Everything else looks ...
7 years ago (2013-12-06 12:55:15 UTC) #2
Yuki
Only a nitpick. https://codereview.chromium.org/108143003/diff/40001/ui/base/ime/input_method_auralinux.h File ui/base/ime/input_method_auralinux.h (right): https://codereview.chromium.org/108143003/diff/40001/ui/base/ime/input_method_auralinux.h#newcode5 ui/base/ime/input_method_auralinux.h:5: #ifndef UI_BASE_IME_INPUT_METHOD_AURA_LINUX_H_ Please follow the same ...
7 years ago (2013-12-06 13:43:03 UTC) #3
Yuki
LGTM. Thanks for working on this.
7 years ago (2013-12-06 14:13:22 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kalyan.kondapally@intel.com/108143003/60001
7 years ago (2013-12-06 14:14:14 UTC) #5
commit-bot: I haz the power
Failed to apply patch for ui/base/ime/input_method_initializer.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years ago (2013-12-06 14:14:19 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kalyan.kondapally@intel.com/108143003/70001
7 years ago (2013-12-06 17:47:13 UTC) #7
commit-bot: I haz the power
Retried try job too often on win_x64_rel for step(s) base_unittests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_x64_rel&number=59601
7 years ago (2013-12-06 19:35:29 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kalyan.kondapally@intel.com/108143003/80001
7 years ago (2013-12-06 20:32:12 UTC) #9
commit-bot: I haz the power
Commit queue rejected this change because the description was changed between the time the change ...
7 years ago (2013-12-07 04:20:08 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kalyan.kondapally@intel.com/108143003/80001
7 years ago (2013-12-07 06:06:46 UTC) #11
commit-bot: I haz the power
Change committed as 239329
7 years ago (2013-12-07 06:08:41 UTC) #12
Eran M. (Google)
Hi, I suspect this change is related to views_examples_with_content_exe not working anymore. Please advise if ...
7 years ago (2013-12-11 23:30:02 UTC) #13
Yuki
On 2013/12/11 23:30:02, eranm wrote: > Hi, > > I suspect this change is related ...
7 years ago (2013-12-12 02:46:11 UTC) #14
Yuki
On 2013/12/12 02:46:11, Yuki wrote: > On 2013/12/11 23:30:02, eranm wrote: > > Hi, > ...
7 years ago (2013-12-12 02:47:07 UTC) #15
Eran M. (Google)
7 years ago (2013-12-12 10:46:58 UTC) #16
Message was sent while issue was closed.
Just noticed this is a refactoring CL, without functional changes.

Fixed according to your comments in https://codereview.chromium.org/113783003.

Powered by Google App Engine
This is Rietveld 408576698