1. 11 May, 2011 1 commit
  2. 06 May, 2011 1 commit
  3. 11 Apr, 2011 1 commit
  4. 18 Mar, 2011 3 commits
  5. 07 Dec, 2010 3 commits
  6. 24 Sep, 2010 1 commit
  7. 14 Jul, 2010 1 commit
  8. 13 Jul, 2010 1 commit
  9. 23 Jun, 2010 1 commit
  10. 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
  11. 22 Jun, 2009 1 commit
  12. 25 May, 2009 1 commit
  13. 18 May, 2009 1 commit
  14. 24 Feb, 2009 1 commit
  15. 05 Feb, 2009 1 commit
  16. 09 Sep, 2008 1 commit
  17. 03 Jul, 2008 1 commit