1. 09 Mar, 2010 1 commit
    • kmillikin@chromium.org's avatar
      Small simplification of #include dependencies. · 3817a7ba
      kmillikin@chromium.org authored
      Remove messages.h from v8.h and include it explicitly in only the few places
      it is needed.  Many files relied on getting handles-inl.h implicitly from
      messages.h through v8.h, so include handles-inl.h explicitly in v8.h
      instead.
      
      Remove zone-inl.h from header files where it is not needed, can be replaced
      by a forward declaration, or can be replaced by zone.h (specifically,
      factory.h and heap.h).  Include zone.h or zone-inl.h in header files where
      it was implicitly included via heap.h or factory.h.  Prefer zone.h over
      zone-inl.h in header files where possible by including zone-inl.h in .cc
      files.
      
      Review URL: http://codereview.chromium.org/668248
      
      git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@4058 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      3817a7ba
  2. 25 Jan, 2010 1 commit
  3. 17 Dec, 2009 1 commit
  4. 05 Nov, 2009 1 commit
  5. 26 Oct, 2009 2 commits
  6. 21 Oct, 2009 1 commit
  7. 20 Oct, 2009 1 commit
  8. 15 Oct, 2009 1 commit
  9. 28 Sep, 2009 2 commits
  10. 23 Sep, 2009 1 commit
  11. 22 Sep, 2009 1 commit
  12. 18 Sep, 2009 1 commit
  13. 16 Sep, 2009 5 commits