| Commit message (Expand) | Author | Age | Files | Lines |
* | Use a direct include of strings headers in chrome/browser/e*-h*/. | avi@chromium.org | 2013-06-10 | 1 | -1/+1 |
* | Move file_path.h to base/files. | brettw@chromium.org | 2013-02-24 | 1 | -2/+2 |
* | Merge branch 'master' into file_path_browser | brettw@chromium.org | 2013-02-10 | 1 | -3/+3 |
* | Add HistoryBackend::ExpireHistoryForTimes | akalin@chromium.org | 2012-11-30 | 1 | -0/+9 |
* | Move mru_cache to the new containers subdirectory. | brettw@chromium.org | 2012-11-13 | 1 | -1/+1 |
* | Move url_databse back to history | kaiwang@chromium.org | 2012-10-02 | 1 | -1/+1 |
* | introduce chrome/browser/common directory and move url_database(and its depen... | kaiwang@chromium.org | 2012-09-20 | 1 | -1/+1 |
* | Revert 157475 - Introduce chrome/browser/common directory and move url_databa... | kaiwang@chromium.org | 2012-09-19 | 1 | -1/+1 |
* | Introduce chrome/browser/common directory and move url_database(and its depen... | kaiwang@chromium.org | 2012-09-19 | 1 | -1/+1 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | Remove task.h and finish base::Bind() migration. | ajwong@chromium.org | 2012-01-06 | 1 | -1/+0 |
* | base::Bind: Complete cleanup of history/. | jhawkins@chromium.org | 2011-10-08 | 1 | -4/+5 |
* | Revert 104597 - base::Bind: Complete cleanup of history/. | acolwell@chromium.org | 2011-10-07 | 1 | -5/+4 |
* | base::Bind: Complete cleanup of history/. | jhawkins@chromium.org | 2011-10-07 | 1 | -4/+5 |
* | Remove explicit keyword from multi-argument (w/o default values) constructors | dilmah@chromium.org | 2011-07-26 | 1 | -3/+3 |
* | Moved mru_cache from content/common to base/memory. | agayev@chromium.org | 2011-04-27 | 1 | -3/+3 |
* | Cleanup: Remove forward declarations of "struct sqlite3". | tfarina@chromium.org | 2011-03-30 | 1 | -3/+1 |
* | Move a bunch of files from chrome\common to content\common. | jam@chromium.org | 2011-03-17 | 1 | -1/+1 |
* | FBTF: Continue fixing nits found by my automated source scanner. | erg@google.com | 2010-10-05 | 1 | -1/+3 |
* | Fix several spelling mistakes, mostly in comments. | mdm@chromium.org | 2010-09-14 | 1 | -1/+1 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Replace wstring with string16 in history. The only time wstring is used now i... | brettw@chromium.org | 2010-06-23 | 1 | -6/+7 |
* | Remove old history index files. | dumi@chromium.org | 2010-06-14 | 1 | -0/+3 |
* | Convert page contents grabbing from wide to UTF16. The current code is a bit | brettw@chromium.org | 2010-06-11 | 1 | -5/+5 |
* | [GTTF] Add FRIEND_TEST_ALL_PREFIXES, a FRIEND_TEST replacement | phajdan.jr@chromium.org | 2010-06-01 | 1 | -6/+7 |
* | Flip ExpireHistoryTest.DeleteURLAndFavicon from FAILS back to FLAKY | phajdan.jr@chromium.org | 2010-05-13 | 1 | -1/+1 |
* | [TTF] [GTTF] Flip tests that fail predictably from FLAKY to FAILS. | phajdan.jr@chromium.org | 2010-05-12 | 1 | -1/+1 |
* | TTF: Re-enable coverage of ExpireHistoryTest.DeleteURLAndFavicon by marking it | jhawkins@chromium.org | 2010-05-07 | 1 | -1/+1 |
* | Implement edit mode for history page. | jochen@chromium.org | 2010-03-05 | 1 | -6/+6 |
* | Convert history to use new sql wrappers. Enhance wrappers in several ways to | brettw@chromium.org | 2009-10-02 | 1 | -4/+0 |
* | Reduce header dependencies in browser/history | phajdan.jr@chromium.org | 2009-07-13 | 1 | -1/+1 |
* | Disables unit test as starting failing due to close to end of month. | sky@chromium.org | 2009-07-01 | 1 | -1/+1 |
* | Reenable DeleteURLAndFavicon test. | agl@chromium.org | 2009-06-03 | 1 | -1/+1 |
* | Build fix: DeleteURLAndFavicon was a friend. | agl@chromium.org | 2009-04-01 | 1 | -1/+1 |
* | Ports all of the chrome/browser/history code to use FilePath, except | estade@chromium.org | 2009-03-18 | 1 | -5/+6 |
* | Ports TextDatabase and ExpireHistoryTest to use FilePath. | brettw@chromium.org | 2009-03-13 | 1 | -1/+1 |
* | NO CODE CHANGE | deanm@chromium.org | 2009-03-10 | 1 | -1/+0 |
* | Added a new interface IChromeHistoryIndexer which needs to be implemented by | brettw@google.com | 2008-11-07 | 1 | -1/+9 |
* | Make sure titles and bodies of web pages that come into the history system very | brettw@google.com | 2008-10-30 | 1 | -0/+3 |
* | Move Time, TimeDelta and TimeTicks into namespace base. | dsh@google.com | 2008-10-27 | 1 | -14/+14 |
* | 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 | -2/+0 |
* | Add chrome to the repository. | initial.commit | 2008-07-26 | 1 | -0/+325 |