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

Issue 1710553002: Add option for SKP capture without reencoding images (Closed)

Created:
4 years, 10 months ago by msarett
Modified:
4 years, 10 months ago
CC:
chromium-reviews, extensions-reviews_chromium.org, mlamouri+watch-content_chromium.org, jam, darin-cc_chromium.org, piman+watch_chromium.org, mkwst+moarreviews-renderer_chromium.org, chromium-apps-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add option for SKP capture without reencoding images Generating SKPs with this new flag will allow us to obtain a large set of images that is representative of what is common on the web. BUG= Committed: https://crrev.com/397e7278792bc30195afebaf23afd6304cd772ff Cr-Commit-Position: refs/heads/master@{#377026}

Patch Set 1 #

Total comments: 1

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Total comments: 2

Patch Set 4 : Use uint8_t #

Unified diffs Side-by-side diffs Delta from patch set Stats (+51 lines, -9 lines) Patch
M content/public/common/content_switches.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M content/public/common/content_switches.cc View 1 1 chunk +6 lines, -0 lines 0 comments Download
M content/renderer/gpu/gpu_benchmarking_extension.cc View 1 2 3 4 chunks +44 lines, -9 lines 0 comments Download

Messages

Total messages: 43 (16 generated)
msarett
Let me know if you have any thoughts about the "illegal include" that I've commented ...
4 years, 10 months ago (2016-02-17 20:47:31 UTC) #2
msarett
Hi John, I'm looking to modify how SKPs are captured using command line flags. However, ...
4 years, 10 months ago (2016-02-17 21:46:29 UTC) #4
jbauman
I'd recommend putting the switch in content/public/common/content_switches.h instead.
4 years, 10 months ago (2016-02-17 21:58:13 UTC) #5
msarett
Thanks John! That's exactly what I needed. This is ready for review. Adding Ravi for ...
4 years, 10 months ago (2016-02-17 22:21:03 UTC) #7
scroggo
lgtm https://codereview.chromium.org/1710553002/diff/20001/content/renderer/gpu/gpu_benchmarking_extension.cc File content/renderer/gpu/gpu_benchmarking_extension.cc (right): https://codereview.chromium.org/1710553002/diff/20001/content/renderer/gpu/gpu_benchmarking_extension.cc#newcode85 content/renderer/gpu/gpu_benchmarking_extension.cc:85: uint32_t width = bm.width(); I think you can ...
4 years, 10 months ago (2016-02-17 23:13:30 UTC) #8
rmistry
On 2016/02/17 22:21:03, msarett wrote: > Thanks John! That's exactly what I needed. > > ...
4 years, 10 months ago (2016-02-18 12:17:00 UTC) #9
msarett
https://codereview.chromium.org/1710553002/diff/20001/content/renderer/gpu/gpu_benchmarking_extension.cc File content/renderer/gpu/gpu_benchmarking_extension.cc (right): https://codereview.chromium.org/1710553002/diff/20001/content/renderer/gpu/gpu_benchmarking_extension.cc#newcode85 content/renderer/gpu/gpu_benchmarking_extension.cc:85: uint32_t width = bm.width(); On 2016/02/17 23:13:30, scroggo wrote: ...
4 years, 10 months ago (2016-02-18 16:44:39 UTC) #10
scroggo
lgtm patch set 3
4 years, 10 months ago (2016-02-18 17:31:51 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1710553002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1710553002/40001
4 years, 10 months ago (2016-02-18 17:37:03 UTC) #13
commit-bot: I haz the power
No L-G-T-M from a valid reviewer yet. Only full committers are accepted. Even if an ...
4 years, 10 months ago (2016-02-18 17:37:07 UTC) #15
rmistry1
lgtm
4 years, 10 months ago (2016-02-18 17:38:13 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1710553002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1710553002/40001
4 years, 10 months ago (2016-02-18 17:43:17 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/147425)
4 years, 10 months ago (2016-02-18 17:56:04 UTC) #21
msarett
Adding OWNERs
4 years, 10 months ago (2016-02-18 18:00:19 UTC) #23
msarett
PTAL
4 years, 10 months ago (2016-02-19 21:41:58 UTC) #25
msarett
John and Chris, Can you please let me know if you are the right owners ...
4 years, 10 months ago (2016-02-22 21:00:23 UTC) #26
palmer
lgtm https://codereview.chromium.org/1710553002/diff/40001/content/renderer/gpu/gpu_benchmarking_extension.cc File content/renderer/gpu/gpu_benchmarking_extension.cc (right): https://codereview.chromium.org/1710553002/diff/40001/content/renderer/gpu/gpu_benchmarking_extension.cc#newcode64 content/renderer/gpu/gpu_benchmarking_extension.cc:64: std::vector<unsigned char> vector; Nit: uint8_t more clearly means ...
4 years, 10 months ago (2016-02-22 23:12:24 UTC) #27
jbauman
content/renderer/gpu OWNERS lgtm
4 years, 10 months ago (2016-02-22 23:14:58 UTC) #28
msarett
https://codereview.chromium.org/1710553002/diff/40001/content/renderer/gpu/gpu_benchmarking_extension.cc File content/renderer/gpu/gpu_benchmarking_extension.cc (right): https://codereview.chromium.org/1710553002/diff/40001/content/renderer/gpu/gpu_benchmarking_extension.cc#newcode64 content/renderer/gpu/gpu_benchmarking_extension.cc:64: std::vector<unsigned char> vector; On 2016/02/22 23:12:24, palmer wrote: > ...
4 years, 10 months ago (2016-02-22 23:19:10 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1710553002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1710553002/60001
4 years, 10 months ago (2016-02-23 13:37:56 UTC) #32
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/149019)
4 years, 10 months ago (2016-02-23 13:46:54 UTC) #34
msarett
Hi David, Can you please take a look? I believe I need an OWNERS review ...
4 years, 10 months ago (2016-02-23 14:01:42 UTC) #36
davidben
content/public lgtm. This does violate the "content/public shouldn't contain stuff not used by embedders" rule, ...
4 years, 10 months ago (2016-02-23 17:34:40 UTC) #37
msarett
On 2016/02/23 17:34:40, davidben wrote: > content/public lgtm. This does violate the "content/public shouldn't contain ...
4 years, 10 months ago (2016-02-23 17:37:58 UTC) #38
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1710553002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1710553002/60001
4 years, 10 months ago (2016-02-23 17:38:50 UTC) #40
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 10 months ago (2016-02-23 18:49:25 UTC) #41
commit-bot: I haz the power
4 years, 10 months ago (2016-02-23 18:51:08 UTC) #43
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/397e7278792bc30195afebaf23afd6304cd772ff
Cr-Commit-Position: refs/heads/master@{#377026}

Powered by Google App Engine
This is Rietveld 408576698