Bug 276323
| Summary: | [WPE][WebDriver] MiniBrowser: forward display in use for new automated views | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Lauro Moura <lmoura> |
| Component: | WPE WebKit | Assignee: | Lauro Moura <lmoura> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bugs-noreply |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Lauro Moura
280534@main added support in WPE's MiniBrowser to create new automated views, but the patch did not set the "display" property, in the view constructor, pointing to the WPEDisplay inherited from the first view created in the app. Without it, new views were falling back to the default display (e.g. the wayland one, if not overriden by WPE_DISPLAY).
This was making running the WebDriver tests in headless mode occasionally show a new window for some tests.
Patch incoming.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Lauro Moura
Pull request: https://github.com/WebKit/WebKit/pull/30593
EWS
Committed 280766@main (c14f4ba2a83b): <https://commits.webkit.org/280766@main>
Reviewed commits have been landed. Closing PR #30593 and removing active labels.