1. 06 Jul, 2021 1 commit
  2. 14 Jan, 2019 1 commit
  3. 12 Jan, 2019 2 commits
  4. 09 Jan, 2019 1 commit
  5. 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
  6. 11 Oct, 2018 1 commit
  7. 11 Jul, 2018 1 commit
  8. 11 Jun, 2018 1 commit
  9. 29 May, 2018 1 commit
  10. 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
  11. 10 Aug, 2016 1 commit
  12. 22 Jun, 2016 1 commit
  13. 19 May, 2016 1 commit