1. 06 Dec, 2011 1 commit
  2. 05 Dec, 2011 2 commits
  3. 26 Sep, 2011 1 commit
  4. 24 Jun, 2011 1 commit
  5. 21 Jun, 2011 1 commit
  6. 16 May, 2011 1 commit
  7. 29 Mar, 2011 1 commit
  8. 22 Mar, 2011 1 commit
  9. 10 Mar, 2011 1 commit
  10. 13 Dec, 2010 1 commit
  11. 02 Dec, 2010 1 commit
  12. 22 Nov, 2010 1 commit
  13. 18 Nov, 2010 2 commits
  14. 18 Oct, 2010 1 commit
  15. 13 Oct, 2010 1 commit
  16. 14 Sep, 2010 1 commit
  17. 18 Aug, 2010 1 commit
  18. 09 Aug, 2010 1 commit
  19. 15 Jul, 2010 1 commit
  20. 17 Jun, 2010 1 commit
  21. 15 Jun, 2010 1 commit
  22. 18 May, 2010 1 commit
    • mikhail.naganov@gmail.com's avatar
      CPU profiler: add secure profiles by filtering out functions using security tokens. · 3d7ce8ac
      mikhail.naganov@gmail.com authored
      As several pages can run in a single V8 instance, it is possible to
      have functions from different security contexts intermixed in a single
      CPU profile.  To avoid exposing function names from one page to
      another, filtering is introduced.
      
      The basic idea is that instead of capturing return addresses from
      stack, we're now capturing JSFunction addresses (as we anyway work
      only with JS stack frames.)  Each JSFunction can reach out for
      context's security token. When providing a profile to a page, the
      profile is filtered using the security token of caller page. Any
      functions with different security tokens are filtered out (yes, we
      only do fast path check for now) and their ticks are attributed to
      their parents.
      
      Review URL: http://codereview.chromium.org/2083005
      
      git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@4673 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      3d7ce8ac
  23. 06 May, 2010 1 commit
  24. 06 Apr, 2010 1 commit