summaryrefslogtreecommitdiffstats
path: root/chrome/service/cloud_print/printer_job_handler.cc
Commit message (Expand)AuthorAgeFilesLines
* Change base/file_utils.h includes to base/files/file_utils.h in chrome/thestig2014-08-261-1/+1
* Use a qualified path for grit includes in various chrome/ directories.thestig@chromium.org2014-08-131-1/+1
* Move WriteFile and WriteFileDescriptor from file_util to base namespace.brettw@chromium.org2014-03-061-2/+2
* Fallback to CDD/CJT if connector can't initialize XPS API.vitalybuka@chromium.org2014-02-091-4/+14
* Printer registration using CDD.vitalybuka@chromium.org2014-02-091-0/+4
* Revert 249967 "Printer registration using CDD."vollick@chromium.org2014-02-091-4/+0
* Printer registration using CDD.vitalybuka@chromium.org2014-02-091-0/+4
* Added print_ticket_mime_type into PrintSystem API.vitalybuka@chromium.org2014-02-081-1/+6
* Update uses of UTF conversions in chrome/installer, chrome/renderer, chrome/s...avi@chromium.org2013-12-251-3/+3
* Update some uses of Value in chrome/ to use the base:: namespace.avi@chromium.org2013-12-231-5/+5
* Add base:: to string16s in chrome/.dbeam@chromium.org2013-12-201-1/+1
* job_spooler_ should not be deleted from |PrinterJobHandler::OnJobSpool*|vitalybuka@chromium.org2013-12-101-0/+7
* Move temp file functions to base namespace.brettw@chromium.org2013-12-031-1/+1
* Moved SimplifyDocumentTitle from printing/backendvitalybuka@chromium.org2013-11-091-4/+3
* Fixed custom time histogram overflow.vitalybuka@chromium.org2013-11-051-1/+1
* Renamed chrome/service/cloud_print/cloud_print_helpers* -> cloud_print_servic...vitalybuka@chromium.org2013-11-051-1/+1
* UMA instrumentation for CloudPrint connector.vitalybuka@chromium.org2013-11-041-17/+103
* Cloud Print connector is now using local_settings field from GCP 2.0. "curren...gene@chromium.org2013-09-261-5/+19
* Set task into IN_PROCESS before sending to printer.vitalybuka@chromium.org2013-07-151-41/+41
* chrome: Migrate from googleurl/ includes to url/ ones. Part 3.tfarina@chromium.org2013-07-041-1/+1
* Use a direct include of strings headers in chrome/service/.avi@chromium.org2013-06-111-1/+1
* Use a direct include of utf_string_conversions.h in chrome/renderer/, chrome/...avi@chromium.org2013-06-071-1/+1
* Update chrome/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-021-5/+5
* Move AddMultipartValueForUpload to net/base/mime_util.h/cc.grunell@chromium.org2013-05-161-9/+9
* chrome: Use base::MessageLoop. (Part 1)xhwang@chromium.org2013-05-101-22/+22
* chrome: Remove the remaining use of ALLOW_THIS_IN_INITIALIZER_LIST.tfarina@chromium.org2013-05-011-1/+1
* Make PrinterJobHandler handler failure to fetch jobs more gracefullynoamsml@google.com2013-02-271-19/+40
* Added PrinterJobQueueHandler class and testsnoamsml@google.com2013-02-231-46/+15
* Changing printer job handler to be more testablenoamsml@google.com2013-02-121-5/+5
* Rename FilePath to base::FilePath and use new location of string_number_conve...brettw@chromium.org2013-02-081-1/+1
* Move common cloud print code from service/cloud_print to common/cloud_print.chenyu@chromium.org2012-12-031-27/+28
* Single GenerateProxyId and added printer tags with version info.vitalybuka@chromium.org2012-09-251-5/+4
* Simplify document title for Windows printing.vitalybuka@chromium.org2012-09-201-7/+19
* Ensure that printer job handler is stopped and task_in_progress_ is reset in ...alexyu@google.com2012-07-261-0/+2
* Standardize log message style for cloudprint service and display printer idalexyu@google.com2012-07-231-58/+73
* Schedule a check for additional jobs after failure.abodenha@chromium.org2012-07-201-0/+2
* Add extra logging in an effort to track down 137962abodenha@chromium.org2012-07-191-23/+46
* Move URLFetcherDelegate to net/ and split URLFetcher between net/ and content/akalin@chromium.org2012-05-111-9/+9
* Added wipeout functionality when Cloud Print Connector get disabled by user i...gene@chromium.org2012-05-041-1/+1
* RefCounted types should not have public destructors, chrome/ editionrsleevi@chromium.org2012-04-251-213/+212
* Fix a crash if GetPrinterCapsAndDefaults returns after the calling printer is...abodenha@chromium.org2012-04-131-2/+3
* Stop processing in case of authentication errors.gene@chromium.org2012-04-051-3/+5
* Add Chrome To Mobile Service and Views Page Action.msw@chromium.org2012-03-131-27/+20
* Replace chrome/common/net/http_return.h with net/http/http_status_code.hakalin@chromium.org2012-02-271-3/+3
* base::Bind: Convert chrome/service/cloud_print.jhawkins@chromium.org2011-11-191-5/+7
* base::Bind: Convert chrome/service.jhawkins@chromium.org2011-11-151-32/+25
* Chrome proxy refactoring.Adding myself to the OWNERS file for handling cloud ...gene@chromium.org2011-10-281-77/+43
* Create a content::UrlFetcher interface that lives in content/public/common an...jam@chromium.org2011-10-251-11/+11
* Add MessageLoopProxy::currentnduca@chromium.org2011-08-151-1/+1
* Fixd issue with accessing null pointer, when print servergene@google.com2011-07-281-1/+9