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

Issue 391173002: [Findit] Initiate Findit for crash. (Closed)

Created:
6 years, 5 months ago by stgao
Modified:
6 years, 3 months ago
Reviewers:
Martin Barbella
CC:
chromium-reviews, jeun1, inferno, samuong
Project:
chromium
Visibility:
Public.

Description

[Findit] Initiate Findit for crash. This is to initiate Findit for crash with two features: 1. Added a http client to support HTTPS request. We don't want to add dependency to other library for handling https certificate verification: setup on GCE in clusterfuzz will be difficult. 2. Add a parser for DEPS file (https://chromium.googlesource.com/chromium/src/+/master/DEPS) in chromium to make Findit to support all components/dependencies (Blink, V8, WebRTC, etc). R=mbarbella@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=284775

Patch Set 1 #

Patch Set 2 : Add unittests. #

Total comments: 8

Patch Set 3 : Verify server certificate for https request. #

Patch Set 4 : Add cacert.pem #

Total comments: 11

Patch Set 5 : Address comments. #

Patch Set 6 : Rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3864 lines, -0 lines) Patch
A tools/findit/OWNERS View 1 chunk +1 line, -0 lines 0 comments Download
A tools/findit/cacert.pem View 1 2 3 1 chunk +3290 lines, -0 lines 0 comments Download
A tools/findit/chromium_deps.py View 1 2 3 4 1 chunk +187 lines, -0 lines 0 comments Download
A tools/findit/chromium_deps_unittest.py View 1 2 3 4 1 chunk +150 lines, -0 lines 0 comments Download
A tools/findit/https.py View 1 2 1 chunk +195 lines, -0 lines 0 comments Download
A tools/findit/run_all_tests.py View 1 1 chunk +17 lines, -0 lines 0 comments Download
A tools/findit/utils.py View 1 2 3 4 1 chunk +24 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
stgao
Hi Abhishek and Martin, This CL is to initiate the directory for Findit with a ...
6 years, 5 months ago (2014-07-16 01:06:45 UTC) #1
Martin Barbella
not lgtm I still haven't done a full pass over everything, but it might be ...
6 years, 5 months ago (2014-07-16 20:50:49 UTC) #2
stgao
Hi Martin, I've added the support of server certificate verification with a list of trusted ...
6 years, 5 months ago (2014-07-22 00:35:46 UTC) #3
Martin Barbella
https://codereview.chromium.org/391173002/diff/60001/tools/findit/chromium_deps.py File tools/findit/chromium_deps.py (right): https://codereview.chromium.org/391173002/diff/60001/tools/findit/chromium_deps.py#newcode80 tools/findit/chromium_deps.py:80: deps_file_downloader=_GetContentOfDEPS): Please leave clear comments wherever deps_file_downloader can be ...
6 years, 5 months ago (2014-07-22 06:35:43 UTC) #4
stgao
Hi Martin, I've addressed your comments. Would you mind another review? Thanks, Shuotao Gao https://codereview.chromium.org/391173002/diff/60001/tools/findit/chromium_deps.py ...
6 years, 5 months ago (2014-07-22 20:30:35 UTC) #5
Martin Barbella
On 2014/07/22 20:30:35, Shuotao wrote: > Hi Martin, > > I've addressed your comments. > ...
6 years, 5 months ago (2014-07-22 20:36:42 UTC) #6
Martin Barbella
lgtm
6 years, 5 months ago (2014-07-22 20:38:38 UTC) #7
stgao
6 years, 5 months ago (2014-07-22 21:19:35 UTC) #8
Message was sent while issue was closed.
Committed patchset #6 manually as r284775 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698