Bug 47721 - Web Inspector: extract arguments validation into helper methods inside InspectorBackendDispatcher.
Summary: Web Inspector: extract arguments validation into helper methods inside Inspec...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Ilya Tikhonovsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-15 06:56 PDT by Pavel Feldman
Modified: 2011-02-08 10:54 PST (History)
10 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Feldman 2010-10-15 06:56:26 PDT
Our dispatcher is 3.5K lines - it affects the binary size for no good reason. We should extract methods there, use standard string formatting instead of generated custom strings and such.
Comment 1 Pavel Feldman 2011-02-08 10:54:02 PST
This has been done