[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
Sun Apr 25 12:14:58 PDT 2010


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





--- Comment #25 from Joseph Pecoraro <joepeck at webkit.org>  2010-04-25 12:14:57 PST ---
(In reply to comment #23)
> Why does it say "manifest or domain" in the sidebar item?

That was one of the FIXME's in the code. I think we decided on "domain" like
cookies.

> > +        // FIXME: This string has not yet been decided on, and has not yet been added
> > +        // as a localized string. Should it be the name of the Manifest file? Domain?
> > +        return WebInspector.UIString("manifest or domain");


> Should the sidebar item even be there if the page doesn't use app cache?
> We really need to hide sections/groups in the sidebar that are empty.

This is another FIXME =). I will work on adding it lazily.

> > +        // FIXME: For testing purposes, always add the ApplicationCache.
> > +        this.addApplicationCache();

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