1. 04 Feb, 2015 1 commit
    • marja's avatar
      Introduce LanguageMode, drop StrictMode. · c7851da4
      marja authored
      This enables adding more language modes in the future.
      
      For maximum flexibility, LanguageMode is a bitmask, so we're not restricted to
      use a sequence of language modes which are progressively stricter, but we can
      express the language mode as combination of features.
      
      For now, LanguageMode can only be "sloppy" or "strict", and there are
      STATIC_ASSERTS in places which need to change when more modes are added.
      
      LanguageMode is a bit like the old LanguageMode when "extended" mode was still
      around (see https://codereview.chromium.org/8417035 and
      https://codereview.chromium.org/181543002 ) except that it's transmitted through
      all the layers (there's no StrictModeFlag).
      
      BUG=
      
      Review URL: https://codereview.chromium.org/894683003
      
      Cr-Commit-Position: refs/heads/master@{#26419}
      c7851da4
  2. 28 Jan, 2015 1 commit
  3. 27 Jan, 2015 2 commits
  4. 21 Jan, 2015 1 commit
  5. 12 Dec, 2014 2 commits
  6. 24 Sep, 2014 1 commit
  7. 08 Sep, 2014 1 commit
  8. 03 Sep, 2014 1 commit
  9. 02 Sep, 2014 1 commit
  10. 01 Sep, 2014 1 commit
  11. 12 Aug, 2014 1 commit
  12. 04 Aug, 2014 1 commit
  13. 31 Jul, 2014 1 commit
  14. 30 Jul, 2014 1 commit
  15. 29 Jul, 2014 1 commit
  16. 21 Jul, 2014 1 commit
  17. 17 Jul, 2014 1 commit
  18. 27 Jun, 2014 1 commit
  19. 25 Jun, 2014 1 commit
  20. 20 Jun, 2014 1 commit
  21. 18 Jun, 2014 1 commit
  22. 05 Jun, 2014 1 commit
  23. 03 Jun, 2014 2 commits
  24. 02 Jun, 2014 2 commits
  25. 27 May, 2014 2 commits
  26. 23 May, 2014 1 commit
  27. 22 May, 2014 1 commit
  28. 20 May, 2014 2 commits
  29. 09 May, 2014 1 commit
  30. 05 May, 2014 1 commit
  31. 02 May, 2014 2 commits
  32. 30 Apr, 2014 2 commits