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

Side by Side Diff: CHANGELOG.md

Issue 1080083004: Support more types of JavaScriptCore stack frames. (Closed) Base URL: git@github.com:dart-lang/stack_trace@master
Patch Set: 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/trace.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.1
2
3 * Support more types of JavaScriptCore stack frames.
4
1 ## 1.3.0 5 ## 1.3.0
2 6
3 * Support stack traces generated by JavaScriptCore. They can be explicitly 7 * Support stack traces generated by JavaScriptCore. They can be explicitly
4 parsed via `new Trace.parseJSCore` and `new Frame.parseJSCore`. 8 parsed via `new Trace.parseJSCore` and `new Frame.parseJSCore`.
5 9
6 ## 1.2.4 10 ## 1.2.4
7 11
8 * Fix a type annotation in `LazyTrace`. 12 * Fix a type annotation in `LazyTrace`.
9 13
10 ## 1.2.3 14 ## 1.2.3
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 94
91 * If an error is thrown in `Chain.capture`'s `onError` handler, that error is 95 * If an error is thrown in `Chain.capture`'s `onError` handler, that error is
92 handled by the parent zone. This matches the behavior of `runZoned` in 96 handled by the parent zone. This matches the behavior of `runZoned` in
93 `dart:async`. 97 `dart:async`.
94 98
95 ## 0.9.3 99 ## 0.9.3
96 100
97 * Add a `Chain.foldFrames` method that parallels `Trace.foldFrames`. 101 * Add a `Chain.foldFrames` method that parallels `Trace.foldFrames`.
98 102
99 * Record anonymous method frames in IE10 as "<fn>". 103 * Record anonymous method frames in IE10 as "<fn>".
OLDNEW
« no previous file with comments | « no previous file | lib/src/trace.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698