Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 Loading... | |
| 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. |
| OLD | NEW |