[Webkit-unassigned] [Bug 130701] New: Web Inspector: reduce per-protocol method function creation in InspectorBackend
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Mar 24 16:23:05 PDT 2014
https://bugs.webkit.org/show_bug.cgi?id=130701
Summary: Web Inspector: reduce per-protocol method function
creation in InspectorBackend
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: bburg at apple.com
CC: timothy at apple.com, joepeck at webkit.org,
webkit-bug-importer at group.apple.com,
graouts at webkit.org
We should be able to create a ProtocolMethod object to store method-specific signature, and stick .promise, .invoke, .supports on the prototype. This will save 3 * (number of protocol commands) function instances on startup.
--
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