summaryrefslogtreecommitdiffstats
path: root/chrome/browser/importer/profile_writer.cc
Commit message (Expand)AuthorAgeFilesLines
* Misc. cleanup for chrome/browser/importer/:pkasting@chromium.org2012-03-161-38/+14
* Profile refactoring: Remove all PasswordStore code from the Profile interface.erg@chromium.org2012-03-141-1/+3
* Adding ExtensiveChanges state to BookmarkModel.nyquist@chromium.org2012-02-171-2/+2
* Use URLRows rather than std::vector<URLRow>. Also, there is an equivalent Typ...mrossetti@chromium.org2012-02-101-2/+2
* Remove PrefService::ScheduleSavePersistentPrefs and change SavePersistentPref...bauerb@chromium.org2011-12-271-7/+1
* Bookmark import from IE preserving the order.kinaba@chromium.org2011-12-221-8/+28
* Group forms-related files in webkit/glue in a forms/ subdirectory.isherman@chromium.org2011-12-151-1/+1
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-191-1/+0
* Fixed behavior of the bookmark bar visibility.joaodasilva@chromium.org2011-10-111-5/+2
* bookmarks: Convert GetBookmarkBarNode() to unix_hacker style.tfarina@chromium.org2011-07-221-2/+2
* Moving notification types which are chrome specific to a new header file chro...ananta@chromium.org2011-07-101-1/+2
* ui/base/models: Add empty() accessor to TreeNode class.tfarina@chromium.org2011-06-081-1/+1
* Changes TemplateURLModel into TemplateURLService. Changes all access points t...erg@google.com2011-06-071-7/+9
* Many fixes to bookmark importing.isherman@chromium.org2011-05-261-130/+109
* Style cleanup in bookmarks import codeisherman@chromium.org2011-05-241-22/+18
* iwyu: Include stringprintf.h where appropriate, part 2.jhawkins@chromium.org2011-05-111-1/+1
* importer: Convert AddBookmarkEntries to string16.tfarina@chromium.org2011-04-021-11/+10
* importer: Remove instances of wstring from ProfileWriter.tfarina@chromium.org2011-03-241-13/+12
* importer: Remove unneeded includes of importer_host.htfarina@chromium.org2011-03-211-6/+4
* bookmarks: Rename AddGroup to AddFolder.tfarina@chromium.org2011-03-181-12/+12
* fav icon -> favicon. Pass 9: chrome/browser/historyavi@chromium.org2011-03-151-1/+1
* bookmarks: Rename entries with GroupModified to FolderModified.tfarina@chromium.org2011-03-121-1/+1
* Rename TreeNode::GetChildCount to TreeNode::child_count. Part 3.tfarina@chromium.org2011-03-101-5/+5
* importer: Move chrome/browser/importer/importer.[cc,h] to importer_host.[cc,h].tfarina@chromium.org2011-03-091-1/+1
* Update a bunch of files to the new location of notification files.tfarina@chromium.org2011-03-091-1/+1
* Rename TreeNode::GetParent() to TreeNode::parent(). Part 2tfarina@chromium.org2011-03-081-2/+2
* Current firefox2_importer and firefox3_importer could not import empty folder.yutak@chromium.org2011-01-281-4/+10
* Remove wstring from TemplateURL and friends.avi@chromium.org2011-01-191-3/+3
* Revert 71485 - Remove wstring from TemplateURL and friends.avi@chromium.org2011-01-141-3/+3
* Remove wstring from TemplateURL and friends.avi@chromium.org2011-01-141-3/+3
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-1/+1
* Move:ben@chromium.org2010-12-021-1/+1
* FBTF: Move ctors/dtors into implementation files. Adds ctors/dtors to non-POD...erg@google.com2010-09-301-0/+8
* Reduce the number of files that recompile when changing template_url.h or tem...levin@chromium.org2010-08-311-0/+1
* Remove the wstring TreeModelNode::GetTitle() and rename GetTitleAsString16() ...viettrungluu@chromium.org2010-08-301-3/+3
* Remove wstrings from bookmarks, part 17.viettrungluu@chromium.org2010-08-291-3/+3
* Move prefs-related files under chrome/browser/ into a prefs/ subdir.evan@chromium.org2010-08-261-1/+1
* Re-land r56742 now with correct database filesbrettw@chromium.org2010-08-211-2/+3
* Revert 56742 - A new field to describe the sources of history urls(visits) is...brettw@chromium.org2010-08-191-3/+2
* A new field to describe the sources of history urls(visits) is added. This fi...brettw@chromium.org2010-08-191-2/+3
* Remove wstrings from bookmarks, part 3.viettrungluu@chromium.org2010-08-191-1/+2
* Remove wstrings from bookmarks, part 1 (of many).viettrungluu@chromium.org2010-08-181-1/+2
* Make bookmark import not to enable bookmark bar by default.huanr@chromium.org2010-07-091-1/+1
* Change a bunch of string types.estade@chromium.org2010-06-291-6/+6
* Fix password import for OS X Firefox.mirandac@chromium.org2010-06-091-1/+2
* Update UI, sync and importer to properly handle managed homepage prefsmnissler@chromium.org2010-05-271-2/+5
* Move the profile_writer out of importer in preparation for OOP import on Mac.mirandac@chromium.org2010-05-141-0/+344