| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a unit test that filenames aren't unintentionally converted to URLs. | dcheng@chromium.org | 2014-07-15 | 1 | -1/+1 |
* | Add paper size support for local printing on Windows. | vitalybuka@chromium.org | 2014-06-16 | 1 | -21/+19 |
* | Add paper size reporting for CUPS printers (to let user to select one in the ... | alekseys@chromium.org | 2014-06-13 | 1 | -2/+2 |
* | Revert of Revert of Generalize printer color model handling, get rid of CUPS ... | ckocagil@chromium.org | 2014-06-08 | 1 | -0/+2 |
* | Revert of Generalize printer color model handling, get rid of CUPS specific c... | ckocagil@chromium.org | 2014-06-08 | 1 | -2/+0 |
* | Generalize printer color model handling, get rid of CUPS specific case. Enabl... | alekseys@chromium.org | 2014-06-08 | 1 | -0/+2 |
* | Revert 275646 "Generalize printer color model handling, get rid ..." | vitalybuka@chromium.org | 2014-06-07 | 1 | -2/+0 |
* | Generalize printer color model handling, get rid of CUPS specific case. Enabl... | alekseys@chromium.org | 2014-06-07 | 1 | -0/+2 |
* | scoped_ptr<DEVMODE[]> replaced with scoped_ptr<DEVMODE, base::FreeDeleter>. | vitalybuka@chromium.org | 2014-03-11 | 1 | -10/+11 |
* | Use DocumentProperties to get default DEVMODE instead of PRINTER_INFO_*. | vitalybuka@chromium.org | 2014-02-25 | 1 | -2/+3 |
* | Less strict CHECK for DeviceCapabilities results. | vitalybuka@chromium.org | 2014-02-21 | 1 | -4/+10 |
* | Revert 252221 "Use DocumentProperties to get default DEVMODE ins..." | vitalybuka@chromium.org | 2014-02-21 | 1 | -7/+6 |
* | Use DocumentProperties to get default DEVMODE instead of PRINTER_INFO_*. | vitalybuka@chromium.org | 2014-02-20 | 1 | -6/+7 |
* | Removed unnecessary comparison checking bits in DEVMODE::dmFields. | vitalybuka@chromium.org | 2014-02-18 | 1 | -9/+8 |
* | Use XPS to set color for HP printers. | vitalybuka@chromium.org | 2014-02-14 | 1 | -15/+6 |
* | Fixed coping printer names. | vitalybuka@chromium.org | 2014-02-05 | 1 | -4/+10 |
* | Extend PrinterSemanticCapsAndDefaults with Collate, Copies, PaperSize and Dpi... | vitalybuka@chromium.org | 2014-02-05 | 1 | -21/+132 |
* | Update uses of UTF conversions in ppapi/, printing/, remoting/, rlz/, sandbox... | avi@chromium.org | 2013-12-25 | 1 | -6/+6 |
* | Don't close handles returned by ::OpenPrinter with error. | vitalybuka@chromium.org | 2013-06-11 | 1 | -15/+6 |
* | Use a direct include of utf_string_conversions.h in google_apis/, gpu/, ipc/,... | avi@chromium.org | 2013-06-07 | 1 | -1/+1 |
* | Update the remaining include paths of base/string_piece.h to its new location. | tfarina@chromium.org | 2013-04-17 | 1 | -1/+1 |
* | Rewrite scoped_array<T> to scoped_ptr<T[]> in printing. | dcheng@chromium.org | 2013-04-11 | 1 | -2/+2 |
* | Renamed color_capable to color_changeable. | vitalybuka@chromium.org | 2012-12-20 | 1 | -6/+6 |
* | Wrapers for PRINTER_INFO_* and DRIVER_INFO_*. | vitalybuka@chromium.org | 2012-12-12 | 1 | -79/+26 |
* | Improving reliability of PrintBackendWin::GetPrinterSemanticCapsAndDefaults. ... | vitalybuka@chromium.org | 2012-12-11 | 1 | -21/+35 |
* | Speculative fix of attached bug. | vitalybuka@chromium.org | 2012-11-30 | 1 | -7/+20 |
* | Get semantic capabilities from Print Backend. | gene@chromium.org | 2012-09-07 | 1 | -0/+96 |
* | It's possible to have system configuration where connector has no permission ... | vitalybuka@chromium.org | 2012-08-15 | 1 | -1/+0 |
* | RefCounted types should not have public destructors, printing/ and ui/ | rsleevi@chromium.org | 2012-05-02 | 1 | -11/+12 |
* | Driver related info would be included into PrinterBasicInfo::options so it wo... | vitalybuka@chromium.org | 2012-03-22 | 1 | -60/+16 |
* | Fix invalid return value. | vitalybuka@chromium.org | 2012-03-18 | 1 | -4/+4 |
* | ScopedPrinterInfoSetter sets printer related information to be available for ... | vitalybuka@chromium.org | 2012-03-16 | 1 | -8/+7 |
* | GetPrinterDriverInfo returns string. | vitalybuka@chromium.org | 2012-03-07 | 1 | -6/+15 |
* | Added PrinterDriverInfo and PrintBackend::GetPrinterDriverInfo for windows. | vitalybuka@chromium.org | 2012-03-05 | 1 | -2/+45 |
* | Improved resource management by using ScopedPrinterHandle. | vitalybuka@chromium.org | 2012-03-02 | 1 | -16/+9 |
* | scoped_ptr and new[] don't mix. | thakis@chromium.org | 2011-10-07 | 1 | -1/+1 |
* | Printing Backend: Check the results from a DocumentProperties() call. | thestig@chromium.org | 2011-08-25 | 1 | -2/+3 |
* | Move base/values.h into the base namespace. This includes a cros DEPS roll | dmazzoni@chromium.org | 2011-07-12 | 1 | -1/+1 |
* | Printing: Add ability to get the default printer from the print backend. | thestig@chromium.org | 2011-05-28 | 1 | -8/+12 |
* | Cleanup: Fix some style issues in the printing code. Fix misuse of scoped_ptr. | csilv@chromium.org | 2011-04-21 | 1 | -1/+1 |
* | Include base/win/scoped_comptr.h instead of base/scoped_comptr_win.h. | tfarina@chromium.org | 2011-04-12 | 1 | -6/+3 |
* | Preselecting default printer in print preview tab drop down list in Linux, Ma... | dpapad@chromium.org | 2011-04-01 | 1 | -0/+8 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -2/+2 |
* | Added a diagnostic user message when enumerating printers fails. Also tweaked... | sanjeevr@chromium.org | 2011-01-24 | 1 | -24/+28 |
* | Fixed a crash with some HP printer drivers (when invoking PTGetPrintCapabilit... | sanjeevr@chromium.org | 2011-01-07 | 1 | -1/+2 |
* | Remove 'using' declaration of ScopedHGlobal from scoped_handle_win.h | tfarina@chromium.org | 2011-01-02 | 1 | -2/+1 |
* | Used GetProcAddress to load exported functions from prntvpt.dll instead of us... | sanjeevr@chromium.org | 2010-11-10 | 1 | -11/+12 |
* | Move useful printing backend code from chrome/service/cloud_print to printing... | thestig@chromium.org | 2010-10-25 | 1 | -0/+179 |