Bug 270906
Summary: | [WPE] WPE Platform: make width, height, scale and state read only properties of WPEView | ||
---|---|---|---|
Product: | WebKit | Reporter: | Carlos Garcia Campos <cgarcia> |
Component: | WPE WebKit | Assignee: | Carlos Garcia Campos <cgarcia> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | bugs-noreply |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 265636 |
Carlos Garcia Campos
The API to get and set those properties is a bit confusing and apps are users are confused thinking they can call wpe_view_resize from the app to resize the view, for example. Those properties should only be changed by WPEView derived classes in platform implementations.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Carlos Garcia Campos
Pull request: https://github.com/WebKit/WebKit/pull/25813
EWS
Committed 276070@main (2f03251130ef): <https://commits.webkit.org/276070@main>
Reviewed commits have been landed. Closing PR #25813 and removing active labels.