summaryrefslogtreecommitdiffstats
path: root/printing/backend
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update uses of Value in extensions/, google_apis/, gpu/, media/, net/, printi...avi@chromium.org2013-12-231-1/+1
* Move temp file functions to base namespace.brettw@chromium.org2013-12-031-1/+1
* Move some more file utils to the base namespace.brettw@chromium.org2013-12-021-1/+1
* Base: Remove Receive() from ScopedHandle.rvargas@chromium.org2013-11-281-6/+3
* Revert of https://codereview.chromium.org/71013004/hashimoto@chromium.org2013-11-271-3/+6
* Base: Remove Receive() from ScopedHandle.rvargas@chromium.org2013-11-271-6/+3
* Extract XPS code from PrintSystemWin.vitalybuka@chromium.org2013-11-101-0/+25
* Moved SimplifyDocumentTitle from printing/backendvitalybuka@chromium.org2013-11-093-48/+0
* Print Preview: Save the CUPS printer color model info and use it when printing.thestig@chromium.org2013-10-182-0/+7
* Cleanup various bits of printing code.thestig@chromium.org2013-10-144-42/+37
* Cleanup: Use base namespace in printing/.thestig@chromium.org2013-10-014-6/+7
* Clean up a few more unused globals.thakis@chromium.org2013-09-251-5/+0
* Move text_elider to gfx.ben@chromium.org2013-09-091-2/+2