Files
frameworks_base/core/java/android
Android (Google) Code Review f2c9b2c0b4 Merge change 20706
* changes:
  Improve Browser performance by 1-2%. To address domain sanity bug, http://b/issue?id=1022797, we decoded/encoded the url for each request. As the url can be long, getBytes() and String.init are taking 1.5% in nytimes.com and 2.4% in cnn.com. By doing a simple URL encoding test, we can shave 1-2 secs thread time during loading.
2009-08-12 09:27:01 -07:00
..
2009-07-31 10:41:27 -07:00
2009-07-28 00:13:47 -07:00
2009-07-31 17:58:55 -07:00
2009-07-17 07:50:00 -07:00
2009-08-12 09:13:32 -07:00
2009-08-07 17:29:15 -07:00
2009-08-09 19:12:27 -07:00
2009-08-12 09:27:01 -07:00