Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Begin work on making preferences per page instead of per page group
https://bugs.webkit.org/show_bug.cgi?id=128349 Reviewed by Andreas Kling. * UIProcess/API/C/WKPageGroup.cpp: (WKPageGroupGetPreferences): * UIProcess/API/C/mac/WKPagePrivateMac.cpp: (WKPageIsURLKnownHSTSHost): * UIProcess/API/mac/WKView.mm: (-[WKView _preferencesDidChange]): (-[WKView initWithFrame:contextRef:pageGroupRef:relatedToPage:]): * UIProcess/WebContext.cpp: (WebKit::WebContext::createWebPage): * UIProcess/WebInspectorProxy.cpp: (WebKit::WebInspectorPageGroups::createInspectorPageGroup): (WebKit::WebInspectorProxy::attach): (WebKit::WebInspectorProxy::detach): (WebKit::WebInspectorProxy::setAttachedWindowHeight): (WebKit::WebInspectorProxy::setAttachedWindowWidth): (WebKit::WebInspectorProxy::createInspectorPage): (WebKit::WebInspectorProxy::shouldOpenAttached): * UIProcess/WebPageGroup.cpp: (WebKit::WebPageGroup::preferences): * UIProcess/WebPageGroup.h: * UIProcess/WebPageProxy.cpp: (WebKit::WebPageProxy::create): (WebKit::WebPageProxy::WebPageProxy): (WebKit::WebPageProxy::isProcessSuppressible): (WebKit::WebPageProxy::canShowMIMEType): (WebKit::WebPageProxy::preferencesDidChange): (WebKit::WebPageProxy::creationParameters): * UIProcess/WebPageProxy.h: (WebKit::WebPageProxy::preferences): (WebKit::WebPageProxy::setPreferences): * UIProcess/WebProcessProxy.cpp: (WebKit::WebProcessProxy::createWebPage): * UIProcess/mac/ViewGestureController.mm: (WebKit::ViewGestureController::beginSwipeGesture): * UIProcess/mac/WebInspectorProxyMac.mm: (WebKit::WebInspectorProxy::createInspectorWindow): (WebKit::WebInspectorProxy::platformCreateInspectorPage): (WebKit::WebInspectorProxy::windowFrameDidChange): (WebKit::WebInspectorProxy::platformAttach): Canonical link: https://commits.webkit.org/146373@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@163597 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Showing
with
92 additions
and 36 deletions.
- +47 −0 Source/WebKit2/ChangeLog
- +1 −1 Source/WebKit2/UIProcess/API/C/WKPageGroup.cpp
- +1 −1 Source/WebKit2/UIProcess/API/C/mac/WKPagePrivateMac.cpp
- +2 −2 Source/WebKit2/UIProcess/API/mac/WKView.mm
- +1 −1 Source/WebKit2/UIProcess/WebContext.cpp
- +10 −10 Source/WebKit2/UIProcess/WebInspectorProxy.cpp
- +3 −2 Source/WebKit2/UIProcess/WebPageGroup.cpp
- +1 −1 Source/WebKit2/UIProcess/WebPageGroup.h
- +8 −7 Source/WebKit2/UIProcess/WebPageProxy.cpp
- +8 −2 Source/WebKit2/UIProcess/WebPageProxy.h
- +2 −1 Source/WebKit2/UIProcess/WebProcessProxy.cpp
- +1 −1 Source/WebKit2/UIProcess/mac/ViewGestureController.mm
- +7 −7 Source/WebKit2/UIProcess/mac/WebInspectorProxyMac.mm
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
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