summaryrefslogtreecommitdiffstats
path: root/printing/backend
Commit message (Expand)AuthorAgeFilesLines
* 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
* Speculative fix of attached bug.vitalybuka@chromium.org2012-11-301-7/+20
* Miscellaneous tiny cleanups done while converting files to use ScopedCOMIniti...pkasting@chromium.org2012-10-011-23/+23
* Linux: fix build with system ICU.phajdan.jr@chromium.org2012-09-281-1/+1
* Set max title size to 50vitalybuka@chromium.org2012-09-232-3/+4
* Revert 158193 - Set max title size to 50vitalybuka@chromium.org2012-09-221-1/+1
* Set max title size to 50vitalybuka@chromium.org2012-09-221-1/+1
* Simplify document title for Windows printing.vitalybuka@chromium.org2012-09-203-0/+51
* Valgrind: Fix some leaks in the CUPS printing code and remove a no longer sup...thestig@chromium.org2012-09-071-5/+4
* Fix build.dmazzoni@chromium.org2012-09-071-0/+2
* Get semantic capabilities from Print Backend.gene@chromium.org2012-09-078-1/+663
* It's possible to have system configuration where connector has no permission ...vitalybuka@chromium.org2012-08-151-1/+0
* Standardize log message style for cloudprint service and display printer idalexyu@google.com2012-07-231-8/+12
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-114-4/+0
* Reland 139885 - Enable the handle verifier.rvargas@google.com2012-06-041-2/+1
* Revert 139885 - Enable the handle verifier.rvargas@google.com2012-05-311-1/+2
* Enable the handle verifier.rvargas@google.com2012-05-311-2/+1
* Base: Add a handle verifier to ScopedHandle.rvargas@chromium.org2012-05-311-1/+2
* Adding functionality to specify TLS encryption CUPS print servers for cloudpr...gene@chromium.org2012-05-165-11/+26
* Cleanup: Remove unneeded scoped_ptr.h includes from ppapi, printing, remoting...thestig@chromium.org2012-05-162-31/+32
* RefCounted types should not have public destructors, printing/ and ui/rsleevi@chromium.org2012-05-024-31/+30
* Fixed null pointer exception.vitalybuka@chromium.org2012-03-231-3/+5
* Removed trailing ;vitalybuka@chromium.org2012-03-231-1/+2
* Driver related info would be included into PrinterBasicInfo::options so it wo...vitalybuka@chromium.org2012-03-226-63/+149
* Fix invalid return value.vitalybuka@chromium.org2012-03-181-4/+4
* Fixed return value.vitalybuka@chromium.org2012-03-161-2/+2
* ScopedPrinterInfoSetter sets printer related information to be available for ...vitalybuka@chromium.org2012-03-164-21/+33
* GetPrinterDriverInfo returns string.vitalybuka@chromium.org2012-03-075-27/+21
* Added PrinterDriverInfo and PrintBackend::GetPrinterDriverInfo for windows.vitalybuka@chromium.org2012-03-055-5/+86
* Making GenericScopedHandle capable of handling handle types other than HANDLE.alexeypa@chromium.org2012-03-051-0/+13
* Improved resource management by using ScopedPrinterHandle.vitalybuka@chromium.org2012-03-021-16/+9
* Added ScopedPrinterHandlevitalybuka@chromium.org2012-03-021-1/+12
* Cleanup: Remove static storage for variables in an unnamed namespace.jhawkins@chromium.org2012-01-281-1/+1
* Linux: Try several different paths to the GnuTls library when trying to dynam...thestig@chromium.org2012-01-261-15/+23
* Add OVERRIDE to printing/.avi@chromium.org2011-11-161-5/+6
* Allow linker initialization of lazy instancejoth@chromium.org2011-11-151-2/+2
* Remove 13 exit time constructors and 3 static initializersthakis@chromium.org2011-11-071-1/+1
* scoped_ptr and new[] don't mix.thakis@chromium.org2011-10-071-1/+1
* CUPS printing: Define CUPS_PRINTER_SCANNER for Linux if CUPS is < 1.4chrelad@gmail.com2011-09-221-5/+8