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

Issue 7980036: CUPS printing: Define CUPS_PRINTER_SCANNER for Linux if CUPS is < 1.4 (Closed)

Created:
9 years, 3 months ago by chrelad
Modified:
9 years, 3 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

CUPS printing: Define CUPS_PRINTER_SCANNER for Linux if CUPS is < 1.4 BUG=97409 TEST=Try compiling on Linux with CUPS < 1.4 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=102248

Patch Set 1 #

Total comments: 6

Patch Set 2 : Combining definitions of CUPS_PRINTER_SCANNER #

Total comments: 2

Patch Set 3 : Indenting conditionals, uncommenting #endif #

Patch Set 4 : Broke the OS_LINUX conditions onto the last line #

Total comments: 1

Patch Set 5 : Rebasing AUTHORS which was behind trunk #

Patch Set 6 : Removing entry after attempt to reconsile merge conflict #

Patch Set 7 : Trying again to resolve merge conflicts with ToT #

Patch Set 8 : Interactive rebase to git the AUTHORS file straightened out #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -5 lines) Patch
M AUTHORS View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M printing/backend/print_backend_cups.cc View 1 2 3 2 chunks +8 lines, -5 lines 0 comments Download

Messages

Total messages: 19 (0 generated)
chrelad
CUPS printing: Define CUPS_PRINTER_SCANNER for Linux if CUPS is < 1.4 BUG=97409 TEST=Try compiling on ...
9 years, 3 months ago (2011-09-21 16:41:24 UTC) #1
kmadhusu
+thestig@ (since he wrote the mac specific code) Thanks. http://codereview.chromium.org/7980036/diff/1/printing/backend/print_backend_cups.cc File printing/backend/print_backend_cups.cc (right): http://codereview.chromium.org/7980036/diff/1/printing/backend/print_backend_cups.cc#newcode88 printing/backend/print_backend_cups.cc:88: ...
9 years, 3 months ago (2011-09-21 17:15:30 UTC) #2
chrelad
Hmmm, not working well for me due to the 80 character limit. Due to the ...
9 years, 3 months ago (2011-09-21 17:53:10 UTC) #3
kmadhusu
http://codereview.chromium.org/7980036/diff/1/printing/backend/print_backend_cups.cc File printing/backend/print_backend_cups.cc (right): http://codereview.chromium.org/7980036/diff/1/printing/backend/print_backend_cups.cc#newcode88 printing/backend/print_backend_cups.cc:88: const int CUPS_PRINTER_SCANNER = 0x2000000; // Scanner-only device On ...
9 years, 3 months ago (2011-09-21 18:01:50 UTC) #4
Lei Zhang
http://codereview.chromium.org/7980036/diff/1/printing/backend/print_backend_cups.cc File printing/backend/print_backend_cups.cc (right): http://codereview.chromium.org/7980036/diff/1/printing/backend/print_backend_cups.cc#newcode88 printing/backend/print_backend_cups.cc:88: const int CUPS_PRINTER_SCANNER = 0x2000000; // Scanner-only device On ...
9 years, 3 months ago (2011-09-21 18:22:33 UTC) #5
chrelad
Moved the conditional definition of CUPS_PRINTER_SCANNER up into the Mac definition. http://codereview.chromium.org/7980036/diff/1/printing/backend/print_backend_cups.cc File printing/backend/print_backend_cups.cc (right): ...
9 years, 3 months ago (2011-09-21 18:25:33 UTC) #6
chrelad
Huh, okay; well, could you look at the latest version and see if that would ...
9 years, 3 months ago (2011-09-21 18:30:57 UTC) #7
Lei Zhang
http://codereview.chromium.org/7980036/diff/4001/printing/backend/print_backend_cups.cc File printing/backend/print_backend_cups.cc (right): http://codereview.chromium.org/7980036/diff/4001/printing/backend/print_backend_cups.cc#newcode32 printing/backend/print_backend_cups.cc:32: CUPS_VERSION_MINOR < 4) How about doing a little formatting ...
9 years, 3 months ago (2011-09-21 18:47:13 UTC) #8
chrelad
Indenting the conditionals and removing the comment on the #endif. http://codereview.chromium.org/7980036/diff/4001/printing/backend/print_backend_cups.cc File printing/backend/print_backend_cups.cc (right): http://codereview.chromium.org/7980036/diff/4001/printing/backend/print_backend_cups.cc#newcode32 ...
9 years, 3 months ago (2011-09-21 19:07:57 UTC) #9
chrelad
Broke the OS_LINUX conditions onto last line per Lei Zhang's comment; missed that in the ...
9 years, 3 months ago (2011-09-21 19:45:43 UTC) #10
Lei Zhang
lgtm
9 years, 3 months ago (2011-09-21 19:49:37 UTC) #11
commit-bot: I haz the power
Can't apply patch for file AUTHORS. While running patch -p1 --forward --force; patching file AUTHORS ...
9 years, 3 months ago (2011-09-21 19:49:54 UTC) #12
chrelad
Hmmm, does that mean I'm behind master in my AUTHORS file?
9 years, 3 months ago (2011-09-21 19:50:53 UTC) #13
Mark Mentovai
Yes.
9 years, 3 months ago (2011-09-21 19:52:08 UTC) #14
chrelad
Okay, I'll fix that probably tonight; sorry, big meeting :(
9 years, 3 months ago (2011-09-21 21:25:35 UTC) #15
Lei Zhang
On 2011/09/21 21:25:35, chrelad wrote: > Okay, I'll fix that probably tonight; sorry, big meeting ...
9 years, 3 months ago (2011-09-21 21:31:05 UTC) #16
chrelad
Yes, I did that first and asked the devs on IRC if that was good ...
9 years, 3 months ago (2011-09-21 21:47:02 UTC) #17
chrelad
Okay, I merged the trunk version of AUTHORS with my branches; so the merge should ...
9 years, 3 months ago (2011-09-22 00:57:48 UTC) #18
commit-bot: I haz the power
9 years, 3 months ago (2011-09-22 07:29:39 UTC) #19
Change committed as 102248

Powered by Google App Engine
This is Rietveld 408576698