Reviewers: Mads Ager,

Message:
Trying to re-land. Mac and Windows are compiling now.

Changes I made to the original CL:

1. reinterpret_cast to UChar from int16_t
2. Changed all

const char* text = *v8::String::Utf8Value(args[x]->ToString()) into
v8::String::Utf8Value text(args[x]); and then using *text

This fixed another problem on Win.

Description:
Adding break iterator support to the i18n api extension.
This is vendor specific, and is prefixed by v8.

WebKit layout tests will be added in a separate CL.


Please review this at http://codereview.chromium.org/6610006/

SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/

Affected files:
  A     src/extensions/experimental/break-iterator.h
  A     src/extensions/experimental/break-iterator.cc
  M     src/extensions/experimental/experimental.gyp
  M     src/extensions/experimental/i18n-extension.cc


--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to