summaryrefslogtreecommitdiffstats
path: root/printing/backend
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move ReadFileToString to the base namespace.brettw@chromium.org2013-08-302-2/+2
* Annotate a GnuTLS memory leak in printing/backend/print_backend_cups.ccearthdok@chromium.org2013-07-241-2/+9
* Replace third_party/icu/public with third_party/icu/source in the include dir...jshin@chromium.org2013-07-181-1/+1
* Rename base::Delete to base::DeleteFilebrettw@chromium.org2013-07-162-4/+4
* Migrate from googleurl/ includes to url/ ones in the remaining top-level dire...tfarina@chromium.org2013-07-132-3/+3
* Move file_util::Delete to the base namespacebrettw@chromium.org2013-07-012-4/+4
* Use a direct include of strings headers in ppapi/, printing/.avi@chromium.org2013-06-114-5/+5
* Don't close handles returned by ::OpenPrinter with error.vitalybuka@chromium.org2013-06-112-17/+26
* Use a direct include of utf_string_conversions.h in google_apis/, gpu/, ipc/,...avi@chromium.org2013-06-073-3/+3
* Update the remaining include paths of base/string_piece.h to its new location.tfarina@chromium.org2013-04-171-1/+1
* Rewrite scoped_array<T> to scoped_ptr<T[]> in printing.dcheng@chromium.org2013-04-113-6/+6
* src/: Update the remaining include paths of string_split.h to its new location.tfarina@chromium.org2013-03-061-1/+1
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Replace FilePath with base::FilePath.brettw@chromium.org2013-02-171-1/+1
* Replace FilePath with base::FilePath in some more top level directories.brettw@chromium.org2013-02-103-12/+13
* Roll ICU and convert include style to standard Chromium style,phajdan.jr@chromium.org2013-01-071-1/+1
* Renamed color_capable to color_changeable.vitalybuka@chromium.org2012-12-205-14/+14
* Add a TODO to clean up libgcrypt & gnutls dependency.phajdan.jr@chromium.org2012-12-131-0/+4
* Wrapers for PRINTER_INFO_* and DRIVER_INFO_*.vitalybuka@chromium.org2012-12-124-141/+210
* Improving reliability of PrintBackendWin::GetPrinterSemanticCapsAndDefaults. ...vitalybuka@chromium.org2012-12-111-21/+35