summaryrefslogtreecommitdiffstats
path: root/printing/backend
Commit message (Expand)AuthorAgeFilesLines
* Replace base::str[n]casecmp with helper functions.brettw2015-07-101-32/+34
* Fix some clang warnings with -Wmissing-braces in printing.dcheng2015-07-011-2/+2
* Replacing VerifierTraits with DummyVerifierTraits for non-kernel handles.shrikant2015-05-051-2/+2
* Update {virtual,override} to follow C++11 style in printing.nick2015-04-271-7/+7
* Update {virtual,override,final} to follow C++11 style in printing.dcheng2015-02-061-1/+1
* Update {virtual,override,final} to follow C++11 style in printing, round 2.dcheng2015-01-231-10/+8
* Fix crash on NULL pointer when the browser is compiled with use_cups=0Paweł Hajdan, Jr2015-01-222-3/+41
* Double buffer size to avoid crashes with drives which request buffer smallervitalybuka2015-01-081-0/+10
* Remove implicit conversions from scoped_refptr to T* in printing/dcheng2014-11-132-15/+10
* Standardize usage of virtual/override/final in printing/dcheng2014-10-221-10/+8
* Replace OVERRIDE with its C++11 counterparts in src/printingr.nagaraj2014-10-093-18/+18
* Zeroes buffer for DocumentProperties.vitalybuka2014-10-091-4/+8
* Remove implicit HANDLE conversions from printing.rvargas2014-09-252-6/+6
* Take PPD and CUPS defaults into account on Mac too.alekseys2014-09-171-6/+2
* Change base/file_utils.h includes to base/files/file_utils.h in gin, google_a...thestig2014-09-052-2/+2
* Use document from preview for System Dialog printing on Windows.vitalybuka2014-08-262-0/+40
* clang/win: Fix most -Wwriteable-strings warnings.thakis@chromium.org2014-07-231-2/+6
* Add a unit test that filenames aren't unintentionally converted to URLs.dcheng@chromium.org2014-07-151-1/+1
* default is a keyword in C++, don't use it as variable name.thakis@chromium.org2014-06-251-13/+14
* Fixed C++ type conversion.vitalybuka@chromium.org2014-06-192-5/+5
* Print Preview: Enable tests disabled on ASAN once again.thestig@chromium.org2014-06-181-2/+7
* 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-134-4/+75
* Revert of Revert of Generalize printer color model handling, get rid of CUPS ...ckocagil@chromium.org2014-06-083-14/+3
* Revert of Generalize printer color model handling, get rid of CUPS specific c...ckocagil@chromium.org2014-06-083-3/+14
* Generalize printer color model handling, get rid of CUPS specific case. Enabl...alekseys@chromium.org2014-06-083-14/+3
* Revert 275646 "Generalize printer color model handling, get rid ..."vitalybuka@chromium.org2014-06-073-3/+14
* Generalize printer color model handling, get rid of CUPS specific case. Enabl...alekseys@chromium.org2014-06-073-14/+3
* Convert local printer capabilites to CDD format to unify with cloud printers ...alekseys@chromium.org2014-06-054-26/+52
* Move all callers of GetHomeDir() to PathService::Get(base::DIR_HOME).nkostylev@chromium.org2014-05-271-2/+5
* Linux: Remove gcrypt initialization workaround.thestig@chromium.org2014-05-201-79/+0
* Revert 270872 "Move all callers of GetHomeDir() to PathService::..."benwells@chromium.org2014-05-161-5/+2
* Move all callers of GetHomeDir() to PathService::Get(base::DIR_HOME).nkostylev@chromium.org2014-05-161-2/+5
* Renamed namespaces of url lib.vitalybuka@chromium.org2014-05-011-1/+1
* scoped_ptr<DEVMODE[]> replaced with scoped_ptr<DEVMODE, base::FreeDeleter>.vitalybuka@chromium.org2014-03-113-41/+44
* Move WriteFile and WriteFileDescriptor from file_util to base namespace.brettw@chromium.org2014-03-061-1/+1
* Move TrimWhitespace to the base namespace.brettw@chromium.org2014-03-031-2/+3
* Added more checks for buffer size to crash safely in case of incorrect driver...vitalybuka@chromium.org2014-02-271-4/+4
* Use DocumentProperties to get default DEVMODE instead of PRINTER_INFO_*.vitalybuka@chromium.org2014-02-253-46/+3
* Changed tags to match caps printers.vitalybuka@chromium.org2014-02-222-10/+10
* 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-215-11/+53
* Use DocumentProperties to get default DEVMODE instead of PRINTER_INFO_*.vitalybuka@chromium.org2014-02-205-53/+11
* Added NULL pointer check for DEVMODE.vitalybuka@chromium.org2014-02-201-1/+4
* Removed unnecessary comparison checking bits in DEVMODE::dmFields.vitalybuka@chromium.org2014-02-182-10/+9
* Fixing crash when DRIVER_INFO_6::pszMfgName is NULLvitalybuka@chromium.org2014-02-171-1/+1
* Use XPS to set color for HP printers.vitalybuka@chromium.org2014-02-143-15/+156
* Fixed coping printer names.vitalybuka@chromium.org2014-02-051-4/+10
* Extend PrinterSemanticCapsAndDefaults with Collate, Copies, PaperSize and Dpi...vitalybuka@chromium.org2014-02-053-27/+161
* Update uses of UTF conversions in ppapi/, printing/, remoting/, rlz/, sandbox...avi@chromium.org2013-12-252-17/+21