1. 15 Mar, 2016 2 commits
    • v8-autoroll's avatar
      Update V8 DEPS. · 00f5345c
      v8-autoroll authored
      Rolling v8/tools/clang to c642451e861b9c568967fb8e4d9d3fd081699162
      
      TBR=machenbach@chromium.org,vogelheim@chromium.org,hablich@chromium.org
      
      Review URL: https://codereview.chromium.org/1803953002
      
      Cr-Commit-Position: refs/heads/master@{#34765}
      00f5345c
    • adamk's avatar
      Remove --harmony-modules flag and let embedder decide when modules are used · 5a202cce
      adamk authored
      Modules already have a separate entrypoint into the engine (at the moment,
      this is v8::ScriptCompiler::CompileModule, though that will change to
      something like ParseModule). This meant that requiring a commandline flag
      simply added an extra complexity burden on embedders. By removing the v8
      flag, this lets embedders use their own flagging mechanism (such as d8's
      "--module", or Blink's RuntimeEnabledFeatures) to control whether
      modules are to be used.
      
      Also remove old modules tests that were being skipped (since they test
      very old, pre-ES2015 modules syntax).
      
      R=littledan@chromium.org
      BUG=v8:1569, chromium:594639
      LOG=y
      
      Review URL: https://codereview.chromium.org/1804693002
      
      Cr-Commit-Position: refs/heads/master@{#34764}
      5a202cce
  2. 14 Mar, 2016 27 commits
  3. 13 Mar, 2016 2 commits
  4. 12 Mar, 2016 1 commit
    • v8-autoroll's avatar
      Update V8 DEPS. · 46542b88
      v8-autoroll authored
      Rolling v8/buildtools to 7274f1c726640bce4cd4c4198e1ee62a0b29bb89
      
      Rolling v8/third_party/icu to 6d3b55dfa17d9a597c064eeef7ceac18c73184b7
      
      Rolling v8/tools/clang to ec17c92cc70fcd8f5f39eaa17f3dbbd99e29c1f9
      
      TBR=machenbach@chromium.org,vogelheim@chromium.org,hablich@chromium.org
      
      Review URL: https://codereview.chromium.org/1781313004
      
      Cr-Commit-Position: refs/heads/master@{#34734}
      46542b88
  5. 11 Mar, 2016 8 commits