summaryrefslogtreecommitdiffstats
path: root/chrome/utility
Commit message (Expand)AuthorAgeFilesLines
* Convert ARRAYSIZE_UNSAFE -> arraysize in chrome/, outside of chrome/browser/.viettrungluu2014-10-162-3/+3
* Make ARRAYSIZE_UNSAFE() just use arraysize().viettrungluu2014-10-141-4/+7
* Change PDF scaling factor from double to float.pkasting2014-10-092-11/+13
* Add mkwst@chromium.org to IPC OWNERS files.mkwst2014-10-092-0/+2
* Replace FINAL and OVERRIDE with their C++11 counterparts in chrome/utilitymohan.reddy2014-10-0921-56/+56
* Rewrite line endings from CRLF to LF for a bunch of files.Daniel Cheng2014-10-071-87/+87
* Media Galleries API: Update OWNERS files to reflect team changes.tommycli2014-09-301-2/+1
* Importer - Change const char* foo to const char foo[]n.bansal2014-09-291-28/+34
* Handle large wallpaper decoding in utility process:glevin2014-09-264-10/+135
* [Mac] Use raw disks (/dev/rdisk#) in image_writer_mac.jackhou2014-09-262-1/+8
* Remove implicit HANDLE conversions from chrome.rvargas2014-09-252-3/+5
* Move SafeManifestParser to //extensionsrockot2014-09-242-10/+12
* Revert of Large wallpaper decoding in utility process (patchset #5 id:190001 ...jiayl2014-09-244-122/+10
* Handle large wallpaper decoding in utility process:glevin2014-09-244-10/+122
* Replace forward_dependent_configs with public_depsBrett Wilson2014-09-231-1/+2
* Remove implicit conversions from scoped_refptr to T* in chrome/dcheng2014-09-201-1/+1
* Importer -- Use IPC_STRUCT_TRAITS macros.tsepez2014-09-171-1/+2
* Use file handles to interact with utility process.vitalybuka2014-09-172-109/+93
* GN: Get //chrome/* mostly working on androidJames Robinson2014-09-171-1/+1
* PrintingHandler in utility process is required for Windows even without full ...vitalybuka2014-09-093-6/+15
* Add wfh@chromium.org to ipc OWNERS filesWill Harris2014-09-082-0/+2
* Add in a missing call to propagate the extension choices to the Save As dialog.erikwright2014-09-081-0/+1
* Remove noamsml@ from OWNERSnoamsml2014-09-051-1/+0
* Implement "Autofill form data" import for Firefoxn.bansal2014-09-054-1/+73
* Pass credentials for WifiManager in Windows.noamsml2014-08-293-17/+6
* Media gallery fixups for scoped_refptr<T> operator T* removal.dcheng2014-08-292-11/+18
* Remove cevans@ from OWNERS files.thestig2014-08-292-2/+0
* Removed print_web_view_helper_win.ccvitalybuka2014-08-282-10/+10
* Remove implicit conversions from scoped_refptr to T* in chrome/dcheng2014-08-261-3/+3
* Work on GN build of Chrome.Brett Wilson2014-08-261-3/+6
* Change base/file_utils.h includes to base/files/file_utils.h in chrome/thestig2014-08-2614-15/+15
* Experimentally isolate GetSaveFileName in a utility process.erikwright@chromium.org2014-08-222-0/+36
* Experimentally isolate OpenItemViaShell in a utility process.erikwright@chromium.org2014-08-212-0/+8
* This patch parses search-metadata.json that is used to storen.bansal@samsung.com2014-08-191-0/+28
* Experimentally isolate GetOpenFileName in a utility process.erikwright@chromium.org2014-08-143-0/+106
* 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-137-12/+9
* Move ini_parser from base to chrome/commonbrettw@chromium.org2014-08-111-2/+2
* Allow drag-and-drop of zipped extensions on chrome://extensionselijahtaylor@chromium.org2014-08-092-0/+18
* Move UpdateManifest to //extensionsrockot@chromium.org2014-08-081-1/+1
* Separate CryptoVerifyImpl into its own file.stevenjb@chromium.org2014-08-081-2/+2
* Fix accidental octal literal in pwg_encoder.ccnoamsml@chromium.org2014-08-081-1/+1
* Created helper class for parsing Apple style XML dictionaries.krb@chromium.org2014-08-074-212/+266
* Fix invalid array access in OnRobustJPEGDecodeImage().tnagel@chromium.org2014-08-061-1/+2
* Fix various bits of error-handling in NSSDecryptor.davidben@chromium.org2014-08-062-2/+13
* Componentize component_updater: Decouple in-process DeltaUpdateOp from out-of...tommycli@chromium.org2014-08-051-10/+4
* Revert "Revert 285479 "Make DataSource::Stop() synchronous.""xhwang@chromium.org2014-08-022-3/+2
* Revert 285479 "Make DataSource::Stop() synchronous."inferno@chromium.org2014-07-282-2/+3
* Make DataSource::Stop() synchronous.xhwang@chromium.org2014-07-252-3/+2