[Webkit-unassigned] [Bug 40969] New: Web Inspector: Prettyprint the contents of the scripts tab in case it is minified.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 21 22:54:25 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=40969

           Summary: Web Inspector: Prettyprint the contents of the scripts
                    tab in case it is minified.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: pfeldman at chromium.org
                CC: timothy at apple.com, rik at webkit.org, keishi at webkit.org,
                    pmuellr at yahoo.com, joepeck at webkit.org,
                    pfeldman at chromium.org, yurys at chromium.org,
                    bweinstein at apple.com


I think we should start with no heuristics, toggling pretty print using status bar button or context menu.
We probably should start with the naive approach of pretty-printing on the front-end side + storing line / column mapping for breakpoints.

For breakpoints to work, this would require setting them by line:column or offset. There is such a capability in V8, but it is not there (at least not exposed yet) in JSC. Timothy, Joe, how hard is it for you to add that?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list