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

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

Issue 1521693002: Roll Observatory deps (charted -> ^0.3.0) (Closed) Base URL: https://chromium.googlesource.com/external/github.com/dart-lang/observatory_pub_packages.git@master
Patch Set: Created 5 years 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 | « packages/smoke/test/static_test.dart ('k') | packages/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.5.0
2
3 * `new Chain.parse()` now parses all the stack trace formats supported by `new
4 Trace.parse()`. Formats other than that emitted by `Chain.toString()` will
5 produce single-element chains.
6
7 * `new Trace.parse()` now parses the output of `Chain.toString()`. It produces
8 the same result as `Chain.parse().toTrace()`.
9
1 ## 1.4.2 10 ## 1.4.2
2 11
3 * Improve the display of `data:` URIs in stack traces. 12 * Improve the display of `data:` URIs in stack traces.
4 13
5 ## 1.4.1 14 ## 1.4.1
6 15
7 * Fix a crashing bug in `UnparsedFrame.toString()`. 16 * Fix a crashing bug in `UnparsedFrame.toString()`.
8 17
9 ## 1.4.0 18 ## 1.4.0
10 19
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 145
137 * If an error is thrown in `Chain.capture`'s `onError` handler, that error is 146 * If an error is thrown in `Chain.capture`'s `onError` handler, that error is
138 handled by the parent zone. This matches the behavior of `runZoned` in 147 handled by the parent zone. This matches the behavior of `runZoned` in
139 `dart:async`. 148 `dart:async`.
140 149
141 ## 0.9.3 150 ## 0.9.3
142 151
143 * Add a `Chain.foldFrames` method that parallels `Trace.foldFrames`. 152 * Add a `Chain.foldFrames` method that parallels `Trace.foldFrames`.
144 153
145 * Record anonymous method frames in IE10 as "<fn>". 154 * Record anonymous method frames in IE10 as "<fn>".
OLDNEW
« no previous file with comments | « packages/smoke/test/static_test.dart ('k') | packages/stack_trace/lib/src/chain.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698