summaryrefslogtreecommitdiffstats
path: root/chrome/browser/importer
Commit message (Expand)AuthorAgeFilesLines
* Refactor FirstRun class code into namespace first_run progressively. This cl ...jennyz@chromium.org2011-12-283-4/+5
* Remove PrefService::ScheduleSavePersistentPrefs and change SavePersistentPref...bauerb@chromium.org2011-12-271-7/+1
* Coverity: Fix unchecked return valueskmadhusu@chromium.org2011-12-222-3/+6
* Bookmark import from IE preserving the order.kinaba@chromium.org2011-12-225-151/+605
* Group forms-related files in webkit/glue in a forms/ subdirectory.isherman@chromium.org2011-12-1519-48/+62
* importer: Convert the remaining wstrings to string16.tfarina@chromium.org2011-12-071-11/+13
* importer: Convert NSSDecryptor::Decrypt to string16.tfarina@chromium.org2011-12-071-2/+3
* importer: Convert wstrings in ie_importer.cc to string16.tfarina@chromium.org2011-12-061-16/+15
* importer: Convert the wstrings in importer_unittest to string16.tfarina@chromium.org2011-12-061-10/+10
* Revert 113027 - Zygote most of the uses of the utility process on Linuxdbeam@chromium.org2011-12-061-1/+0
* Zygote most of the uses of the utility process on Linuxjorgelo@chromium.org2011-12-051-0/+1
* importer: Convert ResolveInternetShortcut() to string16.tfarina@chromium.org2011-12-022-9/+9
* importer: Convert two wstrings to string16 in GetFirefoxInstallPathFromRegist...tfarina@chromium.org2011-12-021-2/+3
* Remove ChildThread dependency from Chrome. In the future we might want to exp...jam@chromium.org2011-11-292-9/+10
* callback_forward.h forward-declares base::Callback and base::Closure.erikwright@chromium.org2011-11-281-2/+1
* Cleanup: Convert ASCIIToUTF16("") to string16().jhawkins@chromium.org2011-11-282-14/+16
* Add OVERRIDE to chrome/browser/.avi@chromium.org2011-11-211-2/+2
* importer: Remove unused variable.tfarina@chromium.org2011-11-141-2/+0
* Move BrowserThread to content namespace.joi@chromium.org2011-11-0210-2/+18
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-289-16/+11
* Review URL: http://codereview.chromium.org/8357020mirandac@chromium.org2011-10-265-8/+30
* Convert chrome callers of UrlFetcher to use the interface. I'll switch tests ...jam@chromium.org2011-10-261-3/+5
* Create a content::UrlFetcher interface that lives in content/public/common an...jam@chromium.org2011-10-252-7/+7
* Convert URLFetcher::Delegates to use an interface in content/public/common. A...jam@chromium.org2011-10-242-17/+9
* Move common_param_traits and webkit_param_traits to content/public/common.jam@chromium.org2011-10-211-2/+2
* Move ScopedCoMem to base/win. This is to allow the class to be used from fol...tommi@chromium.org2011-10-211-2/+2
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-191-1/+0
* Ensure that the GAIA signin forced when importing from the Google Toolbar hap...mirandac@chromium.org2011-10-191-2/+4
* Move notification_source from content/common to content/browser/public and pu...jam@chromium.org2011-10-191-4/+4
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-191-7/+7
* Move PageTransition into content namespace. While I'm touching all these file...jam@chromium.org2011-10-131-1/+1
* Fixed behavior of the bookmark bar visibility.joaodasilva@chromium.org2011-10-112-6/+2
* Migrate ImporterHost from storing a Task to storing a Closure.isherman@chromium.org2011-10-062-18/+13
* Migrate NewRunnableMethod instances in browser/import to base::Bind()isherman@chromium.org2011-10-048-39/+44
* gcc 4.6 warnings cleanuppph34r@gmail.com2011-10-041-1/+1
* Get rid of the profile import process code, and instead go through the utilit...jam@chromium.org2011-10-038-518/+190
* Remove disabled parts of ImporterTestphajdan.jr@chromium.org2011-09-281-37/+0
* ui/gfx: Refactor favicon_size.htfarina@chromium.org2011-09-261-3/+5
* Wait properly for renderer crashesphajdan.jr@chromium.org2011-09-191-8/+9
* Move URLFetcher from content/common to content/common/net.willchan@chromium.org2011-09-131-1/+1
* Fix Linux Views build breakage.willchan@chromium.org2011-09-131-1/+1
* Move URLFetcher from content/common to content/common/net.willchan@chromium.org2011-09-131-1/+1
* Switch ChromeTestSuite to the same convention as ContentTestSuite:phajdan.jr@chromium.org2011-08-271-2/+1
* bookmarks: Fix an obvious typo in IDS_BOOMARK_*.tfarina@chromium.org2011-08-262-3/+3
* Remove stray log statement from long ago.mirandac@google.com2011-08-241-1/+0
* Give plug-in processes an executable heap and disable PIE/ASLR for Nativemark@chromium.org2011-08-241-1/+6
* Added group policies to enable/disable importing of data from other browsers.simo@google.com2011-08-161-0/+14
* Reorganize chrome/test, part #9phajdan.jr@chromium.org2011-08-111-1/+1
* wstring: remove wstrings from ChildProcessInfoevan@chromium.org2011-08-051-1/+2
* GTTF: Use a fresh TestingBrowserProcess for each test, part #4phajdan.jr@chromium.org2011-08-031-1/+2