projects
/
external
/
v8-i18n.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
external/v8-i18n.git
5 days ago
cira@google.com
Removing calls to Persistent objects that got obsoleted.
master
commit
|
commitdiff
|
tree
6 days ago
cira@google.com
Changing permissions for real using svn propset.
commit
|
commitdiff
|
tree
6 days ago
cira@google.com
Changing mode for each script so we can ommit python...
commit
|
commitdiff
|
tree
6 days ago
cira@google.com
Adding --chrome-dir parameter and changing script to...
commit
|
commitdiff
|
tree
2013-04-18
cira@chromium.org
Fix a timing test.
commit
|
commitdiff
|
tree
2013-04-18
cira@chromium.org
Provide scope for Unpacker where we allocate a v8:...
commit
|
commitdiff
|
tree
2013-04-17
cira@google.com
Remove HandleScope calls when not necessary to avoid...
commit
|
commitdiff
|
tree
2013-03-07
cira@google.com
Remove obsolete library keyword from .gyp file.
commit
|
commitdiff
|
tree
2013-02-15
cira@google.com
Adding two tests for localeCompare that are breaking...
commit
|
commitdiff
|
tree
2013-02-13
cira@google.com
Proper handling of IANA time zone names.
commit
|
commitdiff
|
tree
2013-02-08
cira@google.com
Remove .join - plain + concatenation is faster.
commit
|
commitdiff
|
tree
2013-02-08
cira@google.com
Fixing conformance tests/code. Using <use strict> mode.
commit
|
commitdiff
|
tree
2013-02-07
cira@google.com
Adding perf tests and cleaning up the expectations.py
commit
|
commitdiff
|
tree
2013-02-05
cira@google.com
Landing https://codereview.appspot.com/7306044/ for...
commit
|
commitdiff
|
tree
2013-01-31
cira@google.com
Optimize default case for localeString methods. It...
commit
|
commitdiff
|
tree
2013-01-24
cira@google.com
Remove strlen that not needed and trips Win64 build
commit
|
commitdiff
|
tree
2012-11-21
cira@google.com
Replacing calls to deprecated Set/Get/PointerToInternal...
commit
|
commitdiff
|
tree
2012-11-20
cira@google.com
Fix for b/161999, empty ObjectTemplate instance handle.
commit
|
commitdiff
|
tree
2012-11-09
cira@google.com
Remove non-Apachee 2.0 license part to simplify integra...
commit
|
commitdiff
|
tree
2012-10-26
cira@google.com
Added support for IANA time zones + GMT[+|-]XXXX form.
commit
|
commitdiff
|
tree
2012-10-16
cira@google.com
Setting normalization to true. Removing support for...
commit
|
commitdiff
|
tree
2012-10-08
cira@google.com
Redefine String.localeCompare, Date.toLocaleXXXString...
commit
|
commitdiff
|
tree
2012-10-01
cira@google.com
Introduce global Intl namespace - alias v8Intl to Intl.
commit
|
commitdiff
|
tree
2012-09-24
cira@google.com
Remove Object.defineProperty calls that run on Context...
commit
|
commitdiff
|
tree
2012-09-11
cira@google.com
Comment fix in expectations.py file.
commit
|
commitdiff
|
tree
2012-09-11
cira@google.com
Remove und fallback. ResolvedOptions are writable,...
commit
|
commitdiff
|
tree
2012-09-07
cira@google.com
Don't include optional properties in resolvedOptions...
commit
|
commitdiff
|
tree
2012-09-07
cira@google.com
Fix DateTimeFormat.format method and add test for it...
commit
|
commitdiff
|
tree
2012-09-06
cira@google.com
Add check after constructing percent formatter. Add...
commit
|
commitdiff
|
tree
2012-09-06
cira@google.com
Normalization is on by default. Removed extra code...
commit
|
commitdiff
|
tree
2012-09-05
cira@google.com
Don't show currency, currencyDisplay, min/maxSignifican...
commit
|
commitdiff
|
tree
2012-08-31
cira@google.com
js2c.py now removes comments (bug fix). It also produce...
commit
|
commitdiff
|
tree
2012-08-31
cira@google.com
Method should check on which object are they invoked.
commit
|
commitdiff
|
tree
2012-08-31
cira@google.com
Make service.prototype non-writable/enumerable/configur...
commit
|
commitdiff
|
tree
2012-08-31
cira@google.com
Further security tightening. Fixed duplicate properties...
commit
|
commitdiff
|
tree
2012-08-29
cira@google.com
Hardening the code vs. security issues. Resolved option...
commit
|
commitdiff
|
tree
2012-08-27
cira@google.com
Add more fallback locales to make spec happy. Add print...
commit
|
commitdiff
|
tree
2012-08-17
cira@google.com
Implement JS language tag validator since ICU is too...
commit
|
commitdiff
|
tree
2012-08-16
cira@google.com
Convert all invalid -co- values to default in collation.
commit
|
commitdiff
|
tree
2012-08-16
cira@google.com
Prevent re-initialization of the Intl objects.
commit
|
commitdiff
|
tree
2012-08-16
cira@google.com
Increase number of fraction digits for percent format...
commit
|
commitdiff
|
tree
2012-08-16
cira@google.com
Treat -0 as 0 for number formatting.
commit
|
commitdiff
|
tree
2012-08-16
cira@google.com
Fix support for default locale. Use ICU default locale.
commit
|
commitdiff
|
tree
2012-08-15
cira@google.com
Make supportedLocalesOf non-enumerable by the spec.
commit
|
commitdiff
|
tree
2012-08-15
cira@google.com
Reject null value in options with RangeError.
commit
|
commitdiff
|
tree
2012-08-15
cira@google.com
Rename BreakIterator to v8BreakIterator to avoid future...
commit
|
commitdiff
|
tree
2012-08-09
cira@google.com
Make constructors non-enumerable, and with 0 lentgh.
commit
|
commitdiff
|
tree
2012-08-08
cira@google.com
Make elements and length property of locale arrays...
commit
|
commitdiff
|
tree
2012-08-07
cira@google.com
Rename files, drop intl- prefix.
commit
|
commitdiff
|
tree
2012-08-07
cira@google.com
Remove support for deprecated v8Locale.
commit
|
commitdiff
|
tree
2012-08-03
cira@google.com
Match function param lengths with test expectation...
commit
|
commitdiff
|
tree
2012-08-03
cira@google.com
Fixing test failures vs. test262 suite related to local...
commit
|
commitdiff
|
tree
2012-08-03
cira@google.com
Make resolvedOptions non-enumerable as per spec.
commit
|
commitdiff
|
tree
2012-08-02
cira@google.com
Fix time zone problems in tests.
commit
|
commitdiff
|
tree
2012-07-13
cira@google.com
Split intl.js into separate chunks for easier developme...
commit
|
commitdiff
|
tree
2012-07-11
cira@google.com
Added support for number format parse. Currency and...
commit
|
commitdiff
|
tree
2012-07-11
cira@google.com
Adding parse() support to DateTimeFormat. Small cleanup...
commit
|
commitdiff
|
tree
2012-06-20
cira@google.com
Adding break iterator. Adding more tests. Fixing securi...
commit
|
commitdiff
|
tree
2012-05-23
cira@google.com
Added test for constructing default locale with {}...
commit
|
commitdiff
|
tree
2012-05-22
cira@google.com
BUG=26, zh-TW mapped internally to zh-Hant-TW.
commit
|
commitdiff
|
tree
2012-05-22
cira@google.com
Second part of BUG=23.
commit
|
commitdiff
|
tree
2012-05-22
cira@google.com
BUG=23. Added tests.
commit
|
commitdiff
|
tree
2012-05-22
cira@google.com
BUG=25 implemented.
commit
|
commitdiff
|
tree
2012-05-22
cira@google.com
BUG=24 implemented. Also fixed run-tests.py in each...
commit
|
commitdiff
|
tree
2012-05-18
cira@google.com
License fix.
commit
|
commitdiff
|
tree
2012-05-17
cira@google.com
Fixing test-runner builder flags.
commit
|
commitdiff
|
tree
2012-05-17
cira@google.com
Adding tests for depricated v8Locale API.
commit
|
commitdiff
|
tree
2012-05-16
cira@google.com
Fix run-402-tests.py status output.
commit
|
commitdiff
|
tree
2012-05-16
cira@google.com
Maintain only one set of documentation.
commit
|
commitdiff
|
tree
2012-05-16
cira@google.com
Merging unittest branch to trunk.
commit
|
commitdiff
|
tree
2012-05-10
cira@google.com
Simplify extension parsing. Add numeric, normalization...
commit
|
commitdiff
|
tree
2012-05-09
cira@google.com
Removing static init. from new API classes. Added GetTe...
commit
|
commitdiff
|
tree
2012-05-07
cira@google.com
Update collator.h license. Rename Match into Matcher...
commit
|
commitdiff
|
tree
2012-05-01
cira@google.com
Fix unsigned-signed missmatch in language-matcher.
commit
|
commitdiff
|
tree
2012-05-01
cira@google.com
Adding new API to the trunk. Intl is v8Intl for now.
commit
|
commitdiff
|
tree
2012-03-09
cira@google.com
Updating LICENSE file.
git-svn
commit
|
commitdiff
|
tree
2012-03-09
cira@google.com
License file added to v8-i18n as per https://chromiumco...
commit
|
commitdiff
|
tree
2012-02-14
cira@google.com
Remove icu header rule from gyp. See Chromium bug 103360
commit
|
commitdiff
|
tree
2012-02-02
roozbeh@google.com
Merged testing branch of api.js into trunk
commit
|
commitdiff
|
tree
2012-01-13
roozbeh@google.com
Merged testing branch of api.js into trunk
commit
|
commitdiff
|
tree
2011-11-15
cira@google.com
Fix out of bounds array assignment in v8-i18n language...
commit
|
commitdiff
|
tree
2011-08-15
cira@google.com
Fixing a date time format bug (see codereview.chromium...
commit
|
commitdiff
|
tree
2011-08-09
cira@google.com
Missed a file in the other CL.
commit
|
commitdiff
|
tree
2011-08-09
cira@google.com
Initial check in.
commit
|
commitdiff
|
tree
2011-08-08
(no author)
Initial directory structure.
commit
|
commitdiff
|
tree