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

Issue 1055863002: ChromeOS: switch UI language before apps are loaded. (Closed)

Created:
5 years, 8 months ago by Alexander Alekseev
Modified:
5 years, 7 months ago
CC:
chromium-reviews, dzhioev+watch_chromium.org, stevenjb+watch_chromium.org, oshima+watch_chromium.org, davemoore+watch_chromium.org, rkaplow
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

ChromeOS: switch UI language before apps are loaded. Chrome Apps cannot switch UI language, so we need to initialize apps after app_locale is set correctly. This CL splits ProfileImpl::OnPrefsLoaded into two steps (the former and OnLocaleReady), adding intermediate call to switch to correct locale. Also Profile is added as parameter to InputMethodChanged() observers. chromeos::locale_util::SwitchLanguage() now updates default input methods for user profile, not currently active set. TBR=dmazzoni@chromium.org BUG=469268 TEST=manual Committed: https://crrev.com/f06730290bf11bcbb8d225d5f781e7989c2ddc27 Cr-Commit-Position: refs/heads/master@{#329496}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Update after review. #

Patch Set 3 : Update after review. #

Total comments: 9

Patch Set 4 : Add extra space. #

Patch Set 5 : Rebased. #

Patch Set 6 : Implemented OnLocaleReady. #

Patch Set 7 : Removed comment. #

Patch Set 8 : Cleanup. #

Total comments: 4

Patch Set 9 : Update after review. #

Total comments: 2

Patch Set 10 : Update after review. #

Patch Set 11 : Fixed CREATE_MODE_SYNCHRONOUS mode. #

Total comments: 8

Patch Set 12 : Fix initial locale load, when no user is active yet. #

Total comments: 8

Patch Set 13 : Fix build. #

Patch Set 14 : Fix build. #

Patch Set 15 : Disable RespectLocalePreference() for synchronous profile creation. #

Patch Set 16 : Update after review. #

Patch Set 17 : Replaced CHECK with DCHECK. #

Total comments: 2

Patch Set 18 : Remove empty line. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+130 lines, -55 lines) Patch
M chrome/browser/chromeos/accessibility/accessibility_manager.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chromeos/accessibility/accessibility_manager.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chromeos/base/locale_util.h View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +6 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/base/locale_util.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 4 chunks +13 lines, -6 lines 0 comments Download
M chrome/browser/chromeos/customization/customization_document_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/chromeos/extensions/input_method_event_router.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chromeos/extensions/input_method_event_router.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +6 lines, -1 line 0 comments Download
M chrome/browser/chromeos/input_method/accessibility.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +3 lines, -1 line 0 comments Download
M chrome/browser/chromeos/input_method/accessibility.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/input_method/input_method_manager_impl.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chromeos/input_method/input_method_manager_impl.cc View 1 2 3 4 5 6 7 8 9 10 4 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/chromeos/input_method/input_method_manager_impl_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chromeos/input_method/input_method_persistence.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chromeos/input_method/input_method_persistence.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +6 lines, -5 lines 0 comments Download
M chrome/browser/chromeos/input_method/input_method_persistence_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +12 lines, -6 lines 0 comments Download
M chrome/browser/chromeos/input_method/mode_indicator_controller.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chromeos/input_method/mode_indicator_controller.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chromeos/login/screens/network_screen.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chromeos/login/screens/network_screen.cc View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +4 lines, -1 line 0 comments Download
M chrome/browser/chromeos/login/session/user_session_manager.h View 1 2 3 4 5 11 12 13 14 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/login/session/user_session_manager.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/login/ui/login_display_host_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/login/wizard_controller_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/profiles/profile_impl.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +4 lines, -1 line 0 comments Download
M chrome/browser/profiles/profile_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 3 chunks +28 lines, -12 lines 0 comments Download
M chrome/browser/ui/ash/system_tray_delegate_chromeos.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/ash/system_tray_delegate_chromeos.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/webui/chromeos/login/terms_of_service_screen_handler.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -1 line 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 3 4 5 6 7 8 9 1 chunk +11 lines, -0 lines 0 comments Download
M ui/base/ime/chromeos/input_method_manager.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 89 (29 generated)
Alexander Alekseev
Please review: noms@ : profile_impl* nkostylev@ : all
5 years, 8 months ago (2015-04-02 16:46:42 UTC) #2
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1055863002/1
5 years, 8 months ago (2015-04-02 16:48:58 UTC) #4
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/53721)
5 years, 8 months ago (2015-04-02 17:01:42 UTC) #6
Nikita (slow)
lgtm https://codereview.chromium.org/1055863002/diff/1/chrome/browser/profiles/profile_impl.cc File chrome/browser/profiles/profile_impl.cc (right): https://codereview.chromium.org/1055863002/diff/1/chrome/browser/profiles/profile_impl.cc#newcode907 chrome/browser/profiles/profile_impl.cc:907: TRACE_EVENT0("browser", "ProfileImpl::OnPrefsLoaded"); As discussed, move trace event and ...
5 years, 8 months ago (2015-04-02 17:37:05 UTC) #7
noms (inactive)
Going to pass this one on to Gab, since I don't know anything about prefs, ...
5 years, 8 months ago (2015-04-02 18:43:12 UTC) #9
Alexander Alekseev
https://codereview.chromium.org/1055863002/diff/1/chrome/browser/profiles/profile_impl.cc File chrome/browser/profiles/profile_impl.cc (right): https://codereview.chromium.org/1055863002/diff/1/chrome/browser/profiles/profile_impl.cc#newcode907 chrome/browser/profiles/profile_impl.cc:907: TRACE_EVENT0("browser", "ProfileImpl::OnPrefsLoaded"); On 2015/04/02 17:37:05, Nikita Kostylev wrote: > ...
5 years, 8 months ago (2015-04-02 18:47:28 UTC) #10
gab
On 2015/04/02 18:43:12, noms (slow. ping if too slow) wrote: > Going to pass this ...
5 years, 8 months ago (2015-04-02 18:49:49 UTC) #11
Alexander Alekseev
On 2015/04/02 18:49:49, gab wrote: > On 2015/04/02 18:43:12, noms (slow. ping if too slow) ...
5 years, 8 months ago (2015-04-02 21:05:27 UTC) #12
Alexander Alekseev
gab@ : please review.
5 years, 8 months ago (2015-04-07 19:13:27 UTC) #13
gab
@Rob's, see below. On 2015/04/02 21:05:27, Alexander Alekseev wrote: > On 2015/04/02 18:49:49, gab wrote: ...
5 years, 8 months ago (2015-04-08 15:15:42 UTC) #15
robliao
https://codereview.chromium.org/1055863002/diff/40001/chrome/browser/profiles/off_the_record_profile_impl.cc File chrome/browser/profiles/off_the_record_profile_impl.cc (right): https://codereview.chromium.org/1055863002/diff/40001/chrome/browser/profiles/off_the_record_profile_impl.cc#newcode497 chrome/browser/profiles/off_the_record_profile_impl.cc:497: const base::Callback<void(Profile*, const base::Closure&)>& /* callback*/) { Nit: Space ...
5 years, 8 months ago (2015-04-13 17:32:30 UTC) #16
gab
https://codereview.chromium.org/1055863002/diff/40001/chrome/browser/profiles/profile.h File chrome/browser/profiles/profile.h (right): https://codereview.chromium.org/1055863002/diff/40001/chrome/browser/profiles/profile.h#newcode282 chrome/browser/profiles/profile.h:282: // This hook interrupts initialization flow. On 2015/04/13 17:32:30, ...
5 years, 8 months ago (2015-04-13 17:44:57 UTC) #17
robliao
https://codereview.chromium.org/1055863002/diff/40001/chrome/browser/profiles/profile.h File chrome/browser/profiles/profile.h (right): https://codereview.chromium.org/1055863002/diff/40001/chrome/browser/profiles/profile.h#newcode282 chrome/browser/profiles/profile.h:282: // This hook interrupts initialization flow. On 2015/04/13 17:44:57, ...
5 years, 8 months ago (2015-04-13 17:49:38 UTC) #18
Alexander Alekseev
https://codereview.chromium.org/1055863002/diff/40001/chrome/browser/profiles/off_the_record_profile_impl.cc File chrome/browser/profiles/off_the_record_profile_impl.cc (right): https://codereview.chromium.org/1055863002/diff/40001/chrome/browser/profiles/off_the_record_profile_impl.cc#newcode497 chrome/browser/profiles/off_the_record_profile_impl.cc:497: const base::Callback<void(Profile*, const base::Closure&)>& /* callback*/) { On 2015/04/13 ...
5 years, 8 months ago (2015-04-14 14:20:44 UTC) #19
robliao
https://codereview.chromium.org/1055863002/diff/40001/chrome/browser/profiles/profile.h File chrome/browser/profiles/profile.h (right): https://codereview.chromium.org/1055863002/diff/40001/chrome/browser/profiles/profile.h#newcode282 chrome/browser/profiles/profile.h:282: // This hook interrupts initialization flow. On 2015/04/14 14:20:44, ...
5 years, 8 months ago (2015-04-14 17:33:20 UTC) #20
Alexander Alekseev
https://codereview.chromium.org/1055863002/diff/40001/chrome/browser/profiles/profile.h File chrome/browser/profiles/profile.h (right): https://codereview.chromium.org/1055863002/diff/40001/chrome/browser/profiles/profile.h#newcode282 chrome/browser/profiles/profile.h:282: // This hook interrupts initialization flow. On 2015/04/14 17:33:20, ...
5 years, 8 months ago (2015-04-14 18:01:15 UTC) #21
robliao
https://codereview.chromium.org/1055863002/diff/40001/chrome/browser/profiles/profile.h File chrome/browser/profiles/profile.h (right): https://codereview.chromium.org/1055863002/diff/40001/chrome/browser/profiles/profile.h#newcode282 chrome/browser/profiles/profile.h:282: // This hook interrupts initialization flow. On 2015/04/14 18:01:15, ...
5 years, 8 months ago (2015-04-15 22:07:29 UTC) #22
Alexander Alekseev
Done. Please review again. On 2015/04/15 22:07:29, robliao wrote: > https://codereview.chromium.org/1055863002/diff/40001/chrome/browser/profiles/profile.h > File chrome/browser/profiles/profile.h (right): ...
5 years, 7 months ago (2015-04-29 16:32:07 UTC) #23
robliao
On 2015/04/29 16:32:07, Alexander Alekseev wrote: > Done. Please review again. > > On 2015/04/15 ...
5 years, 7 months ago (2015-04-30 06:50:05 UTC) #24
robliao
https://codereview.chromium.org/1055863002/diff/140001/chrome/browser/profiles/profile_impl.cc File chrome/browser/profiles/profile_impl.cc (right): https://codereview.chromium.org/1055863002/diff/140001/chrome/browser/profiles/profile_impl.cc#newcode806 chrome/browser/profiles/profile_impl.cc:806: SCOPED_UMA_HISTOGRAM_TIMER("Profile.OnPrefsLoadedTime"); Should this timer label be updated? https://codereview.chromium.org/1055863002/diff/140001/chrome/browser/profiles/profile_impl.cc#newcode862 chrome/browser/profiles/profile_impl.cc:862: ...
5 years, 7 months ago (2015-04-30 06:50:13 UTC) #25
Alexander Alekseev
+mpearson@ for histograms.xml Please review. https://codereview.chromium.org/1055863002/diff/140001/chrome/browser/profiles/profile_impl.cc File chrome/browser/profiles/profile_impl.cc (right): https://codereview.chromium.org/1055863002/diff/140001/chrome/browser/profiles/profile_impl.cc#newcode806 chrome/browser/profiles/profile_impl.cc:806: SCOPED_UMA_HISTOGRAM_TIMER("Profile.OnPrefsLoadedTime"); On 2015/04/30 06:50:13, ...
5 years, 7 months ago (2015-04-30 19:35:26 UTC) #27
Mark P
One minor comment, otherwise histograms.xml lgtm https://codereview.chromium.org/1055863002/diff/160001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/1055863002/diff/160001/tools/metrics/histograms/histograms.xml#newcode30755 tools/metrics/histograms/histograms.xml:30755: + The amount ...
5 years, 7 months ago (2015-04-30 19:38:24 UTC) #28
Alexander Alekseev
https://codereview.chromium.org/1055863002/diff/160001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/1055863002/diff/160001/tools/metrics/histograms/histograms.xml#newcode30755 tools/metrics/histograms/histograms.xml:30755: + The amount of time that elapsed during ProfileImpl::OnLocaleReady. ...
5 years, 7 months ago (2015-04-30 19:45:01 UTC) #29
robliao
lgtm
5 years, 7 months ago (2015-05-01 06:39:55 UTC) #30
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1055863002/180001
5 years, 7 months ago (2015-05-05 11:40:32 UTC) #33
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/61127)
5 years, 7 months ago (2015-05-05 11:46:54 UTC) #35
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1055863002/200001
5 years, 7 months ago (2015-05-05 20:20:00 UTC) #38
Alexander Alekseev
I've implemented synchronous profile create mode. I had to remove one more "GetActiveUserProfile()" call, which ...
5 years, 7 months ago (2015-05-05 20:22:56 UTC) #40
Alexander Alekseev
On 2015/05/05 20:22:56, Alexander Alekseev wrote: > I've implemented synchronous profile create mode. > I ...
5 years, 7 months ago (2015-05-05 20:26:16 UTC) #42
noms (inactive)
https://codereview.chromium.org/1055863002/diff/200001/chrome/browser/profiles/profile_impl.cc File chrome/browser/profiles/profile_impl.cc (right): https://codereview.chromium.org/1055863002/diff/200001/chrome/browser/profiles/profile_impl.cc#newcode858 chrome/browser/profiles/profile_impl.cc:858: TRACE_EVENT0("browser", "ProfileImpl::OnPrefsLoaded"); nit: Did you delete `SCOPED_UMA_HISTOGRAM_TIMER("Profile.OnPrefsLoadedTime")` on purpose? ...
5 years, 7 months ago (2015-05-05 20:53:15 UTC) #43
Alexander Alekseev
https://codereview.chromium.org/1055863002/diff/200001/chrome/browser/profiles/profile_impl.cc File chrome/browser/profiles/profile_impl.cc (right): https://codereview.chromium.org/1055863002/diff/200001/chrome/browser/profiles/profile_impl.cc#newcode858 chrome/browser/profiles/profile_impl.cc:858: TRACE_EVENT0("browser", "ProfileImpl::OnPrefsLoaded"); On 2015/05/05 20:53:15, noms (slow. ping if ...
5 years, 7 months ago (2015-05-05 21:00:23 UTC) #44
rkaplow
https://codereview.chromium.org/1055863002/diff/200001/chrome/browser/profiles/profile_impl.cc File chrome/browser/profiles/profile_impl.cc (right): https://codereview.chromium.org/1055863002/diff/200001/chrome/browser/profiles/profile_impl.cc#newcode858 chrome/browser/profiles/profile_impl.cc:858: TRACE_EVENT0("browser", "ProfileImpl::OnPrefsLoaded"); On 2015/05/05 21:00:23, Alexander Alekseev wrote: > ...
5 years, 7 months ago (2015-05-05 21:07:07 UTC) #46
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/14567)
5 years, 7 months ago (2015-05-05 22:05:02 UTC) #48
Shu Chen
https://codereview.chromium.org/1055863002/diff/200001/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/1055863002/diff/200001/chrome/browser/chromeos/input_method/input_method_manager_impl.cc#newcode425 chrome/browser/chromeos/input_method/input_method_manager_impl.cc:425: manager_->ChangeInputMethodInternal(*descriptor, profile, show_message, Where is |profile| defined?
5 years, 7 months ago (2015-05-06 02:25:38 UTC) #49
Shu Chen
lgtm for chrome/browser/chromeos/input_method/... and ui/base/ime/... https://codereview.chromium.org/1055863002/diff/200001/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/1055863002/diff/200001/chrome/browser/chromeos/input_method/input_method_manager_impl.cc#newcode425 chrome/browser/chromeos/input_method/input_method_manager_impl.cc:425: manager_->ChangeInputMethodInternal(*descriptor, profile, show_message, On ...
5 years, 7 months ago (2015-05-06 06:14:14 UTC) #50
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1055863002/220001
5 years, 7 months ago (2015-05-06 18:13:23 UTC) #53
robliao
https://codereview.chromium.org/1055863002/diff/220001/chrome/browser/chromeos/base/locale_util.cc File chrome/browser/chromeos/base/locale_util.cc (right): https://codereview.chromium.org/1055863002/diff/220001/chrome/browser/chromeos/base/locale_util.cc#newcode67 chrome/browser/chromeos/base/locale_util.cc:67: DCHECK(ime_state); This DCHECK isn't necessary. We will crash in ...
5 years, 7 months ago (2015-05-06 18:20:32 UTC) #54
robliao
5 years, 7 months ago (2015-05-06 18:20:35 UTC) #55
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1055863002/240001
5 years, 7 months ago (2015-05-06 18:51:32 UTC) #58
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1055863002/260001
5 years, 7 months ago (2015-05-06 19:11:55 UTC) #61
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_ng/builds/54461)
5 years, 7 months ago (2015-05-06 20:49:46 UTC) #63
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1055863002/280001
5 years, 7 months ago (2015-05-07 13:50:51 UTC) #66
Alexander Alekseev
https://codereview.chromium.org/1055863002/diff/200001/chrome/browser/profiles/profile_impl.cc File chrome/browser/profiles/profile_impl.cc (right): https://codereview.chromium.org/1055863002/diff/200001/chrome/browser/profiles/profile_impl.cc#newcode858 chrome/browser/profiles/profile_impl.cc:858: TRACE_EVENT0("browser", "ProfileImpl::OnPrefsLoaded"); On 2015/05/05 21:07:07, rkaplow wrote: > On ...
5 years, 7 months ago (2015-05-07 15:21:57 UTC) #67
Nikita (slow)
still lgtm however CL description needs to be updated to reflect changes that you've did ...
5 years, 7 months ago (2015-05-08 10:54:26 UTC) #68
Alexander Alekseev
On 2015/05/08 10:54:26, Nikita wrote: > still lgtm however CL description needs to be updated ...
5 years, 7 months ago (2015-05-08 12:55:16 UTC) #69
robliao
https://codereview.chromium.org/1055863002/diff/220001/chrome/browser/chromeos/extensions/input_method_event_router.cc File chrome/browser/chromeos/extensions/input_method_event_router.cc (right): https://codereview.chromium.org/1055863002/diff/220001/chrome/browser/chromeos/extensions/input_method_event_router.cc#newcode33 chrome/browser/chromeos/extensions/input_method_event_router.cc:33: CHECK(static_cast<content::BrowserContext*>(profile) == context_); On 2015/05/07 15:21:57, Alexander Alekseev wrote: ...
5 years, 7 months ago (2015-05-08 17:30:21 UTC) #70
Alexander Alekseev
https://codereview.chromium.org/1055863002/diff/220001/chrome/browser/chromeos/extensions/input_method_event_router.cc File chrome/browser/chromeos/extensions/input_method_event_router.cc (right): https://codereview.chromium.org/1055863002/diff/220001/chrome/browser/chromeos/extensions/input_method_event_router.cc#newcode33 chrome/browser/chromeos/extensions/input_method_event_router.cc:33: CHECK(static_cast<content::BrowserContext*>(profile) == context_); On 2015/05/08 17:30:20, robliao wrote: > ...
5 years, 7 months ago (2015-05-12 17:30:45 UTC) #71
oshima
chrome/browser/ui/ash lgtm (you may tbr for this kind of trivial change)
5 years, 7 months ago (2015-05-12 20:11:15 UTC) #72
robliao
lgtm https://codereview.chromium.org/1055863002/diff/320001/chrome/browser/chromeos/base/locale_util.cc File chrome/browser/chromeos/base/locale_util.cc (right): https://codereview.chromium.org/1055863002/diff/320001/chrome/browser/chromeos/base/locale_util.cc#newcode67 chrome/browser/chromeos/base/locale_util.cc:67: Nit: Remove extra line.
5 years, 7 months ago (2015-05-12 20:16:28 UTC) #73
Alexander Alekseev
https://codereview.chromium.org/1055863002/diff/320001/chrome/browser/chromeos/base/locale_util.cc File chrome/browser/chromeos/base/locale_util.cc (right): https://codereview.chromium.org/1055863002/diff/320001/chrome/browser/chromeos/base/locale_util.cc#newcode67 chrome/browser/chromeos/base/locale_util.cc:67: On 2015/05/12 20:16:28, robliao wrote: > Nit: Remove extra ...
5 years, 7 months ago (2015-05-12 20:24:21 UTC) #75
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1055863002/340001
5 years, 7 months ago (2015-05-12 20:25:56 UTC) #78
robliao
On 2015/05/12 20:25:56, I haz the power (commit-bot) wrote: > CQ is trying da patch. ...
5 years, 7 months ago (2015-05-12 20:28:35 UTC) #79
Alexander Alekseev
On 2015/05/12 20:28:35, robliao wrote: > On 2015/05/12 20:25:56, I haz the power (commit-bot) wrote: ...
5 years, 7 months ago (2015-05-12 20:38:01 UTC) #81
noms (inactive)
On 2015/05/12 20:38:01, Alexander Alekseev wrote: > On 2015/05/12 20:28:35, robliao wrote: > > On ...
5 years, 7 months ago (2015-05-12 21:20:01 UTC) #82
noms (inactive)
On 2015/05/12 21:20:01, noms (slow. ping if too slow) wrote: > On 2015/05/12 20:38:01, Alexander ...
5 years, 7 months ago (2015-05-12 21:20:58 UTC) #83
noms (inactive)
On 2015/05/12 21:20:01, noms (slow. ping if too slow) wrote: > On 2015/05/12 20:38:01, Alexander ...
5 years, 7 months ago (2015-05-12 21:21:01 UTC) #84
Alexander Alekseev
On 2015/05/12 21:21:01, noms (slow. ping if too slow) wrote: > On 2015/05/12 21:20:01, noms ...
5 years, 7 months ago (2015-05-12 21:23:43 UTC) #86
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1055863002/340001
5 years, 7 months ago (2015-05-12 21:23:52 UTC) #87
commit-bot: I haz the power
Committed patchset #18 (id:340001)
5 years, 7 months ago (2015-05-12 21:36:35 UTC) #88
commit-bot: I haz the power
5 years, 7 months ago (2015-05-12 21:37:25 UTC) #89
Message was sent while issue was closed.
Patchset 18 (id:??) landed as
https://crrev.com/f06730290bf11bcbb8d225d5f781e7989c2ddc27
Cr-Commit-Position: refs/heads/master@{#329496}

Powered by Google App Engine
This is Rietveld 408576698