[Webkit-unassigned] [Bug 39204] schedule/unscheduleAll API in ResourceHandleMac

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 27 20:13:22 PDT 2010


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





--- Comment #5 from Darin Adler <darin at apple.com>  2010-05-27 20:13:21 PST ---
(In reply to comment #3)
> Would it be ok to pass the Page pointer in parameter of the new methods then? This would work for my use-case as well.

Not really OK. The layering issue is that things in the platform directory can't know about things at a higher level at all. So they can’t even mention Page in their definitions.

We have to think about how to structure this so the higher level loader can set up these resource handles appropriately, but the whole point of the ResourceHandle abstraction is a low level one that does not involve things like Frame and Page.

I don’t immediately know what the right solution is. Maciej Stachoiwak might have some ideas. He’s currently on vacation. Since the platform directory was originally conceived in its current form by Hyatt, he might have ideas too.

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