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

Issue 73503002: Move PDF to PWG conversion into PrivetLocalPrintOperationImpl (Closed)

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

Description

Move PDF to PWG conversion into PrivetLocalPrintOperationImpl Change the format of the data provided to PrivetLocalPrintOperationImpl to RefCountedBytes. Remove PrivetLocalPrintRequestPDF/PrivetLocalPrintRequestPWG. Have users provide PDF data consistently, and do conversin in the PrivetLocalPrintOperation. BUG=318373 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=235820

Patch Set 1 #

Total comments: 10

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+207 lines, -131 lines) Patch
M chrome/browser/local_discovery/privet_http.h View 1 4 chunks +12 lines, -10 lines 0 comments Download
M chrome/browser/local_discovery/privet_http_impl.h View 1 6 chunks +12 lines, -6 lines 0 comments Download
M chrome/browser/local_discovery/privet_http_impl.cc View 1 9 chunks +48 lines, -33 lines 0 comments Download
M chrome/browser/local_discovery/privet_http_unittest.cc View 1 2 3 9 chunks +47 lines, -49 lines 0 comments Download
A chrome/browser/local_discovery/pwg_raster_converter.h View 1 1 chunk +38 lines, -0 lines 0 comments Download
A chrome/browser/local_discovery/pwg_raster_converter.cc View 1 1 chunk +35 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/print_preview/print_preview_handler.h View 2 chunks +1 line, -8 lines 0 comments Download
M chrome/browser/ui/webui/print_preview/print_preview_handler.cc View 2 chunks +12 lines, -25 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
Noam Samuel
7 years, 1 month ago (2013-11-15 01:46:07 UTC) #1
Vitaly Buka (NO REVIEWS)
https://codereview.chromium.org/73503002/diff/1/chrome/browser/local_discovery/privet_http.h File chrome/browser/local_discovery/privet_http.h (right): https://codereview.chromium.org/73503002/diff/1/chrome/browser/local_discovery/privet_http.h#newcode134 chrome/browser/local_discovery/privet_http.h:134: virtual void SetData(scoped_refptr<base::RefCountedBytes> data) = 0; just base::RefCountedBytes* https://codereview.chromium.org/73503002/diff/1/chrome/browser/local_discovery/privet_http.h#newcode149 ...
7 years, 1 month ago (2013-11-15 06:48:38 UTC) #2
Vitaly Buka (NO REVIEWS)
lgtm BUGID?
7 years, 1 month ago (2013-11-15 06:48:55 UTC) #3
Noam Samuel
https://codereview.chromium.org/73503002/diff/1/chrome/browser/local_discovery/privet_http.h File chrome/browser/local_discovery/privet_http.h (right): https://codereview.chromium.org/73503002/diff/1/chrome/browser/local_discovery/privet_http.h#newcode134 chrome/browser/local_discovery/privet_http.h:134: virtual void SetData(scoped_refptr<base::RefCountedBytes> data) = 0; On 2013/11/15 06:48:38, ...
7 years, 1 month ago (2013-11-15 19:13:46 UTC) #4
Vitaly Buka (NO REVIEWS)
lgtm
7 years, 1 month ago (2013-11-15 20:06:04 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/noamsml@chromium.org/73503002/90001
7 years, 1 month ago (2013-11-15 20:58:52 UTC) #6
commit-bot: I haz the power
Failed to apply patch for chrome/browser/local_discovery/privet_http.h: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 1 month ago (2013-11-15 20:59:50 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/noamsml@chromium.org/73503002/250001
7 years, 1 month ago (2013-11-18 08:35:11 UTC) #8
commit-bot: I haz the power
Failed to apply patch for chrome/browser/local_discovery/privet_http_impl.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 1 month ago (2013-11-18 08:35:15 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/noamsml@chromium.org/73503002/250001
7 years, 1 month ago (2013-11-18 08:40:52 UTC) #10
commit-bot: I haz the power
Failed to apply patch for chrome/browser/local_discovery/privet_http_impl.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 1 month ago (2013-11-18 08:40:55 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/noamsml@chromium.org/73503002/250001
7 years, 1 month ago (2013-11-18 19:37:41 UTC) #12
commit-bot: I haz the power
7 years, 1 month ago (2013-11-18 21:32:13 UTC) #13
Message was sent while issue was closed.
Change committed as 235820

Powered by Google App Engine
This is Rietveld 408576698