summaryrefslogtreecommitdiffstats
path: root/chrome/service/cloud_print
Commit message (Expand)AuthorAgeFilesLines
* base::Bind: Convert chrome/service/cloud_print.jhawkins@chromium.org2011-11-196-114/+129
* Add OVERRIDE to chrome/service/.avi@chromium.org2011-11-196-34/+35
* Fixing url for user messages for CloudPrint.gene@chromium.org2011-11-172-2/+2
* Revert 110369 - Fix URL on proxy/connector for sending user messages.cpu@chromium.org2011-11-161-1/+1
* Fix URL on proxy/connector for sending user messages.gene@chromium.org2011-11-161-1/+1
* base: Refactor PendingTask out of MessageLoop.jhawkins@chromium.org2011-11-151-0/+1
* base::Bind: Convert chrome/service.jhawkins@chromium.org2011-11-155-117/+92
* Allow linker initialization of lazy instancejoth@chromium.org2011-11-151-1/+1
* Cleanup: Remove unneeded forward declarations from various chrome subdirector...thestig@chromium.org2011-11-143-8/+4
* base::Bind: Low-hanging fruit conversions of NewRunnableFunction.jhawkins@chromium.org2011-11-121-1/+2
* Fixed crash in the proxy. Reference has been passed between threads,gene@chromium.org2011-11-116-47/+4
* Chrome proxy refactoring.Adding myself to the OWNERS file for handling cloud ...gene@chromium.org2011-10-2821-921/+1331
* Handle additional feedback from http://codereview.chromium.org/8395038/.jam@chromium.org2011-10-281-4/+4
* Rename URLFetcher to be URLFetcherImpl, now that we have the content::URLFetc...jam@chromium.org2011-10-273-6/+5
* Make test URLFetcher implementations not derive from the URLFetcher implement...jam@chromium.org2011-10-262-3/+3
* Create a content::UrlFetcher interface that lives in content/public/common an...jam@chromium.org2011-10-258-79/+82
* Convert URLFetcher::Delegates to use an interface in content/public/common. A...jam@chromium.org2011-10-242-27/+23
* scoped_ptr and new[] don't mix.thakis@chromium.org2011-10-071-1/+1
* * Rename ScopedHDC to ScopedCreateDCyosin@chromium.org2011-10-071-1/+4
* Added autorotate flag in PDF rendering and wiring it through service-utility ...gene@chromium.org2011-10-061-4/+10
* Remove dead macros after updating _WIN32_WINNT and WINVERjschuh@chromium.org2011-09-281-4/+0
* Fix issue where printing output got trunkated on the right and bottom sides.gene@chromium.org2011-09-131-0/+9
* Move URLFetcher from content/common to content/common/net.willchan@chromium.org2011-09-132-2/+2
* Fix Linux Views build breakage.willchan@chromium.org2011-09-131-1/+1
* Move URLFetcher from content/common to content/common/net.willchan@chromium.org2011-09-131-1/+1
* Add MessageLoopProxy::currentnduca@chromium.org2011-08-153-4/+4
* Fixd issue with accessing null pointer, when print servergene@google.com2011-07-281-1/+9
* Remove explicit keyword from multi-argument (w/o default values) constructorsdilmah@chromium.org2011-07-262-7/+7
* Switched the cloud print login from a WebUI local dialog to a web-based scheme.sanjeevr@chromium.org2011-07-221-0/+4
* Add virtual to some destructorsbattre@chromium.org2011-07-181-1/+1
* base: Put md5.* into base namespace.tfarina@chromium.org2011-07-184-9/+9
* Change base::LaunchProcess API slightlyevan@chromium.org2011-07-151-2/+1
* Clean up users of a deprecated base::LaunchApp API.evan@chromium.org2011-07-141-1/+2
* Move base/values.h into the base namespace. This includes a cros DEPS rolldmazzoni@chromium.org2011-07-1210-19/+32
* Change the WebResourceService to use SystemURLRequestContext, and fix leak th...mirandac@chromium.org2011-06-282-1/+4
* Add checks on DictionaryValue.Getxxxgbillock@chromium.org2011-06-273-13/+10
* Flag for switching GAIA backendgfeher@chromium.org2011-06-153-3/+3
* Changes to have chrome building with net.dllrvargas@google.com2011-06-031-0/+2
* Move UrlFetcher to content. I originally thought that it's only used by chro...jam@chromium.org2011-06-012-2/+2
* Anti-DDoS enhancements: Log to net log, UMA stats, improved policy.joi@chromium.org2011-05-272-8/+7
* Virtual destructors should have virtual keyword.hans@chromium.org2011-05-251-1/+1
* 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