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

Issue 568633002: Extracted MetafilePlayer interface from printing::MetafilePlayer. (Closed)

Created:
6 years, 3 months ago by Vitaly Buka (NO REVIEWS)
Modified:
6 years, 3 months ago
Reviewers:
Lei Zhang
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@no_expose
Project:
chromium
Visibility:
Public.

Description

Extracted MetafilePlayer interface from printing::MetafilePlayer. Removed some unused code. Updated interfaces from plain pointers to scoped_ptr<> SaveTo(base::FilePath) replaced with SaveTo(base::File). BUG=408184 TBR=sgurun@chromium.org Committed: https://crrev.com/5d1290581ae0d39d5c640c1f95ba298946515dbe Cr-Commit-Position: refs/heads/master@{#294556}

Patch Set 1 #

Patch Set 2 : Thu Sep 11 16:08:36 PDT 2014 #

Patch Set 3 : Thu Sep 11 16:10:13 PDT 2014 #

Total comments: 8

Patch Set 4 : Thu Sep 11 18:51:17 PDT 2014 #

Patch Set 5 : Thu Sep 11 18:59:13 PDT 2014 #

Patch Set 6 : Thu Sep 11 19:09:22 PDT 2014 #

Patch Set 7 : Thu Sep 11 22:54:16 PDT 2014 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+237 lines, -263 lines) Patch
M android_webview/renderer/print_web_view_helper_linux.cc View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/printing/pdf_to_emf_converter.h View 1 2 3 1 chunk +4 lines, -7 lines 0 comments Download
M chrome/browser/printing/pdf_to_emf_converter.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/printing/print_view_manager_base.h View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/printing/print_view_manager_base.cc View 1 2 3 4 5 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/libgtk2ui/print_dialog_gtk2.h View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/libgtk2ui/print_dialog_gtk2.cc View 2 chunks +20 lines, -18 lines 0 comments Download
M chrome/browser/ui/webui/print_preview/print_preview_handler.cc View 1 2 1 chunk +3 lines, -1 line 0 comments Download
M chrome/renderer/printing/print_web_view_helper_linux.cc View 2 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/renderer/printing/print_web_view_helper_mac.mm View 2 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/renderer/printing/print_web_view_helper_pdf_win.cc View 2 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/service/cloud_print/print_system_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/service/service_utility_process_host.h View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M printing/BUILD.gn View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M printing/emf_win.h View 4 chunks +6 lines, -15 lines 0 comments Download
M printing/emf_win.cc View 5 chunks +5 lines, -36 lines 0 comments Download
M printing/emf_win_unittest.cc View 1 2 3 4 chunks +6 lines, -6 lines 0 comments Download
M printing/metafile.h View 1 2 3 7 chunks +47 lines, -41 lines 0 comments Download
A printing/metafile.cc View 1 2 3 1 chunk +49 lines, -0 lines 0 comments Download
M printing/pdf_metafile_cg_mac.h View 1 chunk +0 lines, -3 lines 0 comments Download
M printing/pdf_metafile_cg_mac.cc View 1 chunk +0 lines, -13 lines 0 comments Download
M printing/pdf_metafile_skia.h View 1 2 3 4 4 chunks +9 lines, -5 lines 0 comments Download
M printing/pdf_metafile_skia.cc View 1 2 3 4 chunks +21 lines, -42 lines 0 comments Download
M printing/print_dialog_gtk_interface.h View 2 chunks +2 lines, -2 lines 0 comments Download
M printing/printed_document.h View 4 chunks +3 lines, -6 lines 0 comments Download
M printing/printed_document.cc View 4 chunks +8 lines, -26 lines 0 comments Download
M printing/printed_document_linux.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M printing/printed_document_mac.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M printing/printed_page.h View 2 chunks +3 lines, -3 lines 0 comments Download
M printing/printed_page.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M printing/printed_page_unittest.cc View 5 chunks +21 lines, -10 lines 0 comments Download
M printing/printing.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M printing/printing_context_linux.h View 2 chunks +2 lines, -2 lines 0 comments Download
M printing/printing_context_linux.cc View 1 chunk +1 line, -2 lines 0 comments Download

Messages

Total messages: 20 (9 generated)
Vitaly Buka (NO REVIEWS)
6 years, 3 months ago (2014-09-11 23:13:31 UTC) #2
Lei Zhang
lgtm, but please fix the GN build. https://codereview.chromium.org/568633002/diff/40001/chrome/service/service_utility_process_host.h File chrome/service/service_utility_process_host.h (right): https://codereview.chromium.org/568633002/diff/40001/chrome/service/service_utility_process_host.h#newcode143 chrome/service/service_utility_process_host.h:143: const std::vector<printing::PageRange>& ...
6 years, 3 months ago (2014-09-11 23:31:10 UTC) #3
Vitaly Buka (NO REVIEWS)
https://codereview.chromium.org/568633002/diff/40001/chrome/service/service_utility_process_host.h File chrome/service/service_utility_process_host.h (right): https://codereview.chromium.org/568633002/diff/40001/chrome/service/service_utility_process_host.h#newcode143 chrome/service/service_utility_process_host.h:143: const std::vector<printing::PageRange>& page_ranges, On 2014/09/11 23:31:10, Lei Zhang wrote: ...
6 years, 3 months ago (2014-09-12 01:54:00 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patchset/568633002/120001
6 years, 3 months ago (2014-09-12 02:03:14 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patchset/568633002/140001
6 years, 3 months ago (2014-09-12 02:14:27 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: android_clang_dbg_recipe on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_clang_dbg_recipe/builds/3928)
6 years, 3 months ago (2014-09-12 02:35:15 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patchset/568633002/160001
6 years, 3 months ago (2014-09-12 05:57:52 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/10545)
6 years, 3 months ago (2014-09-12 06:11:48 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patchset/568633002/160001
6 years, 3 months ago (2014-09-12 06:28:11 UTC) #18
commit-bot: I haz the power
Committed patchset #7 (id:160001) as d143df772d66add9ce77dc38accd65afdcd5211d
6 years, 3 months ago (2014-09-12 09:22:02 UTC) #19
commit-bot: I haz the power
6 years, 3 months ago (2014-09-12 09:29:15 UTC) #20
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/5d1290581ae0d39d5c640c1f95ba298946515dbe
Cr-Commit-Position: refs/heads/master@{#294556}

Powered by Google App Engine
This is Rietveld 408576698