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