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

Issue 59843010: Print to Privet local printers (PDF only) (Closed)

Created:
7 years, 1 month ago by Noam Samuel
Modified:
7 years, 1 month ago
CC:
chromium-reviews, arv+watch_chromium.org
Visibility:
Public.

Description

Print to Privet local printers This is a first iteration of printing to a Privet local printer. It only supports PDFs. PWG rasterization will be added separately. BUG=311390 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=234126

Patch Set 1 #

Patch Set 2 : #

Total comments: 5

Patch Set 3 : #

Total comments: 9

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+241 lines, -33 lines) Patch
M chrome/app/generated_resources.grd View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/resources/print_preview/data/destination_store.js View 1 2 3 4 5 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/resources/print_preview/data/print_ticket_store.js View 1 2 3 4 5 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/resources/print_preview/native_layer.js View 1 2 3 6 chunks +24 lines, -5 lines 0 comments Download
M chrome/browser/resources/print_preview/print_preview.js View 1 2 3 4 5 3 chunks +18 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/print_preview/print_preview_handler.h View 1 2 3 4 5 4 chunks +30 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/print_preview/print_preview_handler.cc View 1 2 3 4 5 8 chunks +149 lines, -22 lines 0 comments Download
M chrome/browser/ui/webui/print_preview/print_preview_ui.cc View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M cloud_print/gcp20/prototype/print_job_handler.cc View 1 2 3 2 chunks +1 line, -2 lines 0 comments Download
M printing/print_job_constants.h View 1 chunk +2 lines, -0 lines 0 comments Download
M printing/print_job_constants.cc View 1 chunk +7 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
Noam Samuel
7 years, 1 month ago (2013-11-06 00:56:57 UTC) #1
Vitaly Buka (NO REVIEWS)
lgtm https://codereview.chromium.org/59843010/diff/30001/chrome/browser/resources/print_preview/data/destination_store.js File chrome/browser/resources/print_preview/data/destination_store.js (right): https://codereview.chromium.org/59843010/diff/30001/chrome/browser/resources/print_preview/data/destination_store.js#newcode254 chrome/browser/resources/print_preview/data/destination_store.js:254: this.nativeLayer_.startGetLocalDestinationCapabilities( Here you need to get caps for ...
7 years, 1 month ago (2013-11-06 07:45:51 UTC) #2
Noam Samuel
https://codereview.chromium.org/59843010/diff/30001/chrome/browser/resources/print_preview/data/destination_store.js File chrome/browser/resources/print_preview/data/destination_store.js (right): https://codereview.chromium.org/59843010/diff/30001/chrome/browser/resources/print_preview/data/destination_store.js#newcode254 chrome/browser/resources/print_preview/data/destination_store.js:254: this.nativeLayer_.startGetLocalDestinationCapabilities( On 2013/11/06 07:45:51, Vitaly Buka wrote: > Here ...
7 years, 1 month ago (2013-11-06 18:43:54 UTC) #3
Vitaly Buka (NO REVIEWS)
lgtm https://codereview.chromium.org/59843010/diff/30001/chrome/browser/resources/print_preview/data/destination_store.js File chrome/browser/resources/print_preview/data/destination_store.js (right): https://codereview.chromium.org/59843010/diff/30001/chrome/browser/resources/print_preview/data/destination_store.js#newcode254 chrome/browser/resources/print_preview/data/destination_store.js:254: this.nativeLayer_.startGetLocalDestinationCapabilities( ok On 2013/11/06 18:43:55, Noam Samuel wrote: ...
7 years, 1 month ago (2013-11-06 18:45:32 UTC) #4
Toscano
lgtm https://codereview.chromium.org/59843010/diff/90001/chrome/browser/resources/print_preview/native_layer.js File chrome/browser/resources/print_preview/native_layer.js (right): https://codereview.chromium.org/59843010/diff/90001/chrome/browser/resources/print_preview/native_layer.js#newcode676 chrome/browser/resources/print_preview/native_layer.js:676: NativeLayer.EventType.PRIVET_CAPABILITIES_SET); Needs two more spaces indent. https://codereview.chromium.org/59843010/diff/90001/chrome/browser/resources/print_preview/native_layer.js#newcode688 chrome/browser/resources/print_preview/native_layer.js:688: ...
7 years, 1 month ago (2013-11-06 22:05:35 UTC) #5
Noam Samuel
https://codereview.chromium.org/59843010/diff/90001/chrome/browser/resources/print_preview/native_layer.js File chrome/browser/resources/print_preview/native_layer.js (right): https://codereview.chromium.org/59843010/diff/90001/chrome/browser/resources/print_preview/native_layer.js#newcode676 chrome/browser/resources/print_preview/native_layer.js:676: NativeLayer.EventType.PRIVET_CAPABILITIES_SET); On 2013/11/06 22:05:35, Toscano wrote: > Needs two ...
7 years, 1 month ago (2013-11-06 23:59:10 UTC) #6
Vitaly Buka (NO REVIEWS)
On 2013/11/06 23:59:10, Noam Samuel wrote: > https://codereview.chromium.org/59843010/diff/90001/chrome/browser/resources/print_preview/native_layer.js > File chrome/browser/resources/print_preview/native_layer.js (right): > > https://codereview.chromium.org/59843010/diff/90001/chrome/browser/resources/print_preview/native_layer.js#newcode676 ...
7 years, 1 month ago (2013-11-08 07:12:55 UTC) #7
Noam Samuel
Updated the CL description to reflect the fact that it sends the ticket (since the ...
7 years, 1 month ago (2013-11-08 23:12:43 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/noamsml@chromium.org/59843010/260001
7 years, 1 month ago (2013-11-08 23:13:27 UTC) #9
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=222315
7 years, 1 month ago (2013-11-09 06:42:38 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/noamsml@chromium.org/59843010/260001
7 years, 1 month ago (2013-11-09 07:51:20 UTC) #11
commit-bot: I haz the power
7 years, 1 month ago (2013-11-09 17:23:40 UTC) #12
Message was sent while issue was closed.
Change committed as 234126

Powered by Google App Engine
This is Rietveld 408576698