summaryrefslogtreecommitdiffstats
path: root/chrome/service/cloud_print/print_system_cups.cc
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: Remove unneeded #includes for grit/, ui/base/l10n/l10n_util.h and ui...thestig@chromium.org2014-08-081-2/+0
* Fallback to CDD/CJT if connector can't initialize XPS API.vitalybuka@chromium.org2014-02-091-0/+5
* Added print_ticket_mime_type into PrintSystem API.vitalybuka@chromium.org2014-02-081-2/+5
* Update some uses of Value in chrome/ to use the base:: namespace.avi@chromium.org2013-12-231-16/+22
* Renamed chrome/service/cloud_print/cloud_print_helpers* -> cloud_print_servic...vitalybuka@chromium.org2013-11-051-1/+1
* Clean up a few more unused globals.thakis@chromium.org2013-09-251-7/+0
* Set the printer info in crash reports using the crash key logging system.rsesek@chromium.org2013-09-171-5/+5
* Revert 223610 "Set the printer info in crash reports using the c..."finnur@chromium.org2013-09-171-5/+5
* Set the printer info in crash reports using the crash key logging system.rsesek@chromium.org2013-09-171-5/+5
* Use a direct include of the message_loop header in chrome/app, chrome/common,...avi@chromium.org2013-07-171-1/+1
* chrome: Migrate from googleurl/ includes to url/ ones. Part 3.tfarina@chromium.org2013-07-041-1/+1
* Use a direct include of strings headers in chrome/service/.avi@chromium.org2013-06-111-1/+1
* Use a direct include of utf_string_conversions.h in chrome/renderer/, chrome/...avi@chromium.org2013-06-071-1/+1
* chrome: Use base::MessageLoop. (Part 1)xhwang@chromium.org2013-05-101-12/+16
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Rename FilePath to base::FilePath and use new location of string_number_conve...brettw@chromium.org2013-02-081-4/+4
* Linux/ChromeOS Chromium style checker cleanup, chrome/ edition part 1.rsleevi@chromium.org2013-02-071-1/+2
* Replaced DictionaryValue::key_iterator by DictionaryValue::Iterator outside o...pneubeck@chromium.org2013-01-181-6/+4
* Move common cloud print code from service/cloud_print to common/cloud_print.chenyu@chromium.org2012-12-031-2/+2
* Single GenerateProxyId and added printer tags with version info.vitalybuka@chromium.org2012-09-251-9/+0
* Add ability to specify list of supported mime types for Cloud Print connector...gene@chromium.org2012-09-121-6/+14
* Correct const accessors in base/values.(h|cc)vabr@chromium.org2012-07-271-1/+1
* Standardize log message style for cloudprint service and display printer idalexyu@google.com2012-07-231-21/+34
* Adding functionality to specify TLS encryption CUPS print servers for cloudpr...gene@chromium.org2012-05-161-9/+24
* RefCounted types should not have public destructors, chrome/ editionrsleevi@chromium.org2012-04-251-7/+15
* Modify the base::JSONReader interface to take a set of options rather than a ...rsesek@chromium.org2012-04-111-3/+2
* ScopedPrinterInfoSetter sets printer related information to be available for ...vitalybuka@chromium.org2012-03-161-5/+17
* Convert use of int ms to TimeDelta in chrome/service files.tedvessenes@gmail.com2012-01-311-14/+15
* Cleanup: Remove static storage for variables in an unnamed namespace.jhawkins@chromium.org2012-01-281-6/+7
* Revert 117531 - Convert use of int ms to TimeDelta in files owned by ajwong.lambroslambrou@google.com2012-01-121-15/+14
* Convert use of int ms to TimeDelta in files owned by ajwong.tedvessenes@gmail.com2012-01-121-14/+15
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-061-1/+0
* base::Bind: Convert chrome/service/cloud_print.jhawkins@chromium.org2011-11-191-29/+34
* base::Bind: Convert chrome/service.jhawkins@chromium.org2011-11-151-27/+28
* Remove explicit keyword from multi-argument (w/o default values) constructorsdilmah@chromium.org2011-07-261-2/+2
* base: Put md5.* into base namespace.tfarina@chromium.org2011-07-181-4/+3
* Make a default timeout for CUPS fetching more sutable for consumers.gene@google.com2011-03-311-7/+30
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Added support to the Windows cloud print proxy to print XPS documents directl...sanjeevr@chromium.org2011-02-171-0/+9
* Added CUPS error handling.gene@google.com2011-02-031-8/+10
* Added a diagnostic user message when enumerating printers fails. Also tweaked...sanjeevr@chromium.org2011-01-241-4/+16
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-1/+0
* Code to send diagnostic messages about cloud print proxy. Currently diagnosti...sanjeevr@chromium.org2011-01-201-2/+3
* As the first step in an effort to improve robustness of the cloud print proxy...sanjeevr@chromium.org2010-12-221-26/+61
* Making CUPS calls non-blocking.gene@google.com2010-12-161-2/+7
* Added 'dry run' tag to the print job, to test proxy health without wasting pa...gene@google.com2010-12-131-6/+43
* Fix ThreadChecker to use Locks and not use scoped_ptr.willchan@chromium.org2010-11-211-0/+1
* Fix warnings on Mac that has been reported by Eric.gene@google.com2010-11-111-4/+4
* Add print server name to the full name of the printer. This allows proxygene@google.com2010-11-091-34/+87
* Coverity: Initialize member variables.jhawkins@chromium.org2010-11-061-1/+2