summaryrefslogtreecommitdiffstats
path: root/printing/backend
Commit message (Expand)AuthorAgeFilesLines
* RefCounted types should not have public destructors, printing/ and ui/rsleevi@chromium.org2012-05-024-31/+30
* Fixed null pointer exception.vitalybuka@chromium.org2012-03-231-3/+5
* Removed trailing ;vitalybuka@chromium.org2012-03-231-1/+2
* Driver related info would be included into PrinterBasicInfo::options so it wo...vitalybuka@chromium.org2012-03-226-63/+149
* Fix invalid return value.vitalybuka@chromium.org2012-03-181-4/+4
* Fixed return value.vitalybuka@chromium.org2012-03-161-2/+2
* ScopedPrinterInfoSetter sets printer related information to be available for ...vitalybuka@chromium.org2012-03-164-21/+33
* GetPrinterDriverInfo returns string.vitalybuka@chromium.org2012-03-075-27/+21
* Added PrinterDriverInfo and PrintBackend::GetPrinterDriverInfo for windows.vitalybuka@chromium.org2012-03-055-5/+86
* Making GenericScopedHandle capable of handling handle types other than HANDLE.alexeypa@chromium.org2012-03-051-0/+13
* Improved resource management by using ScopedPrinterHandle.vitalybuka@chromium.org2012-03-021-16/+9
* Added ScopedPrinterHandlevitalybuka@chromium.org2012-03-021-1/+12
* 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
* scoped_ptr and new[] don't mix.thakis@chromium.org2011-10-071-1/+1
* CUPS printing: Define CUPS_PRINTER_SCANNER for Linux if CUPS is < 1.4chrelad@gmail.com2011-09-221-5/+8
* Add printing.dll to the component build.darin@chromium.org2011-09-014-16/+23
* Printing Backend: Check the results from a DocumentProperties() call.thestig@chromium.org2011-08-251-2/+3
* CUPS printing: Do not add scanners to the printer list.thestig@chromium.org2011-08-091-4/+24
* Initial support for cloudprint in print preview.abodenha@chromium.org2011-07-131-0/+60
* Move base/values.h into the base namespace. This includes a cros DEPS rolldmazzoni@chromium.org2011-07-123-2/+5
* Coverity: Initialize a variable in PrinterBasicInfo.thestig@chromium.org2011-06-221-2/+4
* 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-283-9/+25
* Cleanup: Fix some style issues in the printing code. Fix misuse of scoped_ptr.csilv@chromium.org2011-04-211-1/+1
* Include base/win/scoped_comptr.h instead of base/scoped_comptr_win.h.tfarina@chromium.org2011-04-121-6/+3
* Preselecting default printer in print preview tab drop down list in Linux, Ma...dpapad@chromium.org2011-04-013-0/+10
* Move some files from base to base/memory.levin@chromium.org2011-03-282-4/+4
* Added support to the Windows cloud print proxy to print XPS documents directl...sanjeevr@chromium.org2011-02-172-0/+78
* Added CUPS error handling.gene@google.com2011-02-031-15/+21
* Part 1 of repairing regressions to my old clang check plugins so Nico canerg@google.com2011-01-272-0/+7
* Added a diagnostic user message when enumerating printers fails. Also tweaked...sanjeevr@chromium.org2011-01-243-27/+34
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-3/+3
* Fixed a crash with some HP printer drivers (when invoking PTGetPrintCapabilit...sanjeevr@chromium.org2011-01-073-1/+46
* Remove 'using' declaration of ScopedHGlobal from scoped_handle_win.htfarina@chromium.org2011-01-021-2/+1
* Making CUPS calls non-blocking.gene@google.com2010-12-163-7/+20
* 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-063-2/+37
* Used GetProcAddress to load exported functions from prntvpt.dll instead of us...sanjeevr@chromium.org2010-11-103-15/+224
* 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-2511-0/+641