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

Issue 478763003: [Findit] Bug fixing and implemented some feature requests. (Closed)

Created:
6 years, 4 months ago by jeun1
Modified:
6 years, 3 months ago
Reviewers:
Martin Barbella, stgao, jeun
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

[Findit]Bug fixing and implemented some feature requests. Fixed various bugs, including exception on stacktrace and unnamed variable in git parser. Changed the algorithm to use file_path only instead of file_name. Removed URL links from the result. Added commit message to the final result. Updated OWNERS. NOTRY=true Committed: https://crrev.com/91fff9ef89202c9e3b33d4ececf648ec6839d0ab Cr-Commit-Position: refs/heads/master@{#291698}

Patch Set 1 #

Patch Set 2 : fixed a bug in intersection #

Total comments: 50

Patch Set 3 : Addressed codereview and removed all references to logging #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+476 lines, -311 lines) Patch
M tools/findit/OWNERS View 1 chunk +1 line, -0 lines 0 comments Download
M tools/findit/blame.py View 1 2 7 chunks +22 lines, -20 lines 0 comments Download
M tools/findit/chromium_deps.py View 1 2 2 chunks +18 lines, -3 lines 0 comments Download
M tools/findit/component_dictionary.py View 1 2 3 chunks +22 lines, -36 lines 0 comments Download
M tools/findit/config.ini View 1 chunk +4 lines, -4 lines 0 comments Download
M tools/findit/crash_utils.py View 1 2 15 chunks +108 lines, -55 lines 1 comment Download
M tools/findit/findit_for_clusterfuzz.py View 1 2 7 chunks +87 lines, -19 lines 0 comments Download
M tools/findit/findit_for_crash.py View 1 2 12 chunks +80 lines, -41 lines 0 comments Download
M tools/findit/git_repository_parser.py View 1 2 8 chunks +28 lines, -42 lines 0 comments Download
M tools/findit/match_set.py View 1 2 8 chunks +11 lines, -13 lines 0 comments Download
M tools/findit/repository_parser_interface.py View 1 chunk +1 line, -1 line 0 comments Download
M tools/findit/result.py View 2 chunks +2 lines, -1 line 0 comments Download
M tools/findit/stacktrace.py View 1 2 14 chunks +72 lines, -44 lines 0 comments Download
M tools/findit/svn_repository_parser.py View 1 2 12 chunks +20 lines, -32 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
jeun
Hi, I have committed the changed I made for supporting syzyasan/android and various bug fixes. ...
6 years, 4 months ago (2014-08-21 22:16:46 UTC) #1
Martin Barbella
https://codereview.chromium.org/478763003/diff/20001/tools/findit/blame.py File tools/findit/blame.py (right): https://codereview.chromium.org/478763003/diff/20001/tools/findit/blame.py#newcode127 tools/findit/blame.py:127: crashed_line_number = stack_frame.crashed_line_number[0] I mention this in more detail ...
6 years, 4 months ago (2014-08-22 02:24:14 UTC) #2
stgao
https://codereview.chromium.org/478763003/diff/20001/tools/findit/blame.py File tools/findit/blame.py (right): https://codereview.chromium.org/478763003/diff/20001/tools/findit/blame.py#newcode134 tools/findit/blame.py:134: if not parsed_blame_info or len(parsed_blame_info) != 5: +1 Why ...
6 years, 4 months ago (2014-08-22 06:50:54 UTC) #3
jeun
Hi Shuotao, I have addressed the codereview. Would you mind a quick code review? Thanks! ...
6 years, 4 months ago (2014-08-22 22:58:44 UTC) #4
jeun
6 years, 4 months ago (2014-08-22 23:04:22 UTC) #5
stgao
lgtm for committing. Will fix minor issues later. https://codereview.chromium.org/478763003/diff/40001/tools/findit/crash_utils.py File tools/findit/crash_utils.py (right): https://codereview.chromium.org/478763003/diff/40001/tools/findit/crash_utils.py#newcode390 tools/findit/crash_utils.py:390: function: ...
6 years, 4 months ago (2014-08-23 00:44:13 UTC) #6
stgao
I'm gonna to commit this CL. There are quite a few issues to be resolved. ...
6 years, 4 months ago (2014-08-25 16:50:49 UTC) #7
stgao
The CQ bit was checked by stgao@chromium.org
6 years, 4 months ago (2014-08-25 16:51:09 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jeun@chromium.org/478763003/40001
6 years, 4 months ago (2014-08-25 16:51:36 UTC) #9
commit-bot: I haz the power
Committed patchset #3 (40001) as e2e208cf6f0ab95c676f58f88e60214eb0e9bba4
6 years, 4 months ago (2014-08-25 16:52:29 UTC) #10
commit-bot: I haz the power
6 years, 3 months ago (2014-09-10 02:35:05 UTC) #11
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/91fff9ef89202c9e3b33d4ececf648ec6839d0ab
Cr-Commit-Position: refs/heads/master@{#291698}

Powered by Google App Engine
This is Rietveld 408576698