b552f5faee
R=rnystrom@google.com Review URL: https://codereview.chromium.org//603623005 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@40701 260f80e4-7a28-3924-810f-c04153c831b5
1.1 KiB
1.1 KiB
1.1.1
- Widen the SDK constraint to include 1.7.0-dev.4.0.
1.1.0
-
Unify the parsing of Safari and Firefox stack traces. This fixes an error in Firefox trace parsing.
-
Deprecate
Trace.parseSafari6_0,Trace.parseSafari6_1,Frame.parseSafari6_0, andFrame.parseSafari6_1. -
Add
Frame.parseSafari.
1.0.3
- Use
Zone.errorCallbackto attach stack chains to all errors without the need forChain.track, which is now deprecated.
1.0.2
- Remove a workaround for issue 17083.
1.0.1
- Synchronous errors in the [Chain.capture] callback are now handled correctly.
1.0.0
- No API changes, just declared stable.
0.9.3+2
-
Update the dependency on path.
-
Improve the formatting of library URIs in stack traces.
0.9.3+1
- If an error is thrown in
Chain.capture'sonErrorhandler, that error is handled by the parent zone. This matches the behavior ofrunZonedindart:async.
0.9.3
-
Add a
Chain.foldFramesmethod that parallelsTrace.foldFrames. -
Record anonymous method frames in IE10 as "".