summaryrefslogtreecommitdiffstats
path: root/printing/backend/print_backend_win.cc
Commit message (Expand)AuthorAgeFilesLines
* scoped_ptr and new[] don't mix.thakis@chromium.org2011-10-071-1/+1
* Printing Backend: Check the results from a DocumentProperties() call.thestig@chromium.org2011-08-251-2/+3
* Move base/values.h into the base namespace. This includes a cros DEPS rolldmazzoni@chromium.org2011-07-121-1/+1
* Printing: Add ability to get the default printer from the print backend.thestig@chromium.org2011-05-281-8/+12
* 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-011-0/+8
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Added a diagnostic user message when enumerating printers fails. Also tweaked...sanjeevr@chromium.org2011-01-241-24/+28
* Fixed a crash with some HP printer drivers (when invoking PTGetPrintCapabilit...sanjeevr@chromium.org2011-01-071-1/+2
* Remove 'using' declaration of ScopedHGlobal from scoped_handle_win.htfarina@chromium.org2011-01-021-2/+1
* Used GetProcAddress to load exported functions from prntvpt.dll instead of us...sanjeevr@chromium.org2010-11-101-11/+12
* Move useful printing backend code from chrome/service/cloud_print to printing...thestig@chromium.org2010-10-251-0/+179