summaryrefslogtreecommitdiffstats
path: root/chrome/utility/importer
Commit message (Expand)AuthorAgeFilesLines
* Apply automated fixits for Chrome clang plugin to chrome.dcheng2015-04-291-1/+1
* Update {virtual,override} to follow C++11 style in chrome.nick2015-04-242-4/+4
* Rename GURL::SchemeUsesTLS to SchemeIsCryptographic.palmer2015-04-222-3/+3
* Initial support for using BoringSSL with NSS certificates.davidben2015-04-222-51/+2
* Replace some GURL::SchemeIsSecure callers with SchemeUsesTLS.palmer2015-04-202-5/+5
* Rename USE_NSS to USE_NSS_CERTS.davidben2015-04-172-5/+5
* Remove a couple of unnecessary includes.amistry2015-03-301-0/+1
* Split ValueSerializer into separate Serializer and Deserializer classes.prashhir2015-03-051-4/+4
* Remove base::WaitForSingleProcessrvargas2015-02-241-3/+3
* Move ImportedFaviconUsage to favicons_base component.naiem.shaik2015-02-1113-55/+51
* Cleanup: Don't bother doing no-op wide/utf16 conversions on Windows.thestig2015-01-301-2/+2
* Importing certain bookmarks from firefox and HTML file as search engines.ghose.tapu2015-01-169-79/+203
* Update Mac-specific code to use the new version of LaunchProcess.rvargas2015-01-102-17/+13
* Search for history items that was imported from IE is not working.aseren2015-01-061-8/+17
* Make callers of CommandLine use it via the base:: namespace, and remove the g...avi2014-12-251-1/+1
* Switch users of foundation_util.h to include it directly and clean up uses of...avi2014-12-211-1/+1
* Cleanup: Remove some unneeded string allocations.thestig2014-12-031-3/+3
* Remove implicit conversions from scoped_refptr to T* in chrome/dcheng2014-11-121-3/+3
* Don't import empty passwords from Firefox.vasilii2014-11-072-10/+5
* Fix bug found by /analyze: incorrect return checking.brucedawson2014-11-031-1/+1
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-281-1/+1
* Collect statistics from the importer on empty usernames and passwords from ot...vasilii2014-10-221-0/+11
* Cleanup: Better constify some strings in chrome.thestig2014-10-223-14/+13
* Standardize usage of virtual/override/final in chrome/dcheng2014-10-215-38/+33
* Convert ARRAYSIZE_UNSAFE -> arraysize in chrome/, outside of chrome/browser/.viettrungluu2014-10-162-3/+3
* Add mkwst@chromium.org to IPC OWNERS files.mkwst2014-10-091-0/+1
* Replace FINAL and OVERRIDE with their C++11 counterparts in chrome/utilitymohan.reddy2014-10-097-23/+23
* Rewrite line endings from CRLF to LF for a bunch of files.Daniel Cheng2014-10-071-87/+87
* Importer - Change const char* foo to const char foo[]n.bansal2014-09-291-28/+34
* Remove implicit HANDLE conversions from chrome.rvargas2014-09-251-1/+3
* Importer -- Use IPC_STRUCT_TRAITS macros.tsepez2014-09-171-1/+2
* Add wfh@chromium.org to ipc OWNERS filesWill Harris2014-09-081-0/+1
* Implement "Autofill form data" import for Firefoxn.bansal2014-09-054-1/+73
* Remove cevans@ from OWNERS files.thestig2014-08-291-1/+0
* Change base/file_utils.h includes to base/files/file_utils.h in chrome/thestig2014-08-267-8/+8
* This patch parses search-metadata.json that is used to storen.bansal@samsung.com2014-08-191-0/+28
* Revert 289312 "Move StringToUpperASCII and LowerCaseEqualsASCII ..."brettw@chromium.org2014-08-132-4/+4
* Move StringToUpperASCII and LowerCaseEqualsASCII to the base namespacebrettw@chromium.org2014-08-132-4/+4
* Use a qualified path for grit includes in various chrome/ directories.thestig@chromium.org2014-08-135-7/+7
* Fix various bits of error-handling in NSSDecryptor.davidben@chromium.org2014-08-062-2/+13
* Parsed search.json for importing search engine settings from FireFox.ghose.tapu@gmail.com2014-07-012-4/+92
* NSSDecryptor::ReadAndParseSignons() - improved password form scheme detection,ljagielski@opera.com2014-06-165-3/+120
* Componentize URLFixerUpper.blundell@chromium.org2014-06-121-2/+2
* Move about://-related constants from //content to //urlblundell@chromium.org2014-06-101-2/+2
* Remove cdn from OWNERS for IPC security review.palmer@chromium.org2014-06-081-1/+0
* Introduce IPC::Channel::Create*() to ensure it being heap-allocated.morrita@chromium.org2014-05-301-6/+5
* Revert 273575 "Introduce IPC::Channel::Create*() to ensure it be..."mattm@chromium.org2014-05-291-5/+6
* Introduce IPC::Channel::Create*() to ensure it being heap-allocated.morrita@chromium.org2014-05-291-6/+5
* Move some content url constants to /url.sungmann.cho@navercorp.com2014-05-282-5/+5
* Change all component_strings references to be to components_stringsblundell@chromium.org2014-05-281-1/+1