1. 31 Jan, 2017 1 commit
  2. 19 Jan, 2017 1 commit
  3. 12 Jan, 2017 1 commit
  4. 11 Jan, 2017 2 commits
  5. 10 Jan, 2017 3 commits
  6. 09 Jan, 2017 1 commit
  7. 16 Dec, 2016 1 commit
  8. 10 Nov, 2016 1 commit
  9. 27 Sep, 2016 1 commit
    • jgruber's avatar
      [stubs] Add a test for canary crashes in SubStringStub · 0ce95e08
      jgruber authored
      These crashes were caused by an invalid pointer stored in a tagged
      variable in SubStringStub. This can be reproduced by calling the stub on
      an external string and ensuring GC kicks in on the subsequent
      allocation.
      
      Only the TurboFan implementation of SubStringStub is affected, the current
      PlatformStub implementation handles this case just fine.
      
      BUG=chromium:649967
      
      Review-Url: https://codereview.chromium.org/2374603003
      Cr-Commit-Position: refs/heads/master@{#39772}
      0ce95e08
  10. 07 Sep, 2016 1 commit
  11. 14 Jun, 2016 1 commit
  12. 13 Jun, 2016 2 commits
  13. 21 May, 2016 1 commit
    • bmeurer's avatar
      [builtins] Migrate String.fromCharCode to C++. · cc71837f
      bmeurer authored
      The previous JavaScript version created way too many ConsStrings for
      longer strings, i.e. when using String.fromCharCode together with
      Function.prototype.apply and arrays of char codes.
      
      This version now always allocates sequential strings and therefore uses
      way less memory when turning longer character sequences into strings,
      and therefore fixes the memory regression on Google Maps.
      
      BUG=chromium:609831
      R=yangguo@chromium.org
      
      Review-Url: https://codereview.chromium.org/2004733002
      Cr-Commit-Position: refs/heads/master@{#36427}
      cc71837f
  14. 02 Feb, 2016 2 commits
  15. 09 Dec, 2015 1 commit
  16. 07 Dec, 2015 2 commits
  17. 02 Dec, 2015 1 commit
  18. 29 Sep, 2015 2 commits
  19. 28 Sep, 2015 1 commit
  20. 21 Jul, 2015 1 commit
  21. 13 Jul, 2015 1 commit
  22. 28 May, 2015 1 commit
  23. 29 Apr, 2015 1 commit
  24. 16 Apr, 2015 1 commit
  25. 13 Mar, 2015 1 commit
  26. 20 Feb, 2015 1 commit
  27. 30 Jan, 2015 3 commits
  28. 16 Jan, 2015 1 commit
  29. 15 Dec, 2014 1 commit
  30. 24 Nov, 2014 1 commit
  31. 03 Nov, 2014 1 commit