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

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

Issue 603623005: Widen the stack_trace SDK constraint. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 2 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/pubspec.yaml » ('j') | pkg/stack_trace/pubspec.yaml » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## 1.1.1
2
3 * Widen the SDK constraint to include 1.7.0-dev.4.0.
4
1 ## 1.1.0 5 ## 1.1.0
2 6
3 * Unify the parsing of Safari and Firefox stack traces. This fixes an error in 7 * Unify the parsing of Safari and Firefox stack traces. This fixes an error in
4 Firefox trace parsing. 8 Firefox trace parsing.
5 9
6 * Deprecate `Trace.parseSafari6_0`, `Trace.parseSafari6_1`, 10 * Deprecate `Trace.parseSafari6_0`, `Trace.parseSafari6_1`,
7 `Frame.parseSafari6_0`, and `Frame.parseSafari6_1`. 11 `Frame.parseSafari6_0`, and `Frame.parseSafari6_1`.
8 12
9 * Add `Frame.parseSafari`. 13 * Add `Frame.parseSafari`.
10 14
(...skipping 26 matching lines...) Expand all
37 41
38 * If an error is thrown in `Chain.capture`'s `onError` handler, that error is 42 * If an error is thrown in `Chain.capture`'s `onError` handler, that error is
39 handled by the parent zone. This matches the behavior of `runZoned` in 43 handled by the parent zone. This matches the behavior of `runZoned` in
40 `dart:async`. 44 `dart:async`.
41 45
42 ## 0.9.3 46 ## 0.9.3
43 47
44 * Add a `Chain.foldFrames` method that parallels `Trace.foldFrames`. 48 * Add a `Chain.foldFrames` method that parallels `Trace.foldFrames`.
45 49
46 * Record anonymous method frames in IE10 as "<fn>". 50 * Record anonymous method frames in IE10 as "<fn>".
OLDNEW
« no previous file with comments | « no previous file | pkg/stack_trace/pubspec.yaml » ('j') | pkg/stack_trace/pubspec.yaml » ('J')

Powered by Google App Engine
This is Rietveld 408576698