1. 890f459 Handle x- form of locale better (spec compliance) by cira@chromium.org · 12 years ago master
  2. a48295e Fix expectations.py. Manage significant digits better (spec fix). by cira@chromium.org · 12 years ago
  3. 70dc1b7 Updating expectations.py for test262 by cira@chromium.org · 12 years ago
  4. 1d666f8 Fix empty currency bug wrt. spec. Simplifies isWellFormedCurrency function. by cira@chromium.org · 12 years ago
  5. 24fe82a Setting DONT_ENUM property on some methods. Conformance fixes. by cira@chromium.org · 12 years ago
  6. a3180da Preventing ordinary methods to be created with new. Spec conformance. by cira@chromium.org · 12 years ago
  7. fb1c835 Removing prototype from non-constructor methods. Improving spec compliance. by cira@chromium.org · 12 years ago
  8. 187f18a Fix a header guard. by marja@google.com · 12 years ago
  9. 58646c0 Convert more callbacks. Patch from dcarney@chromium.org. by marja@google.com · 12 years ago
  10. 8a339ba Remove usage of to-be-deprecated version of Persistent::MakeWeak. by marja@google.com · 12 years ago
  11. b35ee18 Don't copy Persistent handles in callbacks. by marja@google.com · 12 years ago
  12. 3680e4e Removing calls to Persistent objects that got obsoleted. by cira@google.com · 12 years ago
  13. 15ff6e0 Changing permissions for real using svn propset. by cira@google.com · 12 years ago
  14. 7fb232e Changing mode for each script so we can ommit python run-tests... by cira@google.com · 12 years ago
  15. 2ba3588 Adding --chrome-dir parameter and changing script to be executable. by cira@google.com · 12 years ago
  16. e954a3c Fix a timing test. by cira@chromium.org · 12 years ago
  17. 3bd8647 Provide scope for Unpacker where we allocate a v8::String. by cira@chromium.org · 12 years ago
  18. 0e175b3 Remove HandleScope calls when not necessary to avoid crashes. by cira@google.com · 12 years ago
  19. 7e7ea9d Remove obsolete library keyword from .gyp file. by cira@google.com · 13 years ago
  20. 4f63b54 Adding two tests for localeCompare that are breaking current WebKit expectations - which is ok, it's by the spec. by cira@google.com · 13 years ago
  21. b40edd7 Proper handling of IANA time zone names. by cira@google.com · 13 years ago
  22. dce62dc Remove .join - plain + concatenation is faster. by cira@google.com · 13 years ago
  23. d288231 Fixing conformance tests/code. Using <use strict> mode. by cira@google.com · 13 years ago
  24. 4356dca Adding perf tests and cleaning up the expectations.py by cira@google.com · 13 years ago
  25. 13b5988 Landing https://codereview.appspot.com/7306044/ for Sven. by cira@google.com · 13 years ago
  26. 66be796 Optimize default case for localeString methods. It improves speed up to 12x. by cira@google.com · 13 years ago
  27. e6e6181 Remove strlen that not needed and trips Win64 build by cira@google.com · 13 years ago
  28. d41d6fc Replacing calls to deprecated Set/Get/PointerToInternalField method. by cira@google.com · 13 years ago
  29. f0fe4b6 Fix for b/161999, empty ObjectTemplate instance handle. by cira@google.com · 13 years ago
  30. b1fd856 Remove non-Apachee 2.0 license part to simplify integration with Chrome and Android. by cira@google.com · 13 years ago
  31. 345fba9 Added support for IANA time zones + GMT[+|-]XXXX form. by cira@google.com · 13 years ago
  32. 346cdc3 Setting normalization to true. Removing support for option and kk extension. by cira@google.com · 13 years ago
  33. c65c8d2 Redefine String.localeCompare, Date.toLocaleXXXString, Number.toLocaleString as per 402 spec, chapter 13. by cira@google.com · 13 years ago
  34. 6d269ca Introduce global Intl namespace - alias v8Intl to Intl. by cira@google.com · 13 years ago
  35. 940907a Remove Object.defineProperty calls that run on Context load path. by cira@google.com · 13 years ago
  36. ad54a33 Comment fix in expectations.py file. by cira@google.com · 13 years ago
  37. 66dee20 Remove und fallback. ResolvedOptions are writable, config. and enumerable. Parse renamed into v8Parse by cira@google.com · 13 years ago
  38. 59d866f Don't include optional properties in resolvedOptions for DateFormatter by cira@google.com · 13 years ago
  39. 26975d2 Fix DateTimeFormat.format method and add test for it. Update expected failure list. by cira@google.com · 13 years ago
  40. 2ff849e Add check after constructing percent formatter. Add tests to exceptions list. by cira@google.com · 13 years ago
  41. abb83d5 Normalization is on by default. Removed extra code from number format for significant digits. by cira@google.com · 13 years ago
  42. a69e76d Don't show currency, currencyDisplay, min/maxSignificantDigits if they were not requested. Switch number formatting to kRoundHalfUp. by cira@google.com · 13 years ago
  43. 34af53f js2c.py now removes comments (bug fix). It also produces combined.js file for easy reference to errors from v8 by cira@google.com · 13 years ago
  44. 19b666d Method should check on which object are they invoked. by cira@google.com · 13 years ago
  45. 68566f3 Make service.prototype non-writable/enumerable/configurable per spec. by cira@google.com · 13 years ago
  46. 7ddad38 Further security tightening. Fixed duplicate properties in some objects. Added new tests. by cira@google.com · 13 years ago
  47. ad4f915 Hardening the code vs. security issues. Resolved options are passed into C++ not created there. by cira@google.com · 13 years ago
  48. 4528014 Add more fallback locales to make spec happy. Add print method to test-runner. by cira@google.com · 13 years ago
  49. 3441c88 Implement JS language tag validator since ICU is too permissive. by cira@google.com · 13 years ago
  50. d04663d Convert all invalid -co- values to default in collation. by cira@google.com · 13 years ago
  51. ece28aa Prevent re-initialization of the Intl objects. by cira@google.com · 13 years ago
  52. 1967f06 Increase number of fraction digits for percent format, so we don't round 1.1%->2% by cira@google.com · 13 years ago
  53. be6e726 Treat -0 as 0 for number formatting. by cira@google.com · 13 years ago
  54. 57e2734 Fix support for default locale. Use ICU default locale. by cira@google.com · 13 years ago
  55. dd76cdc Make supportedLocalesOf non-enumerable by the spec. by cira@google.com · 13 years ago
  56. b54ec5c Reject null value in options with RangeError. by cira@google.com · 13 years ago
  57. cf7a461 Rename BreakIterator to v8BreakIterator to avoid future spec conflicts. by cira@google.com · 13 years ago
  58. 3078c2b Make constructors non-enumerable, and with 0 lentgh. by cira@google.com · 13 years ago
  59. 77c0f74 Make elements and length property of locale arrays frozen, as per spec. by cira@google.com · 13 years ago
  60. 9a89abf Rename files, drop intl- prefix. by cira@google.com · 13 years ago
  61. a4e6496 Remove support for deprecated v8Locale. by cira@google.com · 13 years ago
  62. 899f646 Match function param lengths with test expectation. It will uglify the code. by cira@google.com · 13 years ago
  63. 81d3ac8 Fixing test failures vs. test262 suite related to locale handing and currency. by cira@google.com · 13 years ago
  64. fd5e91f Make resolvedOptions non-enumerable as per spec. by cira@google.com · 13 years ago
  65. 0205e9e Fix time zone problems in tests. by cira@google.com · 13 years ago
  66. 6e21deb Split intl.js into separate chunks for easier development and readablity. by cira@google.com · 13 years ago
  67. e0519c4 Added support for number format parse. Currency and scientific are missing. by cira@google.com · 13 years ago
  68. 2489b9f Adding parse() support to DateTimeFormat. Small cleanup in code. by cira@google.com · 13 years ago
  69. d785268 Adding break iterator. Adding more tests. Fixing security bug crbug=129942 by cira@google.com · 13 years ago
  70. b422aad Added test for constructing default locale with {}. This should fail, but for now ChromeOS uses it. by cira@google.com · 13 years ago
  71. 10c53d4 BUG=26, zh-TW mapped internally to zh-Hant-TW. by cira@google.com · 13 years ago
  72. fdb6d28 Second part of BUG=23. by cira@google.com · 13 years ago
  73. d6633c0 BUG=23. Added tests. by cira@google.com · 13 years ago
  74. 36cd29f BUG=25 implemented. by cira@google.com · 13 years ago
  75. 2a401f0 BUG=24 implemented. Also fixed run-tests.py in each folder to take current dir into the account. by cira@google.com · 13 years ago
  76. 1131261 License fix. by cira@google.com · 13 years ago
  77. 0b5583a Fixing test-runner builder flags. by cira@google.com · 13 years ago
  78. ffc08c0 Adding tests for depricated v8Locale API. by cira@google.com · 13 years ago
  79. 9ecfa1a Fix run-402-tests.py status output. by cira@google.com · 13 years ago
  80. 0873774 Maintain only one set of documentation. by cira@google.com · 13 years ago
  81. ba42cf9 Merging unittest branch to trunk. by cira@google.com · 13 years ago
  82. 722c611 Simplify extension parsing. Add numeric, normalization and caseFirst options. by cira@google.com · 13 years ago
  83. 434af39 Removing static init. from new API classes. Added GetTemplate() method that creates onetemplate for all services. by cira@google.com · 13 years ago
  84. 091b78d Update collator.h license. Rename Match into Matcher per spec. Remove kc, kb, kh switches for collation. Remove defineProperty new Intl.XXX(). by cira@google.com · 13 years ago
  85. 46f0d0c Fix unsigned-signed missmatch in language-matcher. by cira@google.com · 13 years ago
  86. 4c22677 Adding new API to the trunk. Intl is v8Intl for now. by cira@google.com · 13 years ago
  87. a092182 Updating LICENSE file. by cira@google.com · 14 years ago
  88. 4e35146 License file added to v8-i18n as per https://chromiumcodereview.appspot.com/9639009 by cira@google.com · 14 years ago
  89. a5cde08 Remove icu header rule from gyp. See Chromium bug 103360 by cira@google.com · 14 years ago
  90. e461f43 Merged testing branch of api.js into trunk by roozbeh@google.com · 14 years ago
  91. aaca5ed Merged testing branch of api.js into trunk by roozbeh@google.com · 14 years ago
  92. a7613b0 Fix out of bounds array assignment in v8-i18n language-matcher. by cira@google.com · 14 years ago
  93. b37fdaf Fixing a date time format bug (see http://codereview.chromium.org/7647027). by cira@google.com · 14 years ago
  94. 8b6c2f8 Missed a file in the other CL. by cira@google.com · 14 years ago
  95. 8db9e60 Initial check in. by cira@google.com · 14 years ago
  96. 3ca2e65 Initial directory structure. by (no author) · 14 years ago