summaryrefslogtreecommitdiffstats
path: root/chrome/browser/importer
Commit message (Expand)AuthorAgeFilesLines
* Revert 136499 - Taking over issue 10006037.yusukes@google.com2012-05-111-3/+1
* Move URLFetcherDelegate to net/ and split URLFetcher between net/ and content/akalin@chromium.org2012-05-112-3/+3
* Taking over issue 10006037.rlp@chromium.org2012-05-111-1/+3
* Update GAIA URL to accounts.google.com/... from www.google.com/accounts/...zelidrag@chromium.org2012-05-101-1/+1
* Remove the "autogenerate keyword" bit on TemplateURL.pkasting@chromium.org2012-05-082-6/+2
* Remove const qualifiers on "TemplateURL*" in many TemplateURLService APIs. T...pkasting@chromium.org2012-04-271-1/+1
* RefCounted types should not have public destructors, chrome/browser/ part 6rsleevi@chromium.org2012-04-275-65/+75
* Added parameter 'clear_bound_vars', so we could reset the statement without c...michaelbai@chromium.org2012-04-252-2/+2
* Add a Profile* member to TemplateURL. This makes some invocations of Replace...pkasting@chromium.org2012-04-234-5/+8
* Enforce that TemplateURLs' URLs cannot be empty.pkasting@chromium.org2012-04-191-10/+8
* More misc. cleanups to minimize future refactoring diffs:pkasting@chromium.org2012-04-101-1/+1
* Update uses of TimeDelta in mac firefox importer test code.tedvessenes@gmail.com2012-04-091-1/+1
* Send results back from ExternalProcessImporterBridge on the correct thread.bauerb@chromium.org2012-04-072-6/+22
* include <iterator>, fixes build for non-pch on vs2010scottmg@chromium.org2012-04-071-0/+2
* Reland r131019: Move most TemplateURL data members to a new struct, TemplateU...pkasting@chromium.org2012-04-074-74/+75
* Revert 131019 - This caused memory tests to fail on all the perf bots.kerz@chromium.org2012-04-064-75/+74
* Move most TemplateURL data members to a new struct, TemplateURLData. This al...pkasting@chromium.org2012-04-054-74/+75
* Reland r130431: Move the URL string from TemplateURLRef onto the owning Templ...pkasting@chromium.org2012-04-044-54/+37
* Revert 130431 - Move the URL string from TemplateURLRef onto the owning Templ...dbeam@chromium.org2012-04-044-37/+54
* Move the URL string from TemplateURLRef onto the owning TemplateURL. This wi...pkasting@chromium.org2012-04-034-54/+37
* Make TemplateURLRefs take an owner TemplateURL* (which must not be NULL). Th...pkasting@chromium.org2012-03-301-1/+1
* Remove fields from TemplateURL[Ref] that are part of the OSDD spec but never ...pkasting@chromium.org2012-03-293-71/+13
* Pass TemplateURL* instead of TemplateURL across the profile import IPC message.pkasting@chromium.org2012-03-2611-79/+83
* Add comments to ToolbarImporter describing why it's ok to send cookies.mirandac@chromium.org2012-03-241-0/+4
* Clean up TemplateURLParser:pkasting@chromium.org2012-03-203-12/+4
* Misc. cleanup for chrome/browser/importer/:pkasting@chromium.org2012-03-1615-134/+83
* Clean up first run:pkasting@chromium.org2012-03-161-6/+4
* Clean up chrome/browser/search_engines/: pkasting@chromium.org2012-03-161-47/+11
* Update net/base/cookie_*.h includes to net/cookies/cookie_*.h .erikwright@chromium.org2012-03-151-2/+2
* [uber page] Split up initialization of handlers from initialization of webuidbeam@chromium.org2012-03-151-1/+4
* Cleanup: Remove remaining deprecated file_util functions.thestig@chromium.org2012-03-141-27/+31
* Profile refactoring: Remove all PasswordStore code from the Profile interface.erg@chromium.org2012-03-141-1/+3
* Add explicit content deps for chrome/test.joi@chromium.org2012-03-131-0/+1
* ui/base: Move message_box_win.{h,cc} to ui/base/win.tfarina@chromium.org2012-03-121-2/+2
* Add content/public/browser/resource_dispatcher_host.hdarin@chromium.org2012-03-121-1/+0
* Refactor Pickle Read methods to use higher performance PickleIterator.jbates@chromium.org2012-03-071-7/+7
* Coverity: No uninitialized fields in constructor. (CID 9446)tbreisacher@chromium.org2012-03-011-2/+4
* Disable storing cookies from URLFetchers that run with a profile's cookie jar.jochen@chromium.org2012-02-291-1/+4
* Access |utility_process_host_| in ExternalProcessImporterClient on the right ...bauerb@chromium.org2012-02-292-27/+23
* Fix one byte buffer over read in the IE importer code.rnk@chromium.org2012-02-282-5/+8
* Cleanup firefox_importer_utils_win.cc.thestig@chromium.org2012-02-251-15/+18
* Cleanup: Remove base::environment_vector and base::file_handle_mapping_vector...thestig@chromium.org2012-02-242-4/+4
* More SQL statement usage regularization. Back-touch somegbillock@chromium.org2012-02-183-28/+14
* Adding ExtensiveChanges state to BookmarkModel.nyquist@chromium.org2012-02-171-2/+2
* Properly parse version numbers for Firefox 10+isherman@chromium.org2012-02-161-1/+1
* Nix TemplateURL::logo_id, EXPLICIT_DEFAULT_PROVIDER, etc.msw@chromium.org2012-02-162-4/+0
* Use URLRows rather than std::vector<URLRow>. Also, there is an equivalent Typ...mrossetti@chromium.org2012-02-1018-40/+38
* Do not override the default search engine during import.msw@chromium.org2012-02-086-101/+19
* Create an API around UtilityProcessHost and use that from chrome.jam@chromium.org2012-02-032-7/+13
* A few clients of the utility process had a race condition that could lead to ...dgrogan@chromium.org2012-01-272-7/+7