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