1. 30 Jun, 2016 3 commits
  2. 29 Jun, 2016 4 commits
  3. 28 Jun, 2016 1 commit
  4. 27 Jun, 2016 1 commit
  5. 22 Jun, 2016 2 commits
  6. 21 Jun, 2016 2 commits
  7. 16 Jun, 2016 1 commit
  8. 15 Jun, 2016 1 commit
  9. 14 Jun, 2016 1 commit
  10. 13 Jun, 2016 2 commits
    • danno's avatar
      [turbolizer]: Fix bugs · deb67d7d
      danno authored
      * The default text (placeholder) in the search box is now present.
      * All key events handled by turbolizer are not passed through to Chrome.
      
      Review-Url: https://codereview.chromium.org/2061713002
      Cr-Commit-Position: refs/heads/master@{#36936}
      deb67d7d
    • danno's avatar
      [turbolizer] Features and bug-fixes · e52907f8
      danno authored
      Fix bugs and add a few small useful features:
      
      * Fix Schedule view to properly parse schedule output and respond to switching
        back to graph views.
      * Add shorcuts for showing edges of selected nodes.
        - 'i' shows all inputs
        - 'o' shows all outputs
        - '1'-'9' shows all nodes nth input where 1 <= n <= 9
        - 'c' shows all control inputs
        - 'e' shows all effect inputs
      * Holding the control key down when using a edge-showing shortcut toggles edge
        state rather the just showing.
      * 'a' selects all nodes in graph view.
      * Node selection is preserved between graph views and Schedule views.
      * Holding control key down when using regular expression search shows currently
        hidden nodes that match the regex search.
      * Pane expansion buttons now respond to clicks in entire button area.
      * Default text in regex search box makes searching more discoverable.
      
      Review-Url: https://codereview.chromium.org/2059193002
      Cr-Commit-Position: refs/heads/master@{#36932}
      e52907f8
  11. 10 Jun, 2016 4 commits
  12. 09 Jun, 2016 1 commit
  13. 08 Jun, 2016 2 commits
  14. 06 Jun, 2016 3 commits
  15. 03 Jun, 2016 2 commits
  16. 01 Jun, 2016 1 commit
  17. 30 May, 2016 2 commits
  18. 23 May, 2016 1 commit
    • nexus226's avatar
      tools: Fix a syntax error in plot-timer-events · 726d3be8
      nexus226 authored
      This fixes a syntax error in plot-timer-events script.
      
      Before:
        $ out/x64.release/d8 --prof --log-timer-events script.js
        $ tools/plot-timer-events v8.log
        tools/plot-timer-events: 75: tools/plot-timer-events: options+=1343: not found
        --distortion=
        Cmdline args: [options] [log-file-name]
        Default log file name is "v8.log".
          ...
      
      After:
        $ out/x64.release/d8 --prof --log-timer-events script.js
        $ tools/plot-timer-events v8.log
        $ ls timer-events.png
        timer-events.png
      
      BUG=
      
      Review-Url: https://codereview.chromium.org/1961873002
      Cr-Commit-Position: refs/heads/master@{#36434}
      726d3be8
  19. 20 May, 2016 1 commit
  20. 19 May, 2016 2 commits
  21. 18 May, 2016 1 commit
  22. 17 May, 2016 2 commits