summaryrefslogtreecommitdiffstats
path: root/chrome/service/cloud_print
Commit message (Collapse)AuthorAgeFilesLines
* Converted TalkMediator to use a delegate instead of a channelakalin@chromium.org2010-06-011-15/+22
| | | | | | | | | | | Simplified handling of TalkMediator events. BUG=none TEST=unittests + manual testing of notifications Review URL: http://codereview.chromium.org/2232004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48652 0039d316-1c4b-4281-b951-d872f2087c98
* Changed values of Cloud Print GAIA service id and Talk service URL to ↵sanjeevr@chromium.org2010-05-281-4/+2
| | | | | | | | | | production values. BUG=None. TEST=Test with production cloudprint service. Review URL: http://codereview.chromium.org/2254003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48494 0039d316-1c4b-4281-b951-d872f2087c98
* Remove signin and persist from gaia_authenticator. This fixes an issue where ↵chron@chromium.org2010-05-281-2/+2
| | | | | | | | | | | Chromium OS did not persist sync cookies. TEST=included unit tests BUG=http://crosbug.com/2786 Review URL: http://codereview.chromium.org/2124020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48456 0039d316-1c4b-4281-b951-d872f2087c98
* On behalf of gene@chromium.org. Added CUPS options to the printer ↵scottbyer@chromium.org2010-05-275-4/+42
| | | | | | | | | | | | | information. Options get uploaded to the cloud print server. Also added some logging for cups proxy. BUG=none TEST=Run linux CP proxy and verify that CUPS options gets uploaded to the cloud print server. Review URL: http://codereview.chromium.org/2232002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48406 0039d316-1c4b-4281-b951-d872f2087c98
* Added code to read the cloud print proxy URL from prefs. Changed the default ↵sanjeevr@chromium.org2010-05-2512-57/+237
| | | | | | | | | | | URL to https://www.google.com/cloudprint which is the official URL. BUG=None. TEST=Unit-tests provided. Review URL: http://codereview.chromium.org/2157003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48182 0039d316-1c4b-4281-b951-d872f2087c98
* 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-214-65/+155
| | | | | | | | | | | 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-211-2/+3
| | | | | | | | | | | 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 a new process type called the service process to host background ↵sanjeevr@chromium.org2010-05-122-0/+75
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