[Webkit-unassigned] [Bug 30253] New: Alter profile link format to enable multiple profile types

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 9 07:02:22 PDT 2009


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

           Summary: Alter profile link format to enable multiple profile
                    types
           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: apavlov at chromium.org
                CC: timothy at hatcher.name, pfeldman at chromium.org


Currently, there is a single profile type (CPU profile) and its link URL format
handled by WebInspector.documentClicked is as follows:

webkit-profile://<title>/<uid>

This does not warrant a possibility to introduce other types of profiles (say,
Heap profiles).
The suggested profile link URL format that enables multiple profile types looks
like this:

webkit-profile://<profileType>/<title>#<uid>
where <profileType>, <title>, and <uid> are URL-encoded.

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