1. 14 Aug, 2013 4 commits
  2. 13 Aug, 2013 4 commits
  3. 12 Aug, 2013 3 commits
  4. 09 Aug, 2013 2 commits
  5. 08 Aug, 2013 1 commit
  6. 07 Aug, 2013 2 commits
  7. 02 Aug, 2013 1 commit
  8. 01 Aug, 2013 2 commits
  9. 29 Jul, 2013 1 commit
    • Fixed memory leak associated with TLS. · 688f78a6
      Alok Priyadarshi authored
      We used to allocate thread-local memory on each compile.
      If the compile did not happen on the same thread as ShInitialize,
      we leaked the thread-local memory.
      
      It turns out that there is no need to allocate any thread-local
      memory. This patch cleans up all the unnecessary junk around TLS.
      
      BUG=crbug.com/181691
      R=kbr@chromium.org
      
      Review URL: https://codereview.appspot.com/11679046
  10. 26 Jul, 2013 7 commits
  11. 24 Jul, 2013 3 commits
  12. 19 Jul, 2013 8 commits
  13. 11 Jul, 2013 2 commits