NEW 35061
Implement feature define for PageCache
https://bugs.webkit.org/show_bug.cgi?id=35061
Summary Implement feature define for PageCache
Eric Seidel (no email)
Reported 2010-02-17 15:39:55 PST
Numerous ports hack their way around the PageCache (instead of using a nice define) We should come up with some better solution than ports returning FLT_MAX; Perhaps a new USE() #define which turns on this "immediate release" behavior that ports seem to desire. Current ports using FLT_MAX for this function: gtk/TemporaryLinkStubs.cpp qt/TemporaryLinkStubs.cpp win/SystemTimeWin.cpp wince/SystemTimeWince.cpp wx/SystemTimeWx.cpp Basically every port except for the Apple Mac and Apple Windows ports. This seems broken. I'm not even sure what ports disabling the page cache in this way are doing. As in, what positive or negative effects they're having on their port is.
Attachments
Note You need to log in before you can comment on or make changes to this bug.