[webkit-dev] Clipboard class plans

Darin Adler darin at apple.com
Wed May 15 10:32:35 PDT 2013


On Feb 6, 2013, at 9:13 AM, Darin Adler <darin at apple.com> wrote:

> The major step is to refactor so that Pasteboard is the platform abstraction and Clipboard is a pure DOM class built on top of Pasteboard. To do a good job on that I will probably need help from people willing to tackle platforms other than Mac. I’ve started by doing the refactoring on Mac and putting an #ifdef in place for scaffolding.

This is mostly done for Mac now. See <https://bugs.webkit.org/show_bug.cgi?id=115980> for details.

So the basic pattern is in place and we just have to fill in the details for other platforms.

For the other platforms I might make an initial pass, but I will need a platform expert to help get it to 100%. The platforms are Blackberry, EFL, GTK, Qt, and Win (and iOS, but we’ll have to handle that differently since it’s not fully upstreamed at this time).

-- Darin


More information about the webkit-dev mailing list