[webkit-dev] PageCache and modularization (was Re: The Care and Feeding of WebCore Modules)

Adam Barth abarth at webkit.org
Mon Mar 5 14:17:49 PST 2012


On Fri, Mar 2, 2012 at 3:10 PM, Adam Barth <abarth at webkit.org> wrote:
> I've just started investigating that issue (which is why the patch is
> labeled "work-in-progress").  Is there a reason SQLDatabase is special
> cased in PageCache?  Most features interact with the PageCache via
> ActiveDOMObject::canSuspend().  In that bug, I'm investigating why
> SQLDatabase doesn't just use the same general mechanism as other
> features.

So, it turns out there is a good reason, which I've documented at
https://bugs.webkit.org/show_bug.cgi?id=80193#c4 if you're interested.

Thanks everyone,
Adam


More information about the webkit-dev mailing list