WebKit
WebKit copied to clipboard
[WPE] Create the WebPageProxy after initializing activity state flags
5c3ee221f66c8d514ff779a93def19cb4186603d
[WPE] Create the WebPageProxy after initializing activity state flags https://bugs.webkit.org/show_bug.cgi?id=276062 Reviewed by NOBODY (OOPS!). WebPageProxy queries the page client in the constructor to initialize the activity flags. If we initialize the WKWPE::View flags before creating the page we save an IPC message. * Source/WebKit/UIProcess/API/wpe/WPEWebView.cpp: (WKWPE::View::View): (WKWPE::View::createWebPage): * Source/WebKit/UIProcess/API/wpe/WPEWebView.h: * Source/WebKit/UIProcess/API/wpe/WPEWebViewLegacy.cpp: (WKWPE::ViewLegacy::ViewLegacy): * Source/WebKit/UIProcess/API/wpe/WPEWebViewPlatform.cpp: (WKWPE::ViewPlatform::ViewPlatform): * Source/WebKit/UIProcess/wpe/WebPreferencesWPE.cpp: (WebKit::WebPreferences::platformInitializeStore):
https://github.com/WebKit/WebKit/commit/5c3ee221f66c8d514ff779a93def19cb4186603d
EWS run on current version of this PR (hash https://github.com/WebKit/WebKit/commit/5c3ee221f66c8d514ff779a93def19cb4186603d)
Committed 280567@main (6461ef8e6cca): https://commits.webkit.org/280567@main
Reviewed commits have been landed. Closing PR #30332 and removing active labels.