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

Issue 488853002: Removed --disable-print-preview switch and policy. (Closed)

Created:
6 years, 4 months ago by Vitaly Buka (NO REVIEWS)
Modified:
6 years, 4 months ago
CC:
chromium-reviews, Thiemo Nagel
Project:
chromium
Visibility:
Public.

Description

Removed --disable-print-preview switch and policy. Also removed dependent switches --disable-scripted-print-throttling and --renderer-print-preview. BUG=374321 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=291251

Patch Set 1 #

Patch Set 2 : Tue Aug 19 16:35:18 PDT 2014 #

Total comments: 6

Patch Set 3 : Tue Aug 19 18:10:02 PDT 2014 #

Patch Set 4 : Tue Aug 19 19:01:03 PDT 2014 #

Patch Set 5 : #

Total comments: 2

Patch Set 6 : #

Patch Set 7 : #

Patch Set 8 : #

Patch Set 9 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+58 lines, -302 lines) Patch
M chrome/browser/chrome_content_browser_client.cc View 1 2 3 4 5 6 7 8 2 chunks +0 lines, -4 lines 0 comments Download
M chrome/browser/policy/configuration_policy_handler_list_factory.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/browser/prefs/command_line_pref_store.cc View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/printing/print_preview_test.cc View 1 2 2 chunks +0 lines, -4 lines 0 comments Download
M chrome/browser/profiles/profile_impl.cc View 1 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/browser/renderer_context_menu/render_view_context_menu.cc View 1 1 chunk +1 line, -6 lines 0 comments Download
M chrome/browser/ui/browser_commands.cc View 1 1 chunk +1 line, -4 lines 0 comments Download
M chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc View 1 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/ui/webui/print_preview/print_preview_handler.cc View 1 2 2 chunks +1 line, -6 lines 0 comments Download
M chrome/common/chrome_switches.h View 1 2 3 4 5 6 7 8 3 chunks +0 lines, -3 lines 0 comments Download
M chrome/common/chrome_switches.cc View 1 2 3 4 5 6 7 8 3 chunks +0 lines, -11 lines 0 comments Download
M chrome/common/pref_names.h View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M chrome/common/pref_names.cc View 1 2 3 4 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/common/print_messages.h View 1 2 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/renderer/printing/print_web_view_helper.h View 1 2 3 4 5 3 chunks +3 lines, -21 lines 0 comments Download
M chrome/renderer/printing/print_web_view_helper.cc View 1 2 3 4 13 chunks +4 lines, -92 lines 0 comments Download
M chrome/renderer/printing/print_web_view_helper_browsertest.cc View 1 2 3 4 5 6 7 6 chunks +41 lines, -131 lines 0 comments Download
M components/policy/resources/policy_templates.json View 1 2 3 4 5 6 1 chunk +6 lines, -3 lines 0 comments Download

Messages

Total messages: 31 (0 generated)
Vitaly Buka (NO REVIEWS)
6 years, 4 months ago (2014-08-19 23:39:33 UTC) #1
Lei Zhang
Can you check with the policy folks and make sure this page gets updated properly ...
6 years, 4 months ago (2014-08-19 23:59:23 UTC) #2
Lei Zhang
https://codereview.chromium.org/488853002/diff/20001/chrome/browser/chrome_content_browser_client.cc File chrome/browser/chrome_content_browser_client.cc (right): https://codereview.chromium.org/488853002/diff/20001/chrome/browser/chrome_content_browser_client.cc#newcode1280 chrome/browser/chrome_content_browser_client.cc:1280: command_line->AppendSwitch(switches::kRendererPrintPreview); You should get rid of switches::kRendererPrintPreview as well, ...
6 years, 4 months ago (2014-08-20 00:01:15 UTC) #3
Vitaly Buka (NO REVIEWS)
https://codereview.chromium.org/488853002/diff/20001/chrome/browser/chrome_content_browser_client.cc File chrome/browser/chrome_content_browser_client.cc (right): https://codereview.chromium.org/488853002/diff/20001/chrome/browser/chrome_content_browser_client.cc#newcode1280 chrome/browser/chrome_content_browser_client.cc:1280: command_line->AppendSwitch(switches::kRendererPrintPreview); On 2014/08/20 00:01:15, Lei Zhang wrote: > You ...
6 years, 4 months ago (2014-08-20 01:16:14 UTC) #4
Lei Zhang
lgtm
6 years, 4 months ago (2014-08-20 01:22:28 UTC) #5
Vitaly Buka (NO REVIEWS)
On 2014/08/20 01:22:28, Lei Zhang wrote: > lgtm Actually PrintNow is used for AppleScript and ...
6 years, 4 months ago (2014-08-20 01:49:38 UTC) #6
Lei Zhang
On 2014/08/20 01:49:38, Vitaly Buka wrote: > On 2014/08/20 01:22:28, Lei Zhang wrote: > > ...
6 years, 4 months ago (2014-08-20 01:52:13 UTC) #7
Vitaly Buka (NO REVIEWS)
On 2014/08/20 01:52:13, Lei Zhang wrote: > On 2014/08/20 01:49:38, Vitaly Buka wrote: > > ...
6 years, 4 months ago (2014-08-20 02:02:21 UTC) #8
Vitaly Buka (NO REVIEWS)
The CQ bit was checked by vitalybuka@chromium.org
6 years, 4 months ago (2014-08-20 02:02:27 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vitalybuka@chromium.org/488853002/100001
6 years, 4 months ago (2014-08-20 02:02:55 UTC) #10
Vitaly Buka (NO REVIEWS)
6 years, 4 months ago (2014-08-20 02:06:19 UTC) #11
Vitaly Buka (NO REVIEWS)
+tsepez for chrome/common/print_messages.h
6 years, 4 months ago (2014-08-20 02:06:50 UTC) #12
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: chromium_presubmit on tryserver.chromium.linux ...
6 years, 4 months ago (2014-08-20 03:32:16 UTC) #13
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-08-20 03:35:40 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/5397)
6 years, 4 months ago (2014-08-20 03:35:41 UTC) #15
Thiemo Nagel
On 2014/08/19 23:59:23, Lei Zhang wrote: > Can you check with the policy folks and ...
6 years, 4 months ago (2014-08-20 08:31:17 UTC) #16
Tom Sepez
rubberstamp LGTM on deleting messages.
6 years, 4 months ago (2014-08-20 16:43:27 UTC) #17
Vitaly Buka (NO REVIEWS)
+bartfab for policy_templates.json
6 years, 4 months ago (2014-08-21 01:24:07 UTC) #18
bartfab (slow)
configuration_policy_handler_list_factory.cc and policy_templates.json LGTM with nit. https://codereview.chromium.org/488853002/diff/120001/components/policy/resources/policy_templates.json File components/policy/resources/policy_templates.json (right): https://codereview.chromium.org/488853002/diff/120001/components/policy/resources/policy_templates.json#newcode3695 components/policy/resources/policy_templates.json:3695: 'deprecated': True, Please ...
6 years, 4 months ago (2014-08-21 09:09:43 UTC) #19
Vitaly Buka (NO REVIEWS)
https://codereview.chromium.org/488853002/diff/120001/components/policy/resources/policy_templates.json File components/policy/resources/policy_templates.json (right): https://codereview.chromium.org/488853002/diff/120001/components/policy/resources/policy_templates.json#newcode3695 components/policy/resources/policy_templates.json:3695: 'deprecated': True, On 2014/08/21 09:09:43, bartfab wrote: > Please ...
6 years, 4 months ago (2014-08-21 09:57:41 UTC) #20
Vitaly Buka (NO REVIEWS)
The CQ bit was checked by vitalybuka@chromium.org
6 years, 4 months ago (2014-08-21 17:49:07 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vitalybuka@chromium.org/488853002/180001
6 years, 4 months ago (2014-08-21 17:51:33 UTC) #22
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-08-21 18:56:50 UTC) #23
commit-bot: I haz the power
Failed to apply patch for chrome/browser/chrome_content_browser_client.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 4 months ago (2014-08-21 18:56:51 UTC) #24
Vitaly Buka (NO REVIEWS)
The CQ bit was checked by vitalybuka@chromium.org
6 years, 4 months ago (2014-08-21 19:08:19 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vitalybuka@chromium.org/488853002/180001
6 years, 4 months ago (2014-08-21 19:09:05 UTC) #26
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-08-21 19:12:02 UTC) #27
commit-bot: I haz the power
Failed to apply patch for chrome/browser/chrome_content_browser_client.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 4 months ago (2014-08-21 19:12:03 UTC) #28
Vitaly Buka (NO REVIEWS)
The CQ bit was checked by vitalybuka@chromium.org
6 years, 4 months ago (2014-08-21 19:13:39 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vitalybuka@chromium.org/488853002/200001
6 years, 4 months ago (2014-08-21 19:15:03 UTC) #30
commit-bot: I haz the power
6 years, 4 months ago (2014-08-21 23:56:47 UTC) #31
Message was sent while issue was closed.
Committed patchset #9 (200001) as 291251

Powered by Google App Engine
This is Rietveld 408576698