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

Issue 1908583002: Use FakeImeKeyboard when running in mash. (Closed)

Created:
4 years, 8 months ago by kylechar
Modified:
4 years, 8 months ago
Reviewers:
sadrul, oshima
CC:
chromium-reviews, nona+watch_chromium.org, James Su, shuchen+watch_chromium.org, yusukes+watch_chromium.org, oshima+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Use FakeImeKeyboard when running in mash. The OzonePlatform instance doesn't exist in the chrome browser process when running mash. ImeKeyboardOzone tries to access the instance and crashes. Always use FakeImeKeyboard with mash until mash IME work is started and this can be done properly. BUG=603959 Committed: https://crrev.com/ff1c72875659748df13118ee4446a303b0c9c3a2 Cr-Commit-Position: refs/heads/master@{#388547}

Patch Set 1 #

Patch Set 2 : Add TODO. #

Total comments: 2

Patch Set 3 : Moved change. #

Total comments: 2

Patch Set 4 : Add TODO. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -1 line) Patch
M chrome/browser/chromeos/input_method/input_method_manager_impl.cc View 1 2 3 3 chunks +5 lines, -1 line 0 comments Download

Messages

Total messages: 18 (9 generated)
kylechar
4 years, 8 months ago (2016-04-20 17:44:34 UTC) #2
sadrul
https://codereview.chromium.org/1908583002/diff/20001/ui/base/ime/chromeos/ime_keyboard_ozone.cc File ui/base/ime/chromeos/ime_keyboard_ozone.cc (right): https://codereview.chromium.org/1908583002/diff/20001/ui/base/ime/chromeos/ime_keyboard_ozone.cc#newcode90 ui/base/ime/chromeos/ime_keyboard_ozone.cc:90: return new ImeKeyboardOzone(); Can we change the code that ...
4 years, 8 months ago (2016-04-20 17:51:19 UTC) #3
kylechar
Adding oshima as a reviewer. https://codereview.chromium.org/1908583002/diff/20001/ui/base/ime/chromeos/ime_keyboard_ozone.cc File ui/base/ime/chromeos/ime_keyboard_ozone.cc (right): https://codereview.chromium.org/1908583002/diff/20001/ui/base/ime/chromeos/ime_keyboard_ozone.cc#newcode90 ui/base/ime/chromeos/ime_keyboard_ozone.cc:90: return new ImeKeyboardOzone(); On ...
4 years, 8 months ago (2016-04-20 18:16:27 UTC) #7
sadrul
non-owner lgtm https://codereview.chromium.org/1908583002/diff/40001/chrome/browser/chromeos/input_method/input_method_manager_impl.cc File chrome/browser/chromeos/input_method/input_method_manager_impl.cc (right): https://codereview.chromium.org/1908583002/diff/40001/chrome/browser/chromeos/input_method/input_method_manager_impl.cc#newcode860 chrome/browser/chromeos/input_method/input_method_manager_impl.cc:860: if (base::SysInfo::IsRunningOnChromeOS() && !chrome::IsRunningInMash()) Add a TODO ...
4 years, 8 months ago (2016-04-20 18:18:06 UTC) #8
kylechar
https://codereview.chromium.org/1908583002/diff/40001/chrome/browser/chromeos/input_method/input_method_manager_impl.cc File chrome/browser/chromeos/input_method/input_method_manager_impl.cc (right): https://codereview.chromium.org/1908583002/diff/40001/chrome/browser/chromeos/input_method/input_method_manager_impl.cc#newcode860 chrome/browser/chromeos/input_method/input_method_manager_impl.cc:860: if (base::SysInfo::IsRunningOnChromeOS() && !chrome::IsRunningInMash()) On 2016/04/20 18:18:06, sadrul wrote: ...
4 years, 8 months ago (2016-04-20 18:24:04 UTC) #10
oshima
lgtm
4 years, 8 months ago (2016-04-20 18:33:46 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1908583002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1908583002/80001
4 years, 8 months ago (2016-04-20 18:34:48 UTC) #14
commit-bot: I haz the power
Committed patchset #4 (id:80001)
4 years, 8 months ago (2016-04-20 19:24:27 UTC) #16
commit-bot: I haz the power
4 years, 8 months ago (2016-04-22 19:25:21 UTC) #18
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/ff1c72875659748df13118ee4446a303b0c9c3a2
Cr-Commit-Position: refs/heads/master@{#388547}

Powered by Google App Engine
This is Rietveld 408576698