1. 06 Sep, 2016 1 commit
  2. 17 Aug, 2016 1 commit
  3. 06 May, 2016 1 commit
  4. 08 Mar, 2016 1 commit
  5. 07 Jan, 2016 1 commit
  6. 08 Dec, 2015 1 commit
  7. 11 Aug, 2015 1 commit
    • mstarzinger's avatar
      Remove several grab-bag includes from the v8.h header. · 58109a2c
      mstarzinger authored
      This is the first step of turning the v8.h file into a normal header
      instead of an include-the-world header. The new rule is that no other
      header files are allowed to include v8.h, which is enforced by DEPS.
      
      Also the number of includes inside the v8.h file has been drastically
      reduced. Basically the last missing piece is the inclusion of the big
      objects-inl.h file.
      
      This in turn makes many headers follow the IWYU principle.
      
      R=bmeurer@chromium.org,hpayer@chromium.org,titzer@chromium.org
      
      Review URL: https://codereview.chromium.org/1282503003
      
      Cr-Commit-Position: refs/heads/master@{#30102}
      58109a2c
  8. 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
  9. 06 Jul, 2015 1 commit
  10. 01 Jun, 2015 1 commit
  11. 02 Mar, 2015 1 commit
  12. 18 Dec, 2014 1 commit
  13. 06 Oct, 2014 2 commits
  14. 03 Oct, 2014 1 commit
  15. 10 Sep, 2014 1 commit
  16. 25 Jul, 2014 1 commit
  17. 14 Jul, 2014 1 commit
  18. 03 Jun, 2014 1 commit
  19. 22 May, 2014 1 commit
  20. 29 Apr, 2014 1 commit
  21. 17 Apr, 2014 1 commit
  22. 11 Apr, 2014 3 commits
  23. 07 Apr, 2014 1 commit
  24. 04 Apr, 2014 1 commit
  25. 11 Mar, 2014 2 commits
  26. 08 Jan, 2014 1 commit
  27. 18 Dec, 2013 1 commit
  28. 22 Nov, 2013 1 commit
  29. 17 Sep, 2013 1 commit
  30. 03 Sep, 2013 1 commit
  31. 20 Aug, 2013 2 commits
  32. 13 Aug, 2013 1 commit
  33. 09 Aug, 2013 1 commit
  34. 07 Aug, 2013 2 commits