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

Side by Side Diff: pkg/stack_trace/CHANGELOG.md

Issue 344953002: Properly handle synchronous errors in Chain.capture. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: code review Created 6 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | pkg/stack_trace/lib/src/chain.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.0.1
2
3 * Synchronous errors in the [Chain.capture] callback are now handled correctly.
4
1 ## 1.0.0 5 ## 1.0.0
2 6
3 * No API changes, just declared stable. 7 * No API changes, just declared stable.
4 8
5 ## 0.9.3+2 9 ## 0.9.3+2
6 10
7 * Update the dependency on path. 11 * Update the dependency on path.
8 12
9 * Improve the formatting of library URIs in stack traces. 13 * Improve the formatting of library URIs in stack traces.
10 14
11 ## 0.9.3+1 15 ## 0.9.3+1
12 16
13 * If an error is thrown in `Chain.capture`'s `onError` handler, that error is 17 * If an error is thrown in `Chain.capture`'s `onError` handler, that error is
14 handled by the parent zone. This matches the behavior of `runZoned` in 18 handled by the parent zone. This matches the behavior of `runZoned` in
15 `dart:async`. 19 `dart:async`.
16 20
17 ## 0.9.3 21 ## 0.9.3
18 22
19 * Add a `Chain.foldFrames` method that parallels `Trace.foldFrames`. 23 * Add a `Chain.foldFrames` method that parallels `Trace.foldFrames`.
20 24
21 * Record anonymous method frames in IE10 as "<fn>". 25 * Record anonymous method frames in IE10 as "<fn>".
OLDNEW
« no previous file with comments | « no previous file | pkg/stack_trace/lib/src/chain.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698