[webkit-changes] [WebKit/WebKit] d72f4b: [WPE] Add --size / --maximized / --fullscreen para...
Nikolas Zimmermann
noreply at github.com
Tue Jul 2 05:06:16 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: d72f4bd734ae263071bcd38db5ded174974a5bd4
https://github.com/WebKit/WebKit/commit/d72f4bd734ae263071bcd38db5ded174974a5bd4
Author: Nikolas Zimmermann <nzimmermann at igalia.com>
Date: 2024-07-02 (Tue, 02 Jul 2024)
Changed paths:
M Tools/MiniBrowser/wpe/main.cpp
Log Message:
-----------
[WPE] Add --size / --maximized / --fullscreen parameters to MiniBrowser
https://bugs.webkit.org/show_bug.cgi?id=276072
Reviewed by Carlos Garcia Campos.
Add --size parameter to MiniBrowser to specify the window width/height
as command line argument. This is necessary for our plans to switch WPE
perf bot testing to use MiniBrowser+new API instead of cog+old API.
Furthermore add --maximized / --fullscreen parameters supported only
within the new WPE platform API, which start MiniBrowser either
maximized or in fullscreen mode.
Doesn't affect any tests.
* Tools/MiniBrowser/wpe/main.cpp:
(parseWindowSize):
(createWebView):
(activate):
(main):
Canonical link: https://commits.webkit.org/280571@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list