summaryrefslogtreecommitdiffstats
path: root/printing/backend
Commit message (Expand)AuthorAgeFilesLines
* 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