summaryrefslogtreecommitdiffstats
path: root/cloud_print/virtual_driver/posix
Commit message (Collapse)AuthorAgeFilesLines
* Simplify the Posix Cloud Print virtual driver, add print ticket support for ↵abeera@google.com2011-08-197-84/+247
| | | | | | | | | | | | Mac and Linux. BUG=NONE TEST= NONE Review URL: http://codereview.chromium.org/7612004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97423 0039d316-1c4b-4281-b951-d872f2087c98
* Packaging scripts for Mac and Linux Cloud Print Drivers.abeera@google.com2011-08-172-0/+107
| | | | | | | | | | | | Spun off from http://codereview.chromium.org/7599018/ to facilitate try server usage. BUG= TEST= Review URL: http://codereview.chromium.org/7670010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97100 0039d316-1c4b-4281-b951-d872f2087c98
* Virtual Cloud Print Driver for Mac.abeera@google.com2011-08-156-13/+284
| | | | | | | | | | | Includes code for the driver itself. Also modifies the browser process as well as service process to register Apple Event handlers. Also changes the service process to allow registration of driver. BUG= TEST= Review URL: http://codereview.chromium.org/7485011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96825 0039d316-1c4b-4281-b951-d872f2087c98
* Fix to bug 91320. abeera@google.com2011-08-042-3/+4
| | | | | | | | | | | | | Function prototype in Cloud Print Virtual Driver changed to void. Gyp file updated. BUG=91320 TEST= Review URL: http://codereview.chromium.org/7542016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95516 0039d316-1c4b-4281-b951-d872f2087c98
* Virtual printer driver style cleanuprsleevi@chromium.org2011-07-234-54/+54
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/7467020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93787 0039d316-1c4b-4281-b951-d872f2087c98
* Code for the Linux virtual printer driver. A backend for CUPS that spools ↵abeera@google.com2011-07-214-0/+241
| | | | | | | | | | the data to a file and then passes that to Chrome. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=92378 Review URL: http://codereview.chromium.org/7222011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93298 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 92378 because it broke Win Builder (dbg)(shared) - Additional Commits ↵sadrul@chromium.org2011-07-134-248/+0
| | | | | | | | | | | | | | | | | | for Linux printer driver Initial commit for Linux virtual printer BUG= TEST= Review URL: http://codereview.chromium.org/7222011 TBR=abeera@google.com Review URL: http://codereview.chromium.org/7354024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92379 0039d316-1c4b-4281-b951-d872f2087c98
* Additional Commits for Linux printer driverabeera@google.com2011-07-134-0/+248
Initial commit for Linux virtual printer BUG= TEST= Review URL: http://codereview.chromium.org/7222011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92378 0039d316-1c4b-4281-b951-d872f2087c98