summaryrefslogtreecommitdiffstats
path: root/chrome/browser/printing/cloud_print
Commit message (Expand)AuthorAgeFilesLines
* Rename ChromeThread to BrowserThread Part8:tfarina@chromium.org2010-10-092-3/+3
* All communication with the cloud print proxy service from the browser now hap...sanjeevr@chromium.org2010-10-074-222/+96
* Remoting/Cloud Print Proxy authentication success UI cleanup.scottbyer@chromium.org2010-10-071-1/+2
* Removed the ServiceProcessType enum because a single service process should h...sanjeevr@chromium.org2010-10-051-10/+3
* Sync shouldn't allow hosted accounts, but other clients of GaiaAuthenticator2...johnnyg@chromium.org2010-10-021-1/+2
* Derive the manage URL from the cloud print root in prefs.scottbyer@google.com2010-10-012-0/+11
* Refactor out the cloud print URL management into a separate header/file for f...scottbyer@google.com2010-09-292-0/+77
* Changed the CloudPrintSetupFlow to not create a Browser object. Made the setu...sanjeevr@chromium.org2010-09-284-29/+78
* Cloud print proxy management UI.scottbyer@chromium.org2010-09-274-0/+647
* Added code in the browser process to display a Cloud Print token expired desk...sanjeevr@chromium.org2010-09-222-11/+96
* Move prefs-related files under chrome/browser/ into a prefs/ subdir.evan@chromium.org2010-08-261-1/+1
* Clean up unnecessary #includes of base/{scoped_ptr.h,string16.h}.viettrungluu@chromium.org2010-08-191-1/+0
* FBTF: Remove unneeded headers from base/ (part 6)thestig@chromium.org2010-08-191-2/+0
* FBTF: Remove "obviously" unneeded standard C++ library #includes.viettrungluu@chromium.org2010-08-151-2/+0
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Moved cloud print code from the chrome/browser/printing/cloud_print to chrome...sanjeevr@chromium.org2010-05-1316-2691/+7
* Moved URLFetcher and related classes to chrome/common/net.sanjeevr@chromium.org2010-05-074-4/+4
* Fix various uses of release() that did not check its valueestade@chromium.org2010-05-041-9/+6
* First cut of Cloud Print Proxy implementation. The code is not enabled for no...sanjeevr@google.com2010-04-2016-0/+2775