[Webkit-unassigned] [Bug 121270] New: Web Inspector: InspectorOverlayPage_html should have minified css and js

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 12 18:22:22 PDT 2013


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

           Summary: Web Inspector: InspectorOverlayPage_html should have
                    minified css and js
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: joepeck at webkit.org
                CC: timothy at apple.com, joepeck at webkit.org,
                    rniwa at webkit.org, webkit-bug-importer at group.apple.com,
                    graouts at apple.com


As rniwa discovered in bug 121183 these serialized files can be rather large if not compressed before being packed into the WebCore binary. We should minify the css / js in this simple HTML file.

    shell> symbols Release/WebCore.framework/WebCore | sed -E 's/^ *0x[0-9a-f]+ *\(( *)0x([^)]+)\)/\1\2/' | sort -r | head -n 30
    ...
    4880 InspectorOverlayPage_html [NameNList, MangledNameNList, NList] 
    …

This is 18.3kb. Minifying the JS and CSS we can do better.

-- 
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