1. 08 Aug, 2016 1 commit
  2. 03 Aug, 2016 1 commit
  3. 14 Jun, 2016 1 commit
  4. 13 Jun, 2016 2 commits
  5. 24 May, 2016 1 commit
  6. 19 May, 2016 1 commit
  7. 12 May, 2016 1 commit
    • clemensh's avatar
      [wasm] Add UTF-8 validation · f0523e30
      clemensh authored
      Names passed for imports and exports are checked during decoding,
      leading to errors if they are no valid UTF-8. Function names are not
      checked during decode, but rather lead to undefined being returned at
      runtime if they are not UTF-8.
      
      We need to do these checks on the Wasm side, since the factory
      methods assume to get valid UTF-8 strings.
      
      R=titzer@chromium.org, yangguo@chromium.org
      
      Review-Url: https://codereview.chromium.org/1967023004
      Cr-Commit-Position: refs/heads/master@{#36208}
      f0523e30
  8. 29 Apr, 2016 1 commit