summaryrefslogtreecommitdiffstats
path: root/chrome/browser/history/url_database.cc
Commit message (Expand)AuthorAgeFilesLines
* Database usage adjustment for .../historygbillock@chromium.org2012-01-181-60/+19
* [sql] WARN_UNUSED_RESULT on Execute().shess@chromium.org2011-12-231-9/+16
* When users navigate to an intranet host that has not been previously typed, t...pkasting@chromium.org2011-10-141-4/+20
* Tweak typed-count Usage.mrossetti@chromium.org2011-08-191-2/+2
* Handle intranet hostnames more consistently.pkasting@chromium.org2011-08-191-2/+3
* Move app/sql/* files to sql/ directory.tfarina@chromium.org2011-07-191-1/+1
* Don't autocomplete searches of >1 word if they've only been visited once and ...pkasting@chromium.org2011-07-161-2/+3
* Changes TemplateURLModel into TemplateURLService. Changes all access points t...erg@google.com2011-06-071-1/+1
* FTP: split the directory listing parser test and re-enable it on TSan botsphajdan.jr@chromium.org2011-05-061-3/+4
* Lands http://code.google.com/p/chromium/issues/detail?id=71571 forsky@chromium.org2011-03-081-33/+39
* Add caching of the InMemoryURLIndex (part of the HistoryQuickProvider) part 1...mrossetti@chromium.org2011-02-241-0/+19
* Revert 75882 - Add caching of the InMemoryURLIndex (part of the HistoryQuickP...mrossetti@chromium.org2011-02-241-19/+0
* Add caching of the InMemoryURLIndex (part of the HistoryQuickProvider) part 1...mrossetti@chromium.org2011-02-241-0/+19
* Avoid dependance on timing in flaky history tests. Add logging to understand...skerner@chromium.org2011-02-041-1/+4
* Move l10n_util to ui/baseben@chromium.org2011-01-211-1/+1
* Makes the in memory db update rows that have search terms associatedsky@chromium.org2011-01-071-0/+20
* Adds keyword_search_terms to in memory db so that we can synchronouslysky@chromium.org2010-11-011-7/+21
* Reduce the number of files that recompile when changing template_url.h or tem...levin@chromium.org2010-08-311-3/+3
* Cleanup: Remove unneeded headers from app/thestig@chromium.org2010-07-291-1/+0
* Replace wstring with string16 in history. The only time wstring is used now i...brettw@chromium.org2010-06-231-13/+13
* Update sync to support syncing of typed urlszork@chromium.org2010-03-181-0/+14
* This patch strips out the http auth credentials before storing it in History DB.inferno@chromium.org2010-03-161-2/+8
* chrome 5: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-081-2/+4
* Convert history to use new sql wrappers. Enhance wrappers in several ways tobrettw@chromium.org2009-10-021-145/+137
* Replace a bunch of hardcoded URLs with constants from url_constants.hbrettw@chromium.org2009-09-151-1/+2
* Move l10n_util to app/ben@chromium.org2009-05-051-1/+1
* NO CODE CHANGEdeanm@chromium.org2009-03-101-1/+0
* NO CODE CHANGE.maruel@google.com2009-03-051-1/+2
* Back out r10487 toomark@chromium.org2009-02-261-2/+1
* More URL constants replacement.brettw@chromium.org2009-02-261-1/+2
* Correct sqlite wrapper behavior on systems where wchar_t is UTF-32,phajdan.jr@chromium.org2009-01-301-8/+11
* Don't crash when getting strings out of the database. column_text is a little...brettw@google.com2008-11-051-2/+2
* Trivial patch: add whitespace to some SQL statements to turn "INSERT INTO foo...pkasting@chromium.org2008-10-291-3/+3
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-271-0/+2
* Makes deleting history no longer delete starred urls. Thiseffectively reenabl...sky@google.com2008-08-271-2/+3
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Moves bookmarks out of history into its own file (JSON).sky@google.com2008-08-211-26/+42
* Add chrome to the repository.initial.commit2008-07-261-0/+485