summaryrefslogtreecommitdiffstats
path: root/chrome/service/cloud_print/printer_job_handler.h
Commit message (Expand)AuthorAgeFilesLines
* Extract XPS code from PrintSystemWin.vitalybuka@chromium.org2013-11-101-2/+2
* UMA instrumentation for CloudPrint connector.vitalybuka@chromium.org2013-11-041-5/+12
* Cloud Print connector is now using local_settings field from GCP 2.0. "curren...gene@chromium.org2013-09-261-2/+9
* Set task into IN_PROCESS before sending to printer.vitalybuka@chromium.org2013-07-151-1/+1
* chrome: Migrate from googleurl/ includes to url/ ones. Part 3.tfarina@chromium.org2013-07-041-1/+1
* Use a direct include of time headers in chrome/common/, chrome/installer, chr...avi@chromium.org2013-06-281-1/+1
* chrome: Update the include paths of base/message_loop_proxy.h to its new loca...tfarina@chromium.org2013-05-101-1/+1
* Make PrinterJobHandler handler failure to fetch jobs more gracefullynoamsml@google.com2013-02-271-0/+3
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Added PrinterJobQueueHandler class and testsnoamsml@google.com2013-02-231-13/+4
* Rename FilePath to base::FilePath and use new location of string_number_conve...brettw@chromium.org2013-02-081-1/+1
* Move common cloud print code from service/cloud_print to common/cloud_print.chenyu@chromium.org2012-12-031-13/+16
* Remove #pragma once from chrome/serviceajwong@chromium.org2012-07-111-1/+0
* Move URLFetcherDelegate to net/ and split URLFetcher between net/ and content/akalin@chromium.org2012-05-111-11/+11
* RefCounted types should not have public destructors, chrome/ editionrsleevi@chromium.org2012-04-251-21/+30
* Fix a crash if GetPrinterCapsAndDefaults returns after the calling printer is...abodenha@chromium.org2012-04-131-1/+3
* Add OVERRIDE to chrome/service/.avi@chromium.org2011-11-191-13/+14
* Chrome proxy refactoring.Adding myself to the OWNERS file for handling cloud ...gene@chromium.org2011-10-281-21/+12
* Create a content::UrlFetcher interface that lives in content/public/common an...jam@chromium.org2011-10-251-12/+12
* Move base/values.h into the base namespace. This includes a cros DEPS rolldmazzoni@chromium.org2011-07-121-7/+7
* Virtual destructors should have virtual keyword.hans@chromium.org2011-05-251-1/+1
* Changed the cloud print connector logic to request the OAuth2 credentials of ...sanjeevr@chromium.org2011-05-061-2/+0
* net: Move ResponseCookies into the net namespace.tfarina@chromium.org2011-05-061-1/+1
* Mark job as error if we failed to fetch job data from the server after severa...gene@google.com2011-05-051-0/+7
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Added a diagnostic user message when enumerating printers fails. Also tweaked...sanjeevr@chromium.org2011-01-241-0/+5
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-1/+1
* As the first step in an effort to improve robustness of the cloud print proxy...sanjeevr@chromium.org2010-12-221-0/+6
* Almost done deinlining virtual methods.erg@google.com2010-12-161-8/+4
* Added 'dry run' tag to the print job, to test proxy health without wasting pa...gene@google.com2010-12-131-0/+3
* Fixed an issue with flaky connections causing too many job fetches. The logic...sanjeevr@chromium.org2010-11-221-3/+11
* Re-landing issue 4202006 (http://codereview.chromium.org/4202006/show) which ...sanjeevr@chromium.org2010-10-291-71/+76
* Revert 64359 - Created a CloudPrintURLFetcher class to wrap URLFetcher. This ...jochen@chromium.org2010-10-291-76/+71
* Created a CloudPrintURLFetcher class to wrap URLFetcher. This class implement...sanjeevr@chromium.org2010-10-291-71/+76
* Move useful printing backend code from chrome/service/cloud_print to printing...thestig@chromium.org2010-10-251-4/+3
* The Cloud Print proxy now handles auth errors and disables the cloud print pr...sanjeevr@chromium.org2010-09-131-0/+3
* This CL contains the following changes:sanjeevr@chromium.org2010-09-071-4/+8
* Add undeclared virtual destructors part 4ziadh@chromium.org2010-07-301-0/+3
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Used the service utility process host to render PDFs in a sandbox for the Win...sanjeevr@chromium.org2010-07-211-6/+18
* On behalf of gene@chromium.org. Fix infinite loop in printer job handler stat...scottbyer@chromium.org2010-06-141-1/+17
* On behalf of gene@chromium.org. Redesign cloud printing subsystem layer. Make...scottbyer@chromium.org2010-06-091-11/+12
* Revert "Redesign cloud printing subsystem layer."evan@chromium.org2010-06-081-12/+11
* On behalf of gene@chromium.org. Redesign cloud printing subsystem layer. Make...scottbyer@chromium.org2010-06-081-11/+12
* Added code to read the cloud print proxy URL from prefs. Changed the default ...sanjeevr@chromium.org2010-05-251-0/+3
* Moved cloud print code from the chrome/browser/printing/cloud_print to chrome...sanjeevr@chromium.org2010-05-131-0/+240