commit | da3e030722f8703a27595e31a87428ca5df1f213 | [log] [tgz] |
---|---|---|
author | Leon Scroggins <scroggo@google.com> | Tue Mar 02 16:01:49 2010 -0500 |
committer | Leon Scroggins <scroggo@google.com> | Tue Mar 02 17:21:38 2010 -0500 |
tree | 205e12c449a8d009738c43af8ac171ae1d8007d5 | |
parent | 698dd4b994a4581b82d85cc417f46be014bdf5f0 [diff] |
Do not insert duplicate urls into the browser database. Move the logic for finding similar URLs to frameworks/base, and use it in addBookmark. In BrowserActivity, call smartUrlFilter before calling updateVisitedHistory, so the '/' will be appended before adding to the database. Part of fix for http://b/issue?id=2442391 Depends on a change to frameworks/base