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

Side by Side Diff: CHANGELOG.md

Issue 1062123003: Support JavaScriptCore stack traces. (Closed) Base URL: git@github.com:dart-lang/stack_trace@master
Patch Set: Code review changes Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | lib/src/frame.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## 1.3.0
2
3 * Support stack traces generated by JavaScriptCore. They can be explicitly
4 parsed via `new Trace.parseJSCore` and `new Frame.parseJSCore`.
5
1 ## 1.2.4 6 ## 1.2.4
2 7
3 * Fix a type annotation in `LazyTrace`. 8 * Fix a type annotation in `LazyTrace`.
4 9
5 ## 1.2.3 10 ## 1.2.3
6 11
7 * Fix a crash in `Chain.parse`. 12 * Fix a crash in `Chain.parse`.
8 13
9 ## 1.2.2 14 ## 1.2.2
10 15
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 90
86 * If an error is thrown in `Chain.capture`'s `onError` handler, that error is 91 * If an error is thrown in `Chain.capture`'s `onError` handler, that error is
87 handled by the parent zone. This matches the behavior of `runZoned` in 92 handled by the parent zone. This matches the behavior of `runZoned` in
88 `dart:async`. 93 `dart:async`.
89 94
90 ## 0.9.3 95 ## 0.9.3
91 96
92 * Add a `Chain.foldFrames` method that parallels `Trace.foldFrames`. 97 * Add a `Chain.foldFrames` method that parallels `Trace.foldFrames`.
93 98
94 * Record anonymous method frames in IE10 as "<fn>". 99 * Record anonymous method frames in IE10 as "<fn>".
OLDNEW
« no previous file with comments | « no previous file | lib/src/frame.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698