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

Unified Diff: pkg/stack_trace/CHANGELOG.md

Issue 812253002: Delete a bunch of packages that are now on GitHub. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Un-delete http Created 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/source_span/test/utils_test.dart ('k') | pkg/stack_trace/LICENSE » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/stack_trace/CHANGELOG.md
diff --git a/pkg/stack_trace/CHANGELOG.md b/pkg/stack_trace/CHANGELOG.md
deleted file mode 100644
index 2850cfca4a9a60de603cc4dcecba32fe8f561a9a..0000000000000000000000000000000000000000
--- a/pkg/stack_trace/CHANGELOG.md
+++ /dev/null
@@ -1,50 +0,0 @@
-## 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`, and `Frame.parseSafari6_1`.
-
-* Add `Frame.parseSafari`.
-
-## 1.0.3
-
-* Use `Zone.errorCallback` to attach stack chains to all errors without the need
- for `Chain.track`, which is now deprecated.
-
-## 1.0.2
-
-* Remove a workaround for [issue 17083][].
-
-[issue 17083]: http://code.google.com/p/dart/issues/detail?id=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`'s `onError` handler, that error is
- handled by the parent zone. This matches the behavior of `runZoned` in
- `dart:async`.
-
-## 0.9.3
-
-* Add a `Chain.foldFrames` method that parallels `Trace.foldFrames`.
-
-* Record anonymous method frames in IE10 as "<fn>".
« no previous file with comments | « pkg/source_span/test/utils_test.dart ('k') | pkg/stack_trace/LICENSE » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698