1. 19 Aug, 2011 3 commits
  2. 18 Aug, 2011 4 commits
  3. 16 Aug, 2011 9 commits
  4. 15 Aug, 2011 3 commits
  5. 14 Aug, 2011 9 commits
  6. 12 Aug, 2011 5 commits
  7. 11 Aug, 2011 3 commits
  8. 10 Aug, 2011 2 commits
  9. 05 Aug, 2011 1 commit
    • Philip Milne's avatar
      Remove the contentEquals() method that was added to java.lang.String. · 892c36b1
      Philip Milne authored
      The public (though hidden) method contentEquals(char[], int, int)
      was added to java.lang.String to avoid creating large numbers
      of Strings during XML parsing.
      
      That objective is preserved with this change, which uses a private
      static method with a similar implementation that goes through the
      regular String API.
      
      Change-Id: I808e1ebc4ef6812dd651682628167b4c078af334
      892c36b1
  10. 04 Aug, 2011 1 commit