[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 15:10:04 PDT 2010


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





--- Comment #30 from Michael Nordman <michaeln at google.com>  2010-04-26 15:10:02 PST ---
(In reply to comment #29)
> - 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 see code in InspectorDOMAgent::setDocument that allows it to be used to
inspect multiple documents (in series not in parallel). So I'll assume the
InspectorAppCacheAgent will be used similarly to inspect the state of different
documents over time. And if that's the case... a method to reset it when the
document is switched might be good.

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