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

Issue 1830543003: Using STL to implement functionality in input_method_util.cc (Closed)

Created:
4 years, 9 months ago by chakshu
Modified:
4 years, 8 months ago
CC:
chromium-reviews, yusukes+watch_chromium.org, shuchen+watch_chromium.org, nona+watch_chromium.org, rlp+watch_chromium.org, rouslan+spell_chromium.org, oshima+watch_chromium.org, groby+spellwatch_chromium.org, davemoore+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Using STL to implement functionality in input_method_util.cc BUG=None Committed: https://crrev.com/a1334adbb8a24a39118f272ed00d5e0d7de72600 Cr-Commit-Position: refs/heads/master@{#386963}

Patch Set 1 #

Total comments: 6

Patch Set 2 : Changes as per review comments #

Patch Set 3 : Deleted the changes made in spellcheck_service #

Patch Set 4 : Updated as per latest code #

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

Messages

Total messages: 34 (14 generated)
RaviKasibhatla
On 2016/03/24 09:55:43, chakshu wrote: > mailto:chakshu.a@samsung.com changed reviewers: > + mailto:r.kasibhatla@samsung.com samsung-peer-l-g-t-m
4 years, 9 months ago (2016-03-24 13:00:01 UTC) #3
chakshu
shuchen@chromium.org: Please review changes in input_method_util.cc groby@chromium.org: Please review changes in spellcheck_service.cc
4 years, 9 months ago (2016-03-24 13:02:07 UTC) #5
Shu Chen
https://codereview.chromium.org/1830543003/diff/1/chrome/browser/chromeos/input_method/input_method_util.cc File chrome/browser/chromeos/input_method/input_method_util.cc (right): https://codereview.chromium.org/1830543003/diff/1/chrome/browser/chromeos/input_method/input_method_util.cc#newcode693 chrome/browser/chromeos/input_method/input_method_util.cc:693: std::sort(ids.begin(), ids.end()); The sort() here is risky since the ...
4 years, 9 months ago (2016-03-24 13:05:31 UTC) #6
chakshu
Query regarding use of std::unique https://codereview.chromium.org/1830543003/diff/1/chrome/browser/chromeos/input_method/input_method_util.cc File chrome/browser/chromeos/input_method/input_method_util.cc (right): https://codereview.chromium.org/1830543003/diff/1/chrome/browser/chromeos/input_method/input_method_util.cc#newcode693 chrome/browser/chromeos/input_method/input_method_util.cc:693: std::sort(ids.begin(), ids.end()); On 2016/03/24 ...
4 years, 8 months ago (2016-04-04 05:28:32 UTC) #7
Shu Chen
https://codereview.chromium.org/1830543003/diff/1/chrome/browser/chromeos/input_method/input_method_util.cc File chrome/browser/chromeos/input_method/input_method_util.cc (right): https://codereview.chromium.org/1830543003/diff/1/chrome/browser/chromeos/input_method/input_method_util.cc#newcode693 chrome/browser/chromeos/input_method/input_method_util.cc:693: std::sort(ids.begin(), ids.end()); On 2016/04/04 05:28:32, chakshu wrote: > On ...
4 years, 8 months ago (2016-04-04 12:48:15 UTC) #8
groby-ooo-7-16
Also: This change is _not_ related to the bug quoted. The bug specifically refers to ...
4 years, 8 months ago (2016-04-04 22:30:40 UTC) #9
chakshu
On 2016/04/04 22:30:40, groby wrote: > Also: This change is _not_ related to the bug ...
4 years, 8 months ago (2016-04-11 06:53:57 UTC) #11
chakshu
Changes as per review comments https://codereview.chromium.org/1830543003/diff/1/chrome/browser/chromeos/input_method/input_method_util.cc File chrome/browser/chromeos/input_method/input_method_util.cc (right): https://codereview.chromium.org/1830543003/diff/1/chrome/browser/chromeos/input_method/input_method_util.cc#newcode693 chrome/browser/chromeos/input_method/input_method_util.cc:693: std::sort(ids.begin(), ids.end()); On 2016/04/04 ...
4 years, 8 months ago (2016-04-11 06:54:38 UTC) #12
Shu Chen
lgtm for input_method_util.cc.
4 years, 8 months ago (2016-04-11 20:46:02 UTC) #13
groby-ooo-7-16
On 2016/04/11 20:46:02, Shu Chen wrote: > lgtm for input_method_util.cc. not lgtm There is no ...
4 years, 8 months ago (2016-04-12 00:59:19 UTC) #14
chakshu
On 2016/04/12 00:59:19, groby wrote: > On 2016/04/11 20:46:02, Shu Chen wrote: > > lgtm ...
4 years, 8 months ago (2016-04-12 05:20:08 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1830543003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1830543003/40001
4 years, 8 months ago (2016-04-12 05:23:10 UTC) #18
commit-bot: I haz the power
A disapproval has been posted by following reviewers: groby@chromium.org. Please make sure to get positive ...
4 years, 8 months ago (2016-04-12 05:23:12 UTC) #20
chakshu
On 2016/04/12 05:20:08, chakshu wrote: > On 2016/04/12 00:59:19, groby wrote: > > On 2016/04/11 ...
4 years, 8 months ago (2016-04-12 05:29:09 UTC) #21
groby-ooo-7-16
On 2016/04/12 05:29:09, chakshu wrote: > On 2016/04/12 05:20:08, chakshu wrote: > > On 2016/04/12 ...
4 years, 8 months ago (2016-04-13 00:37:22 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1830543003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1830543003/40001
4 years, 8 months ago (2016-04-13 04:46:39 UTC) #25
commit-bot: I haz the power
Try jobs failed on following builders: ios_dbg_simulator_gn on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator_gn/builds/18233) ios_rel_device_ninja on tryserver.chromium.mac (JOB_FAILED, ...
4 years, 8 months ago (2016-04-13 04:48:58 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1830543003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1830543003/60001
4 years, 8 months ago (2016-04-13 10:50:41 UTC) #30
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 8 months ago (2016-04-13 11:23:08 UTC) #32
commit-bot: I haz the power
4 years, 8 months ago (2016-04-13 11:24:40 UTC) #34
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/a1334adbb8a24a39118f272ed00d5e0d7de72600
Cr-Commit-Position: refs/heads/master@{#386963}

Powered by Google App Engine
This is Rietveld 408576698