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

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: Fix behavior so frames that do not match the source map are still be emitted if the new `includeUnm… 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') | lib/source_map_stack_trace.dart » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## 1.1.3+1
nweiz 2016/12/08 23:34:31 Build numbers ("+x") are only used for packages wi
Jacob 2016/12/09 02:18:28 Done.
2
3 * Fix behavior so frames that do not match the source map can still be emitted
4 by adding `includeUnmappedFrames` named parameter enabling showing unmapped
5 frames in a backwards compatible manner.
nweiz 2016/12/08 23:34:31 This is a bit of a run-on sentence. Maybe: "Add a
Jacob 2016/12/09 02:18:28 Done.
6
7 * Pass stack frame uris to source map `Mapping` fixing bug where source
8 map lookups occurred using the wrong file.
nweiz 2016/12/08 23:34:31 Changelog entries should just describe the user-vi
Jacob 2016/12/09 02:18:28 just removed. not worth mentioning.
9
1 ## 1.1.3 10 ## 1.1.3
2 11
3 * Add a missing dependency on `path`. 12 * Add a missing dependency on `path`.
4 13
5 ## 1.1.2 14 ## 1.1.2
6 15
7 * Fix a typo in the previous fix. 16 * Fix a typo in the previous fix.
8 17
9 ## 1.1.1 18 ## 1.1.1
10 19
(...skipping 26 matching lines...) Expand all
37 46
38 * Fix an off-by-one bug that was causing line numbers to be slightly off. 47 * Fix an off-by-one bug that was causing line numbers to be slightly off.
39 48
40 ## 1.0.1 49 ## 1.0.1
41 50
42 * Don't crash when mapping stack chains. 51 * Don't crash when mapping stack chains.
43 52
44 ## 1.0.0 53 ## 1.0.0
45 54
46 * Initial release. 55 * Initial release.
OLDNEW
« no previous file with comments | « no previous file | lib/source_map_stack_trace.dart » ('j') | lib/source_map_stack_trace.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698