[Webkit-unassigned] [Bug 28185] Inspector: Show Hidden Cookie Data

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 11 20:46:23 PDT 2009


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





--- Comment #6 from Joseph Pecoraro <joepeck02 at gmail.com>  2009-08-11 20:46:23 PDT ---
Oh, one final question.  Inside CookieJar.h I include <wtf/Vector.h>.  This
seems to make it unnecessary to include again in each of the platform specific
implementations... but I included them anyways.  I could probably do the same
for Cookie.h  What is the proper way to go about this?

  - Include in just the header
  - Include in both the header and the implementation

Seeing as it compiled for me without declaring in both places I'm guessing this
is a style issue, and I'm guessing certain editors might work better with the
declaration in both files.

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