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

Side by Side Diff: CHANGELOG.md

Issue 1218903003: Add tests for stack chains in the browser. (Closed) Base URL: git@github.com:dart-lang/stack_trace@master
Patch Set: Created 5 years, 5 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/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.3.4
2
3 * No longer say that stack chains aren't supported on dart2js now that
4 [sdk#15171][] is fixed. Note that this fix only applies to Dart 1.12.
5
6 [sdk#15171]: https://github.com/dart-lang/sdk/issues/15171
7
1 ## 1.3.3 8 ## 1.3.3
2 9
3 * When a `null` stack trace is passed to a completer or stream controller in 10 * When a `null` stack trace is passed to a completer or stream controller in
4 nested `Chain.capture()` blocks, substitute the inner block's chain rather 11 nested `Chain.capture()` blocks, substitute the inner block's chain rather
5 than the outer block's. 12 than the outer block's.
6 13
7 * Add support for empty chains and chains of empty traces to `Chain.parse()`. 14 * Add support for empty chains and chains of empty traces to `Chain.parse()`.
8 15
9 * Don't crash when parsing stack traces from Dart VM stack overflows. 16 * Don't crash when parsing stack traces from Dart VM stack overflows.
10 17
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 115
109 * If an error is thrown in `Chain.capture`'s `onError` handler, that error is 116 * If an error is thrown in `Chain.capture`'s `onError` handler, that error is
110 handled by the parent zone. This matches the behavior of `runZoned` in 117 handled by the parent zone. This matches the behavior of `runZoned` in
111 `dart:async`. 118 `dart:async`.
112 119
113 ## 0.9.3 120 ## 0.9.3
114 121
115 * Add a `Chain.foldFrames` method that parallels `Trace.foldFrames`. 122 * Add a `Chain.foldFrames` method that parallels `Trace.foldFrames`.
116 123
117 * Record anonymous method frames in IE10 as "<fn>". 124 * Record anonymous method frames in IE10 as "<fn>".
OLDNEW
« no previous file with comments | « no previous file | lib/src/chain.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698