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

Issue 7264015: CL for readability review (Closed)

Created:
9 years, 6 months ago by hashimoto
Modified:
9 years, 5 months ago
Reviewers:
brettw
CC:
chromium-reviews, Paweł Hajdan Jr., dhollowa
Visibility:
Public.

Description

CL for readability review BUG=NONE TEST=NONE Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=91808

Patch Set 1 #

Total comments: 28

Patch Set 2 : Fixed along with the comments #

Patch Set 3 : Implemented SequenceIterator #

Total comments: 2

Patch Set 4 : Removed unneccessary operators #

Total comments: 4

Patch Set 5 : Style fixes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+197 lines, -111 lines) Patch
M views/ime/character_composer.h View 1 2 chunks +9 lines, -3 lines 0 comments Download
M views/ime/character_composer.cc View 1 2 3 4 8 chunks +169 lines, -89 lines 0 comments Download
M views/ime/character_composer_unittest.cc View 1 7 chunks +18 lines, -18 lines 0 comments Download
M views/ime/input_method_ibus.cc View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 13 (0 generated)
brettw
(Sending mail so this appears in my inbox.)
9 years, 6 months ago (2011-06-27 18:14:48 UTC) #1
brettw
Here's my first pass of comments. Overall, this code looks good. I know there are ...
9 years, 5 months ago (2011-06-29 20:31:56 UTC) #2
hashimoto
Thank you for taking time for my readability review request. This is a new patch ...
9 years, 5 months ago (2011-06-30 07:19:21 UTC) #3
brettw
Thanks for the fixes, here's my second pass. http://codereview.chromium.org/7264015/diff/1/views/ime/character_composer.cc File views/ime/character_composer.cc (right): http://codereview.chromium.org/7264015/diff/1/views/ime/character_composer.cc#newcode145 views/ime/character_composer.cc:145: bsearch(&sequence, ...
9 years, 5 months ago (2011-07-01 22:21:18 UTC) #4
hashimoto
http://codereview.chromium.org/7264015/diff/1/views/ime/character_composer.cc File views/ime/character_composer.cc (right): http://codereview.chromium.org/7264015/diff/1/views/ime/character_composer.cc#newcode145 views/ime/character_composer.cc:145: bsearch(&sequence, table, n_sequences, On 2011/07/01 22:21:18, brettw wrote: > ...
9 years, 5 months ago (2011-07-04 04:45:20 UTC) #5
brettw
I missed that part about the stride. Can you clarify that? It seems like the ...
9 years, 5 months ago (2011-07-04 05:36:04 UTC) #6
hashimoto
Thank you very much for your reply in Sunday night. On 2011/07/04 05:36:04, brettw wrote: ...
9 years, 5 months ago (2011-07-04 06:18:36 UTC) #7
hashimoto
Third patch set, added comment to describe the format of composition table data and implemented ...
9 years, 5 months ago (2011-07-06 07:10:57 UTC) #8
brettw
http://codereview.chromium.org/7264015/diff/13003/views/ime/character_composer.cc File views/ime/character_composer.cc (right): http://codereview.chromium.org/7264015/diff/13003/views/ime/character_composer.cc#newcode87 views/ime/character_composer.cc:87: inline bool operator>=(const SequenceIterator& l, const SequenceIterator& r) { ...
9 years, 5 months ago (2011-07-06 16:51:24 UTC) #9
hashimoto
Fourth patch set, removed unnecessary operators. http://codereview.chromium.org/7264015/diff/13003/views/ime/character_composer.cc File views/ime/character_composer.cc (right): http://codereview.chromium.org/7264015/diff/13003/views/ime/character_composer.cc#newcode87 views/ime/character_composer.cc:87: inline bool operator>=(const ...
9 years, 5 months ago (2011-07-07 07:05:32 UTC) #10
brettw
LGTM with these two minor comments. Please let me know when you check this in ...
9 years, 5 months ago (2011-07-07 15:36:46 UTC) #11
hashimoto
http://codereview.chromium.org/7264015/diff/11006/views/ime/character_composer.cc File views/ime/character_composer.cc (right): http://codereview.chromium.org/7264015/diff/11006/views/ime/character_composer.cc#newcode17 views/ime/character_composer.cc:17: // An iterator class to apply std::lower_bound for composition ...
9 years, 5 months ago (2011-07-08 03:22:44 UTC) #12
hashimoto
9 years, 5 months ago (2011-07-08 04:35:08 UTC) #13
On 2011/07/07 15:36:46, brettw wrote:
> LGTM with these two minor comments. Please let me know when you check this in
> and I'll mark the readability bug fixed.

I committed this as
http://src.chromium.org/viewvc/chrome?view=rev&revision=91808
I am very honored to have been readability reviewed by you, one of the names in
src/base/OWNERS.
Thank you very much!

Powered by Google App Engine
This is Rietveld 408576698