summaryrefslogtreecommitdiffstats
path: root/chrome/service/cloud_print
Commit message (Expand)AuthorAgeFilesLines
* Changed jingle to use the IO thread from the passed in URLRequestContextGette...sanjeevr@chromium.org2011-04-071-3/+6
* Move sync notifier contruction out of syncer thread.nileshagrawal@chromium.org2011-04-071-0/+1
* Revert 80459 - Mark CloudPrintURLFetcherOverloadTest.Protect as flaky.twiz@chromium.org2011-04-051-2/+1
* Mark CloudPrintURLFetcherOverloadTest.Protect as flaky.twiz@chromium.org2011-04-051-1/+2
* Make a default timeout for CUPS fetching more sutable for consumers.gene@google.com2011-03-311-7/+30
* Moved URLRequestContextGetter to net/ so it can be used by projects such as j...sanjeevr@chromium.org2011-03-313-5/+5
* Coverity: Pass parameters by reference.jhawkins@chromium.org2011-03-282-7/+7
* Move some files from base to base/memory.levin@chromium.org2011-03-289-16/+16
* Add an opt-out header for HTTP throttling. Never throttle for localhost.joi@chromium.org2011-03-251-9/+10
* Let PrefStore::GetValue return a const Value* instead of Value* and add Persi...battre@chromium.org2011-03-251-2/+2
* [Jingle] Refactored some notifier-related structs/classesakalin@chromium.org2011-03-221-5/+2
* Cleanup NativeMetafile (win) interface and EMF class.vandebo@chromium.org2011-03-221-3/+3
* Revert 78666 - Cleanup NativeMetafile (win) interface and EMF class.vandebo@chromium.org2011-03-181-3/+3
* Cleanup NativeMetafile (win) interface and EMF class.vandebo@chromium.org2011-03-181-3/+3
* Extracting core back-off logic into a separate class,joi@chromium.org2011-03-171-2/+2
* Fixed a regression with Cloud Print notifications caused by a recent refactor...sanjeevr@chromium.org2011-03-161-0/+1
* [Sync] Merged MediatorThread and PushNotificationsThreadakalin@chromium.org2011-03-161-12/+12
* Service process fixes for Linux.scottbyer@chromium.org2011-03-031-2/+2
* Revert 76612 - Service process fixes for Linux.scottbyer@chromium.org2011-03-021-2/+2
* Service process fixes for Linux.scottbyer@chromium.org2011-03-021-2/+2
* Added a command-line option to disable adding the service process to autorun....sanjeevr@chromium.org2011-02-261-3/+4
* Cleanup: Remove a bunch of unneeded includes.thestig@chromium.org2011-02-241-1/+0
* Fixed a corner case issue with printing XPS documents to the Microsoft XPS Do...sanjeevr@chromium.org2011-02-181-4/+9
* Added support to the Windows cloud print proxy to print XPS documents directl...sanjeevr@chromium.org2011-02-179-68/+242
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-051-1/+1
* Added CUPS error handling.gene@google.com2011-02-031-8/+10
* Fixed a corner-case crash that would be triggered when a new printer was adde...sanjeevr@chromium.org2011-01-281-1/+5
* Clean up net unit testing code.erg@google.com2011-01-261-3/+3
* Revert "Clean up net unit testing code." since it breaks the shlib builder.erg@google.com2011-01-251-1/+1
* Clean up net unit testing code.erg@google.com2011-01-251-1/+1
* Added a diagnostic user message when enumerating printers fails. Also tweaked...sanjeevr@chromium.org2011-01-248-48/+120
* Move l10n_util to ui/baseben@chromium.org2011-01-212-2/+2
* 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-2012-48/+208
* Made return types of various Value::DeepCopy() implementations more specificakalin@chromium.org2011-01-181-2/+1
* net: Remove typedef net::URLRequestContext URLRequestContext;tfarina@chromium.org2011-01-151-2/+2
* net: Remove typedef net::URLRequestStatus URLRequestStatus;tfarina@chromium.org2011-01-132-7/+7
* Fixed a crash with some HP printer drivers (when invoking PTGetPrintCapabilit...sanjeevr@chromium.org2011-01-071-5/+8
* 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