summaryrefslogtreecommitdiffstats
path: root/chrome/browser/importer
Commit message (Expand)AuthorAgeFilesLines
* Misc. Cleanup related to OOP Profile Importjeremy@chromium.org2009-09-251-3/+3
* OS X First run dialog: hide import option of nothing to import from.jeremy@chromium.org2009-09-254-13/+80
* Removing valgrind suppressions that have not triggered in the last 100 runs. ...mattm@chromium.org2009-09-251-0/+1
* Removing the comment above the Firefox30Importer test which indicated that th...ananta@chromium.org2009-09-241-1/+0
* The Firefox3XImporter test was incorrectly deleting a ref counted object caus...ananta@chromium.org2009-09-241-6/+7
* Disable the firefox importer test because it fails on thensylvain@chromium.org2009-09-241-1/+2
* Fix crash during import by checking for errors and exiting early.kuchhal@chromium.org2009-09-221-0/+6
* Modifies the Firefox import behavior such that if we're in first run, the imp...gwilson@google.com2009-09-151-0/+9
* Fix to use FilePath in more unittests.phajdan.jr@chromium.org2009-09-141-4/+5
* While importing favicon, make sure there is an entry in the history db.kuchhal@chromium.org2009-09-114-20/+30
* Use Scoped[Bstr,ComPtr,Variant] instead of their ATL equivalents to reduce de...jhawkins@chromium.org2009-09-101-16/+20
* Fix to use FilePath version of PathService::Get.thestig@chromium.org2009-09-091-4/+3
* Revert one more piece of ie_importer.cc I left out in the last revert.jhawkins@chromium.org2009-09-041-1/+1
* Revert changes to ie_importer.cc from r25498. The builder doesn't like somet...jhawkins@chromium.org2009-09-041-15/+15
* Use ScopedComPtr instead of CComPtr to reduce a dependency on ATL.jhawkins@chromium.org2009-09-042-29/+28
* * Spin a modal loop so that messages that cause Chrome UI to be shown don't c...jeremy@chromium.org2009-09-021-0/+4
* Adds a FaviconService class tied to the profile.arv@google.com2009-08-281-1/+2
* Revert "Fix a ton of compiler warnings."tony@chromium.org2009-08-281-2/+2
* Fix a ton of compiler warnings.estade@chromium.org2009-08-281-2/+2
* Fix memory leaks in Firefox impoter unittest.kuchhal@chromium.org2009-08-261-7/+11
* Re-enable importer unit tests one more time to debug on buildbot.kuchhal@chromium.org2009-08-261-2/+5
* Disable Firefox Importer tests again due to Purify report of leaks.kuchhal@chromium.org2009-08-251-2/+2
* Re-enable importer unit tests since they do not seem to generate Purify error...kuchhal@chromium.org2009-08-251-2/+2
* Recommit "Bring up Firefox Password Import Unittest on OS X."jeremy@chromium.org2009-08-219-28/+495
* Revert "Bring up Firefox Password Import Unittest on OS X."jeremy@chromium.org2009-08-219-495/+28
* Bring up Firefox Password Import Unittest on OS X.jeremy@chromium.org2009-08-219-28/+495
* Disable two tests while I investigate why Purify doesnt like them.kuchhal@chromium.org2009-08-201-2/+2
* Cleaning up lines longer than 80 chars under src/chrome/browser. mark@chromium.org2009-08-172-9/+12
* Import passwords from Firefox 3.1 and above.kuchhal@chromium.org2009-08-156-55/+169
* Fix early return/DCHECK importing Safari bookmarks.jeremy@chromium.org2009-08-121-6/+9
* First Run Import Progress UI.jeremy@chromium.org2009-08-112-6/+1
* Use real creator code for Keychain items. Instead of hard-coding 'rimZ', usemark@chromium.org2009-08-111-13/+10
* When importing bookmarks from Firefox, filter out the default bookmarks.evan@chromium.org2009-08-091-6/+3
* Safari Bookmark/Favicon import.jeremy@chromium.org2009-08-054-82/+335
* First cut at Safari Import - Home Page & History Only.jeremy@chromium.org2009-07-314-3/+354
* First cut at Firefox import on OSX + stubs for Safari import.jeremy@chromium.org2009-07-297-29/+93
* Navigation and cookies for Automationamit@chromium.org2009-07-281-2/+2
* Linux: Fix NSSDecryptor to decrypt Firefox passwords using correct user datab...willchan@chromium.org2009-07-288-90/+317
* Split NSSDecryptor out into platform specific files.willchan@chromium.org2009-07-2215-574/+810
* Add missing TemplateURL include.phajdan.jr@chromium.org2009-07-201-0/+1
* Hopefully fix Windows release compile.phajdan.jr@chromium.org2009-07-201-0/+3
* Header cleanup in browser/importerphajdan.jr@chromium.org2009-07-2013-38/+83
* Lands http://codereview.chromium.org/155428 for Thiago, which changessky@chromium.org2009-07-151-1/+2
* Lands http://codereview.chromium.org/155128 for Thiago.sky@chromium.org2009-07-081-3/+4
* Lands http://codereview.chromium.org/126036 for Thiago.sky@chromium.org2009-06-302-4/+29
* Move render_view_host_manager* and site_instance* from tab_contents to render...brettw@chromium.org2009-06-291-1/+1
* Make bookmark model public interface use const BookmarkNode* instead ofmunjal@chromium.org2009-06-262-18/+19
* fix windows build break.kuchhal@chromium.org2009-06-261-0/+2
* Enable Firefox import on OS X. No UI yet.kuchhal@chromium.org2009-06-2610-201/+348
* Move PathComponents from file_util to FilePath, add FilePath::IsParent()rafaelw@chromium.org2009-06-241-1/+2