1. 24 Jun, 2015 4 commits
  2. 23 Jun, 2015 34 commits
  3. 22 Jun, 2015 2 commits
    • arv's avatar
      Remove usage of S.p.charCodeAt from uri.js · b5adc2f6
      arv authored
      We were using both String.prototype.charCodeAt and
      String.prototype.charAt.
      
      BUG=v8:4224
      LOG=N
      R=adamk, littledan
      CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_chromium_rel_ng;tryserver.blink:linux_blink_rel
      
      Review URL: https://codereview.chromium.org/1204483003
      
      Cr-Commit-Position: refs/heads/master@{#29208}
      b5adc2f6
    • littledan's avatar
      Disable a flaky test · 29c4904c
      littledan authored
      This test starts failing when the --harmony-array flag is turned on,
      but the failure does not directly have to do with that flag. Disabling
      the test in debug mode to unblock the release.
      
      BUG=v8:4237
      LOG=n
      R=adamk,erikcorry
      
      Review URL: https://codereview.chromium.org/1202523005
      
      Cr-Commit-Position: refs/heads/master@{#29207}
      29c4904c