| Commit message (Expand) | Author | Age | Files | Lines |
* | Re-land r56742 now with correct database files | brettw@chromium.org | 2010-08-21 | 1 | -3/+13 |
* | Revert 56742 - A new field to describe the sources of history urls(visits) is... | brettw@chromium.org | 2010-08-19 | 1 | -13/+3 |
* | A new field to describe the sources of history urls(visits) is added. This fi... | brettw@chromium.org | 2010-08-19 | 1 | -3/+13 |
* | Regression fix: Downloads page in Incognito mode works fine now. | phajdan.jr@chromium.org | 2010-08-16 | 1 | -2/+0 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Rename the Thumbnails database file to Favicons. | nshkrob@chromium.org | 2010-06-30 | 1 | -1/+6 |
* | Migration to TopSites from ThumbnailDatabase. | nshkrob@chromium.org | 2010-06-23 | 1 | -0/+6 |
* | Replace wstring with string16 in history. The only time wstring is used now i... | brettw@chromium.org | 2010-06-23 | 1 | -7/+7 |
* | Convert page contents grabbing from wide to UTF16. The current code is a bit | brettw@chromium.org | 2010-06-11 | 1 | -1/+1 |
* | [GTTF] Add FRIEND_TEST_ALL_PREFIXES, a FRIEND_TEST replacement | phajdan.jr@chromium.org | 2010-06-01 | 1 | -5/+5 |
* | Adding HistoryService::QueryMostVisitedURLs and tests. | brettw@chromium.org | 2010-05-17 | 1 | -0/+9 |
* | Fix for bug 37909: "Clear All" in incognito downloads window will clear all, ... | georgey@chromium.org | 2010-04-30 | 1 | -0/+1 |
* | Update typed_url sync to support visits. | zork@chromium.org | 2010-04-30 | 1 | -1/+8 |
* | Update sync to support syncing of typed urls | zork@chromium.org | 2010-03-18 | 1 | -5/+13 |
* | Change so that the extension favicon is read on the UI thread since extension... | arv@chromium.org | 2010-03-17 | 1 | -1/+1 |
* | This patch strips out the http auth credentials before storing it in History DB. | inferno@chromium.org | 2010-03-16 | 1 | -0/+1 |
* | Implement edit mode for history page. | jochen@chromium.org | 2010-03-05 | 1 | -1/+2 |
* | Seventh patch in making destructors of refcounted objects private. | jam@chromium.org | 2009-11-06 | 1 | -2/+3 |
* | Unittest for fix to allow navigation when there is no history DB. | pkasting@chromium.org | 2009-11-02 | 1 | -2/+4 |
* | Show a warning when the history files can't be read correctly. | pkasting@chromium.org | 2009-10-30 | 1 | -3/+2 |
* | While importing favicon, make sure there is an entry in the history db. | kuchhal@chromium.org | 2009-09-11 | 1 | -0/+1 |
* | Revert "Fix a ton of compiler warnings." | tony@chromium.org | 2009-08-28 | 1 | -2/+2 |
* | Fix a ton of compiler warnings. | estade@chromium.org | 2009-08-28 | 1 | -2/+2 |
* | Reduce header dependencies in browser/history | phajdan.jr@chromium.org | 2009-07-13 | 1 | -5/+0 |
* | Moved typedef of RedirectList from HistoryService class to history namespace. | meelapshah@chromium.org | 2009-07-01 | 1 | -5/+5 |
* | Add a function to the History to return a list of the top n visited URLs wher... | meelapshah@chromium.org | 2009-07-01 | 1 | -0/+5 |
* | Add a function to the History{Service,Backend} to query for a list of redirec... | meelapshah@chromium.org | 2009-06-30 | 1 | -0/+14 |
* | Move scoped_vector.h and stl_util-inl.h to base/ | ben@chromium.org | 2009-05-05 | 1 | -1/+1 |
* | Searching by keyword now generates a visit against the site with a | sky@chromium.org | 2009-04-27 | 1 | -0/+6 |
* | This CL adds some UI to remove most-visited thumbnails from the New Tab Page. | jcampan@chromium.org | 2009-04-13 | 1 | -1/+2 |
* | Ports all of the chrome/browser/history code to use FilePath, except | estade@chromium.org | 2009-03-18 | 1 | -8/+9 |
* | Stop history search going on beyond the start of history. | glen@chromium.org | 2009-03-11 | 1 | -1/+3 |
* | Re-check in some of my dynamic linking change. | evan@chromium.org | 2009-02-10 | 1 | -1/+2 |
* | Revert basically everything I've done today as it fails mysteriously | evan@chromium.org | 2009-02-10 | 1 | -2/+1 |
* | Bring a bunch more headers into the non-Windows build: | evan@chromium.org | 2009-02-10 | 1 | -1/+2 |
* | Port some files in chrome/browser/ | agl@chromium.org | 2008-11-14 | 1 | -3/+0 |
* | Added a new interface IChromeHistoryIndexer which needs to be implemented by | brettw@google.com | 2008-11-07 | 1 | -0/+5 |
* | Move Time, TimeDelta and TimeTicks into namespace base. | dsh@google.com | 2008-10-27 | 1 | -10/+10 |
* | This CL adds prompting for dangerous types of files (executable) when they ar... | jcampan@chromium.org | 2008-10-10 | 1 | -0/+1 |
* | Makes deleting history no longer delete starred urls. Thiseffectively reenabl... | sky@google.com | 2008-08-27 | 1 | -12/+37 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 1 | -28/+4 |
* | Moves bookmarks out of history into its own file (JSON). | sky@google.com | 2008-08-21 | 1 | -29/+2 |
* | Add chrome to the repository. | initial.commit | 2008-07-26 | 1 | -0/+517 |