summaryrefslogtreecommitdiffstats
path: root/chrome/service/cloud_print
Commit message (Expand)AuthorAgeFilesLines
* net: Add namespace net to the remaining files under url_request directory.tfarina@chromium.org2011-01-061-8/+12
* Move CancellationFlag and WaitableEvent to the synchronization subdirectory.brettw@chromium.org2011-01-021-1/+1
* move base/object_watcher into base/win and add the win namespace. Fixup callers.brettw@google.com2011-01-011-4/+3
* Move non_thread_safe from base to base/threading and into the base namespace.brettw@chromium.org2011-01-011-2/+2
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-014-4/+4
* Remove 'using' declaration of ScopedHDC from scoped_handle_win.htfarina@chromium.org2010-12-311-1/+2
* Mark CloudPrintURLFetcherBasicTest.HandleRawResponse FLAKY because ofkbr@chromium.org2010-12-281-3/+4
* Remove chromoting host registration from service process. More IPCs to controlsergeyu@chromium.org2010-12-231-0/+1
* As the first step in an effort to improve robustness of the cloud print proxy...sanjeevr@chromium.org2010-12-226-107/+272
* Almost done deinlining virtual methods.erg@google.com2010-12-162-8/+17
* 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-1310-9/+76
* Sanitize PrefStore interface.mnissler@chromium.org2010-12-092-29/+31
* Move more code from headers to implementation.erg@google.com2010-12-072-0/+5
* Fix the Visual Studio 2005 build.darin@chromium.org2010-12-031-1/+1
* Changed the CloudPrint Proxy custom header from X-Google-CloudPrint-Proxy to ...sanjeevr@chromium.org2010-12-011-1/+1
* Implement exponential back-off mechanism.joi@chromium.org2010-11-258-107/+57
* Fixed an issue with flaky connections causing too many job fetches. The logic...sanjeevr@chromium.org2010-11-228-30/+86
* Fix ThreadChecker to use Locks and not use scoped_ptr.willchan@chromium.org2010-11-212-0/+2
* base: Get rid of 'using' declaration of StringAppendF.tfarina@chromium.org2010-11-151-1/+1
* Fix warnings on Mac that has been reported by Eric.gene@google.com2010-11-111-4/+4
* Mark the CloudPrintURLFetcherBasicTest.HandleRawData and CloudPrintURLFetcher...ananta@chromium.org2010-11-111-2/+4
* Coverity: Initialize member variables.jhawkins@chromium.org2010-11-111-3/+8
* Used GetProcAddress to load exported functions from prntvpt.dll instead of us...sanjeevr@chromium.org2010-11-101-23/+25
* Add print server name to the full name of the printer. This allows proxygene@google.com2010-11-091-34/+87
* base: Remove 'using' declaration of SStringPrintf.tfarina@chromium.org2010-11-081-1/+2
* Coverity: Initialize member variables.jhawkins@chromium.org2010-11-062-2/+5
* Make CUPS cloud print proxy to support multiple print servers.gene@google.com2010-11-035-168/+446
* Fixed a bug where we were treating the "status" field in the printer list res...sanjeevr@chromium.org2010-11-021-2/+6
* HTTP requests from the service process now use a non-empty user agent. Also a...sanjeevr@chromium.org2010-11-023-1/+11
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-012-6/+6
* Re-landing issue 4202006 (http://codereview.chromium.org/4202006/show) which ...sanjeevr@chromium.org2010-10-2913-573/+1044
* Change LOG(INFO) to VLOG(1).gene@google.com2010-10-291-7/+7
* Revert 64454 - Revert 64441 - Mac cloud print proxy work.scottbyer@google.com2010-10-291-1/+0
* Revert 64441 - Mac cloud print proxy work.scottbyer@google.com2010-10-291-0/+1
* Mac cloud print proxy work.scottbyer@chromium.org2010-10-291-1/+0
* Revert 64359 - Created a CloudPrintURLFetcher class to wrap URLFetcher. This ...jochen@chromium.org2010-10-2913-1033/+573
* Created a CloudPrintURLFetcher class to wrap URLFetcher. This class implement...sanjeevr@chromium.org2010-10-2913-573/+1033
* [Sync] Added some switches for testing/debugging.akalin@chromium.org2010-10-261-1/+3
* Move useful printing backend code from chrome/service/cloud_print to printing...thestig@chromium.org2010-10-2512-426/+98
* FBTF: More dtor deinlining. (Can almost see the end!)erg@google.com2010-10-222-22/+54
* Coverity: Initialize member variables.jhawkins@chromium.org2010-10-201-1/+3
* Convert LOG(INFO) to VLOG(1) - chrome/service/.pkasting@chromium.org2010-10-202-83/+92
* Remove scoped_bstr_win, fix all callers to use the new location.brettw@chromium.org2010-10-201-3/+5
* Revert 62699 - [Sync] Added some switches for testing/debugging.rsimha@chromium.org2010-10-191-3/+1
* FBTF: Even more ctor/virtual deinlining.erg@google.com2010-10-192-1/+5
* [Sync] Added some switches for testing/debugging.akalin@chromium.org2010-10-151-1/+3
* Coverity: Initialize member variables.jhawkins@chromium.org2010-10-131-1/+3
* Match up array delete to array allocate.avi@chromium.org2010-10-061-1/+1
* Added the X-Google-CloudPrint-Proxy: header to all cloud print proxy requests.sanjeevr@chromium.org2010-10-013-1/+6