Note that ResourceBuffer is virtual and wraps a ShareableResource on WebKit2 side. ShareableResource exists to do memory mapped IPC.
The current factoring is confusing and cleaning this up is definitely a good idea. However it will require a bit more than just changing ResourceBuffers to SharedBuffers. antti On Thu, Oct 23, 2014 at 9:42 AM, Darin Adler <[email protected]> wrote: > Hi folks. > > I’ve noticed that we have an unused abstraction in the loader code. > ResourceBuffer is a cover for a SharedBuffer, with comments and remnants of > an older effort to make it some kind of abstraction. But at the moment it’s > just overhead and no abstraction. > > Does anyone object to my eliminating ResourceBuffer for now and changing > code to use SharedBuffer directly instead? > > — Darin > _______________________________________________ > webkit-dev mailing list > [email protected] > https://lists.webkit.org/mailman/listinfo/webkit-dev >
_______________________________________________ webkit-dev mailing list [email protected] https://lists.webkit.org/mailman/listinfo/webkit-dev

