1. 11 Oct, 2018 2 commits
  2. 08 Oct, 2018 1 commit
  3. 19 Sep, 2018 1 commit
  4. 14 Sep, 2018 1 commit
  5. 16 Jul, 2018 1 commit
  6. 11 Jul, 2018 1 commit
  7. 13 Jun, 2018 1 commit
  8. 11 Jun, 2018 5 commits
  9. 08 Jun, 2018 1 commit
    • Sigurd Schneider's avatar
      [turbolizer] Migrate d3 from v3 to v5 · 8a7d8f81
      Sigurd Schneider authored
      This CL updates the d3.js library to version 5.4. The most notable
      change is that the library can now distinguish between click and drag
      events if an element supports both selection via click and displacement
      via drag.
      
      Curiously, npm created a 'package-lock.json', which is ~500 lines, and
      which is supposed to be checked into the repository according to documentation.
      
      Change-Id: Ifabd236296d951f390e0a1516d89e73138ce1713
      Reviewed-on: https://chromium-review.googlesource.com/1076234Reviewed-by: 's avatarTobias Tebbi <tebbi@chromium.org>
      Commit-Queue: Sigurd Schneider <sigurds@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#53604}
      8a7d8f81
  10. 29 May, 2018 1 commit
  11. 22 May, 2018 2 commits
  12. 18 May, 2018 2 commits
  13. 16 May, 2018 1 commit
    • Sigurd Schneider's avatar
      [turbolizer] Add support for inlined functions · a97a362d
      Sigurd Schneider authored
      This CL adds support for inlined functions in Turbolizer. It is also a
      refactoring of the Turbolizer code-base. Most importantly, handling of
      source positions changed to exact source positions, and not code ranges.
      This improves selection interoperability between different phase views.
      
      A separate CL changes the Turbolizer JSON format to include inlining
      information. This Turbolizer update, however, is intended to be backwards
      compatible with the JSON format Turbolizer generated before the JSON
      format change.
      
      
      Bug: v8:7327
      Change-Id: Ic67506a6f3a36fe98c012b1e76994972779c1fd2
      Reviewed-on: https://chromium-review.googlesource.com/1032784
      Commit-Queue: Sigurd Schneider <sigurds@chromium.org>
      Reviewed-by: 's avatarDaniel Clifford <danno@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#53213}
      a97a362d
  14. 23 Feb, 2018 1 commit
  15. 21 Feb, 2018 1 commit
  16. 18 Jan, 2018 1 commit
  17. 12 Jan, 2018 1 commit
  18. 23 Jun, 2017 1 commit
  19. 15 May, 2017 1 commit
  20. 29 Mar, 2017 1 commit
    • Leszek Swirski's avatar
      [turbolizer] Use textContent to set code view · 7b8d8e9a
      Leszek Swirski authored
      Previously code view was set using innerHTML. This would cause problems
      for html characters in the code -- in particular, '<' without a space
      after it would start new HTML tags, and the code following it wouldn't
      be visible.
      
      Now, the source text is set using textContent, which doesn't parse the
      value as HTML and implicitly escapes any HTML characters in the code.
      
      Change-Id: I612a18c37bbb4da6a87063bb39d7f7123a3c4c0d
      Reviewed-on: https://chromium-review.googlesource.com/461826Reviewed-by: 's avatarDaniel Clifford <danno@chromium.org>
      Commit-Queue: Leszek Swirski <leszeks@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#44233}
      7b8d8e9a
  21. 24 Nov, 2016 1 commit
  22. 07 Nov, 2016 1 commit
  23. 14 Sep, 2016 1 commit
  24. 08 Sep, 2016 1 commit
  25. 11 Aug, 2016 1 commit
  26. 10 Aug, 2016 4 commits
  27. 09 Aug, 2016 2 commits
  28. 08 Aug, 2016 1 commit
  29. 28 Jul, 2016 1 commit