| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace base::str[n]casecmp with helper functions. | brettw | 2015-07-10 | 1 | -32/+34 |
* | Fix some clang warnings with -Wmissing-braces in printing. | dcheng | 2015-07-01 | 1 | -2/+2 |
* | Replacing VerifierTraits with DummyVerifierTraits for non-kernel handles. | shrikant | 2015-05-05 | 1 | -2/+2 |
* | Update {virtual,override} to follow C++11 style in printing. | nick | 2015-04-27 | 1 | -7/+7 |
* | Update {virtual,override,final} to follow C++11 style in printing. | dcheng | 2015-02-06 | 1 | -1/+1 |
* | Update {virtual,override,final} to follow C++11 style in printing, round 2. | dcheng | 2015-01-23 | 1 | -10/+8 |
* | Fix crash on NULL pointer when the browser is compiled with use_cups=0 | Paweł Hajdan, Jr | 2015-01-22 | 2 | -3/+41 |
* | 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 | 2 | -15/+10 |
* | Standardize usage of virtual/override/final in printing/ | dcheng | 2014-10-22 | 1 | -10/+8 |
* | Replace OVERRIDE with its C++11 counterparts in src/printing | r.nagaraj | 2014-10-09 | 3 | -18/+18 |
* | Zeroes buffer for DocumentProperties. | vitalybuka | 2014-10-09 | 1 | -4/+8 |
* | Remove implicit HANDLE conversions from printing. | rvargas | 2014-09-25 | 2 | -6/+6 |
* | Take PPD and CUPS defaults into account on Mac too. | alekseys | 2014-09-17 | 1 | -6/+2 |
* | Change base/file_utils.h includes to base/files/file_utils.h in gin, google_a... | thestig | 2014-09-05 | 2 | -2/+2 |
* | Use document from preview for System Dialog printing on Windows. | vitalybuka | 2014-08-26 | 2 | -0/+40 |
* | clang/win: Fix most -Wwriteable-strings warnings. | thakis@chromium.org | 2014-07-23 | 1 | -2/+6 |
* | Add a unit test that filenames aren't unintentionally converted to URLs. | dcheng@chromium.org | 2014-07-15 | 1 | -1/+1 |
* | default is a keyword in C++, don't use it as variable name. | thakis@chromium.org | 2014-06-25 | 1 | -13/+14 |
* | Fixed C++ type conversion. | vitalybuka@chromium.org | 2014-06-19 | 2 | -5/+5 |
* | Print Preview: Enable tests disabled on ASAN once again. | thestig@chromium.org | 2014-06-18 | 1 | -2/+7 |
* | 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 | 4 | -4/+75 |
* | Revert of Revert of Generalize printer color model handling, get rid of CUPS ... | ckocagil@chromium.org | 2014-06-08 | 3 | -14/+3 |
* | Revert of Generalize printer color model handling, get rid of CUPS specific c... | ckocagil@chromium.org | 2014-06-08 | 3 | -3/+14 |
* | Generalize printer color model handling, get rid of CUPS specific case. Enabl... | alekseys@chromium.org | 2014-06-08 | 3 | -14/+3 |
* | Revert 275646 "Generalize printer color model handling, get rid ..." | vitalybuka@chromium.org | 2014-06-07 | 3 | -3/+14 |
* | Generalize printer color model handling, get rid of CUPS specific case. Enabl... | alekseys@chromium.org | 2014-06-07 | 3 | -14/+3 |
* | Convert local printer capabilites to CDD format to unify with cloud printers ... | alekseys@chromium.org | 2014-06-05 | 4 | -26/+52 |
* | Move all callers of GetHomeDir() to PathService::Get(base::DIR_HOME). | nkostylev@chromium.org | 2014-05-27 | 1 | -2/+5 |
* | Linux: Remove gcrypt initialization workaround. | thestig@chromium.org | 2014-05-20 | 1 | -79/+0 |
* | Revert 270872 "Move all callers of GetHomeDir() to PathService::..." | benwells@chromium.org | 2014-05-16 | 1 | -5/+2 |
* | Move all callers of GetHomeDir() to PathService::Get(base::DIR_HOME). | nkostylev@chromium.org | 2014-05-16 | 1 | -2/+5 |
* | Renamed namespaces of url lib. | vitalybuka@chromium.org | 2014-05-01 | 1 | -1/+1 |
* | scoped_ptr<DEVMODE[]> replaced with scoped_ptr<DEVMODE, base::FreeDeleter>. | vitalybuka@chromium.org | 2014-03-11 | 3 | -41/+44 |
* | Move WriteFile and WriteFileDescriptor from file_util to base namespace. | brettw@chromium.org | 2014-03-06 | 1 | -1/+1 |
* | Move TrimWhitespace to the base namespace. | brettw@chromium.org | 2014-03-03 | 1 | -2/+3 |
* | Added more checks for buffer size to crash safely in case of incorrect driver... | vitalybuka@chromium.org | 2014-02-27 | 1 | -4/+4 |
* | Use DocumentProperties to get default DEVMODE instead of PRINTER_INFO_*. | vitalybuka@chromium.org | 2014-02-25 | 3 | -46/+3 |
* | Changed tags to match caps printers. | vitalybuka@chromium.org | 2014-02-22 | 2 | -10/+10 |
* | 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 | 5 | -11/+53 |
* | Use DocumentProperties to get default DEVMODE instead of PRINTER_INFO_*. | vitalybuka@chromium.org | 2014-02-20 | 5 | -53/+11 |
* | 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 | 2 | -10/+9 |
* | 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 | 3 | -15/+156 |
* | 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 | 3 | -27/+161 |
* | Update uses of UTF conversions in ppapi/, printing/, remoting/, rlz/, sandbox... | avi@chromium.org | 2013-12-25 | 2 | -17/+21 |