Bug 73203 - Web Inspector: introduce InspectorBaseAgent.
Summary: Web Inspector: introduce InspectorBaseAgent.
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: Pavel Feldman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-28 04:37 PST by Pavel Feldman
Modified: 2011-11-28 06:42 PST (History)
10 users (show)

See Also:


Attachments
Patch (85.75 KB, patch)
2011-11-28 06:10 PST, Pavel Feldman
yurys: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Feldman 2011-11-28 04:37:36 PST
Now that inspector controller does not depend on concrete inspector agent classes, we case collect agent instances using abstract type.
Comment 1 Pavel Feldman 2011-11-28 06:10:05 PST
Created attachment 116744 [details]
Patch
Comment 2 Yury Semikhatsky 2011-11-28 06:37:30 PST
Comment on attachment 116744 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=116744&action=review

> Source/WebCore/ChangeLog:7
> +        classes, we case collect agent instances using abstract type.

case -> can?
Comment 3 Pavel Feldman 2011-11-28 06:42:07 PST
Committed r101257: <http://trac.webkit.org/changeset/101257>