1. 19 Feb, 2015 3 commits
  2. 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
  3. 20 Jan, 2015 1 commit
  4. 01 Dec, 2014 1 commit
  5. 27 Nov, 2014 1 commit
  6. 29 Sep, 2014 1 commit
  7. 20 Aug, 2014 1 commit
  8. 05 Aug, 2014 1 commit
  9. 04 Aug, 2014 1 commit
  10. 20 Jun, 2014 1 commit
  11. 03 Jun, 2014 1 commit
  12. 29 Apr, 2014 1 commit
  13. 10 Apr, 2014 1 commit
  14. 09 Apr, 2014 5 commits
  15. 08 Apr, 2014 1 commit
  16. 07 Apr, 2014 2 commits
  17. 04 Apr, 2014 2 commits
  18. 03 Apr, 2014 1 commit
  19. 27 Mar, 2014 1 commit
  20. 25 Mar, 2014 2 commits
  21. 20 Mar, 2014 3 commits
  22. 19 Mar, 2014 2 commits
  23. 18 Mar, 2014 1 commit
  24. 17 Mar, 2014 1 commit
  25. 11 Mar, 2014 1 commit
  26. 01 Mar, 2013 1 commit
  27. 08 Feb, 2013 1 commit
  28. 07 Feb, 2013 1 commit