1. 16 Feb, 2017 1 commit
    • littledan's avatar
      [builtins] Apply ES2016 conditional default timezone semantics · d31c5410
      littledan authored
      ES2016 changed the default timezone of dates to be conditional on
      whether a time is included. The semantics were a compromise approach
      based on web compatibility feedback from V8, but until now, we have been
      shipping ES5.1 default timezone semantics. This patch implements the
      new semantics, following ChakraCore and SpiderMonkey (though JSC
      implements V8's previous semantics).
      
      BUG=chromium:589858
      
      Review-Url: https://codereview.chromium.org/2648603002
      Cr-Commit-Position: refs/heads/master@{#43239}
      d31c5410
  2. 22 Jun, 2016 1 commit
  3. 09 Jun, 2016 1 commit
  4. 04 Jan, 2016 1 commit
  5. 15 Oct, 2015 1 commit
  6. 30 Sep, 2015 1 commit
  7. 20 Aug, 2015 1 commit
    • mstarzinger's avatar
      Separate UnicodeCache out into an own file. · 4e39437a
      mstarzinger authored
      This make inclusion of unicode-inl.h in object.h absolete. Now most
      compilation units don't require that header. It also breaks a cycle
      within declarations of the scanner.h header.
      
      This tries to remove includes of "-inl.h" headers from normal ".h"
      headers, thereby reducing the chance of any cyclic dependencies and
      decreasing the average size of our compilation units.
      
      Note that this change still leaves 3 violations of that rule in the
      code, checked with the "tools/check-inline-includes.sh" tool.
      
      R=yangguo@chromium.org
      
      Review URL: https://codereview.chromium.org/1287893006
      
      Cr-Commit-Position: refs/heads/master@{#30268}
      4e39437a
  8. 12 Aug, 2015 1 commit
    • mstarzinger's avatar
      Remove inline header includes from non-inline headers (1). · 00a07bc1
      mstarzinger authored
      This tries to remove includes of "-inl.h" headers from normal ".h"
      headers, thereby reducing the chance of any cyclic dependencies and
      decreasing the average size of our compilation units.
      
      Note that this change still leaves 7 violations of that rule in the
      code. However there now is the "tools/check-inline-includes.sh" tool
      detecting such violations.
      
      R=bmeurer@chromium.org
      
      Review URL: https://codereview.chromium.org/1283033003
      
      Cr-Commit-Position: refs/heads/master@{#30125}
      00a07bc1
  9. 24 Jul, 2015 1 commit
  10. 04 Aug, 2014 1 commit
  11. 03 Jun, 2014 1 commit
  12. 29 Apr, 2014 1 commit
  13. 09 Oct, 2012 1 commit
  14. 13 Jun, 2012 1 commit
  15. 01 Jul, 2011 1 commit
  16. 12 Apr, 2011 1 commit
  17. 26 Nov, 2010 1 commit
  18. 10 Sep, 2010 1 commit
  19. 03 May, 2010 1 commit
  20. 15 Oct, 2009 1 commit
  21. 25 May, 2009 1 commit
  22. 04 May, 2009 1 commit
  23. 19 Mar, 2009 1 commit
  24. 17 Mar, 2009 1 commit