[Webkit-unassigned] [Bug 48684] Should make use of purge priorities for different resource types

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Oct 30 07:21:16 PDT 2010


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


Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |darin at apple.com




--- Comment #3 from Darin Adler <darin at apple.com>  2010-10-30 07:21:15 PST ---
(In reply to comment #2)
> In order to use PurgeableBuffer::PurgePriority in CachedResource.h, I had to make the PurgeableBuffer.h private (otherwise WebKit fails to compile). I considered moving the PurgePriority enum to CachedResource but thought that it was more appropriate to leave it in PurgeableBuffer.

I think that the purge priority enum should move to its own header. We don’t want everyone who includes CachedResource.h to have to include all of PurgeableBuffer.h just because of a single enum that’s needed.

If you did that, the new header would be private and PurgeableBuffer.h would remain project.

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