summaryrefslogtreecommitdiffstats
path: root/chrome/service
Commit message (Collapse)AuthorAgeFilesLines
* Cloud Printing proxy implementation on Linux using CUPS.scottbyer@chromium.org2010-05-243-81/+317
| | | | | | | | | | | BUG=none TEST=Try running cloud print proxy on linux and confirm printer list get uploaded, jobs get processed and printed. Landed in revision 47300 Review URL: http://codereview.chromium.org/1933006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48050 0039d316-1c4b-4281-b951-d872f2087c98
* Added the ability in the service process to save and read state from a prefs ↵sanjeevr@chromium.org2010-05-217-77/+192
| | | | | | | | | | | file. Used this to save and read the cloud print proxy auth token and proxy id. BUG=None. TEST=Test Cloud Print Proxy (run it second time without LSID and ProxyId command-line args) Review URL: http://codereview.chromium.org/2066018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47945 0039d316-1c4b-4281-b951-d872f2087c98
* Added an implementation of the NetworkChangeNotifierThread interface for the ↵sanjeevr@chromium.org2010-05-216-3/+211
| | | | | | | | | | | service process and used it. BUG=None. TEST=Unit-test provided. Also test cloud print proxy. Review URL: http://codereview.chromium.org/2086020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47881 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 47695 - Patching on behalf of gene@chromium.org.sanjeevr@chromium.org2010-05-191-250/+19
| | | | | | | | | | | | | | Cloud Printing proxy implementation on Linux using CUPS. BUG=none TEST=Try running cloud print proxy on linux and confirm printer list get uploaded, jobs get processed and printed. CodeReview URL=http://codereview.chromium.org/1933006 TBR=sanjeevr@chromium.org Review URL: http://codereview.chromium.org/2075020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47704 0039d316-1c4b-4281-b951-d872f2087c98
* Patching on behalf of gene@chromium.org.sanjeevr@chromium.org2010-05-191-19/+250
| | | | | | | | | | | Cloud Printing proxy implementation on Linux using CUPS. BUG=none TEST=Try running cloud print proxy on linux and confirm printer list get uploaded, jobs get processed and printed. CodeReview URL=http://codereview.chromium.org/1933006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47695 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 47300 - Patching on behalf of gene@chromium.org.rvargas@google.com2010-05-141-250/+19
| | | | | | | | | | | | | CL for linux proxy for cloud printing BUG=none TEST=Try running cloud print proxy on linux and confirm printer list get uploaded, jobs get processed and printed. Review URL: http://codereview.chromium.org/1933006 TBR=sanjeevr@chromium.org Review URL: http://codereview.chromium.org/2119002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47304 0039d316-1c4b-4281-b951-d872f2087c98
* Patching on behalf of gene@chromium.org.sanjeevr@chromium.org2010-05-141-19/+250
| | | | | | | | | | CL for linux proxy for cloud printing BUG=none TEST=Try running cloud print proxy on linux and confirm printer list get uploaded, jobs get processed and printed. Review URL: http://codereview.chromium.org/1933006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47300 0039d316-1c4b-4281-b951-d872f2087c98
* Moved cloud print code from the chrome/browser/printing/cloud_print to ↵sanjeevr@chromium.org2010-05-1316-4/+2705
| | | | | | | | | | chrome/service/cloud_print BUG=None. TEST=None. Review URL: http://codereview.chromium.org/2007012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47155 0039d316-1c4b-4281-b951-d872f2087c98
* Created and deleted URLFetcher on the IO thread in the ↵sanjeevr@chromium.org2010-05-132-5/+7
| | | | | | | | | | ServiceGaiaAuthenticator implementation. BUG=None. TEST=None. Review URL: http://codereview.chromium.org/1992016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47105 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed build break caused by using the new BackendFactory method of ↵sanjeevr@chromium.org2010-05-121-1/+1
| | | | | | | | | | | constructing an in-memory cache. BUG=None TEST=Buildbots should pass. Review URL: http://codereview.chromium.org/2011015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47058 0039d316-1c4b-4281-b951-d872f2087c98
* Created a new process type called the service process to host background ↵sanjeevr@chromium.org2010-05-129-0/+490
tasks such as the Cloud Print Proxy. BUG=None. TEST=None. Review URL: http://codereview.chromium.org/2001009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47055 0039d316-1c4b-4281-b951-d872f2087c98