1. 12 Dec, 2016 1 commit
    • clemensh's avatar
      [wasm] Handle potentially null callee-pc · c69b48ad
      clemensh authored
      This only happens if there is a asm.js-wasm-frame on top of the stack
      trace, which was not covered by our tests so far. The regression test
      create a stack overflow in asm.js code, triggering this case.
      
      R=mstarzinger@chromium.org
      CC=titzer@chromium.org, bradnelson@chromium.org
      BUG=chromium:673241
      
      Review-Url: https://codereview.chromium.org/2562333002
      Cr-Commit-Position: refs/heads/master@{#41639}
      c69b48ad
  2. 08 Aug, 2016 1 commit
  3. 05 Feb, 2016 1 commit
  4. 02 Feb, 2016 1 commit
  5. 29 Jan, 2016 1 commit
    • littledan's avatar
      Fix Unicode string normalization with null bytes · f3e41d96
      littledan authored
      Previously, String.prototype.normalize constructed its ICU input
      string as a null-terminated string. This creates a bug for strings
      which contain a null byte, which is allowed in ECMAScript. This
      patch constructs the ICU string based on its length so that the
      entire string is normalized.
      
      R=jshin@chromium.org
      BUG=v8:4654
      LOG=Y
      
      Review URL: https://codereview.chromium.org/1645223003
      
      Cr-Commit-Position: refs/heads/master@{#33614}
      f3e41d96
  6. 04 Jan, 2016 1 commit