1. 19 Feb, 2018 2 commits
  2. 17 Feb, 2018 3 commits
  3. 16 Feb, 2018 5 commits
  4. 15 Feb, 2018 5 commits
  5. 14 Feb, 2018 3 commits
  6. 13 Feb, 2018 2 commits
  7. 12 Feb, 2018 6 commits
  8. 09 Feb, 2018 7 commits
  9. 08 Feb, 2018 6 commits
    • Sergiy Byelozyorov's avatar
      Whitespace CL · 2052773f
      Sergiy Byelozyorov authored
      TBR=sergiyb@chromium.org
      
      Bug: chromium:616879
      Change-Id: I686916ac031a32782a86ae74455d7f6f0d083377
      No-Try: True
      Reviewed-on: https://chromium-review.googlesource.com/910048Reviewed-by: 's avatarSergiy Byelozyorov <sergiyb@chromium.org>
      Commit-Queue: Sergiy Byelozyorov <sergiyb@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#51189}
      2052773f
    • Michael Achenbach's avatar
      [test] Forgive tests timing out on num-fuzzers · 99fad411
      Michael Achenbach authored
      Timeouts on num-fuzzer only lead to false positives, as tests might
      take unpredictably longer.
      
      This CL forgives timeouts through a global override mechanism of the
      expected outcomes. This allows to remove already existing scattered
      code that allowed timeouts in some test suites only.
      
      Bug: v8:6917
      Change-Id: Ib131765d360e335789c1952bc6793ed051e016ea
      Reviewed-on: https://chromium-review.googlesource.com/908454
      Commit-Queue: Michael Achenbach <machenbach@chromium.org>
      Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
      Reviewed-by: 's avatarSergiy Byelozyorov <sergiyb@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#51188}
      99fad411
    • Sergiy Byelozyorov's avatar
      Whitespace CL · 8fcf2e6f
      Sergiy Byelozyorov authored
      TBR=sergiyb@chromium.org
      
      Bug: chromium:616879
      Change-Id: I449b7e55bd2cf70f45e423ebc46982187c4f14dd
      No-Try: true
      Reviewed-on: https://chromium-review.googlesource.com/908455Reviewed-by: 's avatarSergiy Byelozyorov <sergiyb@chromium.org>
      Commit-Queue: Sergiy Byelozyorov <sergiyb@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#51187}
      8fcf2e6f
    • Yang Guo's avatar
      [gyp] remove gyp files. · 2c8663aa
      Yang Guo authored
      R=machenbach@chromium.org
      
      Bug: v8:7335
      Change-Id: Ied1101295fc9ee37fcc038b9aeb557229722df0b
      Reviewed-on: https://chromium-review.googlesource.com/897566
      Commit-Queue: Yang Guo <yangguo@chromium.org>
      Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#51185}
      2c8663aa
    • Adam Klein's avatar
      Revert "[builtins] Mega-revert to address the Dev blocker in crbug.com/808911." · 3916401e
      Adam Klein authored
      This reverts commit 14108f4c.
      
      Reason for revert: Not the culprit for Canary microtask crashes
      
      Original change's description:
      > [builtins] Mega-revert to address the Dev blocker in crbug.com/808911.
      > 
      > - Revert "[builtins] Save one word in contexts for Promise.all."
      >   This reverts commit 7632da06.
      > - Revert "[builtins] Also use the Promise#then protector for Promise#finally()."
      >   This reverts commit d4f072ce.
      > - Revert "[builtins] Don't mess with entered context for MicrotaskCallbacks."
      >   This reverts commit 6703dacd.
      > - Revert "[debugger] Properly deal with settled promises in catch prediction."
      >   This reverts commit 40dd0658.
      > - Revert "[builtins] Widen the fast-path for Promise builtins."
      >   This reverts commit db0556b7.
      > - Revert "[builtins] Unify PerformPromiseThen and optimize it with TurboFan."
      >   This reverts commit a582199c.
      > - Revert "[builtins] Remove obsolete PromiseBuiltinsAssembler::AppendPromiseCallback."
      >   This reverts commit 6bf88852.
      > - Revert "[builtins] Turn NewPromiseCapability into a proper builtin."
      >   This reverts commit 313b490d.
      > - Revert "[builtins] Inline InternalPromiseThen into it's only caller"
      >   This reverts commit f7bd6a2f.
      > - Revert "[builtins] Implement Promise#catch by really calling into Promise#then."
      >   This reverts commit b23b098f.
      > - Revert "[promise] Remove incorrect fast path"
      >   This reverts commit 0f6eafe8.
      > - Revert "[builtins] Squeeze JSPromise::result and JSPromise::reactions into a single field."
      >   This reverts commit 8a677a28.
      > - Revert "[builtins] Refactor promises to reduce GC overhead."
      >   This reverts commit 8e7737cb.
      > 
      > Tbr: hpayer@chromium.org
      > Bug: chromium:800651, chromium:808911, v8:5691, v8:7253
      > Change-Id: I8c8ea5ed32ed62f6cd8b0d027a3707ddd891e5f1
      > Cq-Include-Trybots: master.tryserver.chromium.linux:linux_chromium_rel_ng
      > Reviewed-on: https://chromium-review.googlesource.com/906991
      > Commit-Queue: Yang Guo <yangguo@chromium.org>
      > Commit-Queue: Adam Klein <adamk@chromium.org>
      > Reviewed-by: Adam Klein <adamk@chromium.org>
      > Reviewed-by: Benedikt Meurer <bmeurer@chromium.org>
      > Cr-Commit-Position: refs/heads/master@{#51158}
      
      Change-Id: I09d958cbebd635a325809072a290f2f53df8c5d4
      Tbr: adamk@chromium.org,yangguo@chromium.org,bmeurer@chromium.org
      Bug: chromium:800651, chromium:808911, v8:5691, v8:7253
      Cq-Include-Trybots: master.tryserver.chromium.linux:linux_chromium_rel_ng
      Reviewed-on: https://chromium-review.googlesource.com/908988Reviewed-by: 's avatarAdam Klein <adamk@chromium.org>
      Commit-Queue: Adam Klein <adamk@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#51181}
      3916401e
    • Michael Achenbach's avatar
      [build] Support mips toolchain for cross-compiling · 8f7ccb6c
      Michael Achenbach authored
      This enables compiling V8 stand-alone for mips (big endian)
      on an ia32 host with gn args:
      
      custom_toolchain="//:mips-bundled"
      v8_use_snapshot=false
      v8_enable_i18n_support=false
      icu_use_data_file=false
      is_debug=false
      target_cpu="mips"
      
      Bug: chromium:632390
      Change-Id: I0b59126d742a2979dd0fcbcdd3a574008a09479a
      Reviewed-on: https://chromium-review.googlesource.com/904990Reviewed-by: 's avatarYang Guo <yangguo@chromium.org>
      Commit-Queue: Michael Achenbach <machenbach@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#51167}
      8f7ccb6c
  10. 07 Feb, 2018 1 commit