Reviewers: Sven Panne, Nebojša Ćirić,

Message:
I have rebased the webkit tests for String.prototype.normalize and added a dummy
implementation for the case when v8 is compiled without intl support.

Otherwise, nothing changed.

Thank you very much,
Mihai

Description:
Implements ES6 String.prototype.normalize method.

BUG=v8:2943
TEST=Unit tests for "real life" use cases, edge cases, various types of
normalization.

==========================

This is identical to the previous CL
   https://codereview.chromium.org/40133004/
with two differences:
* Added a dummy implementation of String.prototype.normalize to be used when v8
is compiled without intl support
 * Rebased the the test files for webkit. That was the only reason for the
previous failure (and revert).

Thank you,
Mihai


Please review this at https://codereview.chromium.org/68133016/

SVN Base: git://github.com/v8/v8.git@master

Affected files (+249, -3 lines):
  M src/i18n.js
  M src/runtime.h
  M src/runtime.cc
  M src/string.js
  A test/intl/string/normalization.js
  M test/webkit/fast/js/Object-getOwnPropertyNames-expected.txt
  M test/webkit/fast/js/Object-getOwnPropertyNames.js
  M test/webkit/fast/js/kde/inbuilt_function_proto-expected.txt
  M test/webkit/fast/js/kde/inbuilt_function_proto.js


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to