1. 15 Dec, 2016 1 commit
  2. 14 Dec, 2016 1 commit
  3. 28 Nov, 2016 1 commit
  4. 22 Nov, 2016 1 commit
  5. 18 Nov, 2016 1 commit
    • marja's avatar
      Remove FLAG_min_preparse_length. · 4a5b7e32
      marja authored
      It originates from the era where we used to run a separate preparse step
      before parsing and store the function data. Now the usage of preparser
      is something completely different, so this flag doesn't make sense any
      more.
      
      In addition, this way we get more test coverage for preparser (for small
      scripts).
      
      BUG=
      
      Review-Url: https://codereview.chromium.org/2513563002
      Cr-Commit-Position: refs/heads/master@{#41110}
      4a5b7e32
  6. 16 Nov, 2016 1 commit
    • jgruber's avatar
      [debug-wrapper] Further extend the debug wrapper · b06c4ce5
      jgruber authored
      This CL further extends the debug wrapper, migrates around 60 tests, and
      removes a few tests that use functionality we will not support anymore.
      
      In more detail:
      
      * Removed tests that use:
        * enable/disable individual breakpoints
        * invocationText()
        * the ScriptCollected event
        * showBreakPoints
        * evalFromScript (and similar)
        * mirror.constructedBy and mirror.referencedBy
        * event_data.promise()
      * Some frame.evaluate uses were adapted since due to differences between
        remote objects (inspector) and mirrors. For instance, exceptions are
        currently not recreated exactly, since the inspector protocol does not
        give us the stack and message separately. Other objects (such as
        'this' in debug-evaluate-receiver-before-super) need to be explicitly
        converted to a string before the test works correctly.
      * Ensure that inspector stores the script before sending ScriptParsed and
        ScriptFailedToParse events in order to be able to use the script from
        within those events.
      * Better remote object reconstruction (e.g. for undefined and arrays).
      * New functionality in wrapper:
        * debuggerFlags().breakPointsActive.setValue()
        * scripts()
        * execState.setVariableValue()
        * execState.scopeObject().value()
        * execState.scopeObject().property()
        * execState.frame().allScopes()
        * eventData.exception()
        * eventData.script()
        * setBreakPointsActive()
      
      BUG=v8:5530
      
      Review-Url: https://codereview.chromium.org/2497973002
      Cr-Commit-Position: refs/heads/master@{#41019}
      b06c4ce5
  7. 07 Sep, 2016 1 commit
  8. 02 Sep, 2016 1 commit
  9. 01 Sep, 2016 1 commit
  10. 08 Jan, 2016 1 commit
  11. 22 Apr, 2015 1 commit
  12. 13 Mar, 2015 1 commit
  13. 11 Nov, 2014 1 commit
  14. 23 Oct, 2014 1 commit
  15. 15 Oct, 2014 2 commits
  16. 10 Oct, 2014 1 commit
  17. 07 Oct, 2014 1 commit
  18. 23 Apr, 2014 1 commit
  19. 14 Jan, 2014 1 commit
  20. 22 Nov, 2013 1 commit
  21. 05 Jul, 2013 1 commit
  22. 05 Jun, 2013 1 commit
  23. 22 Apr, 2013 1 commit
  24. 18 Apr, 2013 1 commit
  25. 17 Apr, 2013 1 commit
  26. 09 Apr, 2013 1 commit
  27. 17 Sep, 2012 1 commit
  28. 28 Nov, 2011 1 commit
  29. 12 Oct, 2011 1 commit
  30. 26 Sep, 2011 1 commit
  31. 22 Sep, 2011 1 commit
  32. 13 Sep, 2011 2 commits
  33. 01 Sep, 2011 1 commit
  34. 16 Aug, 2011 1 commit
  35. 16 Jun, 2011 2 commits
  36. 15 Jun, 2011 1 commit
  37. 09 Jun, 2011 1 commit