summaryrefslogtreecommitdiffstats
path: root/chrome/utility
Commit message (Expand)AuthorAgeFilesLines
* Fix incorrect checking of file_util::WriteFile() return results.thestig@chromium.org2013-09-171-4/+10
* Set the printer info in crash reports using the crash key logging system.rsesek@chromium.org2013-09-171-2/+2
* Revert 223610 "Set the printer info in crash reports using the c..."finnur@chromium.org2013-09-171-2/+2
* Set the printer info in crash reports using the crash key logging system.rsesek@chromium.org2013-09-171-2/+2
* Fix import Firefox passwords on Windows (silent failure); plds4.dll and nspr4...drbasic@yandex-team.ru2013-09-171-6/+6
* importer: Allow user to import some missing URLS.tfarina@chromium.org2013-09-162-0/+6
* Move the rest of extension_manifest_constants to top-level extensions/rdevlin.cronin@chromium.org2013-09-162-10/+10
* Fixed formating and added io_runner_.vitalybuka@chromium.org2013-09-151-2/+1
* content: Move kHttpScheme constant into content namespace.tfarina@chromium.org2013-09-151-2/+2
* Media Galleries API Picasa: Refactor test case writing codetommycli@chromium.org2013-09-132-28/+19
* Added logging to local discovery codenoamsml@chromium.org2013-09-111-0/+47
* Move PasswordForm from //content to //autofill.blundell@chromium.org2013-09-0910-32/+36
* Added cache flush on network change to ServiceDiscoveryHostClientnoamsml@chromium.org2013-09-071-3/+0
* Media Galleries API Picasa: Add file watch to invalidate database data on dis...tommycli@chromium.org2013-09-062-11/+2
* Use base::GlobalDescriptors::kBaseDescriptor instead of magic number 3.dongseong.hwang@intel.com2013-09-061-1/+3
* Media Galleries API Picasa: Make PicasaDataProvider handle async PMP and INI ...tommycli@chromium.org2013-09-032-28/+14
* Listen for mDns traffic in setuid sandboxed Utility process.vitalybuka@chromium.org2013-09-013-50/+65
* Move ReadFileToString to the base namespace.brettw@chromium.org2013-08-304-8/+7
* Move AlterEnvironment to base/environment.h, implement on Windows. This re-im...brettw@chromium.org2013-08-301-7/+2
* Fix location of tracks detected by itunes - they should be absolute.vandebo@chromium.org2013-08-292-3/+20
* PlatformSocketFactory integrated with libevent sockets.vitalybuka@chromium.org2013-08-291-13/+4
* Remove unused variable declaration.etienneb@chromium.org2013-08-291-1/+0
* content: Move kHttpsScheme constant into content namespace.tfarina@chromium.org2013-08-261-2/+2
* Make local domain resolver send both ipv4 and ipv6 addressesnoamsml@chromium.org2013-08-245-35/+99
* Move Feature and Manifest to top-level extensions.yoz@chromium.org2013-08-224-3/+4
* Media Galleries API Picasa: Modify the album indexer to de-dupe names.tommycli@chromium.org2013-08-224-23/+124
* Fix deadlock and DCHECK issues when shutting down local discovery processnoamsml@chromium.org2013-08-162-1/+26
* Rename extension_manifest_keys namespace to extensions::manifest_keys.yoz@chromium.org2013-08-152-2/+2
* Media Galleries API Picasa: Fix utility client bugs for Picasa indexing.tommycli@chromium.org2013-08-141-1/+3
* Remove "<HR>" tags to import Firefox bookmarks correctly.zhchbin@gmail.com2013-08-132-25/+93
* Printing: Add a basic printing mode without print preview and cloud print.thestig@chromium.org2013-08-121-2/+2
* Create ExtensionsClient abstraction for globally registered extension state.yoz@chromium.org2013-08-091-5/+3
* Add media file validation to utility processvandebo@chromium.org2013-08-093-5/+39
* Fix bug affecting cache lookups with multiple recordsnoamsml@chromium.org2013-08-071-6/+58
* Moves chrome/common/time_format to ui/base/l10n.mukai@chromium.org2013-08-072-2/+0
* avoid char+'\xHH' as it's too easy to use values > 127mostynb@opera.com2013-08-012-135/+135
* Media Galleries API Picasa: Move PMP test helper to chrome/common/.tommycli@chromium.org2013-08-014-313/+95
* Revert 214661 "Bugfix: LocalDomainResolver double-calls its call..."jwd@chromium.org2013-07-312-28/+5
* Bugfix: LocalDomainResolver double-calls its callbacknoamsml@chromium.org2013-07-312-5/+28
* Move itunes related files in common/ and utility/ into media galleries subdir...vandebo@chromium.org2013-07-317-16/+16
* importer: Allow chrome to import internal chrome pages (i.e, chrome:// and ab...tfarina@chromium.org2013-07-273-2/+109
* Media Galleries API Picasa: Put INI indexing step into sandboxed utility proc...tommycli@chromium.org2013-07-264-21/+32
* Update include paths in chrome et al. for base/process changes.rsesek@chromium.org2013-07-252-1/+3
* Add support for local domain resolution in ServiceDiscoveryHostClientnoamsml@chromium.org2013-07-242-2/+76
* Move ".crx"/".pem" constants and extension_filenames constants into extension...yoz@chromium.org2013-07-232-8/+5
* Refactor LocalDomainResolver into interface and implementationnoamsml@chromium.org2013-07-235-155/+131
* Run service discovery code on IO thread.vitalybuka@chromium.org2013-07-222-22/+114
* Enable sandbox in local discovery utility process.vitalybuka@chromium.org2013-07-204-10/+158
* Move firefox_importer_utils_unittest.cc to be adjacent to the tested file.isherman@chromium.org2013-07-191-158/+0
* Run local discovery code in utility process.vitalybuka@chromium.org2013-07-183-1/+175