summaryrefslogtreecommitdiffstats
path: root/chrome/browser/history
Commit message (Expand)AuthorAgeFilesLines
* Adds database methods needed to track amount of time pages aresky@chromium.org2013-03-0110-72/+448
* chrome: Update include paths of string_split.h to its new location.tfarina@chromium.org2013-02-283-3/+3
* browser: Remove stale references to c/b/prefs/pref_service.h from DEPS filestfarina@chromium.org2013-02-271-1/+0
* Add ScheduleCommit() calls to HistoryBackend::*Download*benjhayden@chromium.org2013-02-261-6/+13
* Revert 184352brettw@chromium.org2013-02-244-9/+9
* Add utf_string_conversions to base namespace.brettw@chromium.org2013-02-244-9/+9
* Move file_path.h to base/files.brettw@chromium.org2013-02-2431-33/+33
* History: Eliminate query cursor, use end_time argument instead.dubroy@chromium.org2013-02-208-231/+89
* Omnibox: HQP: Don't Unescape URLs Before Storing URL String in Databasempearson@chromium.org2013-02-202-2/+10
* History: Pass min/max timestamps as query parameters to history server.dubroy@chromium.org2013-02-181-5/+37
* Revert 183116grt@chromium.org2013-02-181-37/+5
* History: Pass min/max timestamps as query parameters to history server.dubroy@chromium.org2013-02-181-5/+37
* Add favicon count histogramzea@chromium.org2013-02-155-80/+101
* Fix the History.WeeklyVisitCount and History.MonthlyVisitCount data collection.pam@chromium.org2013-02-131-2/+7
* Add trace event for InMemoryURLIndex::PostRestoreFromCacheFileTaskjeremy@chromium.org2013-02-121-0/+2
* Disables AndroidURLsMigrationTest.MigrateToVersion22 as it doesn'tsky@chromium.org2013-02-111-1/+3
* Remove unused vailable.sky@chromium.org2013-02-111-2/+0
* Cleanup of segment db. Nukes the presentations table and thesky@chromium.org2013-02-1110-55/+107
* Move remaining non-test, non-Chrome-specific Prefs code to base/prefs/.joi@chromium.org2013-02-115-5/+5
* Merge branch 'master' into file_path_browserbrettw@chromium.org2013-02-1049-201/+216
* Rename FilePath to base::FilePath and use new location of string_number_conve...brettw@chromium.org2013-02-086-6/+6
* history: Extract HistoryDBTask into its own header file.tfarina@chromium.org2013-02-0810-32/+55
* InstantExtended: Committed NTPsamarth@chromium.org2013-02-082-6/+6
* Linux/ChromeOS Chromium style checker cleanup, chrome/browser edition.rsleevi@chromium.org2013-02-0717-40/+44
* Implement sql::Connection::RazeAndClose().shess@chromium.org2013-02-071-2/+1
* Omnibox: Add Mid-Input Matching to HistoryQuick Providermpearson@chromium.org2013-02-065-65/+162
* Persist download interrupt reason, both target and current paths, url_chain, ...rdsmith@chromium.org2013-02-036-94/+650
* Add FilePath to base namespace.brettw@chromium.org2013-02-0212-26/+38
* Move string tokenizer to base/strings.brettw@chromium.org2013-02-021-2/+2
* History: Add X-Developer-Key header to requests to the history server.dubroy@chromium.org2013-02-011-0/+2
* iOS and non iOS use different decoder for SkBitmap to PNG.pkotwicz@chromium.org2013-01-312-15/+5
* History: Fix double invocation of callback in WebHistoryService.dubroy@chromium.org2013-01-301-1/+3
* Omnibox: Tweak HistoryQuick Provider also_do_hup_like_score_ Modempearson@chromium.org2013-01-301-0/+8
* Remove TabStripModel wrapper use.avi@chromium.org2013-01-293-22/+34
* Add history-view-related UMA metrics and histograms for locally managed users.pam@chromium.org2013-01-261-0/+55
* HistoryBrowserTest.HistorySearchXSSpkotwicz@chromium.org2013-01-251-2/+7
* history: Rename history.h to history_service.htfarina@chromium.org2013-01-2515-19/+19
* Add VisitedLink option to not persist to disk.boliu@chromium.org2013-01-251-1/+1
* Cleanup history favicon codepkotwicz@chromium.org2013-01-237-614/+260
* Convert gfx::Image::Image(const SkBitmap&) and gfx::ImageSkia::ImageSkia(cons...pkotwicz@chromium.org2013-01-233-4/+4
* History: Add support for deleting synced history entries from the server.dubroy@chromium.org2013-01-232-24/+116
* Disable VisitedLink in incognito modeboliu@chromium.org2013-01-232-14/+0
* Componentize visitedlinks to src/components/visitedlinkboliu@chromium.org2013-01-235-13/+16
* Do not send any notifications as a result of HistoryBackend::MergeFavicon() w...pkotwicz@chromium.org2013-01-222-5/+11
* Do not send any notifications when the bitmap data has not changed as the res...pkotwicz@chromium.org2013-01-223-25/+102
* History: Fix incorrect values of reached_beginning when max_count is used.dubroy@chromium.org2013-01-218-92/+103
* Avoid sending notifications when the bitmap data in the history backend is re...pkotwicz@chromium.org2013-01-145-4/+72
* Remove VisitedLink dependency on rest of chromeboliu@chromium.org2013-01-095-59/+87
* Roll ICU and convert include style to standard Chromium style,phajdan.jr@chromium.org2013-01-071-3/+3
* DEFINE_WEB_CONTENTS_USER_DATA_KEY now requires a semicolon.avi@chromium.org2013-01-071-1/+1