[Webkit-unassigned] [Bug 24529] WebInspector: HTML5 Offline Web Applications Support (ApplicationCache)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 12 08:49:08 PDT 2010


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





--- Comment #86 from Joseph Pecoraro <joepeck at webkit.org>  2010-07-12 08:49:07 PST ---
(In reply to comment #83)
> That's how I had it originally. Should I move it there and use enum instead of an int?

I'd rather not put all the code in ApplicationCacheHost, just the interface would be nice.
The enum turns into an int eventually, so I think its fine here. Should we do a
static_cast<int> to make it clearer?


(In reply to comment #85)
> Joe, can we land your patch? This bug can be closed then. I will open new WebKit
> API bug for tracking other changes.

What is wrong with your patch?

It looks like you just put up my patch, with ChangeLogs. You are probably missing
something, like the this.installInspectorControllerDelegate_("getApplicationCaches")
in WebKit/chromium/src/js/InspectorControllerImpl.js.

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