Open
Description
I'm wondering if there is a procedure for adding new APIs to libWPE.
Currently in WebKit there are a couple instances where I would potentially want to extend WPE's functionality for our PlayStation implementation and I think some things might be general enough to be of use for libWPE in general.
Currently this is what I was thinking for WebCore related functionality.
- PlatformScreen just has some magic numbers for the screen's attributes.
- For our User Agent we have stuff about the system software version and other things. Feels like there might be a use for getting some system information.
Can open separate issues for each but wanted to see how something like this might work. Thanks!