1. 22 Oct, 2015 1 commit
  2. 14 Oct, 2015 1 commit
  3. 07 Oct, 2015 1 commit
  4. 05 Oct, 2015 1 commit
  5. 02 Oct, 2015 4 commits
  6. 28 Sep, 2015 1 commit
  7. 17 Sep, 2015 3 commits
  8. 05 Aug, 2015 1 commit
  9. 20 Jul, 2015 1 commit
  10. 17 Jul, 2015 1 commit
    • hichris123's avatar
      Make NumberFormat use the ICU currency data, fix bug in NumberFormat · ddb5c2d9
      hichris123 authored
      NumberFormat previously just used a min of 0 digits after the decimal and a max of 3. This CL changes it so that we use the ICU currency data, and set the min and max to the number of numbers after the decimal point for each currency.
      
      This CL also fixes a small bug where if the minimum fraction digits is above 3 but the maximum fraction digits isn't set, then it returns with only three numbers after the decimal point.
      
      BUG=435465,473104,304722
      LOG=Y
      
      Review URL: https://codereview.chromium.org/1231613006
      
      Cr-Commit-Position: refs/heads/master@{#29734}
      ddb5c2d9
  11. 10 Oct, 2014 1 commit
    • yangguo@chromium.org's avatar
      Allow identifier code points from supplementary multilingual planes. · 0dd69ec4
      yangguo@chromium.org authored
      ES5.1 section 6 ("Source Text"):
      "Throughout the rest of this document, the phrase “code unit” and the
      word “character” will be used to refer to a 16-bit unsigned value
      used to represent a single 16-bit unit of text."
      
      This changed in ES6 draft section 10.1 ("Source Text"):
      "The ECMAScript code is expressed using Unicode, version 5.1 or later.
      ECMAScript source text is a sequence of code points. All Unicode code
      point values from U+0000 to U+10FFFF, including surrogate code points,
      may occur in source text where permitted by the ECMAScript grammars."
      
      This patch is to reflect this spec change.
      
      BUG=v8:3617
      LOG=Y
      R=jochen@chromium.org
      
      Review URL: https://codereview.chromium.org/640193002
      
      git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@24510 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      0dd69ec4
  12. 26 Aug, 2014 1 commit
  13. 22 Aug, 2014 1 commit
  14. 14 Aug, 2014 1 commit
  15. 23 Jul, 2014 2 commits
  16. 22 Jul, 2014 1 commit
  17. 01 Apr, 2014 3 commits
  18. 12 Feb, 2014 1 commit
  19. 31 Jan, 2014 1 commit
  20. 22 Nov, 2013 1 commit
  21. 06 Nov, 2013 2 commits
  22. 11 Oct, 2013 2 commits
  23. 10 Oct, 2013 2 commits
  24. 24 Sep, 2013 2 commits
  25. 20 Sep, 2013 1 commit
  26. 19 Sep, 2013 1 commit
  27. 18 Sep, 2013 2 commits