WPEBackend-fdo icon indicating copy to clipboard operation
WPEBackend-fdo copied to clipboard

Results 18 WPEBackend-fdo issues
Sort by recently updated
recently updated
newest added

![issue](https://user-images.githubusercontent.com/376838/117440496-673ad080-af34-11eb-8054-0976e7124f7b.png) **Case of use:** 1. WebView 1 load a Page Domain1/page (surface 1) 2. WebView 1 load a Page Domain2/page (surface 2) (but is filtered by the Content Filters Policy...

While [reviewing a PR](https://github.com/Igalia/WPEBackend-fdo/pull/148#discussion_r611050105) I noticed that the CI is not running for PRs filed from forked repositories.

bug

I would like to point out that identifiers like “[`__initialize_egl_h__`](https://github.com/Igalia/WPEBackend-fdo/blob/0e10c424223dbc663ea6f4f2f299c99cd4e14718/include/wpe/initialize-egl.h#L30 "Update candidate")” and “[`__wpe_fdo_h__`](https://github.com/Igalia/WPEBackend-fdo/blob/0e10c424223dbc663ea6f4f2f299c99cd4e14718/include/wpe/fdo.h#L30 "Another update candidate")” [do not fit](https://www.securecoding.cert.org/confluence/display/cplusplus/DCL51-CPP.+Do+not+declare+or+define+a+reserved+identifier#DCL51-CPP.Donotdeclareordefineareservedidentifier-NoncompliantCodeExample%28HeaderGuard%29 "Do not declare an identifier which is reserved for the...

enhancement
good first issue

Using `wl_display_connect_to_fd()` may fail, and currently errors are being ignored. At least it would be good to have some logging instead of continuing ahead silently.

enhancement
good first issue

Probably we would want to use [GTK-Doc](https://developer.gnome.org/gtk-doc-manual/stable/), which despite the name does not need GTK+ at all. That would allow cross-linking to the WPE WebKit API reference if needed. See...

enhancement
help wanted
good first issue

**Bug description** When using the shm export, mesa will make an error and no buffers are exported. This has happened to me when writing my own code, but can be...

bug

Since commit b51f539 there is a memory leak each time the wl_resource is destroyed. This can be easily reproduced by repeteadly switching full-screen on/off (pressing F11 key) with Cog on...

Update to v4 of the upload-artifact GitHub action. The newer version is faster, and v3 is going to be deprecated next November: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/