summaryrefslogtreecommitdiffstats
path: root/chrome/browser/importer
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: Remove needed #includes for profile.h.thestig@chromium.org2010-12-101-2/+1
* Start deinlining non-empty virtual methods. (This will be automatically checkederg@google.com2010-12-092-1/+3
* Add missing new linejam@chromium.org2010-12-081-1/+1
* ipc: Simplify the magic required to create IPC message headers.This gets rid ...jam@chromium.org2010-12-085-74/+53
* Add the "virtual" keyword on method overrides that are missing it.erg@google.com2010-12-081-3/+3
* Importer: Fix ImporterList::DetectSourceProfiles to run on the FILE thread, asjhawkins@chromium.org2010-12-074-137/+277
* Move:ben@chromium.org2010-12-023-3/+3
* Move browser/cocoa to browser/ui/cocoaben@chromium.org2010-12-011-1/+1
* Cleanup: Remove chrome/browser/browser_navigator.* and references.jhawkins@chromium.org2010-11-121-1/+1
* Coverity: Pass parameters by reference.jhawkins@chromium.org2010-11-0911-11/+11
* Fix type inconsistency with StartImportingWithUI and ProfileInfo.tfarina@chromium.org2010-11-021-1/+1
* Make all browser code use browser::Navigate to open tabs.ben@chromium.org2010-11-021-7/+4
* Use make_scoped_refptr for NewRunnableMethod if the raw ptr type is derived f...thakis@chromium.org2010-11-011-4/+8
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-012-7/+7
* If default browser is set to FF, and Chrome is run as first-run with an empty...mirandac@chromium.org2010-10-281-5/+10
* Add logo display for fourth search engine in search engine selection dialog.mirandac@chromium.org2010-10-272-2/+10
* Roll DEPS to rlz library r26:30 to get the latest fixes for base library chan...tfarina@chromium.org2010-10-261-13/+12
* Make USE_OPENSSL and USE_NSS mutually exclusivejoth@chromium.org2010-10-222-0/+47
* Convert LOG(INFO) to VLOG(1) - misc. chrome/browser/*/*.pkasting@chromium.org2010-10-212-6/+6
* FBTF: Even more deinlining.erg@google.com2010-10-202-10/+12
* ipc_channel: warn if someone forgets to check the result of Connect()evan@chromium.org2010-10-191-2/+2
* Revert 63067 - This adds some plumbing for propagating the status and error c...gspencer@chromium.org2010-10-192-2/+2
* This adds some plumbing for propagating the status and error code of agspencer@chromium.org2010-10-192-2/+2
* Move pe_image and registry from base to base/win and use the namespace. It re...brettw@chromium.org2010-10-172-7/+12
* Move windows version-related stuff out of base/win_util and into base/win/win...brettw@chromium.org2010-10-151-2/+2
* base: Move SplitString functions into the base namespace and update the callers.tfarina@chromium.org2010-10-145-9/+9
* Coverity: Initialize member variables.jhawkins@chromium.org2010-10-131-1/+3
* Rename ChromeThread to BrowserThread Part20:tfarina@chromium.org2010-10-125-5/+5
* Fix for Browser crash when importing data from Google Toolbargeorgey@chromium.org2010-10-121-1/+2
* Rename ChromeThread to BrowserThread Part11:tfarina@chromium.org2010-10-106-42/+42
* Revert 61899 for breaking cookes on file:// URLs.willchan@chromium.org2010-10-081-20/+8
* Fix instances of passing raw pointers to RefCounted objects in tasks.willchan@chromium.org2010-10-081-8/+20
* Move TestTimeouts from chrome/test to base/test.sergeyu@chromium.org2010-10-051-1/+1
* Replace Browser::AddTabWithURL(...) with:ben@chromium.org2010-10-051-5/+5
* Coverity: Initialize data members in constructor.jhawkins@chromium.org2010-10-053-1/+5
* clang/mac: Fix most easy problems in chrome.xcodeproj (all targets)thakis@chromium.org2010-10-021-2/+2
* FBTF: Move ctors/dtors into implementation files. Adds ctors/dtors to non-POD...erg@google.com2010-09-306-14/+50
* GTTF: use chrome/test/test_timeouts in more places.phajdan.jr@chromium.org2010-09-301-4/+5
* base: Finish moving the SplitString functions from string_util.h to string_sp...tfarina@chromium.org2010-09-245-0/+5
* Moves TabStripModelObserver/Delegate into their own headers.sky@chromium.org2010-09-161-0/+1
* Convert some importer NOTREACHED() cases to LOG(WARNING)s.estade@chromium.org2010-09-102-4/+4
* Use Firefox3Importer to import the browser data of Firefox 4wtc@chromium.org2010-09-103-4/+4
* FBTF: Remove unneeded headers from base/ (part 8)thestig@chromium.org2010-09-082-2/+1
* Fix Firefox data import for Mac.mirandac@chromium.org2010-09-072-2/+8
* Remove the default argument from RegKey::ReadValue.tfarina@chromium.org2010-09-031-2/+4
* importer: Use BookmarkModel::HasBookmarks instead of BookmarkModel::GetBookma...tfarina@chromium.org2010-09-031-9/+3
* Fix a couple of firefox search engine import bugs.estade@chromium.org2010-09-015-33/+117
* Reduce the number of files that recompile when changing template_url.h or tem...levin@chromium.org2010-08-313-0/+3
* FBTF: A giant cleanup to net/erg@google.com2010-08-311-0/+1
* Move the pretty-printing of proxy settings from the C++ code to javascript.eroman@chromium.org2010-08-311-23/+11