1. 04 Oct, 2016 1 commit
  2. 21 Sep, 2016 1 commit
    • cbruni's avatar
      [tools] Reduce grokdump output size · 031a04c6
      cbruni authored
      Minidumps have gotten bigger stack ranges leading to long load times when using
      grokdump's web interface. A major factor seems to be the output size of the
      generated table. Using shorter class names and avoiding quotes for most
      attributes we can get a significant size reduction.
      
      BUG=
      
      Review-Url: https://codereview.chromium.org/2352303002
      Cr-Commit-Position: refs/heads/master@{#39589}
      031a04c6
  3. 03 Jun, 2015 1 commit
  4. 01 Jun, 2015 1 commit
  5. 29 May, 2015 1 commit
  6. 28 May, 2015 1 commit
  7. 07 May, 2015 1 commit
  8. 07 Apr, 2015 1 commit
  9. 19 Mar, 2015 1 commit
  10. 18 Mar, 2015 1 commit
  11. 19 Feb, 2015 1 commit
  12. 05 Feb, 2015 1 commit
  13. 09 Jan, 2015 1 commit
  14. 10 Sep, 2014 1 commit
  15. 11 Aug, 2014 1 commit
  16. 26 Mar, 2014 1 commit
  17. 31 Jan, 2014 1 commit
  18. 19 Sep, 2013 1 commit
  19. 23 Aug, 2013 1 commit
  20. 07 Aug, 2013 1 commit
  21. 02 Aug, 2013 1 commit
  22. 22 Jul, 2013 1 commit
  23. 01 Jul, 2013 1 commit
  24. 07 May, 2013 1 commit
  25. 20 Mar, 2013 2 commits
  26. 19 Mar, 2013 1 commit
  27. 06 Mar, 2013 2 commits
  28. 19 Feb, 2013 1 commit
  29. 12 Feb, 2013 1 commit
  30. 30 Jan, 2013 1 commit
  31. 07 Jan, 2013 1 commit
  32. 13 Nov, 2012 1 commit
  33. 09 Nov, 2012 1 commit
  34. 05 Nov, 2012 1 commit
    • svenpanne@chromium.org's avatar
      Heavy cleanup of the external pointer API. · f3807ca1
      svenpanne@chromium.org authored
      Added highly efficient Object::SetAlignedPointerInInternalField and
      Object::GetAlignedPointerFromInternalField functions for 2-byte-aligned
      pointers. Their non-aligned counterparts Object::GetPointerFromInternalField and
      Object::SetPointerInInternalField are now deprecated utility functions.
      
      External is now a true Value again, with New/Value/Cast using a JSObject with an
      internal field containing a Foreign. External::Wrap, and External::Unwrap are now
      deprecated utility functions.
      
      Added Context::GetEmbedderData and Context::SetEmbedderData. Deprecated
      Context::GetData and Context::SetData, these are now only wrappers to access
      internal field 0.
      
      Added highly efficient Context::SetAlignedPointerInEmbedderData and
      Context::GetAlignedPointerFromEmbedderData functions for 2-byte-aligned
      pointers.
      
      Review URL: https://codereview.chromium.org/11190050
      
      git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@12849 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      f3807ca1
  35. 26 Sep, 2012 1 commit
  36. 05 Sep, 2012 1 commit
  37. 23 Aug, 2012 1 commit
  38. 22 Aug, 2012 1 commit