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

Issue 2029323005: [libfuzzer] content/renderer fuzzer. (Closed)

Created:
4 years, 6 months ago by aizatsky
Modified:
4 years, 6 months ago
Reviewers:
mmoroz, sky, Oliver Chang
CC:
chromium-reviews, darin-cc_chromium.org, jam, kcc2
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[libfuzzer] content/renderer fuzzer. BUG=539572 Committed: https://crrev.com/e62e3168e0521b0d1ba70cd6dbbf6e5daa763301 Cr-Commit-Position: refs/heads/master@{#397797}

Patch Set 1 #

Patch Set 2 : nits #

Total comments: 11

Patch Set 3 : addressing comments #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+83 lines, -0 lines) Patch
M content/test/BUILD.gn View 1 2 chunks +11 lines, -0 lines 0 comments Download
A content/test/renderer_fuzzer.cc View 1 2 1 chunk +72 lines, -0 lines 4 comments Download

Messages

Total messages: 18 (5 generated)
aizatsky
This is a first attempt at creating content/renderer fuzzer. This version uses data URLs which ...
4 years, 6 months ago (2016-06-02 20:18:54 UTC) #2
sky
https://codereview.chromium.org/2029323005/diff/20001/content/test/renderer_fuzzer.cc File content/test/renderer_fuzzer.cc (right): https://codereview.chromium.org/2029323005/diff/20001/content/test/renderer_fuzzer.cc#newcode19 content/test/renderer_fuzzer.cc:19: using namespace content; Why not put this in the ...
4 years, 6 months ago (2016-06-02 21:57:13 UTC) #3
aizatsky
All done. PTAL. https://codereview.chromium.org/2029323005/diff/20001/content/test/renderer_fuzzer.cc File content/test/renderer_fuzzer.cc (right): https://codereview.chromium.org/2029323005/diff/20001/content/test/renderer_fuzzer.cc#newcode19 content/test/renderer_fuzzer.cc:19: using namespace content; On 2016/06/02 at ...
4 years, 6 months ago (2016-06-02 22:07:05 UTC) #4
sky
LGTM
4 years, 6 months ago (2016-06-02 23:12:54 UTC) #5
mmoroz
LGTM https://codereview.chromium.org/2029323005/diff/40001/content/test/renderer_fuzzer.cc File content/test/renderer_fuzzer.cc (right): https://codereview.chromium.org/2029323005/diff/40001/content/test/renderer_fuzzer.cc#newcode65 content/test/renderer_fuzzer.cc:65: common_params.url = GURL("data:text/html," + input); I guess we ...
4 years, 6 months ago (2016-06-03 14:32:46 UTC) #6
aizatsky
https://codereview.chromium.org/2029323005/diff/40001/content/test/renderer_fuzzer.cc File content/test/renderer_fuzzer.cc (right): https://codereview.chromium.org/2029323005/diff/40001/content/test/renderer_fuzzer.cc#newcode65 content/test/renderer_fuzzer.cc:65: common_params.url = GURL("data:text/html," + input); On 2016/06/03 at 14:32:46, ...
4 years, 6 months ago (2016-06-03 19:04:01 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2029323005/40001
4 years, 6 months ago (2016-06-03 19:04:19 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/81766)
4 years, 6 months ago (2016-06-03 19:38:48 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2029323005/40001
4 years, 6 months ago (2016-06-03 20:17:38 UTC) #13
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 6 months ago (2016-06-03 20:48:25 UTC) #14
commit-bot: I haz the power
Patchset 3 (id:??) landed as https://crrev.com/e62e3168e0521b0d1ba70cd6dbbf6e5daa763301 Cr-Commit-Position: refs/heads/master@{#397797}
4 years, 6 months ago (2016-06-03 20:50:18 UTC) #16
aizatsky
On 2016/06/02 at 23:12:54, sky wrote: > LGTM Scott, I'd like to change this fuzzer ...
4 years, 6 months ago (2016-06-16 19:02:00 UTC) #17
sky
4 years, 6 months ago (2016-06-16 19:20:13 UTC) #18
Message was sent while issue was closed.
Not sure. I would have to dig myself.

On Thu, Jun 16, 2016 at 12:01 PM,  <aizatsky@chromium.org> wrote:
> On 2016/06/02 at 23:12:54, sky wrote:
>> LGTM
>
> Scott, I'd like to change this fuzzer to render the html string directly
> rather
> than stuff it into data url. Do you have any code pointers on how to do it?
>
> https://codereview.chromium.org/2029323005/

-- 
You received this message because you are subscribed to the Google Groups
"Chromium-reviews" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to chromium-reviews+unsubscribe@chromium.org.

Powered by Google App Engine
This is Rietveld 408576698