Jani Hautakangas

Results 5 issues of Jani Hautakangas

#### 17be249cbeac72a18032a65c0487c0ae8c914fa7 [WebDriver][WPE][GTK] Enable WebDriver remote browser session Reuse existing implementation from Playstation to enable remote automation sessions for WPE and GTK ---------------------------------------------------------------------- #### 8482452b124d12a6a871f70dca89b43757f3e34c [WebDriver][WPE][GTK] Enable WebDriver remote browser...

#### 771f97a50ac47d302a9534714c0551dcd74737a0 [WPE] WPE Platform: Add input method context support for Wayland https://bugs.webkit.org/show_bug.cgi?id=265649 Reviewed by NOBODY (OOPS!). Add WPE Platfrom default input method context support for wayland text input v1...

merging-blocked

#### 46481465fc73fd9734c571ccbc255756e24ce180 [WPE] Rename WPEMonitor to WPEScreen https://bugs.webkit.org/show_bug.cgi?id=281751 Reviewed by NOBODY (OOPS!). The current naming of "WPEMonitor" in the WPE Platform doesn’t fit well across all device form factors. "WPEMonitor"...

WPE WebKit

#### b0dfbb1afaaa67289faa6484713a158b9700a91c [TextureMapper] Preserve-3d layers don't get flattened correctly https://bugs.webkit.org/show_bug.cgi?id=281079 Reviewed by NOBODY (OOPS!). The TextureMapper incorrectly flattens layers to wrong 2D plane in the 3D rendering context. Instead of...

merging-blocked
WPE WebKit

The introduction of ENABLE_CI_BASELINE_CPU made -march=native the default for non-CI builds. This breaks cross-compilation with Clang, where native CPU detection is explicitly unsupported when a target triple is set. Guard...