Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(28)

Issue 69820043: Properly render FF 30 Nightly stack traces. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years ago by MarkM
Modified:
12 years ago
Reviewers:
Mark S. Miller, kpreid2
CC:
google-caja-discuss_googlegroups.com
Base URL:
http://google-caja.googlecode.com/svn/trunk/
Visibility:
Public.

Description

FF 30 Nightly stack traces are more informative for nested evaluation. But the extra info does not correspond well to the patterns we look for. Extend the lineColPattern into a prioritized sequence of patterns, in the same way that framePatterns is a prioritized sequence. Add a lineColPattern specialized for the FF30 Nightly nested eval pattern.

Patch Set 1 #

Total comments: 2

Patch Set 2 : Properly render FF 30 Nightly stack traces. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+32 lines, -11 lines) Patch
M src/com/google/caja/ses/debug.js View 1 2 chunks +30 lines, -9 lines 0 comments Download
M src/com/google/caja/ses/startSES.js View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 5
MarkM
12 years ago (2014-02-28 02:09:50 UTC) #1
Mark S. Miller
The difference between the attached screenshots illustrates the issue. On Thu, Feb 27, 2014 at ...
12 years ago (2014-02-28 02:14:01 UTC) #2
kpreid2
LGTM https://codereview.appspot.com/69820043/diff/1/src/com/google/caja/ses/debug.js File src/com/google/caja/ses/debug.js (right): https://codereview.appspot.com/69820043/diff/1/src/com/google/caja/ses/debug.js#newcode235 src/com/google/caja/ses/debug.js:235: if (sub[2]) { Perhaps a comment like " ...
12 years ago (2014-02-28 03:30:34 UTC) #3
MarkM
FF 30 Nightly stack traces are more informative for nested evaluation. But the extra info ...
12 years ago (2014-02-28 03:48:32 UTC) #4
MarkM
12 years ago (2014-02-28 03:49:38 UTC) #5
https://codereview.appspot.com/69820043/diff/1/src/com/google/caja/ses/debug.js
File src/com/google/caja/ses/debug.js (right):

https://codereview.appspot.com/69820043/diff/1/src/com/google/caja/ses/debug....
src/com/google/caja/ses/debug.js:235: if (sub[2]) {
On 2014/02/28 03:30:34, kpreid2 wrote:
> Perhaps a comment like "  // line number" here and on the next line, just for
> skimmability.

Done. (approximately)
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b