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

Issue 19468002: Added confirmation for printer registration. (Closed)

Created:
7 years, 5 months ago by maksymb
Modified:
7 years, 5 months ago
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@new-api-availability-check
Visibility:
Public.

Description

Added confirmation for printer registration. BUG= Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=213498

Patch Set 1 #

Patch Set 2 : #

Total comments: 5

Patch Set 3 : Moved to separate file. #

Patch Set 4 : Deleted <iostream> #

Total comments: 4

Patch Set 5 : #

Total comments: 8

Patch Set 6 : Updates due to changes in master. #

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 : #

Patch Set 16 : kbhit to _kbhit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+210 lines, -28 lines) Patch
M cloud_print/gcp20/prototype/cloud_print_requester.h View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M cloud_print/gcp20/prototype/cloud_print_requester.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
A cloud_print/gcp20/prototype/conio_posix.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +19 lines, -0 lines 0 comments Download
A cloud_print/gcp20/prototype/conio_posix.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +49 lines, -0 lines 0 comments Download
M cloud_print/gcp20/prototype/dns_sd_server.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M cloud_print/gcp20/prototype/gcp20_device.gyp View 1 2 3 4 2 chunks +4 lines, -1 line 0 comments Download
M cloud_print/gcp20/prototype/printer.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 4 chunks +29 lines, -8 lines 0 comments Download
M cloud_print/gcp20/prototype/printer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 10 chunks +91 lines, -16 lines 0 comments Download
A cloud_print/gcp20/prototype/special_io.h View 1 2 1 chunk +15 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
maksymb
Please take a look at my CL.
7 years, 5 months ago (2013-07-17 01:25:27 UTC) #1
maksymb
https://codereview.chromium.org/19468002/diff/2001/cloud_print/gcp20/prototype/printer.cc File cloud_print/gcp20/prototype/printer.cc (right): https://codereview.chromium.org/19468002/diff/2001/cloud_print/gcp20/prototype/printer.cc#newcode100 cloud_print/gcp20/prototype/printer.cc:100: #if !defined(OS_WIN) I don't like to see all this ...
7 years, 5 months ago (2013-07-17 01:28:19 UTC) #2
Vitaly Buka (NO REVIEWS)
https://codereview.chromium.org/19468002/diff/2001/cloud_print/gcp20/prototype/printer.cc File cloud_print/gcp20/prototype/printer.cc (right): https://codereview.chromium.org/19468002/diff/2001/cloud_print/gcp20/prototype/printer.cc#newcode36 cloud_print/gcp20/prototype/printer.cc:36: const char* kServiceNamePrefix = "first_gcp20_device"; Just noticed, please replace ...
7 years, 5 months ago (2013-07-17 06:59:00 UTC) #3
maksymb
https://codereview.chromium.org/19468002/diff/2001/cloud_print/gcp20/prototype/printer.cc File cloud_print/gcp20/prototype/printer.cc (right): https://codereview.chromium.org/19468002/diff/2001/cloud_print/gcp20/prototype/printer.cc#newcode36 cloud_print/gcp20/prototype/printer.cc:36: const char* kServiceNamePrefix = "first_gcp20_device"; On 2013/07/17 06:59:00, Vitaly ...
7 years, 5 months ago (2013-07-17 18:24:50 UTC) #4
Vitaly Buka (NO REVIEWS)
lgtm
7 years, 5 months ago (2013-07-17 18:35:56 UTC) #5
gene
I have a few questions below. May be I am just reading code wrong. https://codereview.chromium.org/19468002/diff/11002/cloud_print/gcp20/prototype/printer.cc ...
7 years, 5 months ago (2013-07-18 09:56:46 UTC) #6
Vitaly Buka (NO REVIEWS)
https://chromiumcodereview.appspot.com/19468002/diff/33001/cloud_print/gcp20/prototype/dns_sd_server.cc File cloud_print/gcp20/prototype/dns_sd_server.cc (right): https://chromiumcodereview.appspot.com/19468002/diff/33001/cloud_print/gcp20/prototype/dns_sd_server.cc#newcode69 cloud_print/gcp20/prototype/dns_sd_server.cc:69: base::Bind(&DnsSdServer::OnDatagramReceived, base::Unretained(this))); can't use unretained here https://chromiumcodereview.appspot.com/19468002/diff/33001/cloud_print/gcp20/prototype/dns_sd_server.cc#newcode288 cloud_print/gcp20/prototype/dns_sd_server.cc:288: base::Bind(&DnsSdServer::Update, ...
7 years, 5 months ago (2013-07-22 04:01:23 UTC) #7
maksymb
Added some comments for states of registration. https://codereview.chromium.org/19468002/diff/11002/cloud_print/gcp20/prototype/printer.cc File cloud_print/gcp20/prototype/printer.cc (right): https://codereview.chromium.org/19468002/diff/11002/cloud_print/gcp20/prototype/printer.cc#newcode175 cloud_print/gcp20/prototype/printer.cc:175: printf("%s\n", kUserConfirmationTitle); ...
7 years, 5 months ago (2013-07-22 19:52:16 UTC) #8
gene
lgtm
7 years, 5 months ago (2013-07-23 11:31:35 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/maksymb@chromium.org/19468002/111001
7 years, 5 months ago (2013-07-23 23:40:57 UTC) #10
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 5 months ago (2013-07-24 00:42:13 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/maksymb@chromium.org/19468002/126001
7 years, 5 months ago (2013-07-24 17:06:56 UTC) #12
commit-bot: I haz the power
7 years, 5 months ago (2013-07-24 20:10:58 UTC) #13
Message was sent while issue was closed.
Change committed as 213498

Powered by Google App Engine
This is Rietveld 408576698