[Webkit-unassigned] [Bug 24529] Add support in Web Inspector for examining/changing data for HTML5 offline-Web-applications (application cache)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 26 14:55:42 PDT 2010


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





--- Comment #29 from Pavel Feldman <pfeldman at chromium.org>  2010-04-26 14:55:41 PST ---
- InspectorController's life time matches the Page (it is created in the
constructor and is destroyed in the destructor I guess)
- Agents are case-by-case. InspectorDOMAgent (and this new AppCache one as
well) have life time matching the front-end existence.

I don't think we need an entity that knows about multiple inspector controllers
at this moment. I think we should start with the user scenarios / mocks
instead. It is too easy to introduce a confusion via mixing the per-page and
per-browser contents.

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