summaryrefslogtreecommitdiffstats
path: root/chrome/browser/history
Commit message (Expand)AuthorAgeFilesLines
* gcc 4.6 warnings cleanuppph34r@gmail.com2011-09-301-4/+0
* Changes to get appropriate favicon for a URL which has icons for both touch a...naveenbobbili@motorola.com2011-09-303-21/+92
* Change NOTREACHED() to DLOG() in TextDatabaseManager::AddPageData.dennisjeffrey@chromium.org2011-09-301-1/+5
* Coverity: Fix uninitialized member variables.kmadhusu@chromium.org2011-09-272-1/+2
* Use current profile rather than AllSources for notification sources when regi...mrossetti@chromium.org2011-09-231-4/+6
* Makes TopSites not DCHECK if HistoryLoaded or MigrateFromHistory issky@chromium.org2011-09-233-4/+61
* Fix leak in case of obsolete backend.qsr@google.com2011-09-231-0/+2
* Retry r100017. This time, prevent a potential shutdown race by moving the cal...benjhayden@chromium.org2011-09-217-2/+49
* Some checks to narrow in on duplicate history ids from history DB.rdsmith@chromium.org2011-09-192-5/+52
* Add missing initializer for current_backend_id_.qsr@chromium.org2011-09-191-0/+1
* Use an id to ensure that the HistoryBackend is still alive.qsr@google.com2011-09-196-40/+87
* Fixes and simplification to ShortcutsBackend including addition of "DeleteAll"georgey@chromium.org2011-09-176-218/+224
* Revert 100530 - Disable the in memory URL index. This is a temporary test to ...brettw@chromium.org2011-09-141-10/+2
* Disable the in memory URL index. This is a temporary test to see if it affect...brettw@google.com2011-09-091-2/+10
* Limit the number of visits the sync code will fetch.atwilson@chromium.org2011-09-093-0/+41
* Revert 100017 - broke ProfileManagerTest.CreateProfileAsyncMultipleRequestsestade@chromium.org2011-09-077-51/+3
* Make a new integer field in sql::MetaTable (a per-profile db) containing a co...benjhayden@chromium.org2011-09-077-3/+51
* B0;136;0cRe-enable TopSites in PrerenderManager, this time duplicating the in...tburkard@chromium.org2011-09-061-0/+2
* bookmarks: Split BookmarkModel::SetURLStarred in two helper functions in book...tfarina@chromium.org2011-09-032-5/+8
* Update base/timer.h code to pass through Location from call sites. (reland) o...jbates@chromium.org2011-09-021-1/+1
* Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location,mattm@chromium.org2011-09-021-1/+1
* Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th...jbates@chromium.org2011-09-021-1/+1
* Remove confidence from AutocompleteMatch and use History DB instead.dominich@chromium.org2011-09-012-6/+6
* Add owners file for historybrettw@chromium.org2011-08-311-0/+2
* Revert 98656 - Make a new integer field in sql::MetaTable (a per-profile db) ...dmaclach@chromium.org2011-08-297-51/+3
* Make a new integer field in sql::MetaTable (a per-profile db) containing a co...benjhayden@chromium.org2011-08-297-3/+51
* Switch ChromeTestSuite to the same convention as ContentTestSuite:phajdan.jr@chromium.org2011-08-275-10/+5
* Changed TextDatabaseManager::AddPageData() to not load all visits.atwilson@chromium.org2011-08-234-14/+52
* Move DownloadHistoryInfo to content and rename it to DownloadPersistentStoreI...jam@chromium.org2011-08-2210-124/+31
* Prefix all IPC messages used by src\chrome with Chrome. For e.g ChromeViewMsg...ananta@chromium.org2011-08-191-2/+2
* Tweak typed-count Usage.mrossetti@chromium.org2011-08-195-11/+11
* Handle intranet hostnames more consistently.pkasting@chromium.org2011-08-192-5/+7
* Revert "Move tests that simulate mouse clicks to interactive_ui_tests"maruel@chromium.org2011-08-193-161/+0
* Move tests that simulate mouse clicks to interactive_ui_testsmaruel@chromium.org2011-08-193-0/+161
* History: Remove code that makes InMemoryURLIndex::SaveToFilervargas@google.com2011-08-181-6/+3
* [ntp4] Bookmarks page implementation, first-pass.csilv@chromium.org2011-08-161-1/+1
* Move the core download files to content.jam@chromium.org2011-08-153-3/+3
* Reorganize chrome/test, part #9phajdan.jr@chromium.org2011-08-115-5/+5
* ntp4: make defaultestade@chromium.org2011-08-101-4/+2
* ntp: use web store as default mv tile instead of themes galleryestade@chromium.org2011-08-091-3/+3
* GTTF: Use a fresh TestingBrowserProcess for each test, part #4phajdan.jr@chromium.org2011-08-035-5/+10
* history: Remove unused friend declaration in StarredURLDatabase.tfarina@chromium.org2011-08-022-7/+5
* Change TopSites and History to use gfx::Image instead of SkBitmap in theirpinkerton@chromium.org2011-08-0212-106/+82
* history: use display title, not page titleevan@chromium.org2011-08-011-1/+1
* Move more files from chrome/test to chrome/test/base, part #4phajdan.jr@chromium.org2011-08-013-3/+3
* Move in_process_browser_test and ui_test_utils to chrome/test/basephajdan.jr@chromium.org2011-07-291-3/+3
* Removal of Profile from content part 3.avi@chromium.org2011-07-281-4/+8
* Remove debugging code that is no longer needed.phajdan.jr@chromium.org2011-07-271-24/+0
* Remove explicit keyword from multi-argument (w/o default values) constructorsdilmah@chromium.org2011-07-261-3/+3
* Back-end for shortcuts providergeorgey@chromium.org2011-07-226-0/+1037