1. 30 Sep, 2015 1 commit
  2. 27 Aug, 2015 1 commit
  3. 24 Aug, 2015 1 commit
  4. 18 Aug, 2015 1 commit
  5. 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
  6. 11 Aug, 2015 1 commit
    • mstarzinger's avatar
      Remove several grab-bag includes from the v8.h header. · 58109a2c
      mstarzinger authored
      This is the first step of turning the v8.h file into a normal header
      instead of an include-the-world header. The new rule is that no other
      header files are allowed to include v8.h, which is enforced by DEPS.
      
      Also the number of includes inside the v8.h file has been drastically
      reduced. Basically the last missing piece is the inclusion of the big
      objects-inl.h file.
      
      This in turn makes many headers follow the IWYU principle.
      
      R=bmeurer@chromium.org,hpayer@chromium.org,titzer@chromium.org
      
      Review URL: https://codereview.chromium.org/1282503003
      
      Cr-Commit-Position: refs/heads/master@{#30102}
      58109a2c
  7. 10 Aug, 2015 1 commit
    • mstarzinger's avatar
      [heap] Avoid overzealous inclusion of heap internal headers. · 65c8ecc6
      mstarzinger authored
      This is a first step towards constraining down the heap interface to
      just the heap.h file. Note that many includes still leak through that
      file to the global "src" directory, but there now is a single place
      controlling which declarations leak that way. Especially inclusion of
      inline header files within "heap" has been limited drastically.
      
      R=hpayer@chromium.org,mlippautz@chromium.org
      
      Review URL: https://codereview.chromium.org/1281233003
      
      Cr-Commit-Position: refs/heads/master@{#30092}
      65c8ecc6
  8. 12 Jun, 2015 2 commits
  9. 11 Jun, 2015 3 commits
  10. 08 Jun, 2015 1 commit
  11. 02 Jun, 2015 2 commits
  12. 15 May, 2015 1 commit
  13. 05 May, 2015 1 commit
  14. 01 Apr, 2015 2 commits
  15. 30 Mar, 2015 1 commit
  16. 23 Mar, 2015 1 commit
  17. 20 Mar, 2015 1 commit
  18. 06 Mar, 2015 2 commits
  19. 05 Mar, 2015 3 commits
  20. 24 Feb, 2015 1 commit
  21. 23 Feb, 2015 1 commit
  22. 18 Feb, 2015 1 commit
  23. 23 Jan, 2015 1 commit
    • danno's avatar
      Remove the dependency of Zone on Isolate · c7b09aac
      danno authored
      Along the way:
      - Thread isolate parameter explicitly through code that used to
        rely on getting it from the zone.
      - Canonicalize the parameter position of isolate and zone for
        affected code
      - Change Hydrogen New<> instruction templates to automatically
        pass isolate
      
      R=mstarzinger@chromium.org
      LOG=N
      
      Review URL: https://codereview.chromium.org/868883002
      
      Cr-Commit-Position: refs/heads/master@{#26252}
      c7b09aac
  24. 21 Jan, 2015 1 commit
  25. 13 Nov, 2014 1 commit
  26. 23 Oct, 2014 1 commit
  27. 22 Sep, 2014 1 commit
  28. 10 Sep, 2014 1 commit
  29. 01 Sep, 2014 1 commit
  30. 05 Aug, 2014 2 commits
  31. 04 Aug, 2014 1 commit