RESOLVED FIXED 67850
Web Inspector: implement reverse mapping for compiler source maps.
https://bugs.webkit.org/show_bug.cgi?id=67850
Summary Web Inspector: implement reverse mapping for compiler source maps.
Pavel Podivilov
Reported 2011-09-09 09:18:11 PDT
Web Inspector: implement reverse mapping for compiler source maps.
Attachments
Patch (8.89 KB, patch)
2011-09-09 09:19 PDT, Pavel Podivilov
no flags
Patch (9.02 KB, patch)
2011-09-19 05:03 PDT, Pavel Podivilov
pfeldman: review+
Pavel Podivilov
Comment 1 2011-09-09 09:19:40 PDT
Pavel Feldman
Comment 2 2011-09-19 00:40:36 PDT
Comment on attachment 106878 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=106878&action=review > LayoutTests/ChangeLog:3 > + Web Inspector: implement reverse mapping for compiler source maps. What is reverse mapping and why is it needed?
Pavel Podivilov
Comment 3 2011-09-19 03:36:26 PDT
(In reply to comment #2) > (From update of attachment 106878 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=106878&action=review > > > LayoutTests/ChangeLog:3 > > + Web Inspector: implement reverse mapping for compiler source maps. > > What is reverse mapping and why is it needed? Reverse mapping is a mapping from source code to compiled code. It is needed to set breakpoints.
Pavel Podivilov
Comment 4 2011-09-19 05:03:42 PDT
Pavel Podivilov
Comment 5 2011-09-19 05:04:03 PDT
Updated change log.
Pavel Podivilov
Comment 6 2011-09-20 03:22:33 PDT
Note You need to log in before you can comment on or make changes to this bug.