summaryrefslogtreecommitdiffstats
path: root/printing/backend/win_helper.h
Commit message (Expand)AuthorAgeFilesLines
* Move base::FreeDeleter into its own header.dcheng2016-03-261-0/+1
* Switch to standard integer types in printing/.avi2015-12-211-0/+1
* Replacing VerifierTraits with DummyVerifierTraits for non-kernel handles.shrikant2015-05-051-2/+2
* Use document from preview for System Dialog printing on Windows.vitalybuka2014-08-261-0/+8
* scoped_ptr<DEVMODE[]> replaced with scoped_ptr<DEVMODE, base::FreeDeleter>.vitalybuka@chromium.org2014-03-111-5/+6
* Revert 252221 "Use DocumentProperties to get default DEVMODE ins..."vitalybuka@chromium.org2014-02-211-3/+2
* Use DocumentProperties to get default DEVMODE instead of PRINTER_INFO_*.vitalybuka@chromium.org2014-02-201-2/+3
* Use XPS to set color for HP printers.vitalybuka@chromium.org2014-02-141-0/+16
* Base: Remove Receive() from ScopedHandle.rvargas@chromium.org2013-11-281-6/+3
* Revert of https://codereview.chromium.org/71013004/hashimoto@chromium.org2013-11-271-3/+6
* Base: Remove Receive() from ScopedHandle.rvargas@chromium.org2013-11-271-6/+3
* Extract XPS code from PrintSystemWin.vitalybuka@chromium.org2013-11-101-0/+25
* Cleanup: Use base namespace in printing/.thestig@chromium.org2013-10-011-1/+1
* Use a direct include of strings headers in ppapi/, printing/.avi@chromium.org2013-06-111-1/+1
* Don't close handles returned by ::OpenPrinter with error.vitalybuka@chromium.org2013-06-111-2/+20
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Reland 139885 - Enable the handle verifier.rvargas@google.com2012-06-041-2/+1
* Revert 139885 - Enable the handle verifier.rvargas@google.com2012-05-311-1/+2
* Enable the handle verifier.rvargas@google.com2012-05-311-2/+1
* Base: Add a handle verifier to ScopedHandle.rvargas@chromium.org2012-05-311-1/+2
* Cleanup: Remove unneeded scoped_ptr.h includes from ppapi, printing, remoting...thestig@chromium.org2012-05-161-6/+6
* Driver related info would be included into PrinterBasicInfo::options so it wo...vitalybuka@chromium.org2012-03-221-0/+10
* Making GenericScopedHandle capable of handling handle types other than HANDLE.alexeypa@chromium.org2012-03-051-0/+13
* Added ScopedPrinterHandlevitalybuka@chromium.org2012-03-021-1/+12
* Add printing.dll to the component build.darin@chromium.org2011-09-011-4/+5
* Added support to the Windows cloud print proxy to print XPS documents directl...sanjeevr@chromium.org2011-02-171-0/+25
* Fixed a crash with some HP printer drivers (when invoking PTGetPrintCapabilit...sanjeevr@chromium.org2011-01-071-0/+12
* Used GetProcAddress to load exported functions from prntvpt.dll instead of us...sanjeevr@chromium.org2010-11-101-1/+48
* Move useful printing backend code from chrome/service/cloud_print to printing...thestig@chromium.org2010-10-251-0/+16