[Webkit-unassigned] [Bug 45286] New: Web Inspector: use string representation of resource type in extension API
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Sep 7 02:46:09 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=45286
Summary: Web Inspector: use string representation of resource
type in extension API
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: caseq at chromium.org
CC: pfeldman at chromium.org, yurys at chromium.org,
yutak at chromium.org, loislo at chromium.org
Extension API currently exposes resource types as numeric constants defined in WebCore::InspectorResource::Type. This is not safe, as types may be added in the middle of the list. We need to use string-based representation for resource types when exposing them in the extension API (e.g. "document", "font" etc).
--
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