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

Issue 10918117: Match paper by both PPD name and size. (Closed)

Created:
8 years, 3 months ago by Vitaly Buka (NO REVIEWS)
Modified:
8 years, 3 months ago
CC:
chromium-reviews, erikwright+watch_chromium.org
Base URL:
http://git.chromium.org/chromium/src.git@page
Visibility:
Public.

Description

Match paper by both PPD name and size. According http://lists.apple.com/archives/printing/2011/Nov/msg00001.html PMPaperGetPPDPaperName should provide better result than just size. BUG=145237 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=155783

Patch Set 1 : #

Patch Set 2 : #

Total comments: 19

Patch Set 3 : #

Total comments: 5

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+31 lines, -11 lines) Patch
M printing/printing_context_mac.mm View 1 2 3 4 chunks +31 lines, -11 lines 0 comments Download

Messages

Total messages: 23 (0 generated)
Vitaly Buka (NO REVIEWS)
More conservative approach to fix the issue. I still like to find use-cases where this ...
8 years, 3 months ago (2012-09-07 08:54:56 UTC) #1
Albert Bodenhamer
If we don't really understand the cases where this was originally needed, can we add ...
8 years, 3 months ago (2012-09-07 17:17:43 UTC) #2
Vitaly Buka (NO REVIEWS)
+1, I'd rather go with other CL unless we have good explanation. If we break ...
8 years, 3 months ago (2012-09-07 18:24:41 UTC) #3
Albert Bodenhamer
My point is I want to understand BEFORE we break something. On Fri, Sep 7, ...
8 years, 3 months ago (2012-09-07 18:33:40 UTC) #4
kmadhusu
On 2012/09/07 18:33:40, Albert Bodenhamer wrote: > My point is I want to understand BEFORE ...
8 years, 3 months ago (2012-09-07 19:09:42 UTC) #5
Vitaly Buka (NO REVIEWS)
On 2012/09/07 18:33:40, Albert Bodenhamer wrote: > My point is I want to understand BEFORE ...
8 years, 3 months ago (2012-09-07 19:58:18 UTC) #6
Albert Bodenhamer
On Fri, Sep 7, 2012 at 12:58 PM, <vitalybuka@chromium.org> wrote: > On 2012/09/07 18:33:40, Albert ...
8 years, 3 months ago (2012-09-07 20:04:32 UTC) #7
Vitaly Buka (NO REVIEWS)
On Fri, Sep 7, 2012 at 1:04 PM, Albert Bodenhamer <abodenha@chromium.org>wrote: > > On Fri, ...
8 years, 3 months ago (2012-09-07 20:20:28 UTC) #8
Albert Bodenhamer
On Fri, Sep 7, 2012 at 1:19 PM, Vitaly Buka <vitalybuka@chromium.org> wrote: > On Fri, ...
8 years, 3 months ago (2012-09-07 20:24:25 UTC) #9
kmadhusu
On 2012/09/07 20:24:25, Albert Bodenhamer wrote: > On Fri, Sep 7, 2012 at 1:19 PM, ...
8 years, 3 months ago (2012-09-07 21:18:22 UTC) #10
Vitaly Buka (NO REVIEWS)
On 2012/09/07 21:18:22, kmadhusu wrote: > I am deferring this review until we understand the ...
8 years, 3 months ago (2012-09-07 21:58:34 UTC) #11
kmadhusu
On 2012/09/07 21:58:34, Vitaly Buka wrote: > On 2012/09/07 21:18:22, kmadhusu wrote: > > I ...
8 years, 3 months ago (2012-09-07 22:21:18 UTC) #12
Vitaly Buka (NO REVIEWS)
Just tried another printer, Epson NX530, with current chrome. Scaling is wrong, text quality is ...
8 years, 3 months ago (2012-09-07 22:43:42 UTC) #13
Vitaly Buka (NO REVIEWS)
Please review.
8 years, 3 months ago (2012-09-08 00:02:12 UTC) #14
kmadhusu
https://chromiumcodereview.appspot.com/10918117/diff/1007/printing/printing_context_mac.mm File printing/printing_context_mac.mm (right): https://chromiumcodereview.appspot.com/10918117/diff/1007/printing/printing_context_mac.mm#newcode25 printing/printing_context_mac.mm:25: std::string PaperToString(const PMPaper paper) { Document this function. https://chromiumcodereview.appspot.com/10918117/diff/1007/printing/printing_context_mac.mm#newcode25 ...
8 years, 3 months ago (2012-09-08 01:06:16 UTC) #15
Vitaly Buka (NO REVIEWS)
https://chromiumcodereview.appspot.com/10918117/diff/1007/printing/printing_context_mac.mm File printing/printing_context_mac.mm (right): https://chromiumcodereview.appspot.com/10918117/diff/1007/printing/printing_context_mac.mm#newcode25 printing/printing_context_mac.mm:25: std::string PaperToString(const PMPaper paper) { Don't need if remove ...
8 years, 3 months ago (2012-09-08 01:54:19 UTC) #16
kmadhusu
lgtm. I am not a mac developer. So, adding csilv@ to take a quick look. ...
8 years, 3 months ago (2012-09-08 02:25:06 UTC) #17
kmadhusu
https://chromiumcodereview.appspot.com/10918117/diff/1007/printing/printing_context_mac.mm File printing/printing_context_mac.mm (right): https://chromiumcodereview.appspot.com/10918117/diff/1007/printing/printing_context_mac.mm#newcode39 printing/printing_context_mac.mm:39: CFStringRef name1 = NULL; On 2012/09/08 01:54:19, Vitaly Buka ...
8 years, 3 months ago (2012-09-08 02:26:18 UTC) #18
csilv
LGTM https://chromiumcodereview.appspot.com/10918117/diff/1007/printing/printing_context_mac.mm File printing/printing_context_mac.mm (right): https://chromiumcodereview.appspot.com/10918117/diff/1007/printing/printing_context_mac.mm#newcode39 printing/printing_context_mac.mm:39: CFStringRef name1 = NULL; On 2012/09/08 02:26:18, kmadhusu ...
8 years, 3 months ago (2012-09-10 03:27:47 UTC) #19
Albert Bodenhamer
lgtm
8 years, 3 months ago (2012-09-10 16:17:18 UTC) #20
Vitaly Buka (NO REVIEWS)
https://chromiumcodereview.appspot.com/10918117/diff/11002/printing/printing_context_mac.mm File printing/printing_context_mac.mm (right): https://chromiumcodereview.appspot.com/10918117/diff/11002/printing/printing_context_mac.mm#newcode270 printing/printing_context_mac.mm:270: PMPaper paper = (PMPaper) [(NSArray* ) paper_list objectAtIndex: i]; ...
8 years, 3 months ago (2012-09-10 16:44:53 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vitalybuka@chromium.org/10918117/14004
8 years, 3 months ago (2012-09-10 16:45:09 UTC) #22
commit-bot: I haz the power
8 years, 3 months ago (2012-09-10 18:53:25 UTC) #23
Change committed as 155783

Powered by Google App Engine
This is Rietveld 408576698