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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 9 09:39:21 PDT 2010


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





--- Comment #80 from Joseph Pecoraro <joepeck at webkit.org>  2010-07-09 09:39:20 PST ---
(In reply to comment #79)
> (From update of attachment 60992 [details])
> WebCore/inspector/InspectorApplicationCacheAgent.h:87
>  +      void updateApplicationCacheStatus(int status);
> I think the enumerated type here was better.

The enum would be nice. Is there a way to forward declare either a
class's struct or a class's enum? The reason I changed this back to
int was because:

  ApplicationCacheHost includes InspectorApplicationCacheAgent.h for the
  InspectorApplicationCacheAgent:: ResourceInfoList and ApplicationCacheInfo types.

  If InspectorApplicationCacheAgent were to include ApplicationCacheHost.h for the
  ApplicationCacheHost::Status enum type, there would be a circular dependency
  that would cause problems building these files.

I tried some obvious ideas, but they didn't work for me.

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