| Commit message (Expand) | Author | Age | Files | Lines |
* | Double buffer size to avoid crashes with drives which request buffer smaller | vitalybuka | 2015-01-08 | 1 | -0/+10 |
* | Remove implicit conversions from scoped_refptr to T* in printing/ | dcheng | 2014-11-13 | 1 | -7/+3 |
* | Zeroes buffer for DocumentProperties. | vitalybuka | 2014-10-09 | 1 | -4/+8 |
* | Remove implicit HANDLE conversions from printing. | rvargas | 2014-09-25 | 1 | -1/+1 |
* | Use document from preview for System Dialog printing on Windows. | vitalybuka | 2014-08-26 | 1 | -0/+32 |
* | clang/win: Fix most -Wwriteable-strings warnings. | thakis@chromium.org | 2014-07-23 | 1 | -2/+6 |
* | default is a keyword in C++, don't use it as variable name. | thakis@chromium.org | 2014-06-25 | 1 | -13/+14 |
* | scoped_ptr<DEVMODE[]> replaced with scoped_ptr<DEVMODE, base::FreeDeleter>. | vitalybuka@chromium.org | 2014-03-11 | 1 | -26/+27 |
* | Added more checks for buffer size to crash safely in case of incorrect driver... | vitalybuka@chromium.org | 2014-02-27 | 1 | -4/+4 |
* | Revert 252221 "Use DocumentProperties to get default DEVMODE ins..." | vitalybuka@chromium.org | 2014-02-21 | 1 | -1/+1 |
* | Use DocumentProperties to get default DEVMODE instead of PRINTER_INFO_*. | vitalybuka@chromium.org | 2014-02-20 | 1 | -1/+1 |
* | Added NULL pointer check for DEVMODE. | vitalybuka@chromium.org | 2014-02-20 | 1 | -1/+4 |
* | Removed unnecessary comparison checking bits in DEVMODE::dmFields. | vitalybuka@chromium.org | 2014-02-18 | 1 | -1/+1 |
* | Fixing crash when DRIVER_INFO_6::pszMfgName is NULL | vitalybuka@chromium.org | 2014-02-17 | 1 | -1/+1 |
* | Use XPS to set color for HP printers. | vitalybuka@chromium.org | 2014-02-14 | 1 | -0/+134 |
* | Update uses of UTF conversions in ppapi/, printing/, remoting/, rlz/, sandbox... | avi@chromium.org | 2013-12-25 | 1 | -11/+15 |
* | Cleanup: Use base namespace in printing/. | thestig@chromium.org | 2013-10-01 | 1 | -1/+1 |
* | Use a direct include of utf_string_conversions.h in google_apis/, gpu/, ipc/,... | avi@chromium.org | 2013-06-07 | 1 | -1/+1 |
* | Move file_path.h to base/files. | brettw@chromium.org | 2013-02-24 | 1 | -1/+1 |
* | Replace FilePath with base::FilePath in some more top level directories. | brettw@chromium.org | 2013-02-10 | 1 | -1/+1 |
* | Wrapers for PRINTER_INFO_* and DRIVER_INFO_*. | vitalybuka@chromium.org | 2012-12-12 | 1 | -62/+27 |
* | Miscellaneous tiny cleanups done while converting files to use ScopedCOMIniti... | pkasting@chromium.org | 2012-10-01 | 1 | -23/+23 |
* | Cleanup: Remove unneeded scoped_ptr.h includes from ppapi, printing, remoting... | thestig@chromium.org | 2012-05-16 | 1 | -25/+26 |
* | Fixed null pointer exception. | vitalybuka@chromium.org | 2012-03-23 | 1 | -3/+5 |
* | Removed trailing ; | vitalybuka@chromium.org | 2012-03-23 | 1 | -1/+2 |
* | Driver related info would be included into PrinterBasicInfo::options so it wo... | vitalybuka@chromium.org | 2012-03-22 | 1 | -1/+113 |
* | Added support to the Windows cloud print proxy to print XPS documents directl... | sanjeevr@chromium.org | 2011-02-17 | 1 | -0/+53 |
* | Fixed a crash with some HP printer drivers (when invoking PTGetPrintCapabilit... | sanjeevr@chromium.org | 2011-01-07 | 1 | -0/+32 |
* | Used GetProcAddress to load exported functions from prntvpt.dll instead of us... | sanjeevr@chromium.org | 2010-11-10 | 1 | -3/+164 |
* | Move useful printing backend code from chrome/service/cloud_print to printing... | thestig@chromium.org | 2010-10-25 | 1 | -0/+17 |