1. 25 Nov, 2015 1 commit
  2. 24 Nov, 2015 2 commits
  3. 17 Nov, 2015 1 commit
  4. 09 Nov, 2015 1 commit
    • caitpotter88's avatar
      [regexp] remove no-op RegExp.multiline accessor and alias · e63248f6
      caitpotter88 authored
      Remove some non-standard code that doesn't do anything anyways.
      
      While FireFox uses this to set the default value for the multiline flag,
      it is nonstandard and slated for removal. The matching behaviour has
      never been implemented in either JSC or V8, so there is little
      web-compat risk.
      
      The only possible risk could be someone depending on the ToBoolean()
      behaviour of the flag, but this seems unlikely.
      
      BUG=v8:3870
      LOG=N
      R=adamk@chromium.org, littledan@chromium.org, yangguo@chromium.org
      CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_chromium_rel_ng;tryserver.blink:linux_blink_rel
      
      Review URL: https://codereview.chromium.org/1417733012
      
      Cr-Commit-Position: refs/heads/master@{#31882}
      e63248f6
  5. 05 Nov, 2015 1 commit
  6. 04 Nov, 2015 1 commit
    • mstarzinger's avatar
      Remove obsolete 'arguments' local variable handling. · 124efdd3
      mstarzinger authored
      This removes special casing for the 'f.arguments' property accessor. Any
      local 'arguments' variable should not be allowed to influence the value
      returned by the indirect 'f.arguments' property. That property creates a
      new object with a separate identity everytime it is read. This is by now
      consistent with other browsers.
      
      R=rossberg@chromium.org
      TEST=mjsunit/arguments-indirect
      
      Review URL: https://codereview.chromium.org/1408983006
      
      Cr-Commit-Position: refs/heads/master@{#31776}
      124efdd3
  7. 03 Nov, 2015 1 commit
  8. 30 Oct, 2015 2 commits
  9. 23 Oct, 2015 1 commit
  10. 20 Oct, 2015 3 commits
  11. 19 Oct, 2015 1 commit
  12. 16 Oct, 2015 1 commit
  13. 29 Sep, 2015 1 commit
  14. 24 Sep, 2015 1 commit
  15. 17 Sep, 2015 3 commits
  16. 01 Sep, 2015 2 commits
  17. 31 Aug, 2015 1 commit
  18. 27 Jul, 2015 1 commit
  19. 24 Jul, 2015 2 commits
  20. 16 Jul, 2015 1 commit
    • littledan's avatar
      In RegExp, lastIndex is read with ToLength, not ToInteger · 1f61ac50
      littledan authored
      ES2015 made a change vs ES5, where the "lastIndex" property of a
      RegExp (which can be modified by a user to start the next search at
      a different location) is cast to an integer with ToLength rather
      than ToInteger. The main difference is on negative numbers, and
      this is tested by test262. This patch implements that change on
      RegExps and enables the test262 test now that it passes.
      
      R=adamk
      LOG=Y
      BUG=v8:4244
      
      Review URL: https://codereview.chromium.org/1241713004
      
      Cr-Commit-Position: refs/heads/master@{#29715}
      1f61ac50
  21. 11 Jun, 2015 1 commit
  22. 13 Apr, 2015 1 commit
  23. 08 Apr, 2015 1 commit
  24. 07 Apr, 2015 1 commit
  25. 13 Mar, 2015 1 commit
  26. 03 Feb, 2015 1 commit
  27. 21 Jan, 2015 3 commits
  28. 12 Jan, 2015 1 commit
  29. 17 Dec, 2014 2 commits