summaryrefslogtreecommitdiffstats
path: root/printing/backend/print_backend_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Add a unit test that filenames aren't unintentionally converted to URLs.dcheng@chromium.org2014-07-151-1/+1
* Add paper size support for local printing on Windows.vitalybuka@chromium.org2014-06-161-21/+19
* Add paper size reporting for CUPS printers (to let user to select one in the ...alekseys@chromium.org2014-06-131-2/+2
* Revert of Revert of Generalize printer color model handling, get rid of CUPS ...ckocagil@chromium.org2014-06-081-0/+2
* Revert of Generalize printer color model handling, get rid of CUPS specific c...ckocagil@chromium.org2014-06-081-2/+0
* Generalize printer color model handling, get rid of CUPS specific case. Enabl...alekseys@chromium.org2014-06-081-0/+2
* Revert 275646 "Generalize printer color model handling, get rid ..."vitalybuka@chromium.org2014-06-071-2/+0
* Generalize printer color model handling, get rid of CUPS specific case. Enabl...alekseys@chromium.org2014-06-071-0/+2
* scoped_ptr<DEVMODE[]> replaced with scoped_ptr<DEVMODE, base::FreeDeleter>.vitalybuka@chromium.org2014-03-111-10/+11
* Use DocumentProperties to get default DEVMODE instead of PRINTER_INFO_*.vitalybuka@chromium.org2014-02-251-2/+3
* Less strict CHECK for DeviceCapabilities results.vitalybuka@chromium.org2014-02-211-4/+10
* Revert 252221 "Use DocumentProperties to get default DEVMODE ins..."vitalybuka@chromium.org2014-02-211-7/+6
* Use DocumentProperties to get default DEVMODE instead of PRINTER_INFO_*.vitalybuka@chromium.org2014-02-201-6/+7
* Removed unnecessary comparison checking bits in DEVMODE::dmFields.vitalybuka@chromium.org2014-02-181-9/+8
* Use XPS to set color for HP printers.vitalybuka@chromium.org2014-02-141-15/+6
* Fixed coping printer names.vitalybuka@chromium.org2014-02-051-4/+10
* Extend PrinterSemanticCapsAndDefaults with Collate, Copies, PaperSize and Dpi...vitalybuka@chromium.org2014-02-051-21/+132
* Update uses of UTF conversions in ppapi/, printing/, remoting/, rlz/, sandbox...avi@chromium.org2013-12-251-6/+6
* Don't close handles returned by ::OpenPrinter with error.vitalybuka@chromium.org2013-06-111-15/+6
* Use a direct include of utf_string_conversions.h in google_apis/, gpu/, ipc/,...avi@chromium.org2013-06-071-1/+1
* Update the remaining include paths of base/string_piece.h to its new location.tfarina@chromium.org2013-04-171-1/+1
* Rewrite scoped_array<T> to scoped_ptr<T[]> in printing.dcheng@chromium.org2013-04-111-2/+2
* Renamed color_capable to color_changeable.vitalybuka@chromium.org2012-12-201-6/+6
* Wrapers for PRINTER_INFO_* and DRIVER_INFO_*.vitalybuka@chromium.org2012-12-121-79/+26
* Improving reliability of PrintBackendWin::GetPrinterSemanticCapsAndDefaults. ...vitalybuka@chromium.org2012-12-111-21/+35
* Speculative fix of attached bug.vitalybuka@chromium.org2012-11-301-7/+20
* Get semantic capabilities from Print Backend.gene@chromium.org2012-09-071-0/+96
* It's possible to have system configuration where connector has no permission ...vitalybuka@chromium.org2012-08-151-1/+0
* RefCounted types should not have public destructors, printing/ and ui/rsleevi@chromium.org2012-05-021-11/+12
* Driver related info would be included into PrinterBasicInfo::options so it wo...vitalybuka@chromium.org2012-03-221-60/+16
* Fix invalid return value.vitalybuka@chromium.org2012-03-181-4/+4
* ScopedPrinterInfoSetter sets printer related information to be available for ...vitalybuka@chromium.org2012-03-161-8/+7
* GetPrinterDriverInfo returns string.vitalybuka@chromium.org2012-03-071-6/+15
* Added PrinterDriverInfo and PrintBackend::GetPrinterDriverInfo for windows.vitalybuka@chromium.org2012-03-051-2/+45
* Improved resource management by using ScopedPrinterHandle.vitalybuka@chromium.org2012-03-021-16/+9
* 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