Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Source/WebKit2: WebKit2: didNewFirstVisuallyNonEmptyLayout should be …
…sent to injected bundle https://bugs.webkit.org/show_bug.cgi?id=79849 Tell the injected bundle about didNewFirstVisuallyNonEmptyLayout (we currently just tell the UI process). Reviewed by Beth Dakin. * WebProcess/InjectedBundle/API/c/WKBundlePage.h: Add didNewFirstVisuallyNonEmptyLayout to version 1. * WebProcess/InjectedBundle/InjectedBundlePageLoaderClient.cpp: (WebKit::InjectedBundlePageLoaderClient::didNewFirstVisuallyNonEmptyLayout): Call through to the client. * WebProcess/InjectedBundle/InjectedBundlePageLoaderClient.h: (InjectedBundlePageLoaderClient): * WebProcess/WebCoreSupport/WebFrameLoaderClient.cpp: (WebKit::WebFrameLoaderClient::dispatchDidNewFirstVisuallyNonEmptyLayout): Tell the injected bundle. Tools: WebKit2: didNewFirstVisuallyNonEmptyLayout should be sent to injected bundle https://bugs.webkit.org/show_bug.cgi?id=79849 Reviewed by Beth Dakin. * WebKitTestRunner/InjectedBundle/InjectedBundlePage.cpp: (WTR::InjectedBundlePage::InjectedBundlePage): Add an entry to the struct. Canonical link: https://commits.webkit.org/97030@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@109277 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Showing
with
47 additions
and 1 deletion.
- +20 −0 Source/WebKit2/ChangeLog
- +2 −0 Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePage.h
- +10 −1 Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePageLoaderClient.cpp
- +1 −0 Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePageLoaderClient.h
- +3 −0 Source/WebKit2/WebProcess/WebCoreSupport/WebFrameLoaderClient.cpp
- +10 −0 Tools/ChangeLog
- +1 −0 Tools/WebKitTestRunner/InjectedBundle/InjectedBundlePage.cpp
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters