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

Issue 430943003: [Findit] Plain objects to represent and parse stack trace. (Closed)

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

Description

[Findit] Plain objects to represent and parse stack trace. NOTRY=true Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=288270

Patch Set 1 #

Total comments: 60

Patch Set 2 : addressed code review and added crash_utils file #

Patch Set 3 : changed wrong reference to stack frame #

Total comments: 4

Patch Set 4 : Added functionality in stacktrace to easily add new parse rules for different chrome builds #

Total comments: 40

Patch Set 5 : Fixed comments and changed variable names #

Total comments: 26

Patch Set 6 : Addressed code review and changed the stacktrace parsing logic to correctly look at the type of cal… #

Total comments: 48

Patch Set 7 : addressed codereview. #

Total comments: 9

Patch Set 8 : addressed codereview #

Patch Set 9 : reupload #

Unified diffs Side-by-side diffs Delta from patch set Stats (+920 lines, -19 lines) Patch
M tools/findit/chromium_deps.py View 1 2 3 4 5 6 7 8 6 chunks +42 lines, -19 lines 0 comments Download
A tools/findit/component_dictionary.py View 1 2 3 4 5 6 7 8 1 chunk +136 lines, -0 lines 0 comments Download
A tools/findit/crash_utils.py View 1 2 3 4 5 6 7 8 1 chunk +463 lines, -0 lines 0 comments Download
A tools/findit/stacktrace.py View 1 2 3 4 5 6 7 8 1 chunk +279 lines, -0 lines 0 comments Download

Messages

Total messages: 23 (0 generated)
jeun
6 years, 4 months ago (2014-07-31 00:43:10 UTC) #1
stgao
Hi Jason, Thanks for improving the code style. It is much better now. However, I ...
6 years, 4 months ago (2014-07-31 01:52:25 UTC) #2
stgao
If some comments are not clear to you, please feel free to drop by my ...
6 years, 4 months ago (2014-07-31 01:53:02 UTC) #3
stgao
I also update the title and description. For later CLs, please use a more clear ...
6 years, 4 months ago (2014-07-31 01:55:38 UTC) #4
jeun
https://codereview.chromium.org/430943003/diff/1/tools/findit/README File tools/findit/README (right): https://codereview.chromium.org/430943003/diff/1/tools/findit/README#newcode1 tools/findit/README:1: Usage: python findit.py key, where key is a testcase ...
6 years, 4 months ago (2014-07-31 18:41:16 UTC) #5
jeun
6 years, 4 months ago (2014-07-31 18:41:16 UTC) #6
jeun
sorry, found out i missed some stack frame reference in comments.
6 years, 4 months ago (2014-07-31 18:47:11 UTC) #7
stgao
https://codereview.chromium.org/430943003/diff/1/tools/findit/stacktrace.py File tools/findit/stacktrace.py (right): https://codereview.chromium.org/430943003/diff/1/tools/findit/stacktrace.py#newcode9 tools/findit/stacktrace.py:9: class Stacktrace(object): On 2014/07/31 18:41:14, jeun wrote: > On ...
6 years, 4 months ago (2014-07-31 19:48:59 UTC) #8
jeun
6 years, 4 months ago (2014-07-31 20:37:49 UTC) #10
stgao
Hi Jason, This CL is quite good now. Once you address my comments, please go ...
6 years, 4 months ago (2014-08-01 17:22:22 UTC) #11
jeun
I have addressed comments from Shoutao and added blocks/comments throughout the code. Please review my ...
6 years, 4 months ago (2014-08-06 18:23:00 UTC) #12
Martin Barbella
In general it looks pretty good. Most of these comments are minor nits, though a ...
6 years, 4 months ago (2014-08-06 21:12:25 UTC) #13
Martin Barbella
In general it looks pretty good. Most of these comments are minor nits, though a ...
6 years, 4 months ago (2014-08-06 21:12:25 UTC) #14
jeun
Hi Martin, I have addressed your code review. Would you take a look at the ...
6 years, 4 months ago (2014-08-06 23:36:26 UTC) #15
aarya
https://codereview.chromium.org/430943003/diff/120001/tools/findit/component_dictionary.py File tools/findit/component_dictionary.py (right): https://codereview.chromium.org/430943003/diff/120001/tools/findit/component_dictionary.py#newcode17 tools/findit/component_dictionary.py:17: self.file_dic = {} s/dic/dict everywhere. https://codereview.chromium.org/430943003/diff/120001/tools/findit/component_dictionary.py#newcode32 tools/findit/component_dictionary.py:32: self.file_dic[file_name] = ...
6 years, 4 months ago (2014-08-07 15:38:48 UTC) #16
Martin Barbella
https://codereview.chromium.org/430943003/diff/120001/tools/findit/crash_utils.py File tools/findit/crash_utils.py (right): https://codereview.chromium.org/430943003/diff/120001/tools/findit/crash_utils.py#newcode218 tools/findit/crash_utils.py:218: return '<a href="%s">%s</a>' % (sanitized_link, to_add) This is still ...
6 years, 4 months ago (2014-08-07 15:48:42 UTC) #17
jeun
Hi Shoutao, Can you do the final review? Thanks! https://codereview.chromium.org/430943003/diff/120001/tools/findit/component_dictionary.py File tools/findit/component_dictionary.py (right): https://codereview.chromium.org/430943003/diff/120001/tools/findit/component_dictionary.py#newcode17 tools/findit/component_dictionary.py:17: ...
6 years, 4 months ago (2014-08-07 18:43:21 UTC) #18
stgao
Add a few more comments. https://codereview.chromium.org/430943003/diff/140001/tools/findit/component_dictionary.py File tools/findit/component_dictionary.py (right): https://codereview.chromium.org/430943003/diff/140001/tools/findit/component_dictionary.py#newcode8 tools/findit/component_dictionary.py:8: class FileDicttionary(object): Misspell: Dicttionary ...
6 years, 4 months ago (2014-08-07 21:03:37 UTC) #19
jeun
https://codereview.chromium.org/430943003/diff/140001/tools/findit/component_dictionary.py File tools/findit/component_dictionary.py (right): https://codereview.chromium.org/430943003/diff/140001/tools/findit/component_dictionary.py#newcode8 tools/findit/component_dictionary.py:8: class FileDicttionary(object): On 2014/08/07 21:03:37, Shuotao wrote: > Misspell: ...
6 years, 4 months ago (2014-08-07 22:03:20 UTC) #20
stgao
lgtm
6 years, 4 months ago (2014-08-07 22:52:50 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jeun@chromium.org/430943003/160001
6 years, 4 months ago (2014-08-07 23:00:14 UTC) #22
commit-bot: I haz the power
6 years, 4 months ago (2014-08-08 08:53:58 UTC) #23
Message was sent while issue was closed.
Change committed as 288270

Powered by Google App Engine
This is Rietveld 408576698