Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

browser(webkit): replace wpe pasteboard with a hashmap #15506

Merged
merged 1 commit into from
Jul 8, 2022

Conversation

yury-s
Copy link
Member

@yury-s yury-s commented Jul 8, 2022

wpe_pasteboard_get_singleton which is currently used in WebKit WPE returns a noop implementation. This was changed in libvpe by WebPlatformForEmbedded/libwpe@936e64c prior to which WPE would use generic_pasteboard_interface which is essentially a hash map string -> string. This PR modifies WPE's PlatformPasteboard to work as a hash map until wpe_pasteboard_get_singleton is changed to return a meaningful implementation (see open upstream PR).

Refs: #8114
Pretty-diff: yury-s/WebKit@a04129b

@yury-s yury-s merged commit 4b4f23f into microsoft:main Jul 8, 2022
@yury-s yury-s deleted the wk-wpe-pasteboard branch July 8, 2022 22:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants