[Webkit-unassigned] [Bug 26253] New: Still update main resource meta-data if resource tracking is disabled

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 8 05:27:04 PDT 2009


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

           Summary: Still update main resource meta-data if resource
                    tracking is disabled
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: yurys at chromium.org
                CC: pfeldman at chromium.org


Try to enable debugger for an HTML page with some inline js with resource
tracking disabled. The page URL is in the file list in Scripts panel but the
page's source is not available.

The problem is that InspectorController does not track main resource's
MIME-type when resource tracking is disabled. In that case inspector front-end
will fail to show main resource in Scripts panel as it doesn't know its
MIME-type.

Although resource tracking should explicitly be enabled to get Resources panel
running the main resource is always tracked and it's metadata including
MIME-type should always be updated no matter resource tracking enabled or not.


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



More information about the webkit-unassigned mailing list