commit | e75001ea964658da6d81ad626a4c94fe9fdf4b21 | [log] [tgz] |
---|---|---|
author | Leon Scroggins <scroggo@google.com> | Fri May 08 18:17:08 2009 -0400 |
committer | Leon Scroggins <scroggo@google.com> | Fri May 08 18:17:08 2009 -0400 |
tree | ff0a2ae9134d3a47797857e28833914a8f574c01 | |
parent | 4c5cea0286f5b8be8c1b2d61444f0539ffb58511 [diff] |
When adding a bookmark, use the same database entry as the history item. Fix for buganizer issue 1659694. Prior to this change, the user could visit http://cuil.com, and then bookmark http://www.cuil.com, and the bookmark would be stored in the database as a separate entry. This results in the bookmark claiming to have been visited long ago. Now, the two are stored as one entry, clearing up disagreements about number of visits and last visited date.