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

Issue 6249007: Move BiDiLineIterator to base/i18n/ directory. (Closed)

Created:
9 years, 11 months ago by tfarina
Modified:
9 years, 7 months ago
Reviewers:
tony, brettw
CC:
chromium-reviews, jshin+watch_chromium.org, brettw-cc_chromium.org
Visibility:
Public.

Description

Move BiDiLineIterator to base/i18n/ directory. BUG=23581 TEST=trybots Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=71884

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 6

Patch Set 5 : brett review #

Patch Set 6 : rebase and fix the conflicts #

Total comments: 5

Patch Set 7 : fix conflict #

Patch Set 8 : cast the result of U_SUCCESS from UBool to a bool - fix win bot #

Patch Set 9 : remove unncessary includes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+35 lines, -23 lines) Patch
M app/app_base.gypi View 1 2 3 4 5 6 7 2 chunks +1 line, -2 lines 0 comments Download
M base/base.gyp View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
A + base/i18n/bidi_line_iterator.h View 1 2 3 4 5 6 7 8 2 chunks +12 lines, -8 lines 0 comments Download
A + base/i18n/bidi_line_iterator.cc View 1 2 3 4 5 6 7 8 4 chunks +15 lines, -8 lines 0 comments Download
M chrome/browser/ui/views/autocomplete/autocomplete_popup_contents_view.cc View 1 2 3 4 5 2 chunks +2 lines, -2 lines 0 comments Download
M views/view_text_utils.cc View 1 2 3 4 5 2 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
tfarina
Please, take a look.
9 years, 11 months ago (2011-01-14 02:26:27 UTC) #1
tony
I told tfarina that this move sounded fine, but now I'm not so sure. Brett, ...
9 years, 11 months ago (2011-01-14 17:48:55 UTC) #2
brettw
I think moving this is OK (I'm more willing to move stuff to base/i18n than ...
9 years, 11 months ago (2011-01-14 19:09:51 UTC) #3
tfarina
Brett, comments addressed. PTAL! http://codereview.chromium.org/6249007/diff/8001/base/i18n/bidi_line_iterator.cc File base/i18n/bidi_line_iterator.cc (right): http://codereview.chromium.org/6249007/diff/8001/base/i18n/bidi_line_iterator.cc#newcode18 base/i18n/bidi_line_iterator.cc:18: UBool BiDiLineIterator::Open(const std::wstring& text, On ...
9 years, 11 months ago (2011-01-14 23:16:10 UTC) #4
tony
Thiago: Some of these changes are already covered by http://codereview.chromium.org/6315002/. I thought you said you ...
9 years, 11 months ago (2011-01-14 23:18:39 UTC) #5
tfarina
On 2011/01/14 23:18:39, tony wrote: > Thiago: Some of these changes are already covered by ...
9 years, 11 months ago (2011-01-14 23:21:58 UTC) #6
brettw
You probably should have just pointed out the problem. In this case, I would wait ...
9 years, 11 months ago (2011-01-14 23:26:10 UTC) #7
tfarina
On 2011/01/14 23:26:10, brettw wrote: > You probably should have just pointed out the problem. ...
9 years, 11 months ago (2011-01-18 19:18:49 UTC) #8
tony
http://codereview.chromium.org/6249007/diff/26001/app/app_base.gypi File app/app_base.gypi (right): http://codereview.chromium.org/6249007/diff/26001/app/app_base.gypi#newcode152 app/app_base.gypi:152: 'combobox_model.h', Did you mean to add this here? http://codereview.chromium.org/6249007/diff/26001/base/i18n/bidi_line_iterator.h ...
9 years, 11 months ago (2011-01-18 19:24:29 UTC) #9
tfarina
http://codereview.chromium.org/6249007/diff/26001/app/app_base.gypi File app/app_base.gypi (right): http://codereview.chromium.org/6249007/diff/26001/app/app_base.gypi#newcode152 app/app_base.gypi:152: 'combobox_model.h', On 2011/01/18 19:24:29, tony wrote: > Did you ...
9 years, 11 months ago (2011-01-18 19:34:47 UTC) #10
tfarina
http://codereview.chromium.org/6249007/diff/26001/app/app_base.gypi File app/app_base.gypi (right): http://codereview.chromium.org/6249007/diff/26001/app/app_base.gypi#newcode152 app/app_base.gypi:152: 'combobox_model.h', On 2011/01/18 19:24:29, tony wrote: > Did you ...
9 years, 11 months ago (2011-01-18 19:42:56 UTC) #11
tony
LGTM! Sorry, I missed your comment about trying to forward the enum UBiDiDirection.
9 years, 11 months ago (2011-01-18 19:45:08 UTC) #12
tony
9 years, 11 months ago (2011-01-19 18:37:43 UTC) #13
Still LGTM.  Please wait for the trybots to pass.

Powered by Google App Engine
This is Rietveld 408576698