summaryrefslogtreecommitdiffstats
path: root/chrome/service/cloud_print/printer_job_handler.cc
Commit message (Expand)AuthorAgeFilesLines
* Chrome proxy refactoring.Adding myself to the OWNERS file for handling cloud ...gene@chromium.org2011-10-281-77/+43
* Create a content::UrlFetcher interface that lives in content/public/common an...jam@chromium.org2011-10-251-11/+11
* Add MessageLoopProxy::currentnduca@chromium.org2011-08-151-1/+1
* Fixd issue with accessing null pointer, when print servergene@google.com2011-07-281-1/+9
* base: Put md5.* into base namespace.tfarina@chromium.org2011-07-181-1/+2
* Add checks on DictionaryValue.Getxxxgbillock@chromium.org2011-06-271-2/+1
* iwyu: Include stringprintf.h where appropriate, part 2.jhawkins@chromium.org2011-05-111-3/+6
* Changed the cloud print connector logic to request the OAuth2 credentials of ...sanjeevr@chromium.org2011-05-061-9/+1
* net: Move ResponseCookies into the net namespace.tfarina@chromium.org2011-05-061-2/+2
* Mark job as error if we failed to fetch job data from the server after severa...gene@google.com2011-05-051-1/+26
* Added support to the Windows cloud print proxy to print XPS documents directl...sanjeevr@chromium.org2011-02-171-6/+22
* Added a diagnostic user message when enumerating printers fails. Also tweaked...sanjeevr@chromium.org2011-01-241-2/+7
* As the first step in an effort to improve robustness of the cloud print proxy...sanjeevr@chromium.org2010-12-221-11/+35
* Almost done deinlining virtual methods.erg@google.com2010-12-161-0/+13
* Added 'dry run' tag to the print job, to test proxy health without wasting pa...gene@google.com2010-12-131-0/+12
* Implement exponential back-off mechanism.joi@chromium.org2010-11-251-6/+6
* Fixed an issue with flaky connections causing too many job fetches. The logic...sanjeevr@chromium.org2010-11-221-11/+19
* Make CUPS cloud print proxy to support multiple print servers.gene@google.com2010-11-031-2/+2
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-011-2/+2
* Re-landing issue 4202006 (http://codereview.chromium.org/4202006/show) which ...sanjeevr@chromium.org2010-10-291-250/+152
* Revert 64359 - Created a CloudPrintURLFetcher class to wrap URLFetcher. This ...jochen@chromium.org2010-10-291-152/+250
* Created a CloudPrintURLFetcher class to wrap URLFetcher. This class implement...sanjeevr@chromium.org2010-10-291-250/+152
* Move useful printing backend code from chrome/service/cloud_print to printing...thestig@chromium.org2010-10-251-7/+7
* Convert LOG(INFO) to VLOG(1) - chrome/service/.pkasting@chromium.org2010-10-201-54/+71
* Handled failures of Spool correctly.sanjeevr@chromium.org2010-09-281-8/+6
* The Cloud Print proxy now handles auth errors and disables the cloud print pr...sanjeevr@chromium.org2010-09-131-0/+11
* This CL contains the following changes:sanjeevr@chromium.org2010-09-071-34/+60
* Remove deprecated wstring Get(As)String() methods from Value, etc.viettrungluu@chromium.org2010-08-161-2/+2
* Used the service utility process host to render PDFs in a sandbox for the Win...sanjeevr@chromium.org2010-07-211-26/+38
* No actual code change. Just added more logging information to helpgene@chromium.org2010-06-281-3/+32
* Added functionality in CUPS cloud print proxy to connect to specificgene@chromium.org2010-06-181-1/+2
* On behalf of gene@chromium.org. Fix infinite loop in printer job handler stat...scottbyer@chromium.org2010-06-141-15/+35
* On behalf of gene@chromium.org. Redesign cloud printing subsystem layer. Make...scottbyer@chromium.org2010-06-091-24/+24
* Revert "Redesign cloud printing subsystem layer."evan@chromium.org2010-06-081-24/+24
* On behalf of gene@chromium.org. Redesign cloud printing subsystem layer. Make...scottbyer@chromium.org2010-06-081-24/+24
* Added code to read the cloud print proxy URL from prefs. Changed the default ...sanjeevr@chromium.org2010-05-251-6/+14
* Moved cloud print code from the chrome/browser/printing/cloud_print to chrome...sanjeevr@chromium.org2010-05-131-0/+560