1. 29 Nov, 2016 1 commit
  2. 22 Nov, 2016 1 commit
  3. 15 Nov, 2016 1 commit
    • clemensh's avatar
      [inspector] Fix and refactor String16 · c9c6c1a3
      clemensh authored
      This CL defines move semantics for String16, and fixes issues with the
      hash code not being set correctly on swap or copy.
      It also extends the interface by a few handy templates.
      All this functionality will be used for the wasm translations, where
      String16s are often concatenated and used as keys in hash tables.
      
      BUG=chromium:659715
      R=yangguo@chromium.org, kozyatinskiy@chromium.org
      
      Review-Url: https://codereview.chromium.org/2493723003
      Cr-Commit-Position: refs/heads/master@{#41007}
      c9c6c1a3
  4. 25 Oct, 2016 1 commit
    • kozyatinskiy's avatar
      [inspector] enable inspector by default · d7a18896
      kozyatinskiy authored
      To achieve this:
      - fixed crash on windows - String16::fromInteger used "%zu" which doesn't support by VS2013 compiler, wrapped with ifdef else.
      - fixed asan for d8 - unique_ptr on array has single element type.
      - force Debugger.disable at the end of test.
      
      BUG=chromium:635948
      R=dgozman@chromium.org,yangguo@chromium.org,machenbach@chromium.org
      
      Review-Url: https://codereview.chromium.org/2450653002
      Cr-Commit-Position: refs/heads/master@{#40546}
      d7a18896
  5. 13 Oct, 2016 1 commit
  6. 12 Oct, 2016 1 commit
  7. 11 Oct, 2016 1 commit
  8. 05 Oct, 2016 1 commit
  9. 26 Sep, 2016 1 commit
  10. 22 Sep, 2016 1 commit
  11. 21 Sep, 2016 1 commit
  12. 15 Sep, 2016 1 commit
  13. 14 Sep, 2016 1 commit
  14. 13 Sep, 2016 1 commit
  15. 01 Sep, 2016 1 commit
  16. 31 Aug, 2016 2 commits