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