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

Issue 7222011: Linux Virtual Printer Driver (Closed)

Created:
9 years, 6 months ago by abeera
Modified:
9 years, 5 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

Code for the Linux virtual printer driver. A backend for CUPS that spools the data to a file and then passes that to Chrome. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=92378 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=93298

Patch Set 1 #

Patch Set 2 : Virtual Print Driver #

Total comments: 16

Patch Set 3 : Changes as per code review. #

Patch Set 4 : Cleaned up swtich handling #

Patch Set 5 : adeed new file missed from previous commit. #

Total comments: 2

Patch Set 6 : Minor errors per code review. #

Total comments: 1

Patch Set 7 : Add bug as per code review. #

Patch Set 8 : Fixed windows break #

Total comments: 2

Patch Set 9 : Linux virtual driver code. #

Patch Set 10 : Linux virtual driver code. #

Patch Set 11 : changed command_line_string to GetCommandLineString #

Unified diffs Side-by-side diffs Delta from patch set Stats (+310 lines, -23 lines) Patch
M build/all.gyp View 1 chunk +1 line, -0 lines 0 comments Download
A cloud_print/virtual_driver/posix/backend.gyp View 1 2 3 4 5 6 7 8 9 1 chunk +25 lines, -0 lines 0 comments Download
A cloud_print/virtual_driver/posix/printer_driver_util_linux.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +48 lines, -0 lines 0 comments Download
A cloud_print/virtual_driver/posix/printer_driver_util_posix.h View 1 2 1 chunk +12 lines, -0 lines 0 comments Download
A cloud_print/virtual_driver/posix/virtual_driver_posix.cc View 1 2 3 4 5 1 chunk +156 lines, -0 lines 0 comments Download
A cloud_print/virtual_driver/virtual_driver_linux.gyp View 1 2 1 chunk +20 lines, -0 lines 0 comments Download
A cloud_print/virtual_driver/virtual_driver_switches.h View 1 2 3 4 5 6 1 chunk +33 lines, -0 lines 0 comments Download
A cloud_print/virtual_driver/virtual_driver_switches.cc View 1 2 3 4 1 chunk +13 lines, -0 lines 0 comments Download
M cloud_print/virtual_driver/win/port_monitor/port_monitor.cc View 1 2 1 chunk +1 line, -23 lines 0 comments Download
M cloud_print/virtual_driver/win/port_monitor/virtual_driver_port_monitor.gyp View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 20 (0 generated)
abeera
9 years, 5 months ago (2011-06-29 22:53:58 UTC) #1
abeera
9 years, 5 months ago (2011-07-07 22:21:10 UTC) #2
Albert Bodenhamer
http://codereview.chromium.org/7222011/diff/2001/cloud_print/virtual_driver/linux/backend.gyp File cloud_print/virtual_driver/linux/backend.gyp (right): http://codereview.chromium.org/7222011/diff/2001/cloud_print/virtual_driver/linux/backend.gyp#newcode10 cloud_print/virtual_driver/linux/backend.gyp:10: 'variables': { Remove the section if it isn't needed. ...
9 years, 5 months ago (2011-07-08 20:40:13 UTC) #3
Albert Bodenhamer
You're almost there. I'm not a full committer yet, so you'll also need an LGTM ...
9 years, 5 months ago (2011-07-11 19:21:32 UTC) #4
abeera
9 years, 5 months ago (2011-07-11 21:32:42 UTC) #5
Scott Byer
LGTM w/ nit. http://codereview.chromium.org/7222011/diff/15001/cloud_print/virtual_driver/virtual_driver_switches.h File cloud_print/virtual_driver/virtual_driver_switches.h (right): http://codereview.chromium.org/7222011/diff/15001/cloud_print/virtual_driver/virtual_driver_switches.h#newcode12 cloud_print/virtual_driver/virtual_driver_switches.h:12: // TODO(abodenha@chromium.org) Reunify them in some ...
9 years, 5 months ago (2011-07-11 22:11:57 UTC) #6
Albert Bodenhamer
LGTM On Mon, Jul 11, 2011 at 3:11 PM, <scottbyer@chromium.org> wrote: > LGTM w/ nit. ...
9 years, 5 months ago (2011-07-11 22:13:34 UTC) #7
abeera
Done. Bug filed as www.crbug.com/88991
9 years, 5 months ago (2011-07-11 23:10:09 UTC) #8
commit-bot: I haz the power
Change committed as 92378
9 years, 5 months ago (2011-07-13 17:38:56 UTC) #9
Evan Martin
Reviewers: in the future, can you also help new contributors write a useful commit message?
9 years, 5 months ago (2011-07-13 18:19:05 UTC) #10
Albert Bodenhamer
I missed that. Sorry. I'll pay closer attention in the future. On Wed, Jul 13, ...
9 years, 5 months ago (2011-07-13 18:20:53 UTC) #11
Evan Martin
No prob, just a friendly reminder. :) On Wed, Jul 13, 2011 at 11:20 AM, ...
9 years, 5 months ago (2011-07-13 18:23:23 UTC) #12
rvargas (doing something else)
http://codereview.chromium.org/7222011/diff/20001/cloud_print/virtual_driver/posix/backend.gyp File cloud_print/virtual_driver/posix/backend.gyp (right): http://codereview.chromium.org/7222011/diff/20001/cloud_print/virtual_driver/posix/backend.gyp#newcode18 cloud_print/virtual_driver/posix/backend.gyp:18: 'msvs_guid': '8D06D53B-289E-4f99-99FC-77C77DB478A8', Don't need this. http://codereview.chromium.org/7222011/diff/20001/cloud_print/virtual_driver/posix/backend.gyp#newcode28 cloud_print/virtual_driver/posix/backend.gyp:28: # Local ...
9 years, 5 months ago (2011-07-19 23:17:33 UTC) #13
abeera
9 years, 5 months ago (2011-07-20 18:27:09 UTC) #14
abeera
9 years, 5 months ago (2011-07-20 18:33:54 UTC) #15
Scott Byer
LGTM. Nice, cleaner. On 2011/07/20 18:33:54, abeera wrote:
9 years, 5 months ago (2011-07-20 19:36:30 UTC) #16
commit-bot: I haz the power
Try job failure for 7222011-33001 (retry) on linux for step "compile" (clobber build). It's a ...
9 years, 5 months ago (2011-07-20 20:29:01 UTC) #17
Scott Byer
LGTM on the latest patch. On 2011/07/20 20:29:01, I haz the power (commit-bot) wrote: > ...
9 years, 5 months ago (2011-07-20 21:33:04 UTC) #18
Scott Byer
LGTM on the latest patch. On 2011/07/20 20:29:01, I haz the power (commit-bot) wrote: > ...
9 years, 5 months ago (2011-07-20 21:33:05 UTC) #19
commit-bot: I haz the power
9 years, 5 months ago (2011-07-21 00:21:31 UTC) #20
Change committed as 93298

Powered by Google App Engine
This is Rietveld 408576698