summaryrefslogtreecommitdiffstats
path: root/cloud_print
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move CommandLine to base namespace.brettw@chromium.org2014-03-173-6/+6
* Removes --cloud-print-delete-file.vitalybuka@chromium.org2014-03-131-9/+4
* Remove ContainsOnlyWhitespace from string_util and CollapseWhitespace into to...brettw@chromium.org2014-03-111-2/+2
* Move WriteFile and WriteFileDescriptor from file_util to base namespace.brettw@chromium.org2014-03-065-10/+10
* Add use_allocator instead of linux_use_tcmalloc to switch the allocator.dmikurube@chromium.org2014-03-051-1/+2
* Set system error code for Google Update.vitalybuka@chromium.org2014-03-023-10/+42
* 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
* ui/base/resource: Remove dependency on net's big_endian implementation.tfarina@chromium.org2014-02-263-8/+8
* Enable CDD in cloud print connector on windows by default.vitalybuka@chromium.org2014-02-251-0/+1
* Moving version script and gypi file to build\util.mad@chromium.org2014-02-211-3/+3
* Added --extended-response to put additional information into PTR responces.vitalybuka@chromium.org2014-02-127-44/+128
* Replace '.' with '_' in service name.vitalybuka@chromium.org2014-02-111-0/+3
* message-pump: Change how MessagePumpDispatchers process events.sadrul@chromium.org2014-02-081-6/+5
* Revert "Revert 249234 "Use MessagePumpDispatcher instead of MessageFilter""yukawa@chromium.org2014-02-071-11/+15
* Revert 249234 "Use MessagePumpDispatcher instead of MessageFilter"vitalybuka@chromium.org2014-02-061-16/+11
* Use MessagePumpDispatcher instead of MessageFilteryukawa@chromium.org2014-02-061-11/+16
* Removes MessageLoop::Type checks in favor of IsCurrent on MessageLoops.sky@chromium.org2014-01-201-10/+10
* Refactor base/safe_numerics.hjschuh@chromium.org2014-01-171-2/+2
* Removes MessageLoop::TYPE_XXX where possiblesky@chromium.org2014-01-152-2/+2
* Allow Win64 build of base library even in a Win32 build.petewil@chromium.org2014-01-091-1/+1
* Update some uses of char16 to use the base:: namespace.avi@chromium.org2013-12-251-1/+1