Rough outline of plans to Onion Soup WebClipboard.
1. Move the definition of WebClipboard::Buffer and WebClipboard::Format into mojo, replace everywhere. Remove existing type maps from clipboard.mojom.
2. Move webclipboard_impl into core/exported and inject it via platform/exported/Platform.cpp
3. Fix tests to inject MockWebClipboard into Mojo.
4. (Try) and move logic from Renderer side to Browser side and see it we can delete webclipboard_impl altogether.
5. Add back typemap for ui::Clipboard to automagically marshal the mojo type on browser side.
Comment 1 by slangley@chromium.org
, Oct 30 2017Status: Started (was: Assigned)