summaryrefslogtreecommitdiffstats
path: root/chrome/browser/history
Commit message (Expand)AuthorAgeFilesLines
* Try to cut down Browser/TabContents header dependencies.erg@chromium.org2010-07-092-0/+2
* Remove the warning during conversion to TopSites.nshkrob@chromium.org2010-07-081-1/+9
* Increase the current version of the history index DBs, because of the switch ...dumi@chromium.org2010-07-061-2/+4
* Use same logic to set NTP pages as without the top-sites flag.nshkrob@chromium.org2010-07-021-1/+1
* Adds the --enable-in-memory-url-index switch to gate creation and use of the ...rohitrao@chromium.org2010-07-022-3/+23
* Add basic outline for the URL history autocompletion search provider.mrossetti@chromium.org2010-07-013-0/+58
* Store the version info in the History DB's meta table.nshkrob@chromium.org2010-07-013-10/+40
* Rename the Thumbnails database file to Favicons.nshkrob@chromium.org2010-06-307-62/+188
* Revert 51284 - Add initial url/title history indexing and search provider sup...mrossetti@chromium.org2010-06-303-882/+0
* Add initial url/title history indexing and search provider support -- not hoo...mrossetti@chromium.org2010-06-303-0/+882
* Fix the race condition on TopSites initialization.nshkrob@chromium.org2010-06-283-48/+235
* Revert 50863 - Add initial url/title history indexing and search provider sup...mrossetti@chromium.org2010-06-253-914/+0
* Add initial url/title history indexing and search provider support -- not hoo...mrossetti@chromium.org2010-06-253-0/+914
* Disallow apps with the wrong content type header.skerner@chromium.org2010-06-251-0/+4
* Disable check for duplicate URLs. Turns out the most visited computation can ...brettw@chromium.org2010-06-241-3/+0
* Migration to TopSites from ThumbnailDatabase.nshkrob@chromium.org2010-06-2312-20/+231
* Replace wstring with string16 in history. The only time wstring is used now i...brettw@chromium.org2010-06-2332-358/+392
* Make sure the pointer in PageData::html remains valid while PageData is called.eroman@chromium.org2010-06-171-1/+2
* Adding TopSitesDatabase::UpdatePageRank to update rank without erasing the th...nshkrob@chromium.org2010-06-165-61/+223
* Switching the history index DBs from fts2 to fts3, take #2: there wasdumi@chromium.org2010-06-161-1/+1
* Add DISABLE_RUNNABLE_METHOD_REFCOUNT to make disabling refcounts in RunnableM...ajwong@chromium.org2010-06-161-5/+1
* Revert 49746. Looks like it caused some SQLite errors that probablydumi@chromium.org2010-06-151-1/+1
* Make all new history index files use FTS3 instead of FTS2.dumi@chromium.org2010-06-151-1/+1
* Remove old history index files.dumi@chromium.org2010-06-143-1/+54
* Move all database accesses to the DB thread.nshkrob@chromium.org2010-06-145-82/+161
* Fix and re-enable RedirectTest.ClientCancelled.hans@chromium.org2010-06-141-3/+4
* Convert page contents grabbing from wide to UTF16. The current code is a bitbrettw@chromium.org2010-06-1112-50/+64
* 1. Create and use the TopSites database file.nshkrob@chromium.org2010-06-095-15/+145
* Use DISALLOW_COPY_AND_ASSIGN instead of DISALLOW_EVIL_CONSTRUCTORS in chrome ...tfarina@chromium.org2010-06-067-12/+12
* 1. Write thumbnail to the database on SetPageThumbnail.nshkrob@chromium.org2010-06-024-21/+101
* Adding an SQLite database for TopSites.nshkrob@chromium.org2010-06-015-9/+495
* [GTTF] Add FRIEND_TEST_ALL_PREFIXES, a FRIEND_TEST replacementphajdan.jr@chromium.org2010-06-015-21/+21
* Retry r48417.estade@chromium.org2010-05-271-3/+2
* Revert 48417 - More test enabling.jrg@chromium.org2010-05-271-2/+3
* More test enabling.estade@chromium.org2010-05-271-3/+2
* Fix memory leaks in TopSites.nshkrob@chromium.org2010-05-252-3/+5
* Remove previous print preview work in preparation for new work.viettrungluu@chromium.org2010-05-251-2/+1
* Adding a mock database layer.nshkrob@chromium.org2010-05-245-28/+270
* Revert 48061 - Adding a mock database layer.skrul@chromium.org2010-05-245-270/+28
* Adding a mock database layer.nshkrob@chromium.org2010-05-245-28/+270
* Revert 47675.mirandac@chromium.org2010-05-202-2/+172
* Move data types used in the importer process to common/, in preparation for i...mirandac@chromium.org2010-05-192-172/+2
* Add command line flag --top-sites to replace the thumbnail store flag.brettw@chromium.org2010-05-192-6/+27
* Adding HistoryService::QueryMostVisitedURLs and tests. brettw@chromium.org2010-05-1710-53/+219
* Add a constructor to initialize a URLRow with a URLID. This is needed when p...mirandac@chromium.org2010-05-141-0/+11
* Add TopSites::GetMostVisitedURLs and unittest for it using MockHistoryService.brettw@chromium.org2010-05-134-11/+173
* Flip ExpireHistoryTest.DeleteURLAndFavicon from FAILS back to FLAKYphajdan.jr@chromium.org2010-05-132-2/+2
* [TTF] [GTTF] Flip tests that fail predictably from FLAKY to FAILS.phajdan.jr@chromium.org2010-05-123-4/+4
* TTF: Mark Snippets.ThaiUTF8 as flaky instead of disabling the test.jhawkins@chromium.org2010-05-111-1/+4
* Get rid of MetaTableHelper class and make use of the app/sql API in the Login...stuartmorgan@chromium.org2010-05-112-4/+2