1. 07 Jan, 2019 1 commit
    • 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
  2. 21 Dec, 2018 2 commits
  3. 22 Nov, 2018 1 commit
  4. 06 Nov, 2018 1 commit
  5. 31 Oct, 2018 1 commit
  6. 11 Oct, 2018 1 commit
  7. 08 Oct, 2018 1 commit
  8. 11 Jul, 2018 1 commit
  9. 11 Jun, 2018 2 commits
  10. 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
  11. 29 May, 2018 1 commit
  12. 22 May, 2018 1 commit