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

Issue 10592011: Add BiDirectional Text formatting utilites to the i18n library. (Closed)

Created:
8 years, 6 months ago by Emily Fortuna
Modified:
8 years, 5 months ago
Reviewers:
Alan Knight
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Add BiDirectional Text formatting utilites to the i18n library. Committed: https://code.google.com/p/dart/source/detail?r=9138

Patch Set 1 : #

Total comments: 70

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1148 lines, -0 lines) Patch
A lib/i18n/bidi_formatter.dart View 1 2 3 4 1 chunk +188 lines, -0 lines 0 comments Download
A lib/i18n/bidi_utils.dart View 1 2 3 4 1 chunk +397 lines, -0 lines 0 comments Download
A tests/lib/i18n/bidi_format_test.dart View 1 1 chunk +217 lines, -0 lines 0 comments Download
A tests/lib/i18n/bidi_utils_test.dart View 1 1 chunk +346 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Emily Fortuna
8 years, 6 months ago (2012-06-20 02:02:56 UTC) #1
Emily Fortuna
This library implements all the methods available in the Python version, and also a subset ...
8 years, 6 months ago (2012-06-20 02:04:44 UTC) #2
Alan Knight
I haven't looked at the tests yet, but in the interests of providing some actual ...
8 years, 6 months ago (2012-06-22 00:16:53 UTC) #3
Emily Fortuna
ptal https://chromiumcodereview.appspot.com/10592011/diff/2001/lib/i18n/bidi_formatter.dart File lib/i18n/bidi_formatter.dart (right): https://chromiumcodereview.appspot.com/10592011/diff/2001/lib/i18n/bidi_formatter.dart#newcode96 lib/i18n/bidi_formatter.dart:96: * directionality, we wrap it with a `span' ...
8 years, 6 months ago (2012-06-25 20:25:34 UTC) #4
Alan Knight
Also looked at the tests, which look good. https://chromiumcodereview.appspot.com/10592011/diff/2001/lib/i18n/bidi_formatter.dart File lib/i18n/bidi_formatter.dart (right): https://chromiumcodereview.appspot.com/10592011/diff/2001/lib/i18n/bidi_formatter.dart#newcode16 lib/i18n/bidi_formatter.dart:16: * ...
8 years, 6 months ago (2012-06-25 23:29:56 UTC) #5
Emily Fortuna
https://chromiumcodereview.appspot.com/10592011/diff/2001/lib/i18n/bidi_formatter.dart File lib/i18n/bidi_formatter.dart (right): https://chromiumcodereview.appspot.com/10592011/diff/2001/lib/i18n/bidi_formatter.dart#newcode16 lib/i18n/bidi_formatter.dart:16: * Go to https://sites.google.com/a/google.com/bidi-howto/ to learn more about On ...
8 years, 6 months ago (2012-06-26 01:04:29 UTC) #6
Emily Fortuna
check to see if it's ready to go in, please.
8 years, 5 months ago (2012-06-26 21:34:00 UTC) #7
Alan Knight
8 years, 5 months ago (2012-06-26 22:06:20 UTC) #8
lgtm

Powered by Google App Engine
This is Rietveld 408576698