summaryrefslogtreecommitdiffstats
path: root/cloud_print
Commit message (Expand)AuthorAgeFilesLines
* Add cloud_print_unittests to the GN build.dpranke2015-04-012-0/+79
* Remove prerender cookie store, part 4.davidben2015-03-231-1/+1
* Remove uses of KillProcess()rvargas2015-03-181-12/+18
* Move GetProcessIntegrityLevel to file_info.h and remove the handle argument.rvargas2015-02-131-7/+2
* Refactor chrome_launcher_support::GetAnyChromePath.mgiuca2015-01-143-5/+8
* Standardize usage of virtual/override/final specifiers in printing code.dcheng2014-12-221-3/+2
* Update cloud_print and chrome/service to use the new version of LaunchProcess.rvargas2014-12-133-5/+4
* Fixing error checking of PathService::Get.brucedawson2014-12-081-1/+1
* Remove timing limitation to set Broadcast, ReceiveBuffer, and SendBuffer opti...hidehiko2014-12-082-10/+4
* 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
* Remove implicit conversions from scoped_refptr to T* in cloud_print/dcheng2014-11-211-1/+1
* Enable MSVC warning for unused locals.Peter Kasting2014-11-201-3/+7
* Prefix CommandLine usage with base namespace (Part 7: cloud_print/)pgal.u-szeged2014-11-1915-43/+55
* Cleanup: Remove unneeded path_service.h includes.thestig2014-11-061-1/+0
* Renamed enable_printing and printing_mode in *.gyp* and .*gn* files.vitalybuka2014-11-051-1/+1
* clang/win: Disable -Wwritable-strings for most cloud_print service targets.thakis2014-11-031-0/+19
* remove DIR_LOCAL_APP_DATA_LOW from base.cpu2014-10-271-6/+14
* Cleanup: Remove trailing whitespaces in gyp files.thestig2014-10-173-6/+6
* Turn UploadDataStream into an abstract class, and split the implentationmmenke2014-10-091-3/+3
* Replacing the OVERRIDE with override and FINAL with final in cloud_printmohan.reddy2014-10-0611-61/+61
* Add net::HttpServer::Delegate::OnConnect() function and set ChromeDriver buff...samuong2014-09-261-0/+1
* Remove implicit HANDLE conversions from cloud_print.rvargas2014-09-256-25/+27
* Added --disable-ipv4 and --disable-ipv6 switches.vitalybuka2014-09-235-15/+44
* GCP 2.0 prototype switches code cleanup.vitalybuka2014-09-228-50/+120
* Cleanup: Use base/files/file_util.h instead of base/file_util.h in cc/, chrom...thestig2014-09-1016-23/+25
* Fix problems in r293393.Nico Weber2014-09-051-10/+10
* win/clang: Fix all remaining -Wformat warnings.Nico Weber2014-09-052-1/+11
* Revert of Revert of clang/win: Fix a few warnings in targets not in chromium_...thakis2014-08-312-5/+6
* Revert of clang/win: Fix a few warnings in targets not in chromium_builder_te...thakis2014-08-302-6/+5
* clang/win: Fix a few warnings in targets not in chromium_builder_tests.Nico Weber2014-08-292-5/+6
* Remove implicit conversions from scoped_refptr to T* in cloud_print/dcheng2014-08-272-2/+2
* Revert "Revert of Replace StreamListenSocket with StreamSocket in HttpServer....byungchul2014-08-252-7/+8
* Revert of Replace StreamListenSocket with StreamSocket in HttpServer. (patchs...estade@chromium.org2014-08-222-8/+7
* Replace StreamListenSocket with StreamSocket in HttpServer.byungchul@chromium.org2014-08-222-7/+8
* Allow URLRequests from one context to have different NetworkDelegates.mmenke@chromium.org2014-08-211-8/+8
* Don't pass const strings to CreateProcess.thakis@chromium.org2014-08-201-1/+3
* Move StringToLowerASCII to base namespacebrettw@chromium.org2014-08-071-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
* Removed --disable-background-mode/restore-background-contents flags.atwilson@chromium.org2014-06-071-3/+0
* Introduce IPC::Channel::Create*() to ensure it being heap-allocated.morrita@chromium.org2014-05-302-4/+4
* Remove {linux|android}_use_tcmalloc and switch to use_allocator in Chromium.dmikurube@chromium.org2014-05-071-2/+1
* Fixed url to manage specific cloud printers.vitalybuka@chromium.org2014-04-241-1/+1
* Moved CloudPrintUrl to components/cloud_devices/cloud_devices_urls.h.vitalybuka@chromium.org2014-04-204-23/+7
* Remove net_log.h from net_util, as it's no longer needed by net_log.h.mmenke@chromium.org2014-04-162-0/+3
* Added --cloud-print-xmpp-endpoint to make possible test with non-default XMPP...vitalybuka@chromium.org2014-04-151-0/+1
* Fix "unreachable code" warnings (MSVC warning 4702), misc. edition.pkasting@chromium.org2014-03-181-17/+12