summaryrefslogtreecommitdiffstats
path: root/chrome/service
Commit message (Expand)AuthorAgeFilesLines
* 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-116-14/+18
* Use a direct include of strings headers in chrome/service/.avi@chromium.org2013-06-1111-11/+11
* Use a direct include of utf_string_conversions.h in chrome/renderer/, chrome/...avi@chromium.org2013-06-077-7/+7
* Update chrome/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-029-30/+25
* 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-1015-108/+114
* chrome: Update the include paths of base/message_loop_proxy.h to its new loca...tfarina@chromium.org2013-05-108-8/+8
* Removed static factories for data, ftp, file, and about jobs.pauljensen@chromium.org2013-05-081-3/+0
* Revert 198844 "Move sequenced_task_runner to base/task"dbeam@chromium.org2013-05-081-1/+1
* Move sequenced_task_runner to base/taskbrettw@chromium.org2013-05-081-1/+1
* 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-032-3/+7
* chrome: Remove the remaining use of ALLOW_THIS_IN_INITIALIZER_LIST.tfarina@chromium.org2013-05-012-2/+2
* Pass --cloud-print-service into GCP connector.vitalybuka@chromium.org2013-04-301-3/+10
* [Mac] Convert ServiceApplication to not need a custom NSApp class.shess@chromium.org2013-04-263-38/+17
* 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-189-57/+69
* 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-097-20/+22
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-097-22/+20
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-097-20/+22
* Rewrite scoped_array<T> to scoped_ptr<T[]> in chrome, Linux edition.dcheng@chromium.org2013-04-061-1/+1
* net: extract net/cert out of net/basephajdan.jr@chromium.org2013-03-291-1/+1
* Rename sys_string_conversions in chrome.brettw@chromium.org2013-03-281-1/+1
* net: move host_resolver files from net/base to net/dnsphajdan.jr@chromium.org2013-03-212-2/+2
* Refactor sandbox_policy.cc so that it doesn't contain the sandbox policies fo...jam@chromium.org2013-03-201-2/+26
* Switch to shutdown connector just after authentication.vitalybuka@chromium.org2013-03-191-0/+9
* Revert 188912 "Removed static factories for data, ftp, file, and..."kbr@chromium.org2013-03-191-0/+3
* Removed static factories for data, ftp, file, and about jobs.pauljensen@chromium.org2013-03-191-3/+0
* [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
* Stop sending Accept-Charset HTTP header as its not relevant anymore. Remove ...pauljensen@chromium.org2013-03-151-1/+1
* net: split net/ssl out of net/basephajdan.jr@chromium.org2013-03-142-2/+2
* 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-246-6/+6
* 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
* Cleanup: Remove deprecated base::Value methods from various chrome sub-direct...thestig@chromium.org2013-02-151-13/+13