Bug 39961 - Web Inspector: Implement tab factory for resources
Summary: Web Inspector: Implement tab factory for resources
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-31 10:26 PDT by Alexander Pavlov (apavlov)
Modified: 2011-12-26 23:41 PST (History)
7 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Pavlov (apavlov) 2010-05-31 10:26:08 PDT
Current tab-aware ResourceView and derived classes have too high cohesion with the tab-management code which does not scale well (tab count-wise). A separate tab factory that contributes tabs to a ResourceView seems a better approach.
This request stems from pfeldman's comment for bug 39822.