summaryrefslogtreecommitdiffstats
path: root/printing/backend
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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