summaryrefslogtreecommitdiffstats
path: root/chrome/service/cloud_print
Commit message (Expand)AuthorAgeFilesLines
* Created an IPC method to enable the cloud print proxy using robot OAuth2 cred...sanjeevr@chromium.org2011-05-134-48/+117
* Changed the name of the Cloudprint XMPP channel to cloudprint.google.com.sanjeevr@chromium.org2011-05-121-7/+1
* iwyu: Include stringprintf.h where appropriate, part 3.jhawkins@chromium.org2011-05-121-23/+25
* iwyu: Include stringprintf.h where appropriate, part 2.jhawkins@chromium.org2011-05-113-6/+9
* Changed the IPC between the browser and the service process to return more de...sanjeevr@chromium.org2011-05-112-8/+16
* iwyu: Use callback_old.h where appropriate, part 2.jhawkins@chromium.org2011-05-101-1/+1
* Changed the cloud print connector logic to request the OAuth2 credentials of ...sanjeevr@chromium.org2011-05-0619-176/+573
* net: Move ResponseCookies into the net namespace.tfarina@chromium.org2011-05-065-10/+10
* Mark job as error if we failed to fetch job data from the server after severa...gene@google.com2011-05-052-1/+33
* Cleanup: Fix some style issues in the printing code. Fix misuse of scoped_ptr.csilv@chromium.org2011-04-211-1/+1
* Disabled polling for jobs when we lose XMPP connection. This behavior can be ...sanjeevr@chromium.org2011-04-153-17/+31
* Include base/win/scoped_comptr.h instead of base/scoped_comptr_win.h.tfarina@chromium.org2011-04-121-10/+7
* 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