1. 14 Nov, 2019 1 commit
  2. 07 Nov, 2019 1 commit
  3. 04 Nov, 2019 1 commit
  4. 30 Oct, 2019 1 commit
  5. 21 Oct, 2019 2 commits
  6. 17 Oct, 2019 1 commit
  7. 16 Oct, 2019 3 commits
  8. 23 Aug, 2019 2 commits
  9. 09 Aug, 2019 1 commit
  10. 09 Jul, 2019 1 commit
  11. 26 Jun, 2019 1 commit
  12. 07 Jun, 2019 3 commits
  13. 18 Mar, 2019 2 commits
  14. 28 Feb, 2019 2 commits
  15. 15 Jan, 2019 3 commits
  16. 14 Jan, 2019 8 commits
  17. 12 Jan, 2019 3 commits
  18. 09 Jan, 2019 1 commit
  19. 08 Jan, 2019 1 commit
  20. 07 Jan, 2019 2 commits
    • Sigurd Schneider's avatar
      [turbolizer] Remove old links upon phase change · 3ddd7bb1
      Sigurd Schneider authored
      This CL removes the graph between phase changes. This prevents incorrect
      path layouting after changing from a phase where a path is displayed that
      is not a correct path in the phase we change to.
      
      Change-Id: Iad80f49efc8d8c71600ad51432981c3a206ef9cb
      Bug: v8:7327
      Reviewed-on: https://chromium-review.googlesource.com/c/1397710Reviewed-by: 's avatarGeorg Neis <neis@chromium.org>
      Commit-Queue: Sigurd Schneider <sigurds@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#58592}
      3ddd7bb1
    • Sigurd Schneider's avatar
      [turbolizer] Rework keydown event handling · 753ff7f3
      Sigurd Schneider authored
      This CL simplifies the keydown handling code and fixes
      several issues:
      
       - Input to the search box was not reliably working, because
         the SVG keydown handler was attached to the window and its
         repeat-key detection was supressing key events.
       - Selecting the input of a node via keys 1-9 did not select the
         input, but always enabled the corresponding input node.
         1-9 now select the input node, and CTRL+1 through CTRL+9 can
         be used to toggle the input edge.
      
      Bug: v8:7327
      Notry: true
      Change-Id: Ifedc8b703f6552e101ad00fee2f3c50f29b325b5
      Reviewed-on: https://chromium-review.googlesource.com/c/1397666
      Commit-Queue: Sigurd Schneider <sigurds@chromium.org>
      Reviewed-by: 's avatarGeorg Neis <neis@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#58579}
      753ff7f3