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

Issue 1397333003: PDF Printing: embed browser user agent string in PDF metadata. (Closed)

Created:
5 years, 2 months ago by hal.canary
Modified:
5 years, 1 month ago
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

PDF Printing: embed browser user agent string in PDF metadata. Committed: https://crrev.com/73b63fd9d4501782f0033ba72f21a33e43fe290c Cr-Commit-Position: refs/heads/master@{#358186}

Patch Set 1 #

Total comments: 1

Patch Set 2 : 2015-11-05 (Thursday) 15:50:39 EST #

Total comments: 12

Patch Set 3 : 2015-11-05 (Thursday) 17:13:38 EST #

Total comments: 4

Patch Set 4 : 2015-11-05 (Thursday) 17:34:22 EST #

Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -1 line) Patch
M chrome/renderer/chrome_content_renderer_client.cc View 1 2 2 chunks +5 lines, -0 lines 0 comments Download
M printing/pdf_metafile_skia.cc View 1 2 3 2 chunks +6 lines, -1 line 0 comments Download
M printing/print_settings.h View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M printing/print_settings.cc View 1 2 3 1 chunk +11 lines, -0 lines 0 comments Download

Messages

Total messages: 29 (6 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1397333003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1397333003/1
5 years, 2 months ago (2015-10-12 17:09:25 UTC) #3
commit-bot: I haz the power
Dry run: No L-G-T-M from a valid reviewer yet. Only full committers are accepted. Even ...
5 years, 2 months ago (2015-10-12 17:09:29 UTC) #5
hal.canary
PTAL. I think this will be worth it to make triaging printing issues easier.
5 years, 1 month ago (2015-11-05 16:35:16 UTC) #6
Lei Zhang
https://codereview.chromium.org/1397333003/diff/1/printing/DEPS File printing/DEPS (right): https://codereview.chromium.org/1397333003/diff/1/printing/DEPS#newcode3 printing/DEPS:3: "+chrome/common", Sorry, but this is a layering violation. Instead, ...
5 years, 1 month ago (2015-11-05 16:41:40 UTC) #7
Lei Zhang
On 2015/11/05 16:41:40, Lei Zhang wrote: > Instead, have a global in printing/, provide a ...
5 years, 1 month ago (2015-11-05 16:44:08 UTC) #9
hal.canary
On 2015/11/05 at 16:44:08, thestig wrote: > On 2015/11/05 16:41:40, Lei Zhang wrote: > > ...
5 years, 1 month ago (2015-11-05 17:28:57 UTC) #10
Lei Zhang
On 2015/11/05 17:28:57, Hal Canary wrote: > where in chrome/ should I call printing::SetAgent()? chrome/browser/browser_process_impl.cc, ...
5 years, 1 month ago (2015-11-05 17:42:03 UTC) #11
Vitaly Buka (NO REVIEWS)
lgtm
5 years, 1 month ago (2015-11-05 18:55:16 UTC) #12
Vitaly Buka (NO REVIEWS)
On 2015/11/05 18:55:16, Vitaly Buka wrote: > lgtm Sorry lgtmed before reading conversation, please continue ...
5 years, 1 month ago (2015-11-05 18:58:13 UTC) #13
hal.canary
On 2015/11/05 at 17:42:03, thestig wrote: > On 2015/11/05 17:28:57, Hal Canary wrote: > > ...
5 years, 1 month ago (2015-11-05 20:00:08 UTC) #14
Lei Zhang
On 2015/11/05 20:00:08, Hal Canary wrote: > On 2015/11/05 at 17:42:03, thestig wrote: > > ...
5 years, 1 month ago (2015-11-05 20:19:43 UTC) #15
hal.canary
On 2015/11/05 at 20:19:43, thestig wrote: > On 2015/11/05 20:00:08, Hal Canary wrote: > > ...
5 years, 1 month ago (2015-11-05 20:22:42 UTC) #16
Lei Zhang
On 2015/11/05 20:22:42, Hal Canary wrote: > I'm on linux. Oh, this gets called in ...
5 years, 1 month ago (2015-11-05 20:27:02 UTC) #17
Lei Zhang
On 2015/11/05 20:27:02, Lei Zhang wrote: > Oh, this gets called in a renderer process. ...
5 years, 1 month ago (2015-11-05 20:30:38 UTC) #18
hal.canary
On 2015/11/05 at 20:27:02, thestig wrote: > On 2015/11/05 20:22:42, Hal Canary wrote: > > ...
5 years, 1 month ago (2015-11-05 20:51:24 UTC) #19
hal.canary
On 2015/11/05 at 16:41:40, thestig wrote: > https://codereview.chromium.org/1397333003/diff/1/printing/DEPS > File printing/DEPS (right): > > https://codereview.chromium.org/1397333003/diff/1/printing/DEPS#newcode3 ...
5 years, 1 month ago (2015-11-05 20:53:56 UTC) #20
Lei Zhang
https://codereview.chromium.org/1397333003/diff/20001/chrome/renderer/chrome_content_renderer_client.cc File chrome/renderer/chrome_content_renderer_client.cc (right): https://codereview.chromium.org/1397333003/diff/20001/chrome/renderer/chrome_content_renderer_client.cc#newcode18 chrome/renderer/chrome_content_renderer_client.cc:18: #include "chrome/common/chrome_content_client.h" You can move both new #includes into ...
5 years, 1 month ago (2015-11-05 21:37:23 UTC) #21
hal.canary
https://codereview.chromium.org/1397333003/diff/20001/chrome/renderer/chrome_content_renderer_client.cc File chrome/renderer/chrome_content_renderer_client.cc (right): https://codereview.chromium.org/1397333003/diff/20001/chrome/renderer/chrome_content_renderer_client.cc#newcode18 chrome/renderer/chrome_content_renderer_client.cc:18: #include "chrome/common/chrome_content_client.h" On 2015/11/05 at 21:37:23, Lei Zhang wrote: ...
5 years, 1 month ago (2015-11-05 22:16:48 UTC) #22
Lei Zhang
lgtm with some nits. https://codereview.chromium.org/1397333003/diff/40001/printing/pdf_metafile_skia.cc File printing/pdf_metafile_skia.cc (right): https://codereview.chromium.org/1397333003/diff/40001/printing/pdf_metafile_skia.cc#newcode170 printing/pdf_metafile_skia.cc:170: : SkString(user_agent.c_str(), user_agent.size())); Can we ...
5 years, 1 month ago (2015-11-05 22:24:09 UTC) #23
hal.canary
https://codereview.chromium.org/1397333003/diff/40001/printing/pdf_metafile_skia.cc File printing/pdf_metafile_skia.cc (right): https://codereview.chromium.org/1397333003/diff/40001/printing/pdf_metafile_skia.cc#newcode170 printing/pdf_metafile_skia.cc:170: : SkString(user_agent.c_str(), user_agent.size())); On 2015/11/05 at 22:24:09, Lei Zhang ...
5 years, 1 month ago (2015-11-05 22:34:53 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1397333003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1397333003/60001
5 years, 1 month ago (2015-11-05 22:36:45 UTC) #27
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 1 month ago (2015-11-06 00:02:20 UTC) #28
commit-bot: I haz the power
5 years, 1 month ago (2015-11-06 00:03:19 UTC) #29
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/73b63fd9d4501782f0033ba72f21a33e43fe290c
Cr-Commit-Position: refs/heads/master@{#358186}

Powered by Google App Engine
This is Rietveld 408576698