summaryrefslogtreecommitdiffstats
path: root/cloud_print/virtual_driver
Commit message (Expand)AuthorAgeFilesLines
* Move GetProcessIntegrityLevel to file_info.h and remove the handle argument.rvargas2015-02-131-7/+2
* Refactor chrome_launcher_support::GetAnyChromePath.mgiuca2015-01-141-1/+1
* Update cloud_print and chrome/service to use the new version of LaunchProcess.rvargas2014-12-132-3/+3
* Fixing error checking of PathService::Get.brucedawson2014-12-081-1/+1
* Upgrade the windows specific version of LaunchProcess to avoid raw handles.rvargas2014-12-051-4/+4
* Revert of Upgrade the windows specific version of LaunchProcess to avoid raw ...rfevang2014-12-031-4/+4
* Upgrade the windows specific version of LaunchProcess to avoid raw handles.rvargas2014-12-031-4/+4
* Prefix CommandLine usage with base namespace (Part 7: cloud_print/)pgal.u-szeged2014-11-192-7/+8
* Cleanup: Remove unneeded path_service.h includes.thestig2014-11-061-1/+0
* remove DIR_LOCAL_APP_DATA_LOW from base.cpu2014-10-271-6/+14
* Cleanup: Remove trailing whitespaces in gyp files.thestig2014-10-171-1/+1
* Remove implicit HANDLE conversions from cloud_print.rvargas2014-09-252-4/+4
* Cleanup: Use base/files/file_util.h instead of base/file_util.h in cc/, chrom...thestig2014-09-106-12/+14
* win/clang: Fix all remaining -Wformat warnings.Nico Weber2014-09-051-1/+1
* clang/win: Fix most -Wwriteable-strings warnings.thakis@chromium.org2014-07-231-2/+4
* Fixed MonitorData deletion in Monitor2Shutdown.vitalybuka@chromium.org2014-07-221-7/+3
* Fixes for re-enabling more MSVC level 4 warnings: misc edition #2pkasting@chromium.org2014-07-181-3/+3
* Removes --cloud-print-delete-file.vitalybuka@chromium.org2014-03-131-9/+4
* Set system error code for Google Update.vitalybuka@chromium.org2014-03-021-8/+14
* More paper for Google Cloud Printer.vitalybuka@chromium.org2014-03-021-9/+937
* Updated translation for Virtual Driver.vitalybuka@chromium.org2014-03-0154-176/+137
* Allow Win64 build of base library even in a Win32 build.petewil@chromium.org2014-01-091-1/+1
* Revert 239400 "Revert 239280 "Move more file_util functions to b..."thakis@chromium.org2013-12-081-3/+3
* Revert 239280 "Move more file_util functions to base namespace."thakis@chromium.org2013-12-081-3/+3
* Move more file_util functions to base namespace.brettw@chromium.org2013-12-071-3/+3
* Use base namespace for string16 in components and cloud_print.brettw@chromium.org2013-12-064-21/+23
* Move GetFileSize, NormalizeFilePath to base namespacebrettw@chromium.org2013-12-041-1/+1
* Move directory creation functions to base namespace.brettw@chromium.org2013-12-032-3/+3
* Move temp file functions to base namespace.brettw@chromium.org2013-12-031-1/+1
* Base: Remove Receive() from ScopedHandle.rvargas@chromium.org2013-11-281-4/+5
* Revert of https://codereview.chromium.org/71013004/hashimoto@chromium.org2013-11-271-5/+4
* Base: Remove Receive() from ScopedHandle.rvargas@chromium.org2013-11-271-4/+5
* Fixed serial number, service name and firmware version of GCP 2.0 prototype.vitalybuka@chromium.org2013-11-212-2/+2
* Removed NULL checks for operator new() return value.vitalybuka@chromium.org2013-10-091-26/+11
* Update include paths in cloud_print for base/process changes.rsesek@chromium.org2013-07-244-7/+6
* Rename base::Delete to base::DeleteFilebrettw@chromium.org2013-07-163-8/+8
* Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to...brettw@chromium.org2013-07-153-6/+6
* Move PathExists to base namespace.brettw@chromium.org2013-07-114-8/+8
* Move Copy* into the base namespace.brettw@chromium.org2013-07-091-2/+2
* Move file_util::Delete to the base namespacebrettw@chromium.org2013-07-013-8/+8
* Use a direct include of strings headers in cloud_print/.avi@chromium.org2013-06-117-8/+8
* Move FileEnumerator to its own file, do some refactoring.brettw@chromium.org2013-06-081-5/+3
* Revert 198820 "Move FileEnumerator to its own file, do some refa..."dbeam@chromium.org2013-05-082-4/+5
* Move FileEnumerator to its own file, do some refactoring.brettw@chromium.org2013-05-072-5/+4
* Added icon for virtual driver uninstaller.vitalybuka@chromium.org2013-04-231-0/+5
* Moved more installer related code to cloud_print/common.vitalybuka@chromium.org2013-04-232-33/+2
* Moved Google Update and install related code to cloud_print/commonvitalybuka@chromium.org2013-04-185-162/+40
* Rewrite scoped_array<T> to scoped_ptr<T[]> in cloud_print.dcheng@chromium.org2013-04-111-1/+1
* Common code moved to cloud_print/common/vitalybuka@chromium.org2013-04-095-45/+11
* User constansts from chrome_switches.hvitalybuka@chromium.org2013-03-277-63/+7