Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
[GTK] Remove WKFullScreenClientGtk
https://bugs.webkit.org/show_bug.cgi?id=173140 Reviewed by Michael Catanzaro. It's only used internally in the GTK+ API. Implementation is a lot simpler without using it, we can simply use either WebKitWebView or WebKitWebViewBase from PageClient directly. * PlatformGTK.cmake: * UIProcess/API/C/gtk/WKFullScreenClientGtk.cpp: Removed. * UIProcess/API/C/gtk/WKFullScreenClientGtk.h: Removed. * UIProcess/API/gtk/PageClientImpl.cpp: (WebKit::PageClientImpl::isFullScreen): (WebKit::PageClientImpl::enterFullScreen): (WebKit::PageClientImpl::exitFullScreen): * UIProcess/API/gtk/WebKitFullscreenClient.cpp: Removed. * UIProcess/API/gtk/WebKitFullscreenClient.h: Removed. * UIProcess/API/gtk/WebKitPrivate.h: * UIProcess/API/gtk/WebKitWebView.cpp: (webkitWebViewConstructed): (webkitWebViewEnterFullScreen): (webkitWebViewExitFullScreen): * UIProcess/API/gtk/WebKitWebViewBase.cpp: (webkitWebViewBaseEnterFullScreen): (webkitWebViewBaseExitFullScreen): (webkitWebViewBaseIsFullScreen): * UIProcess/API/gtk/WebKitWebViewBasePrivate.h: * UIProcess/API/gtk/WebKitWebViewPrivate.h: * UIProcess/gtk/WebFullScreenClientGtk.cpp: Removed. * UIProcess/gtk/WebFullScreenClientGtk.h: Removed. Canonical link: https://commits.webkit.org/190076@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@218064 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
1 parent
c8eea72
commit db66f7b
Showing
14 changed files
with
69 additions
and
302 deletions.
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
37 changes: 0 additions & 37 deletions
37
Source/WebKit2/UIProcess/API/C/gtk/WKFullScreenClientGtk.cpp
This file was deleted.
Oops, something went wrong.
56 changes: 0 additions & 56 deletions
56
Source/WebKit2/UIProcess/API/C/gtk/WKFullScreenClientGtk.h
This file was deleted.
Oops, something went wrong.
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
50 changes: 0 additions & 50 deletions
50
Source/WebKit2/UIProcess/API/gtk/WebKitFullscreenClient.cpp
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.