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

Side by Side Diff: CHANGELOG.md

Issue 2739643004: Fix friendly frame parsing bugs. (Closed)
Patch Set: Fix friendly frame parsing bugs. Created 3 years, 9 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
« no previous file with comments | « no previous file | 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 ## 1.7.2
2 * Fix bug parsing a friendly frame with spaces in the member name.
3 * Fix bug parsing a friendly frame where the location is a data url.
4
1 ## 1.7.1 5 ## 1.7.1
2 6
3 * Make `Trace.parse()`, `Chain.parse()`, treat the VM's new causal asynchronous 7 * Make `Trace.parse()`, `Chain.parse()`, treat the VM's new causal asynchronous
4 stack traces as chains. Outside of a `Chain.capture()` block, `new 8 stack traces as chains. Outside of a `Chain.capture()` block, `new
5 Chain.current()` will return a stack chain constructed from the asynchronous 9 Chain.current()` will return a stack chain constructed from the asynchronous
6 stack traces. 10 stack traces.
7 11
8 ## 1.7.0 12 ## 1.7.0
9 13
10 * Add a `Chain.disable()` function that disables stack-chain tracking. 14 * Add a `Chain.disable()` function that disables stack-chain tracking.
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 213
210 * If an error is thrown in `Chain.capture`'s `onError` handler, that error is 214 * If an error is thrown in `Chain.capture`'s `onError` handler, that error is
211 handled by the parent zone. This matches the behavior of `runZoned` in 215 handled by the parent zone. This matches the behavior of `runZoned` in
212 `dart:async`. 216 `dart:async`.
213 217
214 ## 0.9.3 218 ## 0.9.3
215 219
216 * Add a `Chain.foldFrames` method that parallels `Trace.foldFrames`. 220 * Add a `Chain.foldFrames` method that parallels `Trace.foldFrames`.
217 221
218 * Record anonymous method frames in IE10 as "<fn>". 222 * Record anonymous method frames in IE10 as "<fn>".
OLDNEW
« no previous file with comments | « no previous file | lib/src/frame.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698