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

Issue 8372030: Get printing working in Aura. (Closed)

Created:
9 years, 1 month ago by Albert Bodenhamer
Modified:
9 years, 1 month ago
Reviewers:
Scott Byer
CC:
chromium-reviews
Visibility:
Public.

Description

Get printing working in Aura. Splits printing_context_cairo into gtk and no system dialog versions. No system dialog versions are used in Chrome OS and Aura. BUG=http://code.google.com/p/chromium-os/issues/detail?id=13915 TEST=Build Chrome with Aura. Hit ctrl-p from any web page. Print preview page should come up and should be able to print via Cloud Print. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=109059

Patch Set 1 #

Patch Set 2 : Enable os specific print contexts with aura #

Patch Set 3 : Fix gyp issues with tests #

Total comments: 6

Patch Set 4 : Review feedback #

Patch Set 5 : Merge #

Patch Set 6 : Fix gyp issues #

Patch Set 7 : More gyp fixes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+380 lines, -390 lines) Patch
M chrome/browser/chrome_browser_main_posix.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/printing/print_dialog_gtk.h View 1 2 3 4 6 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/printing/print_dialog_gtk.cc View 1 2 3 4 3 chunks +5 lines, -5 lines 0 comments Download
M printing/print_dialog_gtk_interface.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M printing/printed_document_cairo.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M printing/printing.gyp View 1 2 3 4 5 6 5 chunks +31 lines, -17 lines 0 comments Download
D printing/printing_context_aura.cc View 1 chunk +0 lines, -19 lines 0 comments Download
M printing/printing_context_cairo.h View 1 2 1 chunk +0 lines, -65 lines 0 comments Download
M printing/printing_context_cairo.cc View 1 2 1 chunk +0 lines, -237 lines 0 comments Download
A + printing/printing_context_gtk.h View 1 2 3 3 chunks +9 lines, -12 lines 0 comments Download
A printing/printing_context_gtk.cc View 1 2 3 1 chunk +157 lines, -0 lines 0 comments Download
A + printing/printing_context_no_system_dialog.h View 1 2 3 3 chunks +8 lines, -23 lines 0 comments Download
A printing/printing_context_no_system_dialog.cc View 1 2 3 1 chunk +158 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
Albert Bodenhamer
9 years, 1 month ago (2011-11-03 17:06:19 UTC) #1
Scott Byer
http://codereview.chromium.org/8372030/diff/3001/printing/printing_context_gtk.cc File printing/printing_context_gtk.cc (right): http://codereview.chromium.org/8372030/diff/3001/printing/printing_context_gtk.cc#newcode13 printing/printing_context_gtk.cc:13: #include <gtk/gtk.h> Since these are no longer guarded, the ...
9 years, 1 month ago (2011-11-03 22:22:35 UTC) #2
Albert Bodenhamer
http://codereview.chromium.org/8372030/diff/3001/printing/printing_context_gtk.cc File printing/printing_context_gtk.cc (right): http://codereview.chromium.org/8372030/diff/3001/printing/printing_context_gtk.cc#newcode13 printing/printing_context_gtk.cc:13: #include <gtk/gtk.h> On 2011/11/03 22:22:35, Scott Byer wrote: > ...
9 years, 1 month ago (2011-11-03 23:58:40 UTC) #3
Scott Byer
lgtm
9 years, 1 month ago (2011-11-04 00:04:57 UTC) #4
abodenha
On 2011/11/04 00:04:57, Scott Byer wrote: > lgtm Had to make some minor gyp changes ...
9 years, 1 month ago (2011-11-04 16:47:34 UTC) #5
Scott Byer
Looks good. On 2011/11/04 16:47:34, abodenha wrote: > On 2011/11/04 00:04:57, Scott Byer wrote: > ...
9 years, 1 month ago (2011-11-04 17:02:19 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/abodenha@chromium.org/8372030/20001
9 years, 1 month ago (2011-11-07 21:26:53 UTC) #7
commit-bot: I haz the power
Try job failure for 8372030-20001 (retry) (retry) on win_rel for step "compile" (clobber build). It's ...
9 years, 1 month ago (2011-11-07 23:33:21 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/abodenha@chromium.org/8372030/27001
9 years, 1 month ago (2011-11-08 16:50:41 UTC) #9
commit-bot: I haz the power
9 years, 1 month ago (2011-11-08 18:45:18 UTC) #10
Change committed as 109059

Powered by Google App Engine
This is Rietveld 408576698