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

Side by Side Diff: CHANGELOG.md

Issue 2555223004: Fix behavior causing frames lacking a source map to always be omitted. Add `includeUnmappedFrames` … (Closed)
Patch Set: Add second dart file to test. Created 4 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 unified diff | Download patch
« no previous file with comments | « no previous file | lib/source_map_stack_trace.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.1.4
2
3 * Support source maps that depend on the uri of the location to resolve spans
4 correctly.
5
1 ## 1.1.3 6 ## 1.1.3
2 7
3 * Add a missing dependency on `path`. 8 * Add a missing dependency on `path`.
4 9
5 ## 1.1.2 10 ## 1.1.2
6 11
7 * Fix a typo in the previous fix. 12 * Fix a typo in the previous fix.
8 13
9 ## 1.1.1 14 ## 1.1.1
10 15
(...skipping 26 matching lines...) Expand all
37 42
38 * Fix an off-by-one bug that was causing line numbers to be slightly off. 43 * Fix an off-by-one bug that was causing line numbers to be slightly off.
39 44
40 ## 1.0.1 45 ## 1.0.1
41 46
42 * Don't crash when mapping stack chains. 47 * Don't crash when mapping stack chains.
43 48
44 ## 1.0.0 49 ## 1.0.0
45 50
46 * Initial release. 51 * Initial release.
OLDNEW
« no previous file with comments | « no previous file | lib/source_map_stack_trace.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698