1. 15 Mar, 2018 12 commits
  2. 14 Mar, 2018 26 commits
  3. 13 Mar, 2018 2 commits
    • Alexey Kozyatinskiy's avatar
      [inspector] added Runtime.terminateExecution · 98dec8f2
      Alexey Kozyatinskiy authored
      Runtime.terminateExecution terminates current or next JavaScript
      call. Termination flag is automatically reset as soon as v8 call
      or microtasks are completed.
      
      R=pfeldman@chromium.org
      
      Bug: chromium:820640
      Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel
      Change-Id: Ie21c123be3a61fe25cf6e04c38a8b6c664622ed7
      Reviewed-on: https://chromium-review.googlesource.com/957386
      Commit-Queue: Aleksey Kozyatinskiy <kozyatinskiy@chromium.org>
      Reviewed-by: 's avatarDmitry Gozman <dgozman@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#51912}
      98dec8f2
    • Jakob Kummerow's avatar
      [bigint] Require --harmony-bigint for deserialization · a16ecd9e
      Jakob Kummerow authored
      While deserializing a BigInt with the --harmony-bigint flag off is
      harmless in itself, trying to wrap one as an Object (either during
      deserialization of a JSValue or later from user code) requires the
      BigInt constructor to be available. Since there's no strong reason
      to support deserialization of BigInts without the flag, this patch
      simply disallows it, which fixes the problem.
      
      Bug: chromium:820819
      Change-Id: I024a4f13715bbe95ee8eb6e1710e8f47ca227644
      Reviewed-on: https://chromium-review.googlesource.com/959802Reviewed-by: 's avatarAdam Klein <adamk@chromium.org>
      Commit-Queue: Jakob Kummerow <jkummerow@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#51911}
      a16ecd9e