1. 24 Jul, 2019 1 commit
  2. 22 Jul, 2019 1 commit
  3. 19 Jul, 2019 2 commits
  4. 28 Jun, 2019 1 commit
  5. 06 Jun, 2019 1 commit
  6. 21 May, 2019 1 commit
  7. 29 Apr, 2019 1 commit
  8. 08 Jan, 2019 1 commit
  9. 03 Jan, 2019 1 commit
  10. 12 Dec, 2018 1 commit
  11. 07 Dec, 2018 1 commit
  12. 02 Dec, 2018 1 commit
  13. 13 Sep, 2018 1 commit
  14. 11 Sep, 2018 1 commit
  15. 04 Sep, 2018 1 commit
  16. 31 Aug, 2018 1 commit
  17. 11 Jul, 2018 1 commit
  18. 21 Apr, 2018 1 commit
  19. 07 Nov, 2017 1 commit
  20. 14 Feb, 2017 1 commit
  21. 15 Sep, 2016 1 commit
  22. 27 May, 2016 1 commit
  23. 12 May, 2016 1 commit
  24. 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
  25. 22 Oct, 2015 1 commit
  26. 20 Jul, 2015 1 commit
  27. 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
  28. 23 Jul, 2014 2 commits
  29. 01 Apr, 2014 3 commits
  30. 01 Aug, 2013 1 commit
  31. 10 Jul, 2013 1 commit