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

Issue 9600060: SetPrinterInfo (Closed)

Created:
8 years, 9 months ago by Vitaly Buka (NO REVIEWS)
Modified:
8 years, 9 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam, Scott Hess - ex-Googler, Lei Zhang
Visibility:
Public.

Description

Added SetPrinterInfo to include information about printer driver. This information will be added by Chrome (in different CL) just before performing error-prone printer related operations. BUG=108194 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=127105

Patch Set 1 : #

Patch Set 2 : #

Total comments: 16

Patch Set 3 : Comments #

Total comments: 2

Patch Set 4 : ClearCrashKey #

Total comments: 2

Patch Set 5 : arraysize #

Patch Set 6 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+142 lines, -27 lines) Patch
M chrome/app/breakpad_linux.cc View 1 2 1 chunk +13 lines, -0 lines 0 comments Download
M chrome/app/breakpad_win.cc View 1 2 3 chunks +50 lines, -26 lines 0 comments Download
M chrome/common/child_process_logging.h View 1 2 3 4 5 5 chunks +27 lines, -0 lines 0 comments Download
M chrome/common/child_process_logging_mac.mm View 1 2 3 3 chunks +15 lines, -0 lines 0 comments Download
M chrome/common/child_process_logging_posix.cc View 1 2 3 4 3 chunks +19 lines, -1 line 0 comments Download
M chrome/common/child_process_logging_win.cc View 2 chunks +18 lines, -0 lines 0 comments Download

Messages

Total messages: 33 (0 generated)
Vitaly Buka (NO REVIEWS)
8 years, 9 months ago (2012-03-07 18:26:00 UTC) #1
gene
lgtm from my side Could you please add more informative description? I am not familiar ...
8 years, 9 months ago (2012-03-07 18:53:36 UTC) #2
Albert Bodenhamer
fyi When we discussed on a previous thread we'd talked about getting someone to take ...
8 years, 9 months ago (2012-03-07 19:04:32 UTC) #3
Vitaly Buka (NO REVIEWS)
Done. On 2012/03/07 18:53:36, gene wrote: > lgtm from my side > Could you please ...
8 years, 9 months ago (2012-03-07 19:07:13 UTC) #4
Vitaly Buka (NO REVIEWS)
8 years, 9 months ago (2012-03-07 19:12:41 UTC) #5
Vitaly Buka (NO REVIEWS)
I removed content changes. I don't need them.
8 years, 9 months ago (2012-03-07 19:27:19 UTC) #6
Vitaly Buka (NO REVIEWS)
8 years, 9 months ago (2012-03-07 22:11:51 UTC) #7
eroman
You should have thestig take a look at linux changes, and shess for the mac ...
8 years, 9 months ago (2012-03-14 02:12:49 UTC) #8
Lei Zhang
http://codereview.chromium.org/9600060/diff/43001/chrome/common/child_process_logging.h File chrome/common/child_process_logging.h (right): http://codereview.chromium.org/9600060/diff/43001/chrome/common/child_process_logging.h#newcode51 chrome/common/child_process_logging.h:51: extern char g_prn_info[]; nit: alphabetical order. http://codereview.chromium.org/9600060/diff/43001/chrome/common/child_process_logging_posix.cc File chrome/common/child_process_logging_posix.cc ...
8 years, 9 months ago (2012-03-14 04:20:04 UTC) #9
Scott Hess - ex-Googler
Generally LGTM, with minor OSX suggestions. http://codereview.chromium.org/9600060/diff/43001/chrome/common/child_process_logging_mac.mm File chrome/common/child_process_logging_mac.mm (right): http://codereview.chromium.org/9600060/diff/43001/chrome/common/child_process_logging_mac.mm#newcode171 chrome/common/child_process_logging_mac.mm:171: DCHECK(info.size() <= kMaxReportedPrinterRecords); ...
8 years, 9 months ago (2012-03-14 04:36:07 UTC) #10
Vitaly Buka (NO REVIEWS)
http://codereview.chromium.org/9600060/diff/43001/chrome/app/breakpad_win.cc File chrome/app/breakpad_win.cc (right): http://codereview.chromium.org/9600060/diff/43001/chrome/app/breakpad_win.cc#newcode282 chrome/app/breakpad_win.cc:282: base::StringPrintf(L"prn-info-%i", i).c_str(), L"")); On 2012/03/14 02:12:49, eroman wrote: > ...
8 years, 9 months ago (2012-03-14 20:37:42 UTC) #11
Scott Hess - ex-Googler
LGTM OSX, minor ask. http://codereview.chromium.org/9600060/diff/43006/chrome/common/child_process_logging_mac.mm File chrome/common/child_process_logging_mac.mm (right): http://codereview.chromium.org/9600060/diff/43006/chrome/common/child_process_logging_mac.mm#newcode175 chrome/common/child_process_logging_mac.mm:175: SetCrashKeyValue(key, value); I _think_ this'll ...
8 years, 9 months ago (2012-03-14 21:26:36 UTC) #12
Vitaly Buka (NO REVIEWS)
http://codereview.chromium.org/9600060/diff/43006/chrome/common/child_process_logging_mac.mm File chrome/common/child_process_logging_mac.mm (right): http://codereview.chromium.org/9600060/diff/43006/chrome/common/child_process_logging_mac.mm#newcode175 chrome/common/child_process_logging_mac.mm:175: SetCrashKeyValue(key, value); On 2012/03/14 21:26:37, shess wrote: > I ...
8 years, 9 months ago (2012-03-14 21:37:33 UTC) #13
Lei Zhang
LGTM with one small issue. http://codereview.chromium.org/9600060/diff/43013/chrome/common/child_process_logging_posix.cc File chrome/common/child_process_logging_posix.cc (right): http://codereview.chromium.org/9600060/diff/43013/chrome/common/child_process_logging_posix.cc#newcode120 chrome/common/child_process_logging_posix.cc:120: kPrinterInfoStrLen * kMaxReportedPrinterRecords); Isn't ...
8 years, 9 months ago (2012-03-14 21:52:30 UTC) #14
Vitaly Buka (NO REVIEWS)
http://codereview.chromium.org/9600060/diff/43013/chrome/common/child_process_logging_posix.cc File chrome/common/child_process_logging_posix.cc (right): http://codereview.chromium.org/9600060/diff/43013/chrome/common/child_process_logging_posix.cc#newcode120 chrome/common/child_process_logging_posix.cc:120: kPrinterInfoStrLen * kMaxReportedPrinterRecords); On 2012/03/14 21:52:30, Lei Zhang wrote: ...
8 years, 9 months ago (2012-03-14 22:08:33 UTC) #15
Scott Hess - ex-Googler
LGTM for OSX.
8 years, 9 months ago (2012-03-14 22:10:19 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vitalybuka@chromium.org/9600060/39012
8 years, 9 months ago (2012-03-14 22:17:12 UTC) #17
commit-bot: I haz the power
Try job failure for 9600060-39012 (retry) on mac_rel for step "browser_tests". It's a second try, ...
8 years, 9 months ago (2012-03-15 00:55:04 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vitalybuka@chromium.org/9600060/39012
8 years, 9 months ago (2012-03-15 06:15:45 UTC) #19
commit-bot: I haz the power
Change committed as 126866
8 years, 9 months ago (2012-03-15 08:53:27 UTC) #20
Scott Byer
Reverted in http://codereview.chromium.org/9600060 Since the sheriff didn't add notes, I went back in the IRC ...
8 years, 9 months ago (2012-03-15 16:18:14 UTC) #21
Scott Byer
Sorry, revert was http://src.chromium.org/viewvc/chrome?view=rev&revision=126878 On 2012/03/15 16:18:14, Scott Byer wrote: > Reverted in http://codereview.chromium.org/9600060 > ...
8 years, 9 months ago (2012-03-15 16:19:20 UTC) #22
Vitaly Buka (NO REVIEWS)
Thanks, Scott. Sheriff sent me personal email. I guess I have fixed issue. Is any ...
8 years, 9 months ago (2012-03-15 16:30:39 UTC) #23
Scott Byer
Not that I know of. :-( On 2012/03/15 16:30:39, Vitaly Buka wrote: > Thanks, Scott. ...
8 years, 9 months ago (2012-03-15 16:35:12 UTC) #24
Albert Bodenhamer
There should be a try bot config that matches the build bot that broke. You'll ...
8 years, 9 months ago (2012-03-15 16:35:44 UTC) #25
Vitaly Buka (NO REVIEWS)
Looks like it's only public. I see no reference to official.
8 years, 9 months ago (2012-03-15 17:11:01 UTC) #26
Albert Bodenhamer
Yeah. I just chatted with Scott about it. There's no try for the official builder. ...
8 years, 9 months ago (2012-03-15 17:13:10 UTC) #27
Vitaly Buka (NO REVIEWS)
Just synced official code on my ubuntu and going to check there.
8 years, 9 months ago (2012-03-15 17:16:00 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vitalybuka@chromium.org/9600060/38009
8 years, 9 months ago (2012-03-15 17:52:03 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vitalybuka@chromium.org/9600060/43029
8 years, 9 months ago (2012-03-15 19:58:50 UTC) #30
commit-bot: I haz the power
Commit queue failed due to new patchset.
8 years, 9 months ago (2012-03-16 00:31:04 UTC) #31
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vitalybuka@chromium.org/9600060/44013
8 years, 9 months ago (2012-03-16 00:32:39 UTC) #32
commit-bot: I haz the power
8 years, 9 months ago (2012-03-16 04:49:16 UTC) #33
Change committed as 127105

Powered by Google App Engine
This is Rietveld 408576698