1. 19 Apr, 2010 1 commit
  2. 05 Apr, 2010 2 commits
  3. 16 Feb, 2010 1 commit
  4. 10 Feb, 2010 1 commit
  5. 09 Feb, 2010 1 commit
  6. 01 Feb, 2010 2 commits
  7. 28 Jan, 2010 1 commit
  8. 21 Jan, 2010 1 commit
  9. 20 Jan, 2010 2 commits
  10. 15 Jan, 2010 1 commit
  11. 13 Jan, 2010 1 commit
  12. 12 Jan, 2010 1 commit
  13. 11 Jan, 2010 1 commit
  14. 09 Jan, 2010 2 commits
  15. 08 Jan, 2010 4 commits
  16. 07 Jan, 2010 3 commits
  17. 05 Jan, 2010 1 commit
  18. 04 Jan, 2010 5 commits
  19. 24 Dec, 2009 1 commit
  20. 23 Dec, 2009 7 commits
  21. 22 Dec, 2009 1 commit
    • kenton@google.com's avatar
      Make extension identifiers final. This improves security when untrusted code is… · 6e8b9e4a
      kenton@google.com authored
      Make extension identifiers final.  This improves security when untrusted code is present in the same class loader.  In order to get around initialization ordering issues, I simply made the constructor for extension identifiers take no arguments and deferred initialization to an internalInit() method, which generated code will always call during init.
      6e8b9e4a