1. 26 Jan, 2016 16 commits
  2. 25 Jan, 2016 22 commits
  3. 23 Jan, 2016 2 commits
    • v8-autoroll's avatar
      Update V8 DEPS. · 3a2fbe08
      v8-autoroll authored
      Rolling v8/buildtools to 222bd42ce39d1bd8f08fe089b066f49c469e1cdf
      
      Rolling v8/tools/clang to 3ed46b50b0b4e8c829ea6492bbe357b2b7b8e64a
      
      TBR=machenbach@chromium.org,vogelheim@chromium.org,hablich@chromium.org
      
      Review URL: https://codereview.chromium.org/1623773002
      
      Cr-Commit-Position: refs/heads/master@{#33479}
      3a2fbe08
    • adamk's avatar
      Sloppy mode webcompat: allow conflicting function declarations in blocks · 8aeb6080
      adamk authored
      The web appears to depend on being able to redeclare functions-in-blocks
      in sloppy mode (examples seen so far tend to redeclare identical functions,
      most likely accidentally).
      
      This patch opens a minimal hole: two same-named function declarations
      in the same scope are allowed, only in sloppy mode.
      
      BUG=v8:4693, chromium:579395
      LOG=y
      
      Review URL: https://codereview.chromium.org/1622723003
      
      Cr-Commit-Position: refs/heads/master@{#33478}
      8aeb6080