summaryrefslogtreecommitdiffstats
path: root/chrome/browser/history/history.h
Commit message (Expand)AuthorAgeFilesLines
* Completed the code path from AndroidProviderService to HistoryBackend.michaelbai@chromium.org2012-05-041-0/+32
* Added page score to the ntp suggestions tab.rfevang@chromium.org2012-04-281-1/+4
* Add PrerenderLocalPredictor, which will eventually performtburkard@chromium.org2012-04-231-0/+13
* Move RefCountedBytes Class to base namespace.simon.hong81@gmail.com2012-04-201-1/+1
* TabContents -> WebContentsImpl, part 18.avi@chromium.org2012-04-171-3/+1
* Change 9789001: attempt #3 after fixing the problems with linux Created by We...georgey@chromium.org2012-04-091-0/+11
* Added the method to get favicon by ID.michaelbai@chromium.org2012-04-051-0/+4
* Revert 130675 - Reapply Wei Li's patchdubroy@chromium.org2012-04-051-11/+0
* Reapply Wei Li's patchgeorgey@chromium.org2012-04-041-0/+11
* Revert 130005 - Committing:mihaip@chromium.org2012-03-311-11/+0
* Committing:georgey@chromium.org2012-03-311-0/+11
* Fixed unit-test to un-revert patch:georgey@chromium.org2012-03-191-0/+8
* Revert 127333 - Added Time slicing to History, used it on "Suggested" pagedmazzoni@chromium.org2012-03-171-8/+0
* Added Time slicing to History, used it on "Suggested" pagegeorgey@chromium.org2012-03-171-0/+8
* Move DownloadPersistentStoreInfo to content\public\browser and into the conte...jam@chromium.org2012-03-111-5/+9
* [Sync] Delay bookmark association until the history db is loaded.zea@chromium.org2012-02-151-1/+2
* Use URLRows rather than std::vector<URLRow>. Also, there is an equivalent Typ...mrossetti@chromium.org2012-02-101-1/+1
* Move Ownership of IMUI to HistoryService.mrossetti@chromium.org2012-02-071-3/+10
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-061-1/+0
* Remove temporary redirect header and DEPS exception for cancelable_request.hjoi@chromium.org2011-12-271-1/+1
* [Sync] Add HistoryService::DeleteURLsForTestakalin@chromium.org2011-12-141-0/+4
* Eliminated the last few uses of MessageLoop::QuitTask in chrome/dcheng@chromium.org2011-12-101-1/+1
* Change |details| ownership when posting BroadcastNotifications() task.shess@chromium.org2011-11-291-6/+4
* Revert 111378 - HQP Refactoring (in Preparation for SQLite Cache)zmo@google.com2011-11-241-10/+2
* HQP Refactoring (in Preparation for SQLite Cache)mrossetti@chromium.org2011-11-231-2/+10
* Add OVERRIDE to chrome/browser/.avi@chromium.org2011-11-211-1/+1
* Provide assumed favicon for intents if page was never visited.groby@chromium.org2011-11-181-0/+4
* Cleanup: Remove forward declarations in various chrome/browser directories.thestig@chromium.org2011-11-161-13/+0
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-191-7/+7
* Add new UMA stats to get a handle on Downloads UI Usagebenjhayden@chromium.org2011-10-171-1/+1
* Move PageTransition into content namespace. While I'm touching all these file...jam@chromium.org2011-10-131-4/+4
* base::Bind: Final cleanup in history.[cc,h].jhawkins@chromium.org2011-10-111-20/+15
* base::Bind: Complete cleanup of history/.jhawkins@chromium.org2011-10-081-50/+46
* Revert 104597 - base::Bind: Complete cleanup of history/.acolwell@chromium.org2011-10-071-46/+50
* base::Bind: Complete cleanup of history/.jhawkins@chromium.org2011-10-071-50/+46
* base::Bind: Cleanup in history/ plus dependencies.jhawkins@chromium.org2011-10-051-6/+6
* Retry r100017. This time, prevent a potential shutdown race by moving the cal...benjhayden@chromium.org2011-09-211-0/+7
* Use an id to ensure that the HistoryBackend is still alive.qsr@google.com2011-09-191-4/+9
* Revert 100017 - broke ProfileManagerTest.CreateProfileAsyncMultipleRequestsestade@chromium.org2011-09-071-7/+0
* Make a new integer field in sql::MetaTable (a per-profile db) containing a co...benjhayden@chromium.org2011-09-071-0/+7
* Revert 98656 - Make a new integer field in sql::MetaTable (a per-profile db) ...dmaclach@chromium.org2011-08-291-7/+0
* Make a new integer field in sql::MetaTable (a per-profile db) containing a co...benjhayden@chromium.org2011-08-291-0/+7
* Move DownloadHistoryInfo to content and rename it to DownloadPersistentStoreI...jam@chromium.org2011-08-221-5/+5
* Change TopSites and History to use gfx::Image instead of SkBitmap in theirpinkerton@chromium.org2011-08-021-6/+4
* Move app/sql/* files to sql/ directory.tfarina@chromium.org2011-07-191-1/+1
* Moving notification types which are chrome specific to a new header file chro...ananta@chromium.org2011-07-101-2/+2
* history: Move kBookmarkBarID constant out of HistoryService.tfarina@chromium.org2011-07-071-4/+0
* Changed typed url sync to no longer modify typed/visit_count.atwilson@chromium.org2011-06-091-2/+6
* Change GetVisitCountToHost() to GetVisibleVisitCountToHost(), and restrict it...pkasting@chromium.org2011-05-251-7/+9
* Virtual destructors should have virtual keyword.hans@chromium.org2011-05-251-1/+1