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

Issue 6778001: Initial CL for a simple port monitor for Windows to be used by the Cloud Print Virtual Print driver. (Closed)

Created:
9 years, 8 months ago by Albert Bodenhamer
Modified:
9 years, 7 months ago
Reviewers:
sanjeevr
CC:
chromium-reviews, Paweł Hajdan Jr.
Visibility:
Public.

Description

Initial CL for a simple port monitor for Windows to be used by the Cloud Print Virtual Print driver. TEST=Everything should build and unit tests should pass. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=80678 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=80716

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Total comments: 36

Patch Set 5 : '' #

Patch Set 6 : '' #

Total comments: 1

Patch Set 7 : '' #

Patch Set 8 : Initial CL for a simple port monitor for Windows to be used by the Cloud Print Virtual Print driv... #

Patch Set 9 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1123 lines, -0 lines) Patch
M build/all.gyp View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
A cloud_print/virtual_driver/virtual_driver.gyp View 1 2 3 4 5 6 7 1 chunk +80 lines, -0 lines 0 comments Download
A cloud_print/virtual_driver/win/port_monitor/port_monitor.h View 1 2 3 4 5 1 chunk +88 lines, -0 lines 0 comments Download
A cloud_print/virtual_driver/win/port_monitor/port_monitor.cc View 1 2 3 4 5 6 7 8 1 chunk +617 lines, -0 lines 0 comments Download
A cloud_print/virtual_driver/win/port_monitor/port_monitor.def View 1 2 3 4 5 6 7 1 chunk +8 lines, -0 lines 0 comments Download
A cloud_print/virtual_driver/win/port_monitor/port_monitor_unittest.cc View 1 2 3 4 5 1 chunk +220 lines, -0 lines 0 comments Download
A cloud_print/virtual_driver/win/port_monitor/spooler_win.h View 1 2 3 4 1 chunk +109 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Albert Bodenhamer
9 years, 8 months ago (2011-03-30 21:10:25 UTC) #1
sanjeevr
http://codereview.chromium.org/6778001/diff/8001/cloud_print/virtual_driver/win/port_monitor/port_monitor.cc File cloud_print/virtual_driver/win/port_monitor/port_monitor.cc (right): http://codereview.chromium.org/6778001/diff/8001/cloud_print/virtual_driver/win/port_monitor/port_monitor.cc#newcode30 cloud_print/virtual_driver/win/port_monitor/port_monitor.cc:30: L"chrome.exe -cloud-print-file=\"%s\" " You should probably use chrome_switches.cc and ...
9 years, 8 months ago (2011-04-04 17:19:17 UTC) #2
Albert Bodenhamer
http://codereview.chromium.org/6778001/diff/8001/cloud_print/virtual_driver/win/port_monitor/port_monitor.cc File cloud_print/virtual_driver/win/port_monitor/port_monitor.cc (right): http://codereview.chromium.org/6778001/diff/8001/cloud_print/virtual_driver/win/port_monitor/port_monitor.cc#newcode30 cloud_print/virtual_driver/win/port_monitor/port_monitor.cc:30: L"chrome.exe -cloud-print-file=\"%s\" " On 2011/04/04 17:19:17, sanjeevr wrote: > ...
9 years, 8 months ago (2011-04-04 23:12:24 UTC) #3
sanjeevr
LGTM http://codereview.chromium.org/6778001/diff/12011/cloud_print/virtual_driver/win/port_monitor/port_monitor.cc File cloud_print/virtual_driver/win/port_monitor/port_monitor.cc (right): http://codereview.chromium.org/6778001/diff/12011/cloud_print/virtual_driver/win/port_monitor/port_monitor.cc#newcode246 cloud_print/virtual_driver/win/port_monitor/port_monitor.cc:246: SHGetFolderPath(NULL, Please add a TODO to use SHGetKnownFolderPath ...
9 years, 8 months ago (2011-04-05 21:08:05 UTC) #4
Albert Bodenhamer
Changes to fix build break.
9 years, 8 months ago (2011-04-06 22:31:26 UTC) #5
sanjeevr
9 years, 8 months ago (2011-04-06 22:33:04 UTC) #6
LGTM

Powered by Google App Engine
This is Rietveld 408576698