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

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

Issue 298873011: Use path.prettyUri in stack_trace. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 7 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 ## 0.9.3+2
2
3 * Update the dependency on path.
4
5 * Improve the formatting of library URIs in stack traces.
6
1 ## 0.9.3+1 7 ## 0.9.3+1
2 8
3 * If an error is thrown in `Chain.capture`'s `onError` handler, that error is 9 * If an error is thrown in `Chain.capture`'s `onError` handler, that error is
4 handled by the parent zone. This matches the behavior of `runZoned` in 10 handled by the parent zone. This matches the behavior of `runZoned` in
5 `dart:async`. 11 `dart:async`.
6 12
7 ## 0.9.3 13 ## 0.9.3
8 14
9 * Add a `Chain.foldFrames` method that parallels `Trace.foldFrames`. 15 * Add a `Chain.foldFrames` method that parallels `Trace.foldFrames`.
10 16
11 * Record anonymous method frames in IE10 as "<fn>". 17 * 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