[webkit-reviews] review requested: [Bug 51334] Web Inspector: Protocol cleanup task. Introduce Network, DOMStorage and Database domains. : [Attachment 77132] [patch] third iteration

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 21 10:41:46 PST 2010


Ilya Tikhonovsky <loislo at chromium.org> has asked  for review:
Bug 51334: Web Inspector: Protocol cleanup task. Introduce Network, DOMStorage
and Database domains.
https://bugs.webkit.org/show_bug.cgi?id=51334

Attachment 77132: [patch] third iteration
https://bugs.webkit.org/attachment.cgi?id=77132&action=review

------- Additional Comments from Ilya Tikhonovsky <loislo at chromium.org>
Looks like old ResourceManager has two parts. 
The first one is NetworkManager which is the handler for Network domain
messages.
The second is ResourceTreeModel which keeps control over resources.

As result console messages related functions were moved from NetworkManager to
ResourceTreeModel.
resourceForURL method and _resourcesByURL map were moved to ResourceTreeModel
too.
cachedResources related methods also moved to ResourceTreeModel.


More information about the webkit-reviews mailing list