Bug 74181

Summary: Web Inspector: add "install source map" to JS source frame context menu.
Product: WebKit Reporter: Pavel Podivilov <podivilov>
Component: Web Inspector (Deprecated)Assignee: Pavel Podivilov <podivilov>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch
none
Patch pfeldman: review+

Description Pavel Podivilov 2011-12-09 07:00:38 PST
Web Inspector: add "install source map" to JS source frame context menu.
Comment 1 Pavel Podivilov 2011-12-09 07:02:18 PST
Created attachment 118572 [details]
Patch
Comment 2 Pavel Feldman 2011-12-09 07:07:07 PST
Comment on attachment 118572 [details]
Patch

Is there a screenshot for this UI change?
Comment 3 Pavel Podivilov 2011-12-09 07:31:25 PST
(In reply to comment #2)
> (From update of attachment 118572 [details])
> Is there a screenshot for this UI change?

Currently, it's just a context menu item that appears when source map is auto detected. Do you think screenshot could be useful?
Comment 4 Pavel Feldman 2011-12-09 08:16:28 PST
Comment on attachment 118572 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=118572&action=review

> Source/WebCore/inspector/front-end/JavaScriptSourceFrame.js:160
> +            var installSourceMapLabel = WebInspector.UIString(WebInspector.useLowerCaseMenuTitles() ? "Install source map" : "Install Source Map");

Please add it to the localized strings list.
Comment 5 Pavel Feldman 2011-12-09 08:16:52 PST
> Currently, it's just a context menu item that appears when source map is auto detected. Do you think screenshot could be useful?

It would be nice to see this kind of information in the ChangeLog.
Comment 6 Pavel Podivilov 2011-12-12 03:42:16 PST
Created attachment 118769 [details]
Patch
Comment 7 Pavel Podivilov 2011-12-22 08:46:26 PST
Committed r103541: <http://trac.webkit.org/changeset/103541>