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-08-12 09:27:01 -07:00
2009-08-06 03:14:09 -07:00
2009-08-11 17:49:01 -07:00
2009-08-12 05:49:58 -07:00
2009-07-15 18:08:10 -07:00
2009-08-11 17:28:49 -07:00
2009-08-11 12:07:16 -07:00
Description
No description provided
21 GiB
Languages
Java 73.7%
Kotlin 14%
PowerBuilder 5.8%
C++ 5.2%
AIDL 1%