summaryrefslogtreecommitdiffstats
path: root/chrome/service/cloud_print
Commit message (Expand)AuthorAgeFilesLines
* Update include paths in chrome/service for base/process changes.rsesek@chromium.org2013-07-231-1/+2
* Use a direct include of the message_loop header in chrome/app, chrome/common,...avi@chromium.org2013-07-173-3/+3
* Rename base::Delete to base::DeleteFilebrettw@chromium.org2013-07-161-1/+1
* std::sort requires strict comparison function.vitalybuka@chromium.org2013-07-151-1/+1
* Set task into IN_PROCESS before sending to printer.vitalybuka@chromium.org2013-07-152-42/+42
* chrome: Migrate from googleurl/ includes to url/ ones. Part 3.tfarina@chromium.org2013-07-0413-13/+13
* Move file_util::Delete to the base namespacebrettw@chromium.org2013-07-011-1/+1
* Use a direct include of time headers in chrome/common/, chrome/installer, chr...avi@chromium.org2013-06-282-2/+2
* Update Linux to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-271-4/+3
* Device robot refresh token integrity validation.davidroche@chromium.org2013-06-221-3/+2
* Removed LCID authentication from cloud print and cloud print setup dialog.vitalybuka@chromium.org2013-06-196-107/+11
* Rewrite scoped_ptr<T>(NULL) to use the default ctor in chrome/.dcheng@chromium.org2013-06-121-2/+1
* Don't close handles returned by ::OpenPrinter with error.vitalybuka@chromium.org2013-06-111-4/+2
* Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"rsleevi@chromium.org2013-06-112-3/+4
* Use a direct include of strings headers in chrome/service/.avi@chromium.org2013-06-119-9/+9
* Use a direct include of utf_string_conversions.h in chrome/renderer/, chrome/...avi@chromium.org2013-06-075-5/+5
* Update chrome/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-025-20/+16
* Move AddMultipartValueForUpload to net/base/mime_util.h/cc.grunell@chromium.org2013-05-162-23/+21
* Cleanup: Remove unneeded base/file_util.h includes in chrome.thestig@chromium.org2013-05-151-1/+0
* chrome: Use base::MessageLoop. (Part 1)xhwang@chromium.org2013-05-1010-97/+103
* chrome: Update the include paths of base/message_loop_proxy.h to its new loca...tfarina@chromium.org2013-05-104-4/+4
* Move SpawnedTestServer to its own subdirectory.phajdan.jr@chromium.org2013-05-071-1/+1
* GTTF: rename net::TestServer -> net::SpawnedTestServerphajdan.jr@chromium.org2013-05-031-13/+13
* Allow cloud print connector to use test gaia.vitalybuka@chromium.org2013-05-031-3/+3
* chrome: Remove the remaining use of ALLOW_THIS_IN_INITIALIZER_LIST.tfarina@chromium.org2013-05-011-1/+1
* Pass --cloud-print-service into GCP connector.vitalybuka@chromium.org2013-04-301-3/+10
* Fixed value of kCloudPrintConnectNewPrinters.vitalybuka@chromium.org2013-04-251-1/+1
* Changed cloud print private API to pass all page settings as single object.vitalybuka@chromium.org2013-04-187-51/+60
* Allow multiple exits from PrintXPSDocument() for safety and clarity.pkasting@chromium.org2013-04-151-43/+56
* Rewrite scoped_array<T> to scoped_ptr<T[]> in chrome.dcheng@chromium.org2013-04-111-1/+1
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-095-16/+18
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-095-18/+16
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-095-16/+18
* Switch to shutdown connector just after authentication.vitalybuka@chromium.org2013-03-191-0/+9
* [Cleanup] Remove StringPrintf from global namespacegroby@chromium.org2013-03-183-9/+11
* Chromium style checker cleanuprsleevi@chromium.org2013-03-152-5/+5
* Fixed value name for printer blacklist.vitalybuka@chromium.org2013-03-151-1/+1
* Increase timeout on PrinterJobHandlerUnittest tests.noamsml@chromium.org2013-03-131-3/+2
* Disable PrinterJobHandlerTest.HappyPathTestlambroslambrou@chromium.org2013-03-121-1/+2
* chrome: Update include paths of string_split.h to its new location.tfarina@chromium.org2013-02-281-1/+1
* Make PrinterJobHandler handler failure to fetch jobs more gracefullynoamsml@google.com2013-02-275-122/+323
* Remove forwarding include for base/files/file_path except for MTPD.brettw@chromium.org2013-02-241-1/+1
* Revert 184352brettw@chromium.org2013-02-241-8/+8
* Add utf_string_conversions to base namespace.brettw@chromium.org2013-02-241-8/+8
* Move file_path.h to base/files.brettw@chromium.org2013-02-244-4/+4
* Added PrinterJobQueueHandler class and testsnoamsml@google.com2013-02-235-59/+453
* Fixed leak of TestRequestContextGetter in CloudPrintURLFetcherNoServiceProces...noamsml@google.com2013-02-212-7/+14
* Created unit test for PrinterJobHandlernoamsml@google.com2013-02-201-0/+613
* Adding virtual destructor to CloudPrintURLFetcherFactorynoamsml@google.com2013-02-132-0/+4
* Changing printer job handler to be more testablenoamsml@google.com2013-02-127-12/+42