1. 02 May, 2016 1 commit
  2. 29 Apr, 2016 1 commit
  3. 19 Apr, 2016 1 commit
  4. 07 Apr, 2016 1 commit
  5. 29 Mar, 2016 1 commit
  6. 24 Feb, 2016 1 commit
    • littledan's avatar
      Intl: Use private symbols to memoize bound functions · a59f62fc
      littledan authored
      The Intl object used to keep around functions which are bound to the
      receiver and memoized in the object (as required by the ECMA-402 spec)
      in ordinary properties with names like __boundformat__. This patch
      instead stores those methods in private symbol properties, so they are
      not exposed to users. A search in GitHub didn't find any uses of
      __boundformat__ (whereas the same search found plenty of usages of
      other V8 Intl features), so I think this should be fine in terms of
      web compatibility.
      
      BUG=v8:3785
      R=adamk
      LOG=Y
      
      Review URL: https://codereview.chromium.org/1728823002
      
      Cr-Commit-Position: refs/heads/master@{#34230}
      a59f62fc
  7. 12 Dec, 2015 1 commit
  8. 08 Dec, 2015 1 commit
  9. 22 Oct, 2015 1 commit
  10. 14 Oct, 2015 1 commit
  11. 07 Oct, 2015 1 commit
  12. 05 Oct, 2015 1 commit
  13. 02 Oct, 2015 4 commits
  14. 28 Sep, 2015 1 commit
  15. 17 Sep, 2015 3 commits
  16. 05 Aug, 2015 1 commit
  17. 20 Jul, 2015 1 commit
  18. 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
  19. 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
  20. 26 Aug, 2014 1 commit
  21. 22 Aug, 2014 1 commit
  22. 14 Aug, 2014 1 commit
  23. 23 Jul, 2014 2 commits
  24. 22 Jul, 2014 1 commit
  25. 01 Apr, 2014 3 commits
  26. 12 Feb, 2014 1 commit
  27. 31 Jan, 2014 1 commit
  28. 22 Nov, 2013 1 commit
  29. 06 Nov, 2013 2 commits
  30. 11 Oct, 2013 2 commits