Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(138)

Issue 1933006: CL for linux proxy for cloud printing (Closed)

Created:
10 years, 7 months ago by gene
Modified:
9 years, 6 months ago
Reviewers:
sanjeevr
CC:
chromium-reviews, ben+cc_chromium.org, Scott Byer
Visibility:
Public.

Description

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. Landed in revision 47300 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=48050

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 20

Patch Set 3 : '' #

Total comments: 6

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Patch Set 7 : '' #

Patch Set 8 : '' #

Patch Set 9 : '' #

Patch Set 10 : '' #

Patch Set 11 : '' #

Patch Set 12 : '' #

Patch Set 13 : '' #

Patch Set 14 : '' #

Patch Set 15 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+282 lines, -183 lines) Patch
M chrome/chrome.gyp View 11 12 13 14 2 chunks +26 lines, -3 lines 0 comments Download
A + chrome/service/cloud_print/printer_info_cups.cc View 2 chunks +250 lines, -19 lines 0 comments Download
A + chrome/service/cloud_print/printer_info_dummy.cc View 13 14 2 chunks +6 lines, -1 line 0 comments Download
D chrome/service/cloud_print/printer_info_linux.cc View 11 12 1 chunk +0 lines, -80 lines 0 comments Download
D chrome/service/cloud_print/printer_info_mac.cc View 1 chunk +0 lines, -80 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
gene
CL for linux proxy for cloud printing
10 years, 7 months ago (2010-05-04 22:26:29 UTC) #1
sanjeevr
Some initial comments. http://codereview.chromium.org/1933006/diff/3001/4 File chrome/browser/printing/cloud_print/printer_info_linux.cc (right): http://codereview.chromium.org/1933006/diff/3001/4#newcode22 chrome/browser/printing/cloud_print/printer_info_linux.cc:22: bool ReadFileToString(const char* filename, std::string* content) ...
10 years, 7 months ago (2010-05-04 23:25:21 UTC) #2
gene
http://codereview.chromium.org/1933006/diff/3001/4 File chrome/browser/printing/cloud_print/printer_info_linux.cc (right): http://codereview.chromium.org/1933006/diff/3001/4#newcode22 chrome/browser/printing/cloud_print/printer_info_linux.cc:22: bool ReadFileToString(const char* filename, std::string* content) { Done. On ...
10 years, 7 months ago (2010-05-07 00:16:22 UTC) #3
sanjeevr
Some nits and one important comment. http://codereview.chromium.org/1933006/diff/3001/4 File chrome/browser/printing/cloud_print/printer_info_linux.cc (right): http://codereview.chromium.org/1933006/diff/3001/4#newcode70 chrome/browser/printing/cloud_print/printer_info_linux.cc:70: const char* ppd_filename ...
10 years, 7 months ago (2010-05-10 23:33:24 UTC) #4
gene
Added lock to protect CUPS static buffer. http://codereview.chromium.org/1933006/diff/6001/7001 File chrome/browser/printing/cloud_print/printer_info_linux.cc (right): http://codereview.chromium.org/1933006/diff/6001/7001#newcode77 chrome/browser/printing/cloud_print/printer_info_linux.cc:77: id += ...
10 years, 7 months ago (2010-05-10 23:57:38 UTC) #5
gene
Added printer status and description. Please take a look. On 2010/05/10 23:57:38, gene wrote: > ...
10 years, 7 months ago (2010-05-11 06:45:20 UTC) #6
sanjeevr
10 years, 7 months ago (2010-05-21 20:57:13 UTC) #7
LGTM for the new changes.

Powered by Google App Engine
This is Rietveld 408576698