1. 29 Sep, 2017 1 commit
  2. 28 Sep, 2017 3 commits
  3. 27 Sep, 2017 3 commits
  4. 15 Sep, 2017 2 commits
  5. 11 Sep, 2017 1 commit
  6. 08 Sep, 2017 1 commit
  7. 07 Sep, 2017 2 commits
  8. 05 Sep, 2017 2 commits
  9. 04 Sep, 2017 5 commits
  10. 03 Sep, 2017 1 commit
  11. 31 Aug, 2017 2 commits
  12. 30 Aug, 2017 2 commits
  13. 29 Aug, 2017 1 commit
  14. 28 Aug, 2017 1 commit
  15. 24 Aug, 2017 1 commit
  16. 23 Aug, 2017 1 commit
  17. 22 Aug, 2017 5 commits
    • Marja Hölttä's avatar
      Revert "[parser] Tentative: turn on FLAG_preparser_scope_analysis." · 3710fd4a
      Marja Hölttä authored
      This reverts commit fe50e817.
      
      Reason for revert: Too close to branch point
      
      Original change's description:
      > [parser] Tentative: turn on FLAG_preparser_scope_analysis.
      > 
      > The main motivation is to get bug reports / crashes from Canary.
      > 
      > This commit is expected to break all kinds of things! The most typical failure
      > modes are crashes, CHECK failures and JavaScript executing incorrectly.
      > 
      > BUG=v8:5516
      > 
      > Change-Id: Ifa02b420ad4e8eda46002b334bed2665c8ceeeb2
      > Reviewed-on: https://chromium-review.googlesource.com/623751
      > Reviewed-by: Camillo Bruni <cbruni@chromium.org>
      > Commit-Queue: Marja Hölttä <marja@chromium.org>
      > Cr-Commit-Position: refs/heads/master@{#47502}
      
      TBR=adamk@chromium.org,marja@chromium.org,cbruni@chromium.org
      
      Change-Id: I98d2d186cbde6e185b05ef0d3460115a654b6b45
      No-Presubmit: true
      No-Tree-Checks: true
      No-Try: true
      Bug: v8:5516
      Reviewed-on: https://chromium-review.googlesource.com/626796Reviewed-by: 's avatarMarja Hölttä <marja@chromium.org>
      Commit-Queue: Marja Hölttä <marja@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#47519}
      3710fd4a
    • Leszek Swirski's avatar
      [d8] Allow reading files from a TCP socket · 4c54a218
      Leszek Swirski authored
      Reland of https://chromium-review.googlesource.com/c/v8/v8/+/623790
      
      Add a --read-from-tcp flag to d8, which makes file reads (including
      reading files from arguments, and the load and read builtins) read the
      file contents off a TCP socket using a simple request/response protocol.
      
      On top of this, add a script for transparently running d8 on an android
      device using adb. The script loads d8 onto the device, starts a file
      server providing the above protocol, and uses the above flag to run a d8
      which loads javascript sources off the computer rather than off the
      device.
      
      Change-Id: I82a25be900c7608ed4c3a35828757a870ca2e115
      Reviewed-on: https://chromium-review.googlesource.com/626396Reviewed-by: 's avatarRoss McIlroy <rmcilroy@chromium.org>
      Commit-Queue: Leszek Swirski <leszeks@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#47513}
      4c54a218
    • Leszek Swirski's avatar
      Revert "[d8] Allow reading files from a TCP socket" · de87b879
      Leszek Swirski authored
      This reverts commit 29ad1235.
      
      Reason for revert: https://build.chromium.org/p/client.v8/builders/V8%20Linux%20-%20shared/builds/19576
      
      Original change's description:
      > [d8] Allow reading files from a TCP socket
      > 
      > Add a --read-from-tcp flag to d8, which makes file reads (including
      > reading files from arguments, and the load and read builtins) read the
      > file contents off a TCP socket using a simple request/response protocol.
      > 
      > On top of this, add a script for transparently running d8 on an android
      > device using adb. The script loads d8 onto the device, starts a file
      > server providing the above protocol, and uses the above flag to run a d8
      > which loads javascript sources off the computer rather than off the
      > device.
      > 
      > Change-Id: Icaa0577beb9bcd4f93476faa3ad8fb8b0a165e6e
      > Reviewed-on: https://chromium-review.googlesource.com/623790
      > Commit-Queue: Leszek Swirski <leszeks@chromium.org>
      > Reviewed-by: Ross McIlroy <rmcilroy@chromium.org>
      > Cr-Commit-Position: refs/heads/master@{#47511}
      
      TBR=rmcilroy@chromium.org,leszeks@chromium.org
      
      Change-Id: I2de4a12aa8cb0d228df3e5793d997b9145f4da42
      No-Presubmit: true
      No-Tree-Checks: true
      No-Try: true
      Reviewed-on: https://chromium-review.googlesource.com/626017Reviewed-by: 's avatarLeszek Swirski <leszeks@chromium.org>
      Commit-Queue: Leszek Swirski <leszeks@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#47512}
      de87b879
    • Leszek Swirski's avatar
      [d8] Allow reading files from a TCP socket · 29ad1235
      Leszek Swirski authored
      Add a --read-from-tcp flag to d8, which makes file reads (including
      reading files from arguments, and the load and read builtins) read the
      file contents off a TCP socket using a simple request/response protocol.
      
      On top of this, add a script for transparently running d8 on an android
      device using adb. The script loads d8 onto the device, starts a file
      server providing the above protocol, and uses the above flag to run a d8
      which loads javascript sources off the computer rather than off the
      device.
      
      Change-Id: Icaa0577beb9bcd4f93476faa3ad8fb8b0a165e6e
      Reviewed-on: https://chromium-review.googlesource.com/623790
      Commit-Queue: Leszek Swirski <leszeks@chromium.org>
      Reviewed-by: 's avatarRoss McIlroy <rmcilroy@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#47511}
      29ad1235
    • Marja Hölttä's avatar
      [parser] Tentative: turn on FLAG_preparser_scope_analysis. · fe50e817
      Marja Hölttä authored
      The main motivation is to get bug reports / crashes from Canary.
      
      This commit is expected to break all kinds of things! The most typical failure
      modes are crashes, CHECK failures and JavaScript executing incorrectly.
      
      BUG=v8:5516
      
      Change-Id: Ifa02b420ad4e8eda46002b334bed2665c8ceeeb2
      Reviewed-on: https://chromium-review.googlesource.com/623751Reviewed-by: 's avatarCamillo Bruni <cbruni@chromium.org>
      Commit-Queue: Marja Hölttä <marja@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#47502}
      fe50e817
  18. 11 Aug, 2017 1 commit
  19. 10 Aug, 2017 4 commits
  20. 09 Aug, 2017 1 commit
    • Michael Achenbach's avatar
      Revert "[parser] Turn FLAG_experimental_preparser_scope_analysis on." · b27bf320
      Michael Achenbach authored
      This reverts commit 2e9f7253.
      
      Reason for revert: Done experimenting...
      
      Original change's description:
      > [parser] Turn FLAG_experimental_preparser_scope_analysis on.
      > 
      > Experimental run, just for getting data from RuntimeCallstats bots.
      > 
      > To be reverted soon - expected to break various things.
      > 
      > BUG=v8:5516
      > NOTREECHECKS=true
      > 
      > Change-Id: I6d235fddee36b0f0efe70065166d25ed40d6e163
      > Reviewed-on: https://chromium-review.googlesource.com/557863
      > Commit-Queue: Michael Achenbach <machenbach@chromium.org>
      > Commit-Queue: Marja Hölttä <marja@chromium.org>
      > Reviewed-by: Michael Achenbach <machenbach@chromium.org>
      > Reviewed-by: Adam Klein <adamk@chromium.org>
      > Cr-Commit-Position: refs/heads/master@{#47248}
      
      TBR=adamk@chromium.org,machenbach@chromium.org,marja@chromium.org
      
      Change-Id: I871d8a68442597b777e8f9e3d04ba3298ae87549
      No-Presubmit: true
      No-Tree-Checks: true
      No-Try: true
      Bug: v8:5516
      Reviewed-on: https://chromium-review.googlesource.com/608190Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
      Commit-Queue: Michael Achenbach <machenbach@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#47249}
      b27bf320