summaryrefslogtreecommitdiffstats
path: root/chrome/browser/history
Commit message (Expand)AuthorAgeFilesLines
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-289-16/+16
* HistoryBackend: Fix a crash in BroadcastNotification.jhawkins@chromium.org2011-10-271-2/+4
* Fix build.vandebo@chromium.org2011-10-261-1/+1
* Disable GetTopSites.vandebo@chromium.org2011-10-261-1/+11
* fix top sites compile breakage from patch conflictestade@chromium.org2011-10-261-9/+0
* first cut at experimental topsites extension apiestade@chromium.org2011-10-263-0/+121
* ntp: refactor favicon / thumbnail fetching for prepopulated pagesestade@chromium.org2011-10-268-56/+70
* Removed download_types.cc; no longer used.rdsmith@chromium.org2011-10-251-47/+0
* Move history extension API implementation to history dir.aa@chromium.org2011-10-243-0/+603
* Now does not sync URLs that only have imported visits.atwilson@chromium.org2011-10-223-6/+20
* Most Visited: remove over-eager optimization that causes a lot of blank thumb...estade@chromium.org2011-10-204-30/+1
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-193-17/+18
* Minor History Code Cleanup.mrossetti@chromium.org2011-10-191-5/+1
* Minor Changes Seeking Stability.mrossetti@chromium.org2011-10-193-21/+34
* Move notification_source from content/common to content/browser/public and pu...jam@chromium.org2011-10-192-21/+25
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-1911-69/+72
* Move content_notification_types.h from content\common to content\public\brows...jam@chromium.org2011-10-181-0/+1
* Add new UMA stats to get a handle on Downloads UI Usagebenjhayden@chromium.org2011-10-177-50/+66
* base::Bind: Misc cleanups.jhawkins@chromium.org2011-10-161-17/+25
* Revert 105678 - Caused flakiness described in http://crbug.com/100479rsleevi@chromium.org2011-10-1616-945/+656
* Revert 105681 - Caused flakiness described in r100479rsleevi@chromium.org2011-10-161-1/+0
* Fix MSVC 2010 compile following http://crrev.com/105678rsleevi@chromium.org2011-10-151-0/+1
* HQP Refactoring (in Preparation for SQLite Cache) mrossetti@chromium.org2011-10-1516-656/+945
* When users navigate to an intranet host that has not been previously typed, t...pkasting@chromium.org2011-10-144-12/+130
* Remove extraneous file left over from earlier revert of 8120004.mrossetti@chromium.org2011-10-141-199/+0
* Revert 105300 - HQP Refactoring (in Preparation for SQLite Cache)mrossetti@chromium.org2011-10-1315-748/+656
* Winbots didn't pick up on a missing include.mrossetti@chromium.org2011-10-131-0/+2
* HQP Refactoring (in Preparation for SQLite Cache)mrossetti@chromium.org2011-10-1316-656/+945
* Move PageTransition into content namespace. While I'm touching all these file...jam@chromium.org2011-10-1320-188/+235
* Makes TopSites ignore navigations from a different profile.sky@chromium.org2011-10-121-1/+9
* Update thumbnail database to carry sizes field - prep for NTP4 large icon sup...groby@chromium.org2011-10-123-16/+67
* base::Bind: Final cleanup in history.[cc,h].jhawkins@chromium.org2011-10-112-39/+51
* base::Bind: Complete cleanup of history/.jhawkins@chromium.org2011-10-0816-193/+193
* Revert 104597 - base::Bind: Complete cleanup of history/.acolwell@chromium.org2011-10-0716-193/+193
* base::Bind: Complete cleanup of history/.jhawkins@chromium.org2011-10-0716-193/+193
* base::Bind: Convert a few more instances.jhawkins@chromium.org2011-10-053-7/+11
* base::Bind: Cleanup in history/ plus dependencies.jhawkins@chromium.org2011-10-054-10/+12
* Clear |recent_changes_| in TestDatabaseManager::DeleteAll.mmenke@chromium.org2011-10-013-3/+62
* 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