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

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

Issue 353073004: Stop working around issue 17083 in stack_trace. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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/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.0.2
2
3 * Remove a workaround for [issue 17083][].
4
5 [issue 17083]: http://code.google.com/p/dart/issues/detail?id=17083
6
1 ## 1.0.1 7 ## 1.0.1
2 8
3 * Synchronous errors in the [Chain.capture] callback are now handled correctly. 9 * Synchronous errors in the [Chain.capture] callback are now handled correctly.
4 10
5 ## 1.0.0 11 ## 1.0.0
6 12
7 * No API changes, just declared stable. 13 * No API changes, just declared stable.
8 14
9 ## 0.9.3+2 15 ## 0.9.3+2
10 16
11 * Update the dependency on path. 17 * Update the dependency on path.
12 18
13 * Improve the formatting of library URIs in stack traces. 19 * Improve the formatting of library URIs in stack traces.
14 20
15 ## 0.9.3+1 21 ## 0.9.3+1
16 22
17 * If an error is thrown in `Chain.capture`'s `onError` handler, that error is 23 * If an error is thrown in `Chain.capture`'s `onError` handler, that error is
18 handled by the parent zone. This matches the behavior of `runZoned` in 24 handled by the parent zone. This matches the behavior of `runZoned` in
19 `dart:async`. 25 `dart:async`.
20 26
21 ## 0.9.3 27 ## 0.9.3
22 28
23 * Add a `Chain.foldFrames` method that parallels `Trace.foldFrames`. 29 * Add a `Chain.foldFrames` method that parallels `Trace.foldFrames`.
24 30
25 * Record anonymous method frames in IE10 as "<fn>". 31 * Record anonymous method frames in IE10 as "<fn>".
OLDNEW
« no previous file with comments | « no previous file | pkg/stack_trace/lib/src/frame.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698