| Commit message (Expand) | Author | Age | Files | Lines |
* | base: Finish moving the SplitString functions from string_util.h to string_sp... | tfarina@chromium.org | 2010-09-24 | 1 | -0/+1 |
* | Remove the default argument from RegKey::ReadValue. | tfarina@chromium.org | 2010-09-03 | 1 | -2/+4 |
* | Reduce the number of files that recompile when changing template_url.h or tem... | levin@chromium.org | 2010-08-31 | 1 | -0/+1 |
* | Remove the wstring TreeModelNode::GetTitle() and rename GetTitleAsString16() ... | viettrungluu@chromium.org | 2010-08-30 | 1 | -0/+1 |
* | Re-land r56742 now with correct database files | brettw@chromium.org | 2010-08-21 | 1 | -1/+1 |
* | Revert 56742 - A new field to describe the sources of history urls(visits) is... | brettw@chromium.org | 2010-08-19 | 1 | -1/+1 |
* | A new field to describe the sources of history urls(visits) is added. This fi... | brettw@chromium.org | 2010-08-19 | 1 | -1/+1 |
* | Cleanup Registry API: part 3. | tfarina@chromium.org | 2010-08-14 | 1 | -2/+3 |
* | FBTF: Remove unneeded headers from base/ (part 4) | thestig@chromium.org | 2010-08-07 | 1 | -0/+1 |
* | Change a bunch of string types. | estade@chromium.org | 2010-06-29 | 1 | -5/+6 |
* | Broken by http://codereview.chromium.org/2403001/show, which eliminated a "!"... | mirandac@google.com | 2010-06-23 | 1 | -1/+1 |
* | Remove deprecated versions of Registry functions. | tfarina@chromium.org | 2010-05-31 | 1 | -6/+6 |
* | Revert 47675. | mirandac@chromium.org | 2010-05-20 | 1 | -1/+1 |
* | Move data types used in the importer process to common/, in preparation for i... | mirandac@chromium.org | 2010-05-19 | 1 | -1/+1 |
* | Use FilePath in ProfileInfo struct. | tfarina@chromium.org | 2010-05-15 | 1 | -2/+2 |
* | Move importer data types into a separate file to prepare for moving importer | mirandac@chromium.org | 2010-03-22 | 1 | -13/+14 |
* | (please review thoroughly since this touches many moving parts). | jeremy@chromium.org | 2009-10-06 | 1 | -32/+25 |
* | Revert "Refactor ImporterHost as preparation for OOP switch", which caused pu... | mattm@chromium.org | 2009-10-05 | 1 | -25/+32 |
* | (please review thoroughly since this touches many moving parts). | jeremy@chromium.org | 2009-10-05 | 1 | -32/+25 |
* | While importing favicon, make sure there is an entry in the history db. | kuchhal@chromium.org | 2009-09-11 | 1 | -5/+5 |
* | Use Scoped[Bstr,ComPtr,Variant] instead of their ATL equivalents to reduce de... | jhawkins@chromium.org | 2009-09-10 | 1 | -16/+20 |
* | Revert one more piece of ie_importer.cc I left out in the last revert. | jhawkins@chromium.org | 2009-09-04 | 1 | -1/+1 |
* | Revert changes to ie_importer.cc from r25498. The builder doesn't like somet... | jhawkins@chromium.org | 2009-09-04 | 1 | -15/+15 |
* | Use ScopedComPtr instead of CComPtr to reduce a dependency on ATL. | jhawkins@chromium.org | 2009-09-04 | 1 | -15/+15 |
* | Header cleanup in browser/importer | phajdan.jr@chromium.org | 2009-07-20 | 1 | -0/+1 |
* | Move PathComponents from file_util to FilePath, add FilePath::IsParent() | rafaelw@chromium.org | 2009-06-24 | 1 | -1/+2 |
* | Import bookmarks to bookmark bar if user has not bookmarked anything yet. | kuchhal@chromium.org | 2009-06-18 | 1 | -4/+4 |
* | Extract load times from WebDataSource. Move them to NavigationState. | darin@chromium.org | 2009-06-16 | 1 | -0/+1 |
* | Removes the following deprecated functions: | ojan@chromium.org | 2009-06-03 | 1 | -13/+21 |
* | Move win_util.h from common to app. | ben@chromium.org | 2009-05-08 | 1 | -1/+1 |
* | Move l10n_util to app/ | ben@chromium.org | 2009-05-05 | 1 | -1/+1 |
* | Coalesce more hardcoded schemes to using predefined constants. | brettw@chromium.org | 2009-02-26 | 1 | -3/+7 |
* | Fix all places where we used the GetWinVersion function | nsylvain@chromium.org | 2009-02-25 | 1 | -1/+1 |
* | Update include paths for grit files. Go ahead and resort | tc@google.com | 2009-02-22 | 1 | -2/+1 |
* | Move search code to a subdir | ben@chromium.org | 2009-01-16 | 1 | -1/+1 |
* | Fie. | ben@chromium.org | 2009-01-15 | 1 | -1/+1 |
* | Move search engines files into subdir | ben@chromium.org | 2009-01-15 | 1 | -1/+1 |
* | Move password manager files into a subdir | ben@chromium.org | 2009-01-15 | 1 | -1/+1 |
* | browser porting, part 2 - importer | phajdan.jr@chromium.org | 2008-12-12 | 1 | -0/+2 |
* | Move file enumeration to filepaths. | avi@google.com | 2008-12-11 | 1 | -4/+5 |
* | Adds NULL checks for LoadLibrary and GetProcAddress calls in | sky@google.com | 2008-12-10 | 1 | -0/+6 |
* | Get rid of kPathSeparator on windows. Port some wstring function to take File... | estade@chromium.org | 2008-12-04 | 1 | -1/+1 |
* | Revert change 6149 because it broke the unit tests on windows. | nsylvain@chromium.org | 2008-12-01 | 1 | -2/+0 |
* | browser porting, part 2 - importer | agl@chromium.org | 2008-12-01 | 1 | -0/+2 |
* | Adds import/export of bookmarks to bookmarks.html file. | sky@google.com | 2008-11-07 | 1 | -2/+3 |
* | Toolbar Importer Pass2 | brg@chromium.com | 2008-11-06 | 1 | -1/+2 |
* | Move Time, TimeDelta and TimeTicks into namespace base. | dsh@google.com | 2008-10-27 | 1 | -0/+2 |
* | Removing the check for creation time on favorites when importing with IE. | jcampan@chromium.org | 2008-09-23 | 1 | -16/+1 |
* | Move importer files into an importer subdirectory. | beng@google.com | 2008-09-13 | 1 | -0/+567 |