[WinCairo][MiniBrowser][WebKit] REGRESSION(r235398): ASSERTION FAILED: !m_client.didReceiveTitleForFrame WinCairo MiniBrowser hits RELEASE_ASSERT failure since r235398. > ASSERTION FAILED: !m_client.didReceiveTitleForFrame > c:\webkit\gb\source\webkit\uiprocess\api\c\wkpage.cpp(1050) : WKPageSetPageLoaderClient::LoaderClient::LoaderClient
Created attachment 349016 [details] WIP patch Umm, there is no WK2 C API to call back the title. Cocoa and glib WK2 API exist.
Looks good if it works for you. It might be worth adding a PageLoadState::Observer eventually.
Created attachment 349113 [details] Patch
Comment on attachment 349113 [details] Patch Clearing flags on attachment: 349113 Committed r235824: <https://trac.webkit.org/changeset/235824>
All reviewed patches have been landed. Closing bug.
<rdar://problem/44246092>
(In reply to Alex Christensen from comment #2) > Looks good if it works for you. It might be worth adding a > PageLoadState::Observer eventually. Filed: Bug 199848 – [Win][WebKit] Add PageLoadState::Observer C API