Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Issue 9884006: Add file name and line number when reporting exceptions (Closed)

Created:
March 15, 2013, 9:33 a.m. by Wladimir Palant
Modified:
April 3, 2013, 2:02 p.m.
Reviewers:
Felix Dahlke, Oleksandr
Visibility:
Public.

Description

Add file name and line number when reporting exceptions

Patch Set 1 #

Total comments: 3

Patch Set 2 : #

Patch Set 3 : Now with free functions #

Unified diffs Side-by-side diffs Delta from patch set Stats (+21 lines, -4 lines) Patch
M include/AdblockPlus/JsEngine.h View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/JsEngine.cpp View 1 2 1 chunk +19 lines, -3 lines 0 comments Download

Messages

Total messages: 7
Wladimir Palant
March 15, 2013, 9:33 a.m. (2013-03-15 09:33:41 UTC) #1
Felix Dahlke
http://codereview.adblockplus.org/9884006/diff/1/include/AdblockPlus/JsEngine.h File include/AdblockPlus/JsEngine.h (right): http://codereview.adblockplus.org/9884006/diff/1/include/AdblockPlus/JsEngine.h#newcode18 include/AdblockPlus/JsEngine.h:18: private: Mind adding an empty line before private? I ...
March 15, 2013, 2:18 p.m. (2013-03-15 14:18:15 UTC) #2
Wladimir Palant
March 15, 2013, 3:26 p.m. (2013-03-15 15:26:59 UTC) #3
Wladimir Palant
http://codereview.adblockplus.org/9884006/diff/1/include/AdblockPlus/JsEngine.h File include/AdblockPlus/JsEngine.h (right): http://codereview.adblockplus.org/9884006/diff/1/include/AdblockPlus/JsEngine.h#newcode19 include/AdblockPlus/JsEngine.h:19: std::string toString(const v8::Handle<v8::Value> exception, On 2013/03/15 14:18:15, Felix H. ...
March 15, 2013, 3:27 p.m. (2013-03-15 15:27:26 UTC) #4
Felix Dahlke
On 2013/03/15 15:27:26, Wladimir Palant wrote: > http://codereview.adblockplus.org/9884006/diff/1/include/AdblockPlus/JsEngine.h > File include/AdblockPlus/JsEngine.h (right): > > http://codereview.adblockplus.org/9884006/diff/1/include/AdblockPlus/JsEngine.h#newcode19 ...
March 15, 2013, 3:29 p.m. (2013-03-15 15:29:54 UTC) #5
Wladimir Palant
March 15, 2013, 3:38 p.m. (2013-03-15 15:38:39 UTC) #6
Felix Dahlke
March 15, 2013, 3:41 p.m. (2013-03-15 15:41:43 UTC) #7
Even more LGTM :)

Powered by Google App Engine
This is Rietveld