[Webkit-unassigned] [Bug 24001] [GTK] Cache control APIs

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Mar 7 18:44:54 PST 2009


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


bobbypowers at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #28394|                            |review?
               Flag|                            |




------- Comment #4 from bobbypowers at gmail.com  2009-03-07 18:44 PDT -------
Created an attachment (id=28394)
 --> (https://bugs.webkit.org/attachment.cgi?id=28394&action=view)
Implement 3 cache models for gtk target

this adds a dependency to libgtop.  I couldn't find another way to find total
system memory in a platform-agnostic way.  libgtop releases seem synced to
GNOME, but its only linked against glib (doesn't pull in GNOME dependencies). 
If this is really a problem, I suppose I could go through and pull out the
platform dependent ways for mac, windows, {free|open}bsd, linux and create an
internal webkit function to find the total memory, but it seems like a big
hassle.

The cache model implementation is almost line for line the same as the Mac
implementation, except on the mac they also manipulate NSURLCache.  The GTK
equivalent would be libsoup, but I'm told libsoup doesn't do any caching yet.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list