summaryrefslogtreecommitdiffstats
path: root/printing/backend/print_backend_cups.cc
Commit message (Expand)AuthorAgeFilesLines
* Get semantic capabilities from Print Backend.gene@chromium.org2012-09-071-0/+14
* Standardize log message style for cloudprint service and display printer idalexyu@google.com2012-07-231-8/+12
* Adding functionality to specify TLS encryption CUPS print servers for cloudpr...gene@chromium.org2012-05-161-6/+17
* RefCounted types should not have public destructors, printing/ and ui/rsleevi@chromium.org2012-05-021-5/+3
* Driver related info would be included into PrinterBasicInfo::options so it wo...vitalybuka@chromium.org2012-03-221-0/+6
* ScopedPrinterInfoSetter sets printer related information to be available for ...vitalybuka@chromium.org2012-03-161-6/+21
* GetPrinterDriverInfo returns string.vitalybuka@chromium.org2012-03-071-2/+2
* Added PrinterDriverInfo and PrintBackend::GetPrinterDriverInfo for windows.vitalybuka@chromium.org2012-03-051-0/+9
* Cleanup: Remove static storage for variables in an unnamed namespace.jhawkins@chromium.org2012-01-281-1/+1
* Linux: Try several different paths to the GnuTls library when trying to dynam...thestig@chromium.org2012-01-261-15/+23
* Add OVERRIDE to printing/.avi@chromium.org2011-11-161-5/+6
* Allow linker initialization of lazy instancejoth@chromium.org2011-11-151-2/+2
* Remove 13 exit time constructors and 3 static initializersthakis@chromium.org2011-11-071-1/+1
* CUPS printing: Define CUPS_PRINTER_SCANNER for Linux if CUPS is < 1.4chrelad@gmail.com2011-09-221-5/+8
* CUPS printing: Do not add scanners to the printer list.thestig@chromium.org2011-08-091-4/+24
* Print Preview: Remembering last used printer.dpapad@chromium.org2011-06-081-4/+5
* Printing: Add ability to get the default printer from the print backend.thestig@chromium.org2011-05-281-1/+10
* Preselecting default printer in print preview tab drop down list in Linux, Ma...dpapad@chromium.org2011-04-011-0/+1
* Added CUPS error handling.gene@google.com2011-02-031-15/+21
* Added a diagnostic user message when enumerating printers fails. Also tweaked...sanjeevr@chromium.org2011-01-241-2/+5
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-3/+3
* Making CUPS calls non-blocking.gene@google.com2010-12-161-7/+12
* Make members of Singleton<T> private and only visible to the singleton type. ...satish@chromium.org2010-12-141-2/+5
* Revert 68932 - Make members of Singleton<T> private and only visible to the s...satish@chromium.org2010-12-111-5/+2
* Make members of Singleton<T> private and only visible to the singleton type. ...satish@chromium.org2010-12-111-2/+5
* cupsGetPPD got stuck sometime for an infinite time due to network configurati...gene@google.com2010-12-061-2/+31
* Change LOG(INFO) to VLOG(1).gene@google.com2010-10-291-2/+2
* Revert 64454 - Revert 64441 - Mac cloud print proxy work.scottbyer@google.com2010-10-291-0/+6
* Revert 64441 - Mac cloud print proxy work.scottbyer@google.com2010-10-291-6/+0
* Mac cloud print proxy work.scottbyer@chromium.org2010-10-291-0/+6
* Move useful printing backend code from chrome/service/cloud_print to printing...thestig@chromium.org2010-10-251-0/+224