1. 20 May, 2010 7 commits
  2. 19 May, 2010 1 commit
  3. 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
  4. 17 May, 2010 1 commit
  5. 14 May, 2010 1 commit
  6. 12 May, 2010 2 commits
  7. 10 May, 2010 4 commits
  8. 09 May, 2010 1 commit
  9. 07 May, 2010 3 commits
  10. 06 May, 2010 5 commits
  11. 05 May, 2010 3 commits
  12. 04 May, 2010 4 commits
  13. 03 May, 2010 1 commit
  14. 29 Apr, 2010 3 commits
  15. 28 Apr, 2010 3 commits