summaryrefslogtreecommitdiffstats
path: root/Source/WebKit2/WebKit2.pro
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit2/WebKit2.pro')
-rw-r--r--Source/WebKit2/WebKit2.pro359
1 files changed, 75 insertions, 284 deletions
diff --git a/Source/WebKit2/WebKit2.pro b/Source/WebKit2/WebKit2.pro
index 98f4d25..1e7d051 100644
--- a/Source/WebKit2/WebKit2.pro
+++ b/Source/WebKit2/WebKit2.pro
@@ -5,17 +5,9 @@ CONFIG += depend_includepath
isEmpty(OUTPUT_DIR): OUTPUT_DIR = ../..
-CONFIG(standalone_package) {
- isEmpty(WEBKIT2_GENERATED_SOURCES_DIR):WEBKIT2_GENERATED_SOURCES_DIR = $$PWD/generated
- isEmpty(WC_GENERATED_SOURCES_DIR):WC_GENERATED_SOURCES_DIR = $$PWD/../WebCore/generated
-} else {
- isEmpty(WEBKIT2_GENERATED_SOURCES_DIR):WEBKIT2_GENERATED_SOURCES_DIR = generated
- isEmpty(WC_GENERATED_SOURCES_DIR):WC_GENERATED_SOURCES_DIR = ../WebCore/generated
-}
-
include($$PWD/../WebKit.pri)
-include($$PWD/../common.pri)
-include($$PWD/../WebCore/features.pri)
+include($$PWD/../JavaScriptCore/JavaScriptCore.pri)
+include($$PWD/../WebCore/WebCore.pri)
include(WebKit2.pri)
TEMPLATE = lib
@@ -23,191 +15,66 @@ CONFIG += staticlib
TARGET = $$WEBKIT2_TARGET
DESTDIR = $$WEBKIT2_DESTDIR
-!CONFIG(release, debug|release) {
- OBJECTS_DIR = obj/debug
-} else { # Release
- OBJECTS_DIR = obj/release
- DEFINES += NDEBUG
-}
-
# Build both debug and release configurations
mac: CONFIG += build_all
-WEBKIT2_INCLUDEPATH = \
- $$PWD/.. \
-
-WEBKIT2_INCLUDEPATH = \
- $$PWD/../JavaScriptCore \
- $$PWD/../JavaScriptCore/assembler \
- $$PWD/../JavaScriptCore/bytecode \
- $$PWD/../JavaScriptCore/bytecompiler \
- $$PWD/../JavaScriptCore/debugger \
- $$PWD/../JavaScriptCore/interpreter \
- $$PWD/../JavaScriptCore/jit \
- $$PWD/../JavaScriptCore/parser \
- $$PWD/../JavaScriptCore/profiler \
- $$PWD/../JavaScriptCore/runtime \
- $$PWD/../JavaScriptCore/wtf \
- $$PWD/../JavaScriptCore/wtf/symbian \
- $$PWD/../JavaScriptCore/wtf/unicode \
- $$PWD/../JavaScriptCore/yarr \
- $$PWD/../JavaScriptCore/API \
- $$PWD/../JavaScriptCore/ForwardingHeaders \
- $$WEBKIT2_INCLUDEPATH
-
-WEBKIT2_INCLUDEPATH = \
- $$PWD/../WebCore \
- $$PWD/../WebCore/accessibility \
- $$PWD/../WebCore/bindings \
- $$PWD/../WebCore/bindings/generic \
- $$PWD/../WebCore/bindings/js \
- $$PWD/../WebCore/bridge \
- $$PWD/../WebCore/bridge/c \
- $$PWD/../WebCore/bridge/jsc \
- $$PWD/../WebCore/css \
- $$PWD/../WebCore/dom \
- $$PWD/../WebCore/dom/default \
- $$PWD/../WebCore/editing \
- $$PWD/../WebCore/history \
- $$PWD/../WebCore/html \
- $$PWD/../WebCore/html/canvas \
- $$PWD/../WebCore/inspector \
- $$PWD/../WebCore/loader \
- $$PWD/../WebCore/loader/appcache \
- $$PWD/../WebCore/loader/archive \
- $$PWD/../WebCore/loader/cache \
- $$PWD/../WebCore/loader/icon \
- $$PWD/../WebCore/mathml \
- $$PWD/../WebCore/notifications \
- $$PWD/../WebCore/page \
- $$PWD/../WebCore/page/animation \
- $$PWD/../WebCore/platform \
- $$PWD/../WebCore/platform/animation \
- $$PWD/../WebCore/platform/graphics \
- $$PWD/../WebCore/platform/graphics/filters \
- $$PWD/../WebCore/platform/graphics/transforms \
- $$PWD/../WebCore/platform/image-decoders \
- $$PWD/../WebCore/platform/mock \
- $$PWD/../WebCore/platform/network \
- $$PWD/../WebCore/platform/sql \
- $$PWD/../WebCore/platform/text \
- $$PWD/../WebCore/platform/text/transcoder \
- $$PWD/../WebCore/plugins \
- $$PWD/../WebCore/rendering \
- $$PWD/../WebCore/rendering/style \
- $$PWD/../WebCore/storage \
- $$PWD/../WebCore/svg \
- $$PWD/../WebCore/svg/animation \
- $$PWD/../WebCore/svg/graphics \
- $$PWD/../WebCore/svg/graphics/filters \
- $$PWD/../WebCore/svg/properties \
- $$PWD/../WebCore/websockets \
- $$PWD/../WebCore/wml \
- $$PWD/../WebCore/workers \
- $$PWD/../WebCore/xml \
- $$WEBKIT2_INCLUDEPATH
-
-WEBKIT2_INCLUDEPATH = \
- $$PWD/../WebCore/bridge/qt \
- $$PWD/../WebCore/page/qt \
- $$PWD/../WebCore/platform/graphics/qt \
- $$PWD/../WebCore/platform/network/qt \
- $$PWD/../WebCore/platform/qt \
- $$PWD/../WebKit/qt/Api \
- $$PWD/../WebKit/qt/WebCoreSupport \
- $$WEBKIT2_INCLUDEPATH
-
-WEBKIT2_INCLUDEPATH = \
- $$PWD \
- Platform \
- Platform/CoreIPC \
- Platform/qt \
- Shared \
- Shared/API/c \
- Shared/CoreIPCSupport \
- Shared/Plugins \
- Shared/Plugins/Netscape \
- Shared/qt \
- UIProcess \
- UIProcess/API/C \
- UIProcess/API/cpp \
- UIProcess/API/cpp/qt \
- UIProcess/API/qt \
- UIProcess/Authentication \
- UIProcess/Downloads \
- UIProcess/Launcher \
- UIProcess/Plugins \
- UIProcess/qt \
- WebProcess \
- WebProcess/Authentication \
- WebProcess/Downloads \
- WebProcess/Downloads/qt \
- WebProcess/Geolocation \
- WebProcess/InjectedBundle \
- WebProcess/InjectedBundle/DOM \
- WebProcess/InjectedBundle/API/c \
- WebProcess/Plugins \
- WebProcess/Plugins/Netscape \
- WebProcess/WebCoreSupport \
- WebProcess/WebCoreSupport/qt \
- WebProcess/WebPage \
- WebProcess/qt \
- $$WEBKIT2_INCLUDEPATH
-
-WEBKIT2_INCLUDEPATH += \
- $$OUTPUT_DIR/include \
- $$WC_GENERATED_SOURCES_DIR \
- $$WEBKIT2_GENERATED_SOURCES_DIR \
- $$WEBKIT2_INCLUDEPATH
-
-# On Symbian PREPEND_INCLUDEPATH is the best way to make sure that WebKit headers
-# are included before platform headers.
-
-symbian {
- PREPEND_INCLUDEPATH = $$WEBKIT2_INCLUDEPATH $$PREPEND_INCLUDEPATH
-} else {
- INCLUDEPATH = $$WEBKIT2_INCLUDEPATH $$INCLUDEPATH
-}
-
WEBKIT2_GENERATED_HEADERS = \
$$WEBKIT2_GENERATED_SOURCES_DIR/AuthenticationManagerMessages.h \
$$WEBKIT2_GENERATED_SOURCES_DIR/DownloadProxyMessages.h \
+ $$WEBKIT2_GENERATED_SOURCES_DIR/NPObjectMessageReceiverMessages.h \
$$WEBKIT2_GENERATED_SOURCES_DIR/PluginControllerProxyMessages.h \
$$WEBKIT2_GENERATED_SOURCES_DIR/PluginProcessMessages.h \
$$WEBKIT2_GENERATED_SOURCES_DIR/PluginProcessProxyMessages.h \
$$WEBKIT2_GENERATED_SOURCES_DIR/PluginProxyMessages.h \
+ $$WEBKIT2_GENERATED_SOURCES_DIR/WebApplicationCacheManagerMessages.h \
+ $$WEBKIT2_GENERATED_SOURCES_DIR/WebApplicationCacheManagerProxyMessages.h \
$$WEBKIT2_GENERATED_SOURCES_DIR/WebContextMessages.h \
+ $$WEBKIT2_GENERATED_SOURCES_DIR/WebCookieManagerMessages.h \
+ $$WEBKIT2_GENERATED_SOURCES_DIR/WebCookieManagerProxyMessages.h \
$$WEBKIT2_GENERATED_SOURCES_DIR/WebDatabaseManagerMessages.h \
$$WEBKIT2_GENERATED_SOURCES_DIR/WebDatabaseManagerProxyMessages.h \
$$WEBKIT2_GENERATED_SOURCES_DIR/WebGeolocationManagerMessages.h \
$$WEBKIT2_GENERATED_SOURCES_DIR/WebGeolocationManagerProxyMessages.h \
$$WEBKIT2_GENERATED_SOURCES_DIR/WebInspectorMessages.h \
$$WEBKIT2_GENERATED_SOURCES_DIR/WebInspectorProxyMessages.h \
+ $$WEBKIT2_GENERATED_SOURCES_DIR/WebKeyValueStorageManagerMessages.h \
+ $$WEBKIT2_GENERATED_SOURCES_DIR/WebKeyValueStorageManagerProxyMessages.h \
$$WEBKIT2_GENERATED_SOURCES_DIR/WebPageMessages.h \
$$WEBKIT2_GENERATED_SOURCES_DIR/WebPageProxyMessages.h \
$$WEBKIT2_GENERATED_SOURCES_DIR/WebProcessConnectionMessages.h \
$$WEBKIT2_GENERATED_SOURCES_DIR/WebProcessMessages.h \
- $$WEBKIT2_GENERATED_SOURCES_DIR/WebProcessProxyMessages.h
+ $$WEBKIT2_GENERATED_SOURCES_DIR/WebProcessProxyMessages.h \
+ $$WEBKIT2_GENERATED_SOURCES_DIR/WebResourceCacheManagerMessages.h \
+ $$WEBKIT2_GENERATED_SOURCES_DIR/WebResourceCacheManagerProxyMessages.h
WEBKIT2_GENERATED_SOURCES = \
$$WEBKIT2_GENERATED_SOURCES_DIR/AuthenticationManagerMessageReceiver.cpp \
$$WEBKIT2_GENERATED_SOURCES_DIR/DownloadProxyMessageReceiver.cpp \
+ $$WEBKIT2_GENERATED_SOURCES_DIR/NPObjectMessageReceiverMessageReceiver.cpp \
$$WEBKIT2_GENERATED_SOURCES_DIR/PluginControllerProxyMessageReceiver.cpp \
$$WEBKIT2_GENERATED_SOURCES_DIR/PluginProcessMessageReceiver.cpp \
$$WEBKIT2_GENERATED_SOURCES_DIR/PluginProcessProxyMessageReceiver.cpp \
$$WEBKIT2_GENERATED_SOURCES_DIR/PluginProxyMessageReceiver.cpp \
+ $$WEBKIT2_GENERATED_SOURCES_DIR/WebApplicationCacheManagerMessageReceiver.cpp \
+ $$WEBKIT2_GENERATED_SOURCES_DIR/WebApplicationCacheManagerProxyMessageReceiver.cpp \
$$WEBKIT2_GENERATED_SOURCES_DIR/WebContextMessageReceiver.cpp \
+ $$WEBKIT2_GENERATED_SOURCES_DIR/WebCookieManagerMessageReceiver.cpp \
+ $$WEBKIT2_GENERATED_SOURCES_DIR/WebCookieManagerProxyMessageReceiver.cpp \
$$WEBKIT2_GENERATED_SOURCES_DIR/WebDatabaseManagerMessageReceiver.cpp \
$$WEBKIT2_GENERATED_SOURCES_DIR/WebDatabaseManagerProxyMessageReceiver.cpp \
$$WEBKIT2_GENERATED_SOURCES_DIR/WebGeolocationManagerMessageReceiver.cpp \
$$WEBKIT2_GENERATED_SOURCES_DIR/WebGeolocationManagerProxyMessageReceiver.cpp \
$$WEBKIT2_GENERATED_SOURCES_DIR/WebInspectorMessageReceiver.cpp \
$$WEBKIT2_GENERATED_SOURCES_DIR/WebInspectorProxyMessageReceiver.cpp \
+ $$WEBKIT2_GENERATED_SOURCES_DIR/WebKeyValueStorageManagerMessageReceiver.cpp \
+ $$WEBKIT2_GENERATED_SOURCES_DIR/WebKeyValueStorageManagerProxyMessageReceiver.cpp \
$$WEBKIT2_GENERATED_SOURCES_DIR/WebPageMessageReceiver.cpp \
$$WEBKIT2_GENERATED_SOURCES_DIR/WebPageProxyMessageReceiver.cpp \
$$WEBKIT2_GENERATED_SOURCES_DIR/WebProcessConnectionMessageReceiver.cpp \
$$WEBKIT2_GENERATED_SOURCES_DIR/WebProcessMessageReceiver.cpp \
- $$WEBKIT2_GENERATED_SOURCES_DIR/WebProcessProxyMessageReceiver.cpp
+ $$WEBKIT2_GENERATED_SOURCES_DIR/WebProcessProxyMessageReceiver.cpp \
+ $$WEBKIT2_GENERATED_SOURCES_DIR/WebResourceCacheManagerMessageReceiver.cpp \
+ $$WEBKIT2_GENERATED_SOURCES_DIR/WebResourceCacheManagerProxyMessageReceiver.cpp
HEADERS += \
Platform/CoreIPC/ArgumentDecoder.h \
@@ -228,45 +95,29 @@ HEADERS += \
Platform/SharedMemory.h \
Platform/WorkItem.h \
Platform/WorkQueue.h \
- Shared/API/c/WKBase.h \
- Shared/API/c/WKCertificateInfo.h \
- Shared/API/c/WKContextMenuItem.h \
- Shared/API/c/WKContextMenuItemTypes.h \
- Shared/API/c/WKGeometry.h \
- Shared/API/c/WKGraphicsContext.h \
- Shared/API/c/WKImage.h \
- Shared/API/c/WKNumber.h \
- Shared/API/c/WKPageLoadTypes.h \
- Shared/API/c/WKSecurityOrigin.h \
- Shared/API/c/WKSerializedScriptValue.h \
- Shared/API/c/WKSharedAPICast.h \
- Shared/API/c/WKString.h \
- Shared/API/c/WKStringPrivate.h \
- Shared/API/c/WKType.h \
- Shared/API/c/WKURL.h \
- Shared/API/c/WKURLRequest.h \
- Shared/API/c/WKURLResponse.h \
- Shared/API/c/WKUserContentURLPattern.h \
Shared/ShareableBitmap.h \
Shared/CacheModel.h \
Shared/ChildProcess.h \
Shared/CoreIPCSupport/DrawingAreaMessageKinds.h \
Shared/CoreIPCSupport/DrawingAreaProxyMessageKinds.h \
+ Shared/DictionaryPopupInfo.h \
+ Shared/FontInfo.h \
Shared/ImageOptions.h \
Shared/ImmutableArray.h \
Shared/ImmutableDictionary.h \
Shared/MutableArray.h \
Shared/MutableDictionary.h \
Shared/NativeWebKeyboardEvent.h \
- Shared/NotImplemented.h \
Shared/OriginAndDatabases.h \
Shared/PlatformPopupMenuData.h \
Shared/PrintInfo.h \
Shared/SameDocumentNavigationType.h \
+ Shared/SecurityOriginData.h \
Shared/SessionState.h \
Shared/StringPairVector.h \
Shared/UserMessageCoders.h \
Shared/VisitedLinkTable.h \
+ Shared/WebCoreArgumentCoders.h \
Shared/WebBackForwardListItem.h \
Shared/WebCertificateInfo.h \
Shared/WebContextMenuItem.h \
@@ -290,50 +141,16 @@ HEADERS += \
Shared/WebURLResponse.h \
Shared/WebUserContentURLPattern.h \
Shared/Plugins/Netscape/NetscapePluginModule.h \
+ Shared/Plugins/NPRemoteObjectMap.h \
+ Shared/Plugins/NPIdentifierData.h \
+ Shared/Plugins/NPObjectMessageReceiver.h \
+ Shared/Plugins/NPObjectProxy.h \
+ Shared/Plugins/NPVariantData.h \
+ Shared/Plugins/PluginProcessCreationParameters.h \
+ Shared/Plugins/PluginQuirks.h \
Shared/qt/PlatformCertificateInfo.h \
Shared/qt/UpdateChunk.h \
Shared/qt/WebEventFactoryQt.h \
- UIProcess/API/C/WKAPICast.h \
- UIProcess/API/C/WKAuthenticationChallenge.h \
- UIProcess/API/C/WKAuthenticationDecisionListener.h \
- UIProcess/API/C/WKBackForwardList.h \
- UIProcess/API/C/WKBackForwardListItem.h \
- UIProcess/API/C/WKContext.h \
- UIProcess/API/C/WKContextPrivate.h \
- UIProcess/API/C/WKCredential.h \
- UIProcess/API/C/WKCredentialTypes.h \
- UIProcess/API/C/WKDatabaseManager.h \
- UIProcess/API/C/WKDownload.h \
- UIProcess/API/C/WKFrame.h \
- UIProcess/API/C/WKFramePolicyListener.h \
- UIProcess/API/C/WKGeolocationManager.h \
- UIProcess/API/C/WKGeolocationPermissionRequest.h \
- UIProcess/API/C/WKGeolocationPosition.h \
- UIProcess/API/C/WKInspector.h \
- UIProcess/API/C/WKOpenPanelParameters.h \
- UIProcess/API/C/WKOpenPanelResultListener.h \
- UIProcess/API/C/WKNavigationData.h \
- UIProcess/API/C/WKPage.h \
- UIProcess/API/C/WKPageGroup.h \
- UIProcess/API/C/WKPagePrivate.h \
- UIProcess/API/C/WKPreferences.h \
- UIProcess/API/C/WKPreferencesPrivate.h \
- UIProcess/API/C/WKProtectionSpace.h \
- UIProcess/API/C/WKProtectionSpaceTypes.h \
- UIProcess/API/C/WebKit2.h \
- UIProcess/API/C/qt/WKNativeEvent.h \
- UIProcess/API/cpp/WKRetainPtr.h \
- UIProcess/API/cpp/qt/WKStringQt.h \
- UIProcess/API/cpp/qt/WKURLQt.h \
- UIProcess/API/qt/ClientImpl.h \
- UIProcess/API/qt/qgraphicswkview.h \
- UIProcess/API/qt/qwkcontext.h \
- UIProcess/API/qt/qwkcontext_p.h \
- UIProcess/API/qt/qwkhistory.h \
- UIProcess/API/qt/qwkhistory_p.h \
- UIProcess/API/qt/qwkpage.h \
- UIProcess/API/qt/qwkpage_p.h \
- UIProcess/API/qt/qwkpreferences.h \
UIProcess/Authentication/AuthenticationChallengeProxy.h \
UIProcess/Authentication/AuthenticationDecisionListener.h \
UIProcess/Authentication/WebCredential.h \
@@ -349,15 +166,20 @@ HEADERS += \
UIProcess/Launcher/ThreadLauncher.h \
UIProcess/PageClient.h \
UIProcess/Plugins/PluginInfoStore.h \
+ UIProcess/Plugins/PluginProcessProxy.h \
+ UIProcess/Plugins/PluginProcessManager.h \
UIProcess/ProcessModel.h \
UIProcess/ResponsivenessTimer.h \
UIProcess/TextChecker.h \
UIProcess/TiledDrawingAreaProxy.h \
UIProcess/VisitedLinkProvider.h \
+ UIProcess/WebApplicationCacheManagerProxy.h \
UIProcess/WebContext.h \
UIProcess/WebContextInjectedBundleClient.h \
UIProcess/WebContextMenuProxy.h \
UIProcess/WebContextUserMessageCoders.h \
+ UIProcess/WebCookieManagerProxy.h \
+ UIProcess/WebCookieManagerProxyClient.h \
UIProcess/WebDatabaseManagerProxy.h \
UIProcess/WebDatabaseManagerProxyClient.h \
UIProcess/WebDownloadClient.h \
@@ -372,34 +194,28 @@ HEADERS += \
UIProcess/WebGeolocationProvider.h \
UIProcess/WebHistoryClient.h \
UIProcess/WebInspectorProxy.h \
+ UIProcess/WebKeyValueStorageManagerProxy.h \
UIProcess/WebLoaderClient.h \
UIProcess/WebNavigationData.h \
- UIProcess/WebPageContextMenuClient.h \
UIProcess/WebOpenPanelResultListenerProxy.h \
+ UIProcess/WebPageContextMenuClient.h \
UIProcess/WebPageGroup.h \
UIProcess/WebPageProxy.h \
UIProcess/WebPolicyClient.h \
UIProcess/WebPreferences.h \
- UIProcess/WebProcessManager.h \
UIProcess/WebProcessProxy.h \
+ UIProcess/WebResourceCacheManagerProxy.h \
UIProcess/WebResourceLoadClient.h \
UIProcess/WebUIClient.h \
UIProcess/qt/WebContextMenuProxyQt.h \
UIProcess/qt/WebPopupMenuProxyQt.h \
+ WebProcess/ApplicationCache/WebApplicationCacheManager.h \
WebProcess/Authentication/AuthenticationManager.h \
+ WebProcess/Cookies/WebCookieManager.h \
WebProcess/Downloads/Download.h \
WebProcess/Downloads/DownloadManager.h \
WebProcess/Geolocation/GeolocationPermissionRequestManager.h \
WebProcess/Geolocation/WebGeolocationManager.h \
- WebProcess/InjectedBundle/API/c/WKBundleBackForwardList.h \
- WebProcess/InjectedBundle/API/c/WKBundleBackForwardListItem.h \
- WebProcess/InjectedBundle/API/c/WKBundleHitTestResult.h \
- WebProcess/InjectedBundle/API/c/WKBundleNavigationAction.h \
- WebProcess/InjectedBundle/API/c/WKBundleNodeHandle.h \
- WebProcess/InjectedBundle/API/c/WKBundleNodeHandlePrivate.h \
- WebProcess/InjectedBundle/API/c/WKBundlePage.h \
- WebProcess/InjectedBundle/API/c/WKBundlePageGroup.h \
- WebProcess/InjectedBundle/API/c/WKBundlePageOverlay.h \
WebProcess/InjectedBundle/DOM/InjectedBundleNodeHandle.h \
WebProcess/InjectedBundle/DOM/InjectedBundleRangeHandle.h \
WebProcess/InjectedBundle/InjectedBundle.h \
@@ -412,6 +228,8 @@ HEADERS += \
WebProcess/InjectedBundle/InjectedBundlePageUIClient.h \
WebProcess/InjectedBundle/InjectedBundleScriptWorld.h \
WebProcess/InjectedBundle/InjectedBundleUserMessageCoders.h \
+ WebProcess/KeyValueStorage/WebKeyValueStorageManager.h \
+ WebProcess/ResourceCache/WebResourceCacheManager.h \
WebProcess/Plugins/Netscape/JSNPMethod.h \
WebProcess/Plugins/Netscape/JSNPObject.h \
WebProcess/Plugins/Netscape/NPJSObject.h \
@@ -423,6 +241,9 @@ HEADERS += \
WebProcess/Plugins/Plugin.h \
WebProcess/Plugins/PluginController.h \
WebProcess/Plugins/PluginView.h \
+ WebProcess/Plugins/PluginProxy.h \
+ WebProcess/Plugins/PluginProcessConnection.h \
+ WebProcess/Plugins/PluginProcessConnectionManager.h \
WebProcess/WebCoreSupport/WebChromeClient.h \
WebProcess/WebCoreSupport/WebContextMenuClient.h \
WebProcess/WebCoreSupport/WebDatabaseManager.h \
@@ -468,24 +289,18 @@ SOURCES += \
Platform/qt/RunLoopQt.cpp \
Platform/qt/SharedMemoryQt.cpp \
Platform/qt/WorkQueueQt.cpp \
- Shared/API/c/WKArray.cpp \
- Shared/API/c/WKCertificateInfo.cpp \
- Shared/API/c/WKContextMenuItem.cpp \
- Shared/API/c/WKGraphicsContext.cpp \
- Shared/API/c/WKImage.cpp \
- Shared/API/c/WKNumber.cpp \
- Shared/API/c/WKSecurityOrigin.cpp \
- Shared/API/c/WKSerializedScriptValue.cpp \
- Shared/API/c/WKString.cpp \
- Shared/API/c/WKType.cpp \
- Shared/API/c/WKURL.cpp \
- Shared/API/c/WKURLRequest.cpp \
- Shared/API/c/WKURLResponse.cpp \
- Shared/API/c/WKUserContentURLPattern.cpp \
Shared/Plugins/Netscape/NetscapePluginModule.cpp \
Shared/Plugins/Netscape/x11/NetscapePluginModuleX11.cpp \
Shared/ShareableBitmap.cpp \
+ Shared/Plugins/NPRemoteObjectMap.cpp \
+ Shared/Plugins/NPIdentifierData.cpp \
+ Shared/Plugins/NPObjectMessageReceiver.cpp \
+ Shared/Plugins/NPObjectProxy.cpp \
+ Shared/Plugins/NPVariantData.cpp \
+ Shared/Plugins/PluginProcessCreationParameters.cpp \
Shared/ChildProcess.cpp \
+ Shared/DictionaryPopupInfo.cpp \
+ Shared/FontInfo.cpp \
Shared/ImmutableArray.cpp \
Shared/ImmutableDictionary.cpp \
Shared/MutableArray.cpp \
@@ -493,6 +308,7 @@ SOURCES += \
Shared/OriginAndDatabases.cpp \
Shared/PlatformPopupMenuData.cpp \
Shared/PrintInfo.cpp \
+ Shared/SecurityOriginData.cpp \
Shared/SessionState.cpp \
Shared/VisitedLinkTable.cpp \
Shared/WebBackForwardListItem.cpp \
@@ -524,35 +340,6 @@ SOURCES += \
Shared/qt/WebEventFactoryQt.cpp \
Shared/qt/WebURLRequestQt.cpp \
Shared/qt/WebURLResponseQt.cpp \
- UIProcess/API/C/WKAuthenticationChallenge.cpp \
- UIProcess/API/C/WKAuthenticationDecisionListener.cpp \
- UIProcess/API/C/WKBackForwardList.cpp \
- UIProcess/API/C/WKBackForwardListItem.cpp \
- UIProcess/API/C/WKContext.cpp \
- UIProcess/API/C/WKCredential.cpp \
- UIProcess/API/C/WKDatabaseManager.cpp \
- UIProcess/API/C/WKDownload.cpp \
- UIProcess/API/C/WKFrame.cpp \
- UIProcess/API/C/WKFramePolicyListener.cpp \
- UIProcess/API/C/WKGeolocationManager.cpp \
- UIProcess/API/C/WKGeolocationPermissionRequest.cpp \
- UIProcess/API/C/WKGeolocationPosition.cpp \
- UIProcess/API/C/WKInspector.cpp \
- UIProcess/API/C/WKOpenPanelParameters.cpp \
- UIProcess/API/C/WKOpenPanelResultListener.cpp \
- UIProcess/API/C/WKNavigationData.cpp \
- UIProcess/API/C/WKPage.cpp \
- UIProcess/API/C/WKPageGroup.cpp \
- UIProcess/API/C/WKPreferences.cpp \
- UIProcess/API/C/WKProtectionSpace.cpp \
- UIProcess/API/cpp/qt/WKStringQt.cpp \
- UIProcess/API/cpp/qt/WKURLQt.cpp \
- UIProcess/API/qt/ClientImpl.cpp \
- UIProcess/API/qt/qgraphicswkview.cpp \
- UIProcess/API/qt/qwkcontext.cpp \
- UIProcess/API/qt/qwkhistory.cpp \
- UIProcess/API/qt/qwkpage.cpp \
- UIProcess/API/qt/qwkpreferences.cpp \
UIProcess/Authentication/AuthenticationChallengeProxy.cpp \
UIProcess/Authentication/AuthenticationDecisionListener.cpp \
UIProcess/Authentication/WebCredential.cpp \
@@ -568,14 +355,21 @@ SOURCES += \
UIProcess/Launcher/qt/ProcessLauncherQt.cpp \
UIProcess/Launcher/qt/ThreadLauncherQt.cpp \
UIProcess/Plugins/PluginInfoStore.cpp \
+ UIProcess/Plugins/PluginProcessProxy.cpp \
+ UIProcess/Plugins/PluginProcessManager.cpp \
+ UIProcess/Plugins/WebPluginSiteDataManager.cpp \
UIProcess/Plugins/qt/PluginInfoStoreQt.cpp \
+ UIProcess/Plugins/qt/PluginProcessProxyQt.cpp \
UIProcess/ResponsivenessTimer.cpp \
UIProcess/TiledDrawingAreaProxy.cpp \
UIProcess/VisitedLinkProvider.cpp \
+ UIProcess/WebApplicationCacheManagerProxy.cpp \
UIProcess/WebBackForwardList.cpp \
UIProcess/WebContext.cpp \
UIProcess/WebContextInjectedBundleClient.cpp \
UIProcess/WebContextMenuProxy.cpp \
+ UIProcess/WebCookieManagerProxy.cpp \
+ UIProcess/WebCookieManagerProxyClient.cpp \
UIProcess/WebDatabaseManagerProxy.cpp \
UIProcess/WebDatabaseManagerProxyClient.cpp \
UIProcess/WebDownloadClient.cpp \
@@ -590,16 +384,17 @@ SOURCES += \
UIProcess/WebGeolocationProvider.cpp \
UIProcess/WebHistoryClient.cpp \
UIProcess/WebInspectorProxy.cpp \
+ UIProcess/WebKeyValueStorageManagerProxy.cpp \
UIProcess/WebLoaderClient.cpp \
UIProcess/WebNavigationData.cpp \
- UIProcess/WebPageContextMenuClient.cpp \
UIProcess/WebOpenPanelResultListenerProxy.cpp \
+ UIProcess/WebPageContextMenuClient.cpp \
UIProcess/WebPageGroup.cpp \
UIProcess/WebPageProxy.cpp \
UIProcess/WebPolicyClient.cpp \
UIProcess/WebPreferences.cpp \
- UIProcess/WebProcessManager.cpp \
UIProcess/WebProcessProxy.cpp \
+ UIProcess/WebResourceCacheManagerProxy.cpp \
UIProcess/WebResourceLoadClient.cpp \
UIProcess/WebUIClient.cpp \
UIProcess/qt/ChunkedUpdateDrawingAreaProxyQt.cpp \
@@ -612,24 +407,14 @@ SOURCES += \
UIProcess/qt/WebPageProxyQt.cpp \
UIProcess/qt/WebPopupMenuProxyQt.cpp \
UIProcess/qt/WebPreferencesQt.cpp \
+ WebProcess/ApplicationCache/WebApplicationCacheManager.cpp \
WebProcess/Authentication/AuthenticationManager.cpp \
+ WebProcess/Cookies/WebCookieManager.cpp \
WebProcess/Downloads/Download.cpp \
WebProcess/Downloads/DownloadManager.cpp \
WebProcess/Geolocation/GeolocationPermissionRequestManager.cpp \
WebProcess/Geolocation/WebGeolocationManager.cpp \
WebProcess/Downloads/qt/DownloadQt.cpp \
- WebProcess/InjectedBundle/API/c/WKBundle.cpp \
- WebProcess/InjectedBundle/API/c/WKBundleBackForwardList.cpp \
- WebProcess/InjectedBundle/API/c/WKBundleBackForwardListItem.cpp \
- WebProcess/InjectedBundle/API/c/WKBundleFrame.cpp \
- WebProcess/InjectedBundle/API/c/WKBundleHitTestResult.cpp \
- WebProcess/InjectedBundle/API/c/WKBundleInspector.cpp \
- WebProcess/InjectedBundle/API/c/WKBundleNavigationAction.cpp \
- WebProcess/InjectedBundle/API/c/WKBundleNodeHandle.cpp \
- WebProcess/InjectedBundle/API/c/WKBundlePage.cpp \
- WebProcess/InjectedBundle/API/c/WKBundlePageGroup.cpp \
- WebProcess/InjectedBundle/API/c/WKBundlePageOverlay.cpp \
- WebProcess/InjectedBundle/API/c/WKBundleScriptWorld.cpp \
WebProcess/InjectedBundle/DOM/InjectedBundleNodeHandle.cpp \
WebProcess/InjectedBundle/DOM/InjectedBundleRangeHandle.cpp \
WebProcess/InjectedBundle/InjectedBundle.cpp \
@@ -647,6 +432,8 @@ SOURCES += \
WebProcess/InjectedBundle/InjectedBundlePageUIClient.cpp \
WebProcess/InjectedBundle/InjectedBundleScriptWorld.cpp \
WebProcess/InjectedBundle/qt/InjectedBundleQt.cpp \
+ WebProcess/KeyValueStorage/WebKeyValueStorageManager.cpp \
+ WebProcess/ResourceCache/WebResourceCacheManager.cpp \
WebProcess/Plugins/Netscape/JSNPMethod.cpp \
WebProcess/Plugins/Netscape/JSNPObject.cpp \
WebProcess/Plugins/Netscape/NPJSObject.cpp \
@@ -656,8 +443,12 @@ SOURCES += \
WebProcess/Plugins/Netscape/NetscapePlugin.cpp \
WebProcess/Plugins/Netscape/NetscapePluginStream.cpp \
WebProcess/Plugins/Netscape/qt/NetscapePluginQt.cpp \
+ WebProcess/Plugins/Netscape/qt/PluginProxyQt.cpp \
WebProcess/Plugins/Plugin.cpp \
WebProcess/Plugins/PluginView.cpp \
+ WebProcess/Plugins/PluginProxy.cpp \
+ WebProcess/Plugins/PluginProcessConnection.cpp \
+ WebProcess/Plugins/PluginProcessConnectionManager.cpp \
WebProcess/WebCoreSupport/WebChromeClient.cpp \
WebProcess/WebCoreSupport/WebContextMenuClient.cpp \
WebProcess/WebCoreSupport/WebDatabaseManager.cpp \