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

Issue 10941025: Simplify document title for Windows printing. (Closed)

Created:
8 years, 3 months ago by Vitaly Buka (NO REVIEWS)
Modified:
8 years, 3 months ago
Reviewers:
Albert Bodenhamer
CC:
chromium-reviews
Visibility:
Public.

Description

Simplify document title for Windows printing. Some drivers can't handle long titles or control characters. BUG=65469 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=157715

Patch Set 1 : #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 1

Patch Set 4 : #

Total comments: 3

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : #

Patch Set 8 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+87 lines, -9 lines) Patch
M chrome/browser/printing/print_job_worker.cc View 1 2 3 2 chunks +10 lines, -1 line 0 comments Download
M chrome/service/cloud_print/print_system_win.cc View 1 2 3 4 5 6 7 1 chunk +3 lines, -1 line 0 comments Download
M chrome/service/cloud_print/printer_job_handler.cc View 1 2 3 4 5 6 7 2 chunks +19 lines, -7 lines 0 comments Download
M printing/DEPS View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M printing/backend/print_backend.h View 1 2 3 4 2 chunks +4 lines, -0 lines 0 comments Download
M printing/backend/print_backend.cc View 1 2 3 2 chunks +22 lines, -0 lines 0 comments Download
A printing/backend/print_backend_unittest.cc View 1 2 3 4 5 6 1 chunk +25 lines, -0 lines 0 comments Download
M printing/printing.gyp View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M printing/printing_context_win.cc View 1 2 3 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
Vitaly Buka (NO REVIEWS)
Let's try to push to Canary and check if it's fix the issue.
8 years, 3 months ago (2012-09-18 23:28:32 UTC) #1
Timur Iskhodzhanov
FYI, the first patchset fixes the issue for me; Haven't tried the second one yet.
8 years, 3 months ago (2012-09-19 10:49:07 UTC) #2
Vitaly Buka (NO REVIEWS)
Please review.
8 years, 3 months ago (2012-09-19 18:26:25 UTC) #3
Albert Bodenhamer
There's some thought that bad document titles might be affecting certain cloud printers as well. ...
8 years, 3 months ago (2012-09-19 18:37:10 UTC) #4
Vitaly Buka (NO REVIEWS)
Done. On 2012/09/19 18:37:10, Albert Bodenhamer wrote: > There's some thought that bad document titles ...
8 years, 3 months ago (2012-09-20 00:17:37 UTC) #5
Albert Bodenhamer
lgtm With nits. http://codereview.chromium.org/10941025/diff/11001/printing/backend/print_backend.cc File printing/backend/print_backend.cc (right): http://codereview.chromium.org/10941025/diff/11001/printing/backend/print_backend.cc#newcode15 printing/backend/print_backend.cc:15: const int kMaxDocumentTitleLength = 25; Is ...
8 years, 3 months ago (2012-09-20 00:25:20 UTC) #6
Vitaly Buka (NO REVIEWS)
http://codereview.chromium.org/10941025/diff/11001/printing/backend/print_backend.h File printing/backend/print_backend.h (right): http://codereview.chromium.org/10941025/diff/11001/printing/backend/print_backend.h#newcode96 printing/backend/print_backend.h:96: // Simplify title to resolve issue with some drivers ...
8 years, 3 months ago (2012-09-20 00:28:44 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vitalybuka@chromium.org/10941025/11013
8 years, 3 months ago (2012-09-20 01:20:55 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vitalybuka@chromium.org/10941025/22001
8 years, 3 months ago (2012-09-20 01:35:15 UTC) #9
commit-bot: I haz the power
8 years, 3 months ago (2012-09-20 05:58:44 UTC) #10
Change committed as 157715

Powered by Google App Engine
This is Rietveld 408576698