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-06-25 09:48:39 -07:00
2009-08-11 16:08:52 -04:00
2009-06-19 15:09:34 -07:00
2009-06-29 14:49:10 -07:00
2009-08-11 16:08:52 -04:00
2009-08-11 16:57:43 -04:00
2009-03-24 17:39:42 -07:00
2009-08-03 17:35:08 -07:00
2009-06-03 12:02:59 -04:00
2009-05-15 10:53:19 -07:00
2009-08-11 13:45:28 -04:00
2009-06-29 09:30:42 -04:00
2009-03-03 19:31:44 -08:00
2009-03-03 19:31:44 -08:00
2009-08-11 11:47:24 -07:00
2009-07-29 17:02:37 +01:00
2009-08-12 15:23:11 +01:00
2009-07-08 17:01:59 +01:00
2009-08-11 15:44:31 -04:00
2009-07-23 16:38:50 -07:00
2009-03-03 19:31:44 -08:00
2009-03-03 19:31:44 -08:00
2009-08-05 10:04:46 -07:00
2009-08-03 10:49:58 -07:00
2009-07-29 16:42:09 -07:00
2009-08-11 13:45:28 -04:00
2009-03-03 19:31:44 -08:00
2009-03-03 19:31:44 -08:00
2009-03-03 19:31:44 -08:00
2009-03-05 14:34:35 -08:00
2009-08-10 14:03:54 -04:00
2009-03-03 19:31:44 -08:00
2009-08-05 10:04:46 -07:00
2009-08-11 15:44:31 -04:00
2009-06-03 12:02:59 -04:00
2009-03-05 14:34:35 -08:00
2009-03-05 14:34:35 -08:00
2009-08-11 11:47:24 -07:00
2009-07-08 17:01:59 +01:00
2009-06-03 12:02:59 -04:00
2009-08-05 08:29:40 -04:00
2009-08-05 08:29:40 -04:00
2009-08-11 16:57:43 -04:00
2009-08-06 13:06:10 -07:00
2009-08-11 16:57:43 -04:00
2009-06-03 12:02:59 -04:00
2009-07-31 10:54:38 -04:00
2009-08-10 17:09:51 -04:00
2009-03-03 19:31:44 -08:00
2009-08-10 10:41:35 -04:00
2009-06-29 14:49:10 -07:00