[Webkit-unassigned] [Bug 61363] Web Inspector: [META] extract WebInspector.NetworkRequest (NetworkPanel item) from WebInspector.Resource (ResourcesPanel item).

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 12 13:02:58 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=61363





--- Comment #2 from Pavel Feldman <pfeldman at chromium.org>  2012-04-12 13:02:58 PST ---
Few words on the motivation for this change:

Today we are using the same class "WebInspector.Resource" both as a workspace resource and a network resource.

Splitting it into two entities would allow us to better structure the front-end code:
Network panel, Audits, Extensions would operate WebInspector.NetworkRequest. It will be based on the "network" protocol domain and will be self-contained and separable.

WebInspector.Resource would become a model element (document) for the Resources Panel and potentially more workspace-centric perspectives. Present Resource is handling both: workspace and the network purposes which makes its interface overloaded with random functions.

-- 
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