Reviewed by Laszlo Gombos.
Get rid of prefix header dependency for WebKit2 build system
https://bugs.webkit.org/show_bug.cgi?id=50174
Change the style checker so that it enforces config.h include for
WebKit2.
* Scripts/webkitpy/style/checker.py:
2011-01-27 Greg Coletta <greg.coletta@nokia.com>
Reviewed by Laszlo Gombos.
Get rid of prefix header dependency for WebKit2 build system
https://bugs.webkit.org/show_bug.cgi?id=50174
Guard EmptyProtocalDefinitions.h to make sure it's not included twice.
* platform/mac/EmptyProtocolDefinitions.h:
2011-01-27 Greg Coletta <greg.coletta@nokia.com>
Reviewed by Laszlo Gombos.
Get rid of prefix header dependency for WebKit2 build system.
https://bugs.webkit.org/show_bug.cgi?id=50174
Add config.h include explicitelly.
* Platform/CoreIPC/ArgumentDecoder.cpp:
* Platform/CoreIPC/ArgumentEncoder.cpp:
* Platform/CoreIPC/Attachment.cpp:
* Platform/CoreIPC/BinarySemaphore.cpp:
* Platform/CoreIPC/Connection.cpp:
* Platform/CoreIPC/DataReference.cpp:
* Platform/CoreIPC/gtk/ConnectionGtk.cpp:
* Platform/CoreIPC/mac/ConnectionMac.cpp:
* Platform/CoreIPC/qt/ConnectionQt.cpp:
* Platform/CoreIPC/win/ConnectionWin.cpp:
* Platform/Logging.cpp:
* Platform/Module.cpp:
* Platform/Region.cpp:
* Platform/RunLoop.cpp:
* Platform/WorkQueue.cpp:
* Platform/cg/CGUtilities.cpp:
* Platform/gtk/RunLoopGtk.cpp:
* Platform/gtk/SharedMemoryGtk.cpp:
* Platform/gtk/WorkQueueGtk.cpp:
* Platform/mac/MachUtilities.cpp:
* Platform/mac/SharedMemoryMac.cpp:
* Platform/mac/WorkQueueMac.cpp:
* Platform/qt/MappedMemoryPool.cpp:
* Platform/qt/ModuleQt.cpp:
* Platform/qt/RunLoopQt.cpp:
* Platform/qt/WorkQueueQt.cpp:
* Platform/win/ModuleWin.cpp:
* Platform/win/RunLoopWin.cpp:
* Platform/win/SharedMemoryWin.cpp:
* Platform/win/WorkQueueWin.cpp:
* PluginProcess/PluginControllerProxy.cpp:
* PluginProcess/PluginProcess.cpp:
* PluginProcess/WebProcessConnection.cpp:
* Scripts/webkit2/messages.py:
* Shared/API/c/WKArray.cpp:
* Shared/API/c/WKCertificateInfo.cpp:
* Shared/API/c/WKContextMenuItem.cpp:
* Shared/API/c/WKData.cpp:
* Shared/API/c/WKDictionary.cpp:
* Shared/API/c/WKError.cpp:
* Shared/API/c/WKImage.cpp:
* Shared/API/c/WKMutableArray.cpp:
* Shared/API/c/WKMutableDictionary.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/API/c/cf/WKStringCF.cpp:
* Shared/API/c/cf/WKURLCF.cpp:
* Shared/API/c/cf/WKURLRequestCF.cpp:
* Shared/API/c/cf/WKURLResponseCF.cpp:
* Shared/API/c/cg/WKImageCG.cpp:
* Shared/API/c/win/WKCertificateInfoWin.cpp:
* Shared/ChildProcess.cpp:
* Shared/ImmutableArray.cpp:
* Shared/ImmutableDictionary.cpp:
* Shared/MutableArray.cpp:
* Shared/MutableDictionary.cpp:
* Shared/OriginAndDatabases.cpp:
* Shared/PlatformPopupMenuData.cpp:
* Shared/Plugins/NPIdentifierData.cpp:
* Shared/Plugins/NPObjectMessageReceiver.cpp:
* Shared/Plugins/NPObjectProxy.cpp:
* Shared/Plugins/NPRemoteObjectMap.cpp:
* Shared/Plugins/NPVariantData.cpp:
* Shared/Plugins/Netscape/NetscapePluginModule.cpp:
* Shared/Plugins/Netscape/win/NetscapePluginModuleWin.cpp:
* Shared/Plugins/Netscape/x11/NetscapePluginModuleX11.cpp:
* Shared/Plugins/PluginProcessCreationParameters.cpp:
* Shared/PrintInfo.cpp:
* Shared/SessionState.cpp:
* Shared/ShareableBitmap.cpp:
* Shared/UpdateInfo.cpp:
* Shared/VisitedLinkTable.cpp:
* Shared/WebBackForwardListItem.cpp:
* Shared/WebContextMenuItem.cpp:
* Shared/WebContextMenuItemData.cpp:
* Shared/WebError.cpp:
* Shared/WebEvent.cpp:
* Shared/WebEventConversion.cpp:
* Shared/WebGeolocationPosition.cpp:
* Shared/WebImage.cpp:
* Shared/WebKeyboardEvent.cpp:
* Shared/WebMemorySampler.cpp:
* Shared/WebMouseEvent.cpp:
* Shared/WebOpenPanelParameters.cpp:
* Shared/WebPageCreationParameters.cpp:
* Shared/WebPageGroupData.cpp:
* Shared/WebPlatformTouchPoint.cpp:
* Shared/WebPopupItem.cpp:
* Shared/WebPreferencesStore.cpp:
* Shared/WebProcessCreationParameters.cpp:
* Shared/WebTouchEvent.cpp:
* Shared/WebURLRequest.cpp:
* Shared/WebURLResponse.cpp:
* Shared/WebWheelEvent.cpp:
* Shared/cairo/ShareableBitmapCairo.cpp:
* Shared/cf/ArgumentCodersCF.cpp:
* Shared/cg/ShareableBitmapCG.cpp:
* Shared/gtk/ShareableBitmapGtk.cpp:
* Shared/gtk/WebCoreArgumentCodersGtk.cpp:
* Shared/mac/CommandLineMac.cpp:
* Shared/mac/UpdateChunk.cpp:
* Shared/qt/CleanupHandler.cpp:
* Shared/qt/NativeWebKeyboardEventQt.cpp:
* Shared/qt/ShareableBitmapQt.cpp:
* Shared/qt/UpdateChunk.cpp:
* Shared/qt/WebCoreArgumentCodersQt.cpp:
* Shared/qt/WebEventFactoryQt.cpp:
* Shared/qt/WebURLRequestQt.cpp:
* Shared/qt/WebURLResponseQt.cpp:
* Shared/win/CommandLineWin.cpp:
* Shared/win/NativeWebKeyboardEventWin.cpp:
* Shared/win/PlatformCertificateInfo.cpp:
* Shared/win/UpdateChunk.cpp:
* Shared/win/WebCoreArgumentCodersWin.cpp:
* Shared/win/WebEventFactory.cpp:
* Shared/win/WebURLRequestWin.cpp:
* Shared/win/WebURLResponseWin.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/WKFormSubmissionListener.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/WKNavigationData.cpp:
* UIProcess/API/C/WKOpenPanelParameters.cpp:
* UIProcess/API/C/WKOpenPanelResultListener.cpp:
* UIProcess/API/C/WKPage.cpp:
* UIProcess/API/C/WKPageGroup.cpp:
* UIProcess/API/C/WKPreferences.cpp:
* UIProcess/API/C/WKProtectionSpace.cpp:
* UIProcess/API/C/win/WKContextWin.cpp:
* UIProcess/API/C/win/WKView.cpp:
* UIProcess/API/C/win/WKViewPrivate.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/qwkpage.cpp:
* UIProcess/API/qt/qwkpreferences.cpp:
* UIProcess/Authentication/AuthenticationChallengeProxy.cpp:
* UIProcess/Authentication/AuthenticationDecisionListener.cpp:
* UIProcess/Authentication/WebCredential.cpp:
* UIProcess/Authentication/WebProtectionSpace.cpp:
* UIProcess/BackingStore.cpp:
* UIProcess/ChunkedUpdateDrawingAreaProxy.cpp:
* UIProcess/Downloads/DownloadProxy.cpp:
* UIProcess/DrawingAreaProxy.cpp:
* UIProcess/DrawingAreaProxyImpl.cpp:
* UIProcess/FindIndicator.cpp:
* UIProcess/GeolocationPermissionRequestManagerProxy.cpp:
* UIProcess/GeolocationPermissionRequestProxy.cpp:
* UIProcess/Launcher/ProcessLauncher.cpp:
* UIProcess/Launcher/ThreadLauncher.cpp:
* UIProcess/Launcher/gtk/ProcessLauncherGtk.cpp:
* UIProcess/Launcher/gtk/ThreadLauncherGtk.cpp:
* UIProcess/Launcher/qt/ProcessLauncherQt.cpp:
* UIProcess/Launcher/qt/ThreadLauncherQt.cpp:
* UIProcess/Launcher/win/ProcessLauncherWin.cpp:
* UIProcess/Launcher/win/ThreadLauncherWin.cpp:
* UIProcess/LayerBackedDrawingAreaProxy.cpp:
* UIProcess/Plugins/PluginInfoStore.cpp:
* UIProcess/Plugins/PluginProcessManager.cpp:
* UIProcess/Plugins/PluginProcessProxy.cpp:
* UIProcess/Plugins/gtk/PluginInfoStoreGtk.cpp:
* UIProcess/Plugins/qt/PluginInfoStoreQt.cpp:
* UIProcess/Plugins/win/PluginInfoStoreWin.cpp:
* UIProcess/ResponsivenessTimer.cpp:
* UIProcess/TiledDrawingAreaProxy.cpp:
* UIProcess/VisitedLinkProvider.cpp:
* UIProcess/WebBackForwardList.cpp:
* UIProcess/WebContext.cpp:
* UIProcess/WebContextInjectedBundleClient.cpp:
* UIProcess/WebContextMenuProxy.cpp:
* UIProcess/WebDatabaseManagerProxy.cpp:
* UIProcess/WebDatabaseManagerProxyClient.cpp:
* UIProcess/WebDownloadClient.cpp:
* UIProcess/WebEditCommandProxy.cpp:
* UIProcess/WebFindClient.cpp:
* UIProcess/WebFormClient.cpp:
* UIProcess/WebFormSubmissionListenerProxy.cpp:
* UIProcess/WebFrameListenerProxy.cpp:
* UIProcess/WebFramePolicyListenerProxy.cpp:
* UIProcess/WebFrameProxy.cpp:
* UIProcess/WebGeolocationManagerProxy.cpp:
* UIProcess/WebGeolocationProvider.cpp:
* UIProcess/WebHistoryClient.cpp:
* UIProcess/WebInspectorProxy.cpp:
* UIProcess/WebLoaderClient.cpp:
* UIProcess/WebNavigationData.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/WebResourceLoadClient.cpp:
* UIProcess/WebUIClient.cpp:
* UIProcess/cf/WebBackForwardListCF.cpp:
* UIProcess/cf/WebPageProxyCF.cpp:
* UIProcess/cf/WebPreferencesCF.cpp:
* UIProcess/gtk/TextCheckerGtk.cpp:
* UIProcess/gtk/WebInspectorGtk.cpp:
* UIProcess/gtk/WebPageProxyGtk.cpp:
* UIProcess/gtk/WebPreferencesGtk.cpp:
* UIProcess/qt/ChunkedUpdateDrawingAreaProxyQt.cpp:
* UIProcess/qt/TextCheckerQt.cpp:
* UIProcess/qt/TiledDrawingAreaProxyQt.cpp:
* UIProcess/qt/TiledDrawingAreaTileQt.cpp:
* UIProcess/qt/WebContextMenuProxyQt.cpp:
* UIProcess/qt/WebContextQt.cpp:
* UIProcess/qt/WebInspectorProxyQt.cpp:
* UIProcess/qt/WebPageProxyQt.cpp:
* UIProcess/qt/WebPopupMenuProxyQt.cpp:
* UIProcess/qt/WebPreferencesQt.cpp:
* UIProcess/win/ChunkedUpdateDrawingAreaProxyWin.cpp:
* UIProcess/win/LayerBackedDrawingAreaProxyWin.cpp:
* UIProcess/win/TextCheckerWin.cpp:
* UIProcess/win/WebContextMenuProxyWin.cpp:
* UIProcess/win/WebContextWin.cpp:
* UIProcess/win/WebInspectorProxyWin.cpp:
* UIProcess/win/WebPageProxyWin.cpp:
* UIProcess/win/WebPopupMenuProxyWin.cpp:
* UIProcess/win/WebView.cpp:
* WebKit2.xcodeproj/project.pbxproj:
* WebProcess/Authentication/AuthenticationManager.cpp:
* WebProcess/Downloads/Download.cpp:
* WebProcess/Downloads/DownloadManager.cpp:
* WebProcess/Downloads/cf/DownloadCFNet.cpp:
* WebProcess/Downloads/curl/DownloadCurl.cpp:
* WebProcess/Downloads/qt/DownloadQt.cpp:
* WebProcess/Geolocation/GeolocationPermissionRequestManager.cpp:
* WebProcess/Geolocation/WebGeolocationManager.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/WKBundleNodeHandle.cpp:
* WebProcess/InjectedBundle/API/c/WKBundlePage.cpp:
* WebProcess/InjectedBundle/API/c/WKBundlePageGroup.cpp:
* WebProcess/InjectedBundle/API/c/WKBundlePageOverlay.cpp:
* WebProcess/InjectedBundle/API/c/WKBundleRangeHandle.cpp:
* WebProcess/InjectedBundle/API/c/WKBundleScriptWorld.cpp:
* WebProcess/InjectedBundle/DOM/InjectedBundleNodeHandle.cpp:
* WebProcess/InjectedBundle/DOM/InjectedBundleRangeHandle.cpp:
* WebProcess/InjectedBundle/InjectedBundle.cpp:
* WebProcess/InjectedBundle/InjectedBundleBackForwardList.cpp:
* WebProcess/InjectedBundle/InjectedBundleBackForwardListItem.cpp:
* WebProcess/InjectedBundle/InjectedBundleClient.cpp:
* WebProcess/InjectedBundle/InjectedBundleHitTestResult.cpp:
* WebProcess/InjectedBundle/InjectedBundlePageContextMenuClient.cpp:
* WebProcess/InjectedBundle/InjectedBundlePageEditorClient.cpp:
* WebProcess/InjectedBundle/InjectedBundlePageFormClient.cpp:
* WebProcess/InjectedBundle/InjectedBundlePageLoaderClient.cpp:
* WebProcess/InjectedBundle/InjectedBundlePageUIClient.cpp:
* WebProcess/InjectedBundle/InjectedBundleScriptWorld.cpp:
* WebProcess/InjectedBundle/gtk/InjectedBundleGtk.cpp:
* WebProcess/InjectedBundle/mac/InjectedBundleMac.cpp:
* WebProcess/InjectedBundle/qt/InjectedBundleQt.cpp:
* WebProcess/InjectedBundle/win/InjectedBundleWin.cpp:
* WebProcess/Plugins/Netscape/JSNPMethod.cpp:
* WebProcess/Plugins/Netscape/JSNPObject.cpp:
* WebProcess/Plugins/Netscape/NPJSObject.cpp:
* WebProcess/Plugins/Netscape/NPRuntimeObjectMap.cpp:
* WebProcess/Plugins/Netscape/NPRuntimeUtilities.cpp:
* WebProcess/Plugins/Netscape/NetscapeBrowserFuncs.cpp:
* WebProcess/Plugins/Netscape/NetscapePlugin.cpp:
* WebProcess/Plugins/Netscape/NetscapePluginStream.cpp:
* WebProcess/Plugins/Netscape/gtk/NetscapePluginGtk.cpp:
* WebProcess/Plugins/Netscape/qt/NetscapePluginQt.cpp:
* WebProcess/Plugins/Netscape/win/NetscapePluginWin.cpp:
* WebProcess/Plugins/Plugin.cpp:
* WebProcess/Plugins/PluginProcessConnection.cpp:
* WebProcess/Plugins/PluginProcessConnectionManager.cpp:
* WebProcess/Plugins/PluginProxy.cpp:
* WebProcess/Plugins/PluginView.cpp:
* WebProcess/WebCoreSupport/WebChromeClient.cpp:
* WebProcess/WebCoreSupport/WebContextMenuClient.cpp:
* WebProcess/WebCoreSupport/WebDatabaseManager.cpp:
* WebProcess/WebCoreSupport/WebDragClient.cpp:
* WebProcess/WebCoreSupport/WebEditorClient.cpp:
* WebProcess/WebCoreSupport/WebFrameLoaderClient.cpp:
* WebProcess/WebCoreSupport/WebGeolocationClient.cpp:
* WebProcess/WebCoreSupport/WebInspectorClient.cpp:
* WebProcess/WebCoreSupport/WebInspectorFrontendClient.cpp:
* WebProcess/WebCoreSupport/WebPlatformStrategies.cpp:
* WebProcess/WebCoreSupport/WebPopupMenu.cpp:
* WebProcess/WebCoreSupport/WebSearchPopupMenu.cpp:
* WebProcess/WebCoreSupport/gtk/WebContextMenuClientGtk.cpp:
* WebProcess/WebCoreSupport/gtk/WebPopupMenuGtk.cpp:
* WebProcess/WebCoreSupport/qt/WebContextMenuClientQt.cpp:
* WebProcess/WebCoreSupport/qt/WebErrorsQt.cpp:
* WebProcess/WebCoreSupport/qt/WebFrameNetworkingContext.cpp:
* WebProcess/WebCoreSupport/qt/WebPopupMenuQt.cpp:
* WebProcess/WebCoreSupport/win/WebContextMenuClientWin.cpp:
* WebProcess/WebCoreSupport/win/WebErrorsWin.cpp:
* WebProcess/WebCoreSupport/win/WebPopupMenuWin.cpp:
* WebProcess/WebKitMain.cpp:
* WebProcess/WebPage/ChunkedUpdateDrawingArea.cpp:
* WebProcess/WebPage/DecoderAdapter.cpp:
* WebProcess/WebPage/DrawingArea.cpp:
* WebProcess/WebPage/DrawingAreaImpl.cpp:
* WebProcess/WebPage/EncoderAdapter.cpp:
* WebProcess/WebPage/FindController.cpp:
* WebProcess/WebPage/LayerBackedDrawingArea.cpp:
* WebProcess/WebPage/PageOverlay.cpp:
* WebProcess/WebPage/TiledDrawingArea.cpp:
* WebProcess/WebPage/WebBackForwardListProxy.cpp:
* WebProcess/WebPage/WebContextMenu.cpp:
* WebProcess/WebPage/WebEditCommand.cpp:
* WebProcess/WebPage/WebFrame.cpp:
* WebProcess/WebPage/WebInspector.cpp:
* WebProcess/WebPage/WebOpenPanelResultListener.cpp:
* WebProcess/WebPage/WebPage.cpp:
* WebProcess/WebPage/WebPageGroupProxy.cpp:
* WebProcess/WebPage/gtk/WebInspectorGtk.cpp:
* WebProcess/WebPage/mac/ChunkedUpdateDrawingAreaMac.cpp:
* WebProcess/WebPage/qt/ChunkedUpdateDrawingAreaQt.cpp:
* WebProcess/WebPage/qt/TiledDrawingAreaQt.cpp:
* WebProcess/WebPage/qt/WebInspectorQt.cpp:
* WebProcess/WebPage/qt/WebPageQt.cpp:
* WebProcess/WebPage/win/ChunkedUpdateDrawingAreaWin.cpp:
* WebProcess/WebPage/win/LayerBackedDrawingAreaWin.cpp:
* WebProcess/WebPage/win/WebInspectorWin.cpp:
* WebProcess/WebPage/win/WebPageWin.cpp:
* WebProcess/WebProcess.cpp:
* WebProcess/gtk/WebProcessGtk.cpp:
* WebProcess/gtk/WebProcessMainGtk.cpp:
* WebProcess/qt/WebProcessMainQt.cpp:
* WebProcess/qt/WebProcessQt.cpp:
* WebProcess/win/WebProcessMainWin.cpp:
* WebProcess/win/WebProcessWin.cpp:
* config.h: Copied from Source/WebKit2/WebKit2Prefix.h.
* win/WebKit2Common.vsprops:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@76916
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2011-01-27 Greg Coletta <greg.coletta@nokia.com>
+
+ Reviewed by Laszlo Gombos.
+
+ Get rid of prefix header dependency for WebKit2 build system
+ https://bugs.webkit.org/show_bug.cgi?id=50174
+
+ Guard EmptyProtocalDefinitions.h to make sure it's not included twice.
+
+ * platform/mac/EmptyProtocolDefinitions.h:
+
2011-01-27 Abhishek Arya <inferno@chromium.org>
Reviewed by Dan Bernstein.
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+#ifndef EmptyProtocolDefinitions_h
+#define EmptyProtocolDefinitions_h
+
#if defined(__OBJC__)
#define EMPTY_PROTOCOL(NAME) \
#undef EMPTY_PROTOCOL
#endif /* defined(__OBJC__) */
+
+#endif /* EmptyProtocolDefinitions_h */
+2011-01-27 Greg Coletta <greg.coletta@nokia.com>
+
+ Reviewed by Laszlo Gombos.
+
+ Get rid of prefix header dependency for WebKit2 build system.
+ https://bugs.webkit.org/show_bug.cgi?id=50174
+
+ Add config.h include explicitelly.
+
+ * Platform/CoreIPC/ArgumentDecoder.cpp:
+ * Platform/CoreIPC/ArgumentEncoder.cpp:
+ * Platform/CoreIPC/Attachment.cpp:
+ * Platform/CoreIPC/BinarySemaphore.cpp:
+ * Platform/CoreIPC/Connection.cpp:
+ * Platform/CoreIPC/DataReference.cpp:
+ * Platform/CoreIPC/gtk/ConnectionGtk.cpp:
+ * Platform/CoreIPC/mac/ConnectionMac.cpp:
+ * Platform/CoreIPC/qt/ConnectionQt.cpp:
+ * Platform/CoreIPC/win/ConnectionWin.cpp:
+ * Platform/Logging.cpp:
+ * Platform/Module.cpp:
+ * Platform/Region.cpp:
+ * Platform/RunLoop.cpp:
+ * Platform/WorkQueue.cpp:
+ * Platform/cg/CGUtilities.cpp:
+ * Platform/gtk/RunLoopGtk.cpp:
+ * Platform/gtk/SharedMemoryGtk.cpp:
+ * Platform/gtk/WorkQueueGtk.cpp:
+ * Platform/mac/MachUtilities.cpp:
+ * Platform/mac/SharedMemoryMac.cpp:
+ * Platform/mac/WorkQueueMac.cpp:
+ * Platform/qt/MappedMemoryPool.cpp:
+ * Platform/qt/ModuleQt.cpp:
+ * Platform/qt/RunLoopQt.cpp:
+ * Platform/qt/WorkQueueQt.cpp:
+ * Platform/win/ModuleWin.cpp:
+ * Platform/win/RunLoopWin.cpp:
+ * Platform/win/SharedMemoryWin.cpp:
+ * Platform/win/WorkQueueWin.cpp:
+ * PluginProcess/PluginControllerProxy.cpp:
+ * PluginProcess/PluginProcess.cpp:
+ * PluginProcess/WebProcessConnection.cpp:
+ * Scripts/webkit2/messages.py:
+ * Shared/API/c/WKArray.cpp:
+ * Shared/API/c/WKCertificateInfo.cpp:
+ * Shared/API/c/WKContextMenuItem.cpp:
+ * Shared/API/c/WKData.cpp:
+ * Shared/API/c/WKDictionary.cpp:
+ * Shared/API/c/WKError.cpp:
+ * Shared/API/c/WKImage.cpp:
+ * Shared/API/c/WKMutableArray.cpp:
+ * Shared/API/c/WKMutableDictionary.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/API/c/cf/WKStringCF.cpp:
+ * Shared/API/c/cf/WKURLCF.cpp:
+ * Shared/API/c/cf/WKURLRequestCF.cpp:
+ * Shared/API/c/cf/WKURLResponseCF.cpp:
+ * Shared/API/c/cg/WKImageCG.cpp:
+ * Shared/API/c/win/WKCertificateInfoWin.cpp:
+ * Shared/ChildProcess.cpp:
+ * Shared/ImmutableArray.cpp:
+ * Shared/ImmutableDictionary.cpp:
+ * Shared/MutableArray.cpp:
+ * Shared/MutableDictionary.cpp:
+ * Shared/OriginAndDatabases.cpp:
+ * Shared/PlatformPopupMenuData.cpp:
+ * Shared/Plugins/NPIdentifierData.cpp:
+ * Shared/Plugins/NPObjectMessageReceiver.cpp:
+ * Shared/Plugins/NPObjectProxy.cpp:
+ * Shared/Plugins/NPRemoteObjectMap.cpp:
+ * Shared/Plugins/NPVariantData.cpp:
+ * Shared/Plugins/Netscape/NetscapePluginModule.cpp:
+ * Shared/Plugins/Netscape/win/NetscapePluginModuleWin.cpp:
+ * Shared/Plugins/Netscape/x11/NetscapePluginModuleX11.cpp:
+ * Shared/Plugins/PluginProcessCreationParameters.cpp:
+ * Shared/PrintInfo.cpp:
+ * Shared/SessionState.cpp:
+ * Shared/ShareableBitmap.cpp:
+ * Shared/UpdateInfo.cpp:
+ * Shared/VisitedLinkTable.cpp:
+ * Shared/WebBackForwardListItem.cpp:
+ * Shared/WebContextMenuItem.cpp:
+ * Shared/WebContextMenuItemData.cpp:
+ * Shared/WebError.cpp:
+ * Shared/WebEvent.cpp:
+ * Shared/WebEventConversion.cpp:
+ * Shared/WebGeolocationPosition.cpp:
+ * Shared/WebImage.cpp:
+ * Shared/WebKeyboardEvent.cpp:
+ * Shared/WebMemorySampler.cpp:
+ * Shared/WebMouseEvent.cpp:
+ * Shared/WebOpenPanelParameters.cpp:
+ * Shared/WebPageCreationParameters.cpp:
+ * Shared/WebPageGroupData.cpp:
+ * Shared/WebPlatformTouchPoint.cpp:
+ * Shared/WebPopupItem.cpp:
+ * Shared/WebPreferencesStore.cpp:
+ * Shared/WebProcessCreationParameters.cpp:
+ * Shared/WebTouchEvent.cpp:
+ * Shared/WebURLRequest.cpp:
+ * Shared/WebURLResponse.cpp:
+ * Shared/WebWheelEvent.cpp:
+ * Shared/cairo/ShareableBitmapCairo.cpp:
+ * Shared/cf/ArgumentCodersCF.cpp:
+ * Shared/cg/ShareableBitmapCG.cpp:
+ * Shared/gtk/ShareableBitmapGtk.cpp:
+ * Shared/gtk/WebCoreArgumentCodersGtk.cpp:
+ * Shared/mac/CommandLineMac.cpp:
+ * Shared/mac/UpdateChunk.cpp:
+ * Shared/qt/CleanupHandler.cpp:
+ * Shared/qt/NativeWebKeyboardEventQt.cpp:
+ * Shared/qt/ShareableBitmapQt.cpp:
+ * Shared/qt/UpdateChunk.cpp:
+ * Shared/qt/WebCoreArgumentCodersQt.cpp:
+ * Shared/qt/WebEventFactoryQt.cpp:
+ * Shared/qt/WebURLRequestQt.cpp:
+ * Shared/qt/WebURLResponseQt.cpp:
+ * Shared/win/CommandLineWin.cpp:
+ * Shared/win/NativeWebKeyboardEventWin.cpp:
+ * Shared/win/PlatformCertificateInfo.cpp:
+ * Shared/win/UpdateChunk.cpp:
+ * Shared/win/WebCoreArgumentCodersWin.cpp:
+ * Shared/win/WebEventFactory.cpp:
+ * Shared/win/WebURLRequestWin.cpp:
+ * Shared/win/WebURLResponseWin.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/WKFormSubmissionListener.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/WKNavigationData.cpp:
+ * UIProcess/API/C/WKOpenPanelParameters.cpp:
+ * UIProcess/API/C/WKOpenPanelResultListener.cpp:
+ * UIProcess/API/C/WKPage.cpp:
+ * UIProcess/API/C/WKPageGroup.cpp:
+ * UIProcess/API/C/WKPreferences.cpp:
+ * UIProcess/API/C/WKProtectionSpace.cpp:
+ * UIProcess/API/C/win/WKContextWin.cpp:
+ * UIProcess/API/C/win/WKView.cpp:
+ * UIProcess/API/C/win/WKViewPrivate.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/qwkpage.cpp:
+ * UIProcess/API/qt/qwkpreferences.cpp:
+ * UIProcess/Authentication/AuthenticationChallengeProxy.cpp:
+ * UIProcess/Authentication/AuthenticationDecisionListener.cpp:
+ * UIProcess/Authentication/WebCredential.cpp:
+ * UIProcess/Authentication/WebProtectionSpace.cpp:
+ * UIProcess/BackingStore.cpp:
+ * UIProcess/ChunkedUpdateDrawingAreaProxy.cpp:
+ * UIProcess/Downloads/DownloadProxy.cpp:
+ * UIProcess/DrawingAreaProxy.cpp:
+ * UIProcess/DrawingAreaProxyImpl.cpp:
+ * UIProcess/FindIndicator.cpp:
+ * UIProcess/GeolocationPermissionRequestManagerProxy.cpp:
+ * UIProcess/GeolocationPermissionRequestProxy.cpp:
+ * UIProcess/Launcher/ProcessLauncher.cpp:
+ * UIProcess/Launcher/ThreadLauncher.cpp:
+ * UIProcess/Launcher/gtk/ProcessLauncherGtk.cpp:
+ * UIProcess/Launcher/gtk/ThreadLauncherGtk.cpp:
+ * UIProcess/Launcher/qt/ProcessLauncherQt.cpp:
+ * UIProcess/Launcher/qt/ThreadLauncherQt.cpp:
+ * UIProcess/Launcher/win/ProcessLauncherWin.cpp:
+ * UIProcess/Launcher/win/ThreadLauncherWin.cpp:
+ * UIProcess/LayerBackedDrawingAreaProxy.cpp:
+ * UIProcess/Plugins/PluginInfoStore.cpp:
+ * UIProcess/Plugins/PluginProcessManager.cpp:
+ * UIProcess/Plugins/PluginProcessProxy.cpp:
+ * UIProcess/Plugins/gtk/PluginInfoStoreGtk.cpp:
+ * UIProcess/Plugins/qt/PluginInfoStoreQt.cpp:
+ * UIProcess/Plugins/win/PluginInfoStoreWin.cpp:
+ * UIProcess/ResponsivenessTimer.cpp:
+ * UIProcess/TiledDrawingAreaProxy.cpp:
+ * UIProcess/VisitedLinkProvider.cpp:
+ * UIProcess/WebBackForwardList.cpp:
+ * UIProcess/WebContext.cpp:
+ * UIProcess/WebContextInjectedBundleClient.cpp:
+ * UIProcess/WebContextMenuProxy.cpp:
+ * UIProcess/WebDatabaseManagerProxy.cpp:
+ * UIProcess/WebDatabaseManagerProxyClient.cpp:
+ * UIProcess/WebDownloadClient.cpp:
+ * UIProcess/WebEditCommandProxy.cpp:
+ * UIProcess/WebFindClient.cpp:
+ * UIProcess/WebFormClient.cpp:
+ * UIProcess/WebFormSubmissionListenerProxy.cpp:
+ * UIProcess/WebFrameListenerProxy.cpp:
+ * UIProcess/WebFramePolicyListenerProxy.cpp:
+ * UIProcess/WebFrameProxy.cpp:
+ * UIProcess/WebGeolocationManagerProxy.cpp:
+ * UIProcess/WebGeolocationProvider.cpp:
+ * UIProcess/WebHistoryClient.cpp:
+ * UIProcess/WebInspectorProxy.cpp:
+ * UIProcess/WebLoaderClient.cpp:
+ * UIProcess/WebNavigationData.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/WebResourceLoadClient.cpp:
+ * UIProcess/WebUIClient.cpp:
+ * UIProcess/cf/WebBackForwardListCF.cpp:
+ * UIProcess/cf/WebPageProxyCF.cpp:
+ * UIProcess/cf/WebPreferencesCF.cpp:
+ * UIProcess/gtk/TextCheckerGtk.cpp:
+ * UIProcess/gtk/WebInspectorGtk.cpp:
+ * UIProcess/gtk/WebPageProxyGtk.cpp:
+ * UIProcess/gtk/WebPreferencesGtk.cpp:
+ * UIProcess/qt/ChunkedUpdateDrawingAreaProxyQt.cpp:
+ * UIProcess/qt/TextCheckerQt.cpp:
+ * UIProcess/qt/TiledDrawingAreaProxyQt.cpp:
+ * UIProcess/qt/TiledDrawingAreaTileQt.cpp:
+ * UIProcess/qt/WebContextMenuProxyQt.cpp:
+ * UIProcess/qt/WebContextQt.cpp:
+ * UIProcess/qt/WebInspectorProxyQt.cpp:
+ * UIProcess/qt/WebPageProxyQt.cpp:
+ * UIProcess/qt/WebPopupMenuProxyQt.cpp:
+ * UIProcess/qt/WebPreferencesQt.cpp:
+ * UIProcess/win/ChunkedUpdateDrawingAreaProxyWin.cpp:
+ * UIProcess/win/LayerBackedDrawingAreaProxyWin.cpp:
+ * UIProcess/win/TextCheckerWin.cpp:
+ * UIProcess/win/WebContextMenuProxyWin.cpp:
+ * UIProcess/win/WebContextWin.cpp:
+ * UIProcess/win/WebInspectorProxyWin.cpp:
+ * UIProcess/win/WebPageProxyWin.cpp:
+ * UIProcess/win/WebPopupMenuProxyWin.cpp:
+ * UIProcess/win/WebView.cpp:
+ * WebKit2.xcodeproj/project.pbxproj:
+ * WebProcess/Authentication/AuthenticationManager.cpp:
+ * WebProcess/Downloads/Download.cpp:
+ * WebProcess/Downloads/DownloadManager.cpp:
+ * WebProcess/Downloads/cf/DownloadCFNet.cpp:
+ * WebProcess/Downloads/curl/DownloadCurl.cpp:
+ * WebProcess/Downloads/qt/DownloadQt.cpp:
+ * WebProcess/Geolocation/GeolocationPermissionRequestManager.cpp:
+ * WebProcess/Geolocation/WebGeolocationManager.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/WKBundleNodeHandle.cpp:
+ * WebProcess/InjectedBundle/API/c/WKBundlePage.cpp:
+ * WebProcess/InjectedBundle/API/c/WKBundlePageGroup.cpp:
+ * WebProcess/InjectedBundle/API/c/WKBundlePageOverlay.cpp:
+ * WebProcess/InjectedBundle/API/c/WKBundleRangeHandle.cpp:
+ * WebProcess/InjectedBundle/API/c/WKBundleScriptWorld.cpp:
+ * WebProcess/InjectedBundle/DOM/InjectedBundleNodeHandle.cpp:
+ * WebProcess/InjectedBundle/DOM/InjectedBundleRangeHandle.cpp:
+ * WebProcess/InjectedBundle/InjectedBundle.cpp:
+ * WebProcess/InjectedBundle/InjectedBundleBackForwardList.cpp:
+ * WebProcess/InjectedBundle/InjectedBundleBackForwardListItem.cpp:
+ * WebProcess/InjectedBundle/InjectedBundleClient.cpp:
+ * WebProcess/InjectedBundle/InjectedBundleHitTestResult.cpp:
+ * WebProcess/InjectedBundle/InjectedBundlePageContextMenuClient.cpp:
+ * WebProcess/InjectedBundle/InjectedBundlePageEditorClient.cpp:
+ * WebProcess/InjectedBundle/InjectedBundlePageFormClient.cpp:
+ * WebProcess/InjectedBundle/InjectedBundlePageLoaderClient.cpp:
+ * WebProcess/InjectedBundle/InjectedBundlePageUIClient.cpp:
+ * WebProcess/InjectedBundle/InjectedBundleScriptWorld.cpp:
+ * WebProcess/InjectedBundle/gtk/InjectedBundleGtk.cpp:
+ * WebProcess/InjectedBundle/mac/InjectedBundleMac.cpp:
+ * WebProcess/InjectedBundle/qt/InjectedBundleQt.cpp:
+ * WebProcess/InjectedBundle/win/InjectedBundleWin.cpp:
+ * WebProcess/Plugins/Netscape/JSNPMethod.cpp:
+ * WebProcess/Plugins/Netscape/JSNPObject.cpp:
+ * WebProcess/Plugins/Netscape/NPJSObject.cpp:
+ * WebProcess/Plugins/Netscape/NPRuntimeObjectMap.cpp:
+ * WebProcess/Plugins/Netscape/NPRuntimeUtilities.cpp:
+ * WebProcess/Plugins/Netscape/NetscapeBrowserFuncs.cpp:
+ * WebProcess/Plugins/Netscape/NetscapePlugin.cpp:
+ * WebProcess/Plugins/Netscape/NetscapePluginStream.cpp:
+ * WebProcess/Plugins/Netscape/gtk/NetscapePluginGtk.cpp:
+ * WebProcess/Plugins/Netscape/qt/NetscapePluginQt.cpp:
+ * WebProcess/Plugins/Netscape/win/NetscapePluginWin.cpp:
+ * WebProcess/Plugins/Plugin.cpp:
+ * WebProcess/Plugins/PluginProcessConnection.cpp:
+ * WebProcess/Plugins/PluginProcessConnectionManager.cpp:
+ * WebProcess/Plugins/PluginProxy.cpp:
+ * WebProcess/Plugins/PluginView.cpp:
+ * WebProcess/WebCoreSupport/WebChromeClient.cpp:
+ * WebProcess/WebCoreSupport/WebContextMenuClient.cpp:
+ * WebProcess/WebCoreSupport/WebDatabaseManager.cpp:
+ * WebProcess/WebCoreSupport/WebDragClient.cpp:
+ * WebProcess/WebCoreSupport/WebEditorClient.cpp:
+ * WebProcess/WebCoreSupport/WebFrameLoaderClient.cpp:
+ * WebProcess/WebCoreSupport/WebGeolocationClient.cpp:
+ * WebProcess/WebCoreSupport/WebInspectorClient.cpp:
+ * WebProcess/WebCoreSupport/WebInspectorFrontendClient.cpp:
+ * WebProcess/WebCoreSupport/WebPlatformStrategies.cpp:
+ * WebProcess/WebCoreSupport/WebPopupMenu.cpp:
+ * WebProcess/WebCoreSupport/WebSearchPopupMenu.cpp:
+ * WebProcess/WebCoreSupport/gtk/WebContextMenuClientGtk.cpp:
+ * WebProcess/WebCoreSupport/gtk/WebPopupMenuGtk.cpp:
+ * WebProcess/WebCoreSupport/qt/WebContextMenuClientQt.cpp:
+ * WebProcess/WebCoreSupport/qt/WebErrorsQt.cpp:
+ * WebProcess/WebCoreSupport/qt/WebFrameNetworkingContext.cpp:
+ * WebProcess/WebCoreSupport/qt/WebPopupMenuQt.cpp:
+ * WebProcess/WebCoreSupport/win/WebContextMenuClientWin.cpp:
+ * WebProcess/WebCoreSupport/win/WebErrorsWin.cpp:
+ * WebProcess/WebCoreSupport/win/WebPopupMenuWin.cpp:
+ * WebProcess/WebKitMain.cpp:
+ * WebProcess/WebPage/ChunkedUpdateDrawingArea.cpp:
+ * WebProcess/WebPage/DecoderAdapter.cpp:
+ * WebProcess/WebPage/DrawingArea.cpp:
+ * WebProcess/WebPage/DrawingAreaImpl.cpp:
+ * WebProcess/WebPage/EncoderAdapter.cpp:
+ * WebProcess/WebPage/FindController.cpp:
+ * WebProcess/WebPage/LayerBackedDrawingArea.cpp:
+ * WebProcess/WebPage/PageOverlay.cpp:
+ * WebProcess/WebPage/TiledDrawingArea.cpp:
+ * WebProcess/WebPage/WebBackForwardListProxy.cpp:
+ * WebProcess/WebPage/WebContextMenu.cpp:
+ * WebProcess/WebPage/WebEditCommand.cpp:
+ * WebProcess/WebPage/WebFrame.cpp:
+ * WebProcess/WebPage/WebInspector.cpp:
+ * WebProcess/WebPage/WebOpenPanelResultListener.cpp:
+ * WebProcess/WebPage/WebPage.cpp:
+ * WebProcess/WebPage/WebPageGroupProxy.cpp:
+ * WebProcess/WebPage/gtk/WebInspectorGtk.cpp:
+ * WebProcess/WebPage/mac/ChunkedUpdateDrawingAreaMac.cpp:
+ * WebProcess/WebPage/qt/ChunkedUpdateDrawingAreaQt.cpp:
+ * WebProcess/WebPage/qt/TiledDrawingAreaQt.cpp:
+ * WebProcess/WebPage/qt/WebInspectorQt.cpp:
+ * WebProcess/WebPage/qt/WebPageQt.cpp:
+ * WebProcess/WebPage/win/ChunkedUpdateDrawingAreaWin.cpp:
+ * WebProcess/WebPage/win/LayerBackedDrawingAreaWin.cpp:
+ * WebProcess/WebPage/win/WebInspectorWin.cpp:
+ * WebProcess/WebPage/win/WebPageWin.cpp:
+ * WebProcess/WebProcess.cpp:
+ * WebProcess/gtk/WebProcessGtk.cpp:
+ * WebProcess/gtk/WebProcessMainGtk.cpp:
+ * WebProcess/qt/WebProcessMainQt.cpp:
+ * WebProcess/qt/WebProcessQt.cpp:
+ * WebProcess/win/WebProcessMainWin.cpp:
+ * WebProcess/win/WebProcessWin.cpp:
+ * config.h: Copied from Source/WebKit2/WebKit2Prefix.h.
+ * win/WebKit2Common.vsprops:
+
2011-01-27 Maciej Stachowiak <mjs@apple.com>
Reviewed by Darin Adler.
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "ArgumentDecoder.h"
#include "DataReference.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "ArgumentEncoder.h"
#include <algorithm>
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "Attachment.h"
#include "ArgumentDecoder.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "BinarySemaphore.h"
namespace CoreIPC {
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "Connection.h"
#include "CoreIPCMessageKinds.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "DataReference.h"
#include "ArgumentDecoder.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "Connection.h"
#include "ArgumentEncoder.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "Connection.h"
#include "CoreIPCMessageKinds.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "Attachment.h"
+
#if PLATFORM(QT)
#include <unistd.h>
#include <errno.h>
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "Connection.h"
#include "ArgumentEncoder.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "Connection.h"
#include "ArgumentEncoder.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "Logging.h"
#if !LOG_DISABLED
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "Module.h"
namespace WebKit {
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "Region.h"
// A region class based on the paper "Scanline Coherent Shape Algebra"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "RunLoop.h"
#include "WorkItem.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WorkQueue.h"
WorkQueue::WorkQueue(const char* name)
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "CGUtilities.h"
#include <wtf/RetainPtr.h>
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "RunLoop.h"
#include "WKBase.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "SharedMemory.h"
#include "NotImplemented.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WorkQueue.h"
#include "NotImplemented.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "MachUtilities.h"
#include <mach/task.h>
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "SharedMemory.h"
#include "ArgumentDecoder.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WorkQueue.h"
#include <mach/mach_port.h>
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "Module.h"
namespace WebKit {
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "RunLoop.h"
#include "WorkItem.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "SharedMemory.h"
#include "ArgumentDecoder.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WorkQueue.h"
#include <QLocalSocket>
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "Module.h"
#include <shlwapi.h>
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "RunLoop.h"
#include "WorkItem.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "SharedMemory.h"
#include "ArgumentDecoder.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WorkQueue.h"
#include <wtf/Threading.h>
* THE POSSIBILITY OF SUCH DAMAGE.
*/
-#if ENABLE(PLUGIN_PROCESS)
-
+#include "config.h"
#include "PluginControllerProxy.h"
+#if ENABLE(PLUGIN_PROCESS)
+
#include "DataReference.h"
#include "NPObjectProxy.h"
#include "NPRemoteObjectMap.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
-#if ENABLE(PLUGIN_PROCESS)
-
+#include "config.h"
#include "PluginProcess.h"
+#if ENABLE(PLUGIN_PROCESS)
+
#include "MachPort.h"
#include "NetscapePluginModule.h"
#include "PluginProcessProxyMessages.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
-#if ENABLE(PLUGIN_PROCESS)
-
+#include "config.h"
#include "WebProcessConnection.h"
+#if ENABLE(PLUGIN_PROCESS)
+
#include "NPRemoteObjectMap.h"
#include "PluginControllerProxy.h"
#include "PluginProcess.h"
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+
+#include "config.h"
"""
class MessageReceiver(object):
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WKArray.h"
#include "ImmutableArray.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WKCertificateInfo.h"
#include "WebCertificateInfo.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WKContextMenuItem.h"
#include "MutableArray.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WKData.h"
#include "WebData.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WKDictionary.h"
#include "ImmutableArray.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WKError.h"
#include "WebError.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WKImage.h"
#include "WKSharedAPICast.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WKMutableArray.h"
#include "MutableArray.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WKMutableDictionary.h"
#include "MutableDictionary.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WKNumber.h"
#include "WKAPICast.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WKSecurityOrigin.h"
#include "WKAPICast.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WKSerializedScriptValue.h"
#include "WKSerializedScriptValuePrivate.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WKString.h"
#include "WKStringPrivate.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WKType.h"
#include "APIObject.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WKURL.h"
#include "WKAPICast.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WKURLRequest.h"
#include "WKAPICast.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WKURLResponse.h"
#include "WKAPICast.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WKUserContentURLPattern.h"
#include "WKAPICast.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WKStringCF.h"
#include "WKAPICast.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WKURLCF.h"
#include "WKAPICast.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WKURLRequestCF.h"
#include "WKAPICast.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WKURLResponseCF.h"
#include "WKAPICast.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WKImageCG.h"
#include "ShareableBitmap.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WKCertificateInfoWin.h"
#include "WKAPICast.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "ChildProcess.h"
#if !OS(WINDOWS)
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "ImmutableArray.h"
namespace WebKit {
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "ImmutableDictionary.h"
#include "ImmutableArray.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "MutableArray.h"
namespace WebKit {
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "MutableDictionary.h"
namespace WebKit {
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "OriginAndDatabases.h"
#include "WebCoreArgumentCoders.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "PlatformPopupMenuData.h"
#include "WebCoreArgumentCoders.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
-#if ENABLE(PLUGIN_PROCESS)
-
+#include "config.h"
#include "NPIdentifierData.h"
+#if ENABLE(PLUGIN_PROCESS)
+
#include "ArgumentDecoder.h"
#include "ArgumentEncoder.h"
#include "NotImplemented.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
-#if ENABLE(PLUGIN_PROCESS)
-
+#include "config.h"
#include "NPObjectMessageReceiver.h"
+#if ENABLE(PLUGIN_PROCESS)
+
#include "NPIdentifierData.h"
#include "NPRemoteObjectMap.h"
#include "NPRuntimeUtilities.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
-#if ENABLE(PLUGIN_PROCESS)
-
+#include "config.h"
#include "NPObjectProxy.h"
+#if ENABLE(PLUGIN_PROCESS)
+
#include "ArgumentCoders.h"
#include "Connection.h"
#include "NPIdentifierData.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
-#if ENABLE(PLUGIN_PROCESS)
-
+#include "config.h"
#include "NPRemoteObjectMap.h"
+#if ENABLE(PLUGIN_PROCESS)
+
#include "NPObjectMessageReceiver.h"
#include "NPObjectProxy.h"
#include "NPRuntimeUtilities.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
-#if ENABLE(PLUGIN_PROCESS)
-
+#include "config.h"
#include "NPVariantData.h"
+#if ENABLE(PLUGIN_PROCESS)
+
#include "ArgumentDecoder.h"
#include "ArgumentEncoder.h"
#include "NotImplemented.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "NetscapePluginModule.h"
#include "Module.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "NetscapePluginModule.h"
#include <WebCore/FileSystem.h>
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "NetscapePluginModule.h"
#include "PluginDatabase.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
-#if ENABLE(PLUGIN_PROCESS)
-
+#include "config.h"
#include "PluginProcessCreationParameters.h"
+#if ENABLE(PLUGIN_PROCESS)
+
#include "ArgumentCoders.h"
namespace WebKit {
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "PrintInfo.h"
#include "ArgumentDecoder.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "SessionState.h"
namespace CoreIPC {
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "ShareableBitmap.h"
#include "SharedMemory.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "UpdateInfo.h"
#include "WebCoreArgumentCoders.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "VisitedLinkTable.h"
#include "SharedMemory.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WebBackForwardListItem.h"
#include "DataReference.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WebContextMenuItem.h"
#include "ImmutableArray.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WebContextMenuItemData.h"
#include "APIObject.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
-
+#include "config.h"
#include "WebError.h"
#include <wtf/text/WTFString.h>
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WebEvent.h"
#include "ArgumentDecoder.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WebEventConversion.h"
#include "WebEvent.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WebGeolocationPosition.h"
#include "ArgumentCoders.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WebEvent.h"
#if ENABLE(GESTURE_EVENTS)
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WebImage.h"
#include "ShareableBitmap.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WebEvent.h"
#include "WebCoreArgumentCoders.h"
*
*/
-#if ENABLE(MEMORY_SAMPLER)
-
+#include "config.h"
#include "WebMemorySampler.h"
+#if ENABLE(MEMORY_SAMPLER)
+
#include <wtf/text/CString.h>
using namespace WebCore;
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WebEvent.h"
#include "Arguments.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WebOpenPanelParameters.h"
#include "WebCoreArgumentCoders.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WebPageCreationParameters.h"
#include "WebCoreArgumentCoders.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WebPageGroupData.h"
#include "ArgumentCoders.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
-#if ENABLE(TOUCH_EVENTS)
-
+#include "config.h"
#include "WebEvent.h"
+#if ENABLE(TOUCH_EVENTS)
+
#include "Arguments.h"
#include "WebCoreArgumentCoders.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
+
#include "WebPopupItem.h"
#include "ArgumentCoders.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WebPreferencesStore.h"
#include "FontSmoothingLevel.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WebProcessCreationParameters.h"
#include "ArgumentCoders.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
-#if ENABLE(TOUCH_EVENTS)
-
+#include "config.h"
#include "WebEvent.h"
+#if ENABLE(TOUCH_EVENTS)
+
#include "ArgumentCoders.h"
#include "Arguments.h"
*
*/
+#include "config.h"
#include "WebURLRequest.h"
using namespace WebCore;
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WebURLResponse.h"
namespace WebKit {
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WebEvent.h"
#include "Arguments.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "ShareableBitmap.h"
#include "NotImplemented.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "ArgumentCodersCF.h"
#include "ArgumentDecoder.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "ShareableBitmap.h"
#include <WebCore/GraphicsContext.h>
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "ShareableBitmap.h"
#include "NotImplemented.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WebCoreArgumentCoders.h"
#include "NotImplemented.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "CommandLine.h"
namespace WebKit {
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "UpdateChunk.h"
#include "ArgumentDecoder.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "CleanupHandler.h"
#include "MappedMemoryPool.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "NativeWebKeyboardEvent.h"
#include "WebEventFactoryQt.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "ShareableBitmap.h"
#include <QImage>
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "UpdateChunk.h"
#include "ArgumentDecoder.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WebCoreArgumentCoders.h"
#include "NotImplemented.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WebEventFactoryQt.h"
#include <qgraphicssceneevent.h>
#include <QApplication>
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WebURLRequest.h"
namespace WebKit {
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WebURLResponse.h"
namespace WebKit {
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "CommandLine.h"
namespace WebKit {
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "NativeWebKeyboardEvent.h"
#include "WebEventFactory.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "PlatformCertificateInfo.h"
#include "ArgumentDecoder.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "UpdateChunk.h"
#include "ArgumentDecoder.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WebCoreArgumentCoders.h"
#if USE(CFNETWORK)
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WebEventFactory.h"
#include <windowsx.h>
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WebURLRequest.h"
namespace WebKit {
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WebURLResponse.h"
namespace WebKit {
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WKAuthenticationChallenge.h"
#include "AuthenticationChallengeProxy.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WKAuthenticationDecisionListener.h"
#include "AuthenticationDecisionListener.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WKBackForwardList.h"
#include "WebBackForwardList.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WKBackForwardListItem.h"
#include "WKAPICast.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WKContext.h"
#include "WKContextPrivate.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WKCredential.h"
#include "WebCredential.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WKDatabaseManager.h"
#include "WebDatabaseManagerProxy.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WKDownload.h"
#include "DownloadProxy.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WKFormSubmissionListener.h"
#include "WKAPICast.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WKFrame.h"
#include "WKAPICast.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WKFramePolicyListener.h"
#include "WKAPICast.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WKGeolocationManager.h"
#include "WKAPICast.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WKGeolocationPermissionRequest.h"
#include "GeolocationPermissionRequestProxy.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WKGeolocationPosition.h"
#include "WKAPICast.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WKInspector.h"
#if ENABLE(INSPECTOR)
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WKNavigationData.h"
#include "WKAPICast.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WKOpenPanelParameters.h"
#include "WKAPICast.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WKOpenPanelResultListener.h"
#include "WKAPICast.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WKPage.h"
#include "WKPagePrivate.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WKPageGroup.h"
#include "WKAPICast.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WKPreferences.h"
#include "WKPreferencesPrivate.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WKProtectionSpace.h"
#include "WebProtectionSpace.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WKContext.h"
#include "WKContextPrivateWin.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WKView.h"
#include "WKAPICast.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WKViewPrivate.h"
#include "WKAPICast.h"
*
*/
+#include "config.h"
#include "WKStringQt.h"
#include "WKAPICast.h"
*
*/
+#include "config.h"
#include "WKURLQt.h"
#include "WKAPICast.h"
Boston, MA 02110-1301, USA.
*/
+#include "config.h"
#include "ClientImpl.h"
#include "WebFrameProxy.h"
*
*/
+#include "config.h"
#include "qgraphicswkview.h"
#include "ChunkedUpdateDrawingAreaProxy.h"
*
*/
+#include "config.h"
#include "qwkcontext.h"
#include "qwkcontext_p.h"
*
*/
+#include "config.h"
#include "qwkpage.h"
#include "qwkpage_p.h"
Boston, MA 02110-1301, USA.
*/
+#include "config.h"
#include "qwkpreferences.h"
#include "WKPageGroup.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "AuthenticationChallengeProxy.h"
#include "AuthenticationDecisionListener.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "AuthenticationDecisionListener.h"
#include "AuthenticationChallengeProxy.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WebCredential.h"
namespace WebKit {
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WebProtectionSpace.h"
#include <WebCore/SharedBuffer.h>
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "BackingStore.h"
#include "ShareableBitmap.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "ChunkedUpdateDrawingAreaProxy.h"
#include "DrawingAreaMessageKinds.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "DownloadProxy.h"
#include "DataReference.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "DrawingAreaProxy.h"
#include "WebPageProxy.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "DrawingAreaProxyImpl.h"
#include "DrawingAreaMessages.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "FindIndicator.h"
#include "ShareableBitmap.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "GeolocationPermissionRequestManagerProxy.h"
#include "WebPageMessages.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "GeolocationPermissionRequestProxy.h"
#include "GeolocationPermissionRequestManagerProxy.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "ProcessLauncher.h"
#include "WorkQueue.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "ThreadLauncher.h"
#include "RunLoop.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "ProcessLauncher.h"
#include "Connection.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "ThreadLauncher.h"
#include "NotImplemented.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "ProcessLauncher.h"
#include "Connection.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "ThreadLauncher.h"
#include "RunLoop.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "ProcessLauncher.h"
#include "Connection.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "ThreadLauncher.h"
#include "RunLoop.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
-#if USE(ACCELERATED_COMPOSITING)
-
+#include "config.h"
#include "LayerBackedDrawingAreaProxy.h"
+#if USE(ACCELERATED_COMPOSITING)
+
#include "DrawingAreaMessageKinds.h"
#include "DrawingAreaProxyMessageKinds.h"
#include "MessageID.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "PluginInfoStore.h"
#include <WebCore/KURL.h>
* THE POSSIBILITY OF SUCH DAMAGE.
*/
-#if ENABLE(PLUGIN_PROCESS)
-
+#include "config.h"
#include "PluginProcessManager.h"
+#if ENABLE(PLUGIN_PROCESS)
+
#include "PluginInfoStore.h"
#include "PluginProcessProxy.h"
#include "WebContext.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
-#if ENABLE(PLUGIN_PROCESS)
-
+#include "config.h"
#include "PluginProcessProxy.h"
+#if ENABLE(PLUGIN_PROCESS)
+
#include "MachPort.h"
#include "PluginProcessCreationParameters.h"
#include "PluginProcessManager.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
-
+#include "config.h"
#include "PluginInfoStore.h"
#include "NotImplemented.h"
// Note: this file is only for UNIX. On other platforms we can reuse the native implementation.
+#include "config.h"
#include "PluginInfoStore.h"
#include "NetscapePluginModule.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "PluginInfoStore.h"
#include "NetscapePluginModule.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "ResponsivenessTimer.h"
#include "WorkItem.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "TiledDrawingAreaProxy.h"
#if ENABLE(TILED_BACKING_STORE)
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "VisitedLinkProvider.h"
#include "SharedMemory.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WebBackForwardList.h"
#include "WebPageProxy.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WebContext.h"
#include "DownloadProxy.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WebContextInjectedBundleClient.h"
#include "WKAPICast.h"
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+
+#include "config.h"
#include "WebContextMenuProxy.h"
namespace WebKit {
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WebDatabaseManagerProxy.h"
#include "ImmutableArray.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WebDatabaseManagerProxyClient.h"
#include "WKAPICast.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WebDownloadClient.h"
#include "WKAPICast.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WebEditCommandProxy.h"
#include "WebPageMessages.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WebFindClient.h"
#include "WKAPICast.h"
#include <wtf/text/WTFString.h>
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WebFormClient.h"
#include "ImmutableDictionary.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WebFormSubmissionListenerProxy.h"
namespace WebKit {
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WebFrameListenerProxy.h"
#include "WebFrameProxy.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WebFramePolicyListenerProxy.h"
#include "WebFrameProxy.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WebFrameProxy.h"
#include "WebCertificateInfo.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WebGeolocationManagerProxy.h"
#include "WebContext.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WebGeolocationProvider.h"
#include "WKAPICast.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WebHistoryClient.h"
#include "WKAPICast.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WebInspectorProxy.h"
#if ENABLE(INSPECTOR)
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WebLoaderClient.h"
#include "WKAPICast.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WebNavigationData.h"
namespace WebKit {
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WebOpenPanelResultListenerProxy.h"
#include "ImmutableArray.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WebPageContextMenuClient.h"
#include "Logging.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WebPageGroup.h"
#include "WebPageProxy.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WebPageProxy.h"
#include "AuthenticationChallengeProxy.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WebPolicyClient.h"
#include "WKAPICast.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WebPreferences.h"
#include "WebPageGroup.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WebProcessManager.h"
#include "WebContext.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WebProcessProxy.h"
#include "DataReference.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WebResourceLoadClient.h"
#include "WKAPICast.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WebUIClient.h"
#include "ImmutableDictionary.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WebBackForwardList.h"
#include "Logging.h"
#include <wtf/RetainPtr.h>
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WebPageProxy.h"
#include "DataReference.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WebPreferences.h"
#if !PLATFORM(MAC)
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "TextChecker.h"
#include "NotImplemented.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WebInspectorProxy.h"
#if ENABLE(INSPECTOR)
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WebPageProxy.h"
namespace WebKit {
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WebPreferences.h"
#include "NotImplemented.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "ChunkedUpdateDrawingAreaProxy.h"
#include "DrawingAreaMessageKinds.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "TextChecker.h"
#include "NotImplemented.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "TiledDrawingAreaProxy.h"
#if ENABLE(TILED_BACKING_STORE)
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "TiledDrawingAreaTile.h"
#if ENABLE(TILED_BACKING_STORE)
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WebContextMenuProxyQt.h"
#include <IntPoint.h>
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WebContext.h"
#include "ApplicationCacheStorage.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WebInspectorProxy.h"
#if ENABLE(INSPECTOR)
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WebPageProxy.h"
namespace WebKit {
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WebPopupMenuProxyQt.h"
#include "PlatformPopupMenuData.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WebPreferences.h"
namespace WebKit {
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "ChunkedUpdateDrawingAreaProxy.h"
#include "UpdateChunk.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
-#if USE(ACCELERATED_COMPOSITING)
-
+#include "config.h"
#include "LayerBackedDrawingAreaProxy.h"
+#if USE(ACCELERATED_COMPOSITING)
+
#include "DrawingAreaMessageKinds.h"
#include "DrawingAreaProxyMessageKinds.h"
#include "WebView.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "TextChecker.h"
#define DISABLE_NOT_IMPLEMENTED_WARNINGS 1
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WebContextMenuProxyWin.h"
#include "NotImplemented.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WebContext.h"
#include "WebProcessCreationParameters.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WebInspectorProxy.h"
#if ENABLE(INSPECTOR)
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WebPageProxy.h"
#include <tchar.h>
// NOTE: This implementation is very similar to the implementation of popups in WebCore::PopupMenuWin.
// We should try and factor out the common bits and share them.
+#include "config.h"
#include "WebPopupMenuProxyWin.h"
#include "WebView.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WebView.h"
#include "ChunkedUpdateDrawingAreaProxy.h"
93FC67BE12D3CCF200A60610 /* DecoderAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 93FC679E12D3CC7400A60610 /* DecoderAdapter.h */; };
93FC67BF12D3CCF200A60610 /* EncoderAdapter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 93FC679F12D3CC7400A60610 /* EncoderAdapter.cpp */; };
93FC67C012D3CCF200A60610 /* EncoderAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 93FC67A012D3CC7400A60610 /* EncoderAdapter.h */; };
+ B396EA5612E0ED2D00F4FEB7 /* config.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = B396EA5512E0ED2D00F4FEB7 /* config.h */; };
BC0092F7115837A300E0AE2A /* RunLoopMac.mm in Sources */ = {isa = PBXBuildFile; fileRef = BC0092F5115837A300E0AE2A /* RunLoopMac.mm */; };
BC0092F8115837A300E0AE2A /* WorkQueueMac.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC0092F6115837A300E0AE2A /* WorkQueueMac.cpp */; };
BC032D7510F4378D0058C15A /* WebChromeClient.h in Headers */ = {isa = PBXBuildFile; fileRef = BC032D6010F4378D0058C15A /* WebChromeClient.h */; };
files = (
1A50DB66110A3D57000D3FE5 /* WebProcess.app in CopyFiles */,
1A64228B12DD024700CAAE2C /* DrawingArea.messages.in in CopyFiles */,
+ B396EA5612E0ED2D00F4FEB7 /* config.h in CopyFiles */,
);
runOnlyForDeploymentPostprocessing = 0;
};
93FC679F12D3CC7400A60610 /* EncoderAdapter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = EncoderAdapter.cpp; sourceTree = "<group>"; };
93FC67A012D3CC7400A60610 /* EncoderAdapter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EncoderAdapter.h; sourceTree = "<group>"; };
A72D5D7F1236CBA800A88B15 /* WebSerializedScriptValue.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WebSerializedScriptValue.h; sourceTree = "<group>"; };
+ B396EA5512E0ED2D00F4FEB7 /* config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = config.h; sourceTree = "<group>"; };
BC0092F5115837A300E0AE2A /* RunLoopMac.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = RunLoopMac.mm; sourceTree = "<group>"; };
BC0092F6115837A300E0AE2A /* WorkQueueMac.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = WorkQueueMac.cpp; sourceTree = "<group>"; };
BC032D6010F4378D0058C15A /* WebChromeClient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WebChromeClient.h; sourceTree = "<group>"; };
0867D691FE84028FC02AAC07 /* WebKit2 */ = {
isa = PBXGroup;
children = (
+ B396EA5512E0ED2D00F4FEB7 /* config.h */,
C0CE72DB1247E8F700BC0EC4 /* DerivedSources.make */,
BC2E6E74114196F000A63B1E /* Platform */,
1A0EC6B0124BBD36007EF4A5 /* PluginProcess */,
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "AuthenticationManager.h"
#include "MessageID.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "Download.h"
#include "Connection.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "DownloadManager.h"
#include "Download.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "Download.h"
#include "DataReference.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "Download.h"
#include "NotImplemented.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "Download.h"
#include "NotImplemented.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "GeolocationPermissionRequestManager.h"
#include "WebFrame.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WebGeolocationManager.h"
#include "WebGeolocationManagerProxyMessages.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WKBundle.h"
#include "WKBundlePrivate.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WKBundleBackForwardList.h"
#include "InjectedBundleBackForwardList.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WKBundleBackForwardListItem.h"
#include "ImmutableArray.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WKBundleFrame.h"
#include "WKBundleFramePrivate.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WKBundleHitTestResult.h"
#include "InjectedBundleHitTestResult.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WKBundleInspector.h"
#if ENABLE(INSPECTOR)
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WKBundleNodeHandle.h"
#include "WKBundleNodeHandlePrivate.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WKBundlePage.h"
#include "WKBundlePagePrivate.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WKBundlePageGroup.h"
#include "WKAPICast.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WKBundlePageOverlay.h"
#include "PageOverlay.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WKBundleRangeHandle.h"
#include "InjectedBundleRangeHandle.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WKBundleScriptWorld.h"
#include "InjectedBundleScriptWorld.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "InjectedBundleNodeHandle.h"
#include "WebFrame.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "InjectedBundleRangeHandle.h"
#include <WebCore/Range.h>
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "InjectedBundle.h"
#include "Arguments.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "InjectedBundleBackForwardList.h"
#include "InjectedBundleBackForwardListItem.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "InjectedBundleBackForwardListItem.h"
#include "ImmutableArray.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "InjectedBundleClient.h"
#include "WKBundleAPICast.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "InjectedBundleHitTestResult.h"
#include "InjectedBundleNodeHandle.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "InjectedBundlePageContextMenuClient.h"
#include "ImmutableArray.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "InjectedBundlePageEditorClient.h"
#include "InjectedBundleNodeHandle.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "InjectedBundlePageFormClient.h"
#include "ImmutableDictionary.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "InjectedBundlePageLoaderClient.h"
#include "InjectedBundleScriptWorld.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "InjectedBundlePageUIClient.h"
#include "InjectedBundleHitTestResult.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "InjectedBundleScriptWorld.h"
#include <WebCore/DOMWrapperWorld.h>
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "InjectedBundle.h"
#include "NotImplemented.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "InjectedBundle.h"
#include "WKBundleAPICast.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "InjectedBundle.h"
#include "WKBundleAPICast.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "InjectedBundle.h"
#include "WKBundleAPICast.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "JSNPMethod.h"
#include "JSNPObject.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "JSNPObject.h"
#include "JSNPMethod.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "NPJSObject.h"
#include "JSNPObject.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "NPRuntimeObjectMap.h"
#include "JSNPObject.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "NPRuntimeUtilities.h"
#include <wtf/text/CString.h>
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "NetscapeBrowserFuncs.h"
#include "NPRuntimeUtilities.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "NetscapePlugin.h"
#include "NPRuntimeObjectMap.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "NetscapePluginStream.h"
#include "NetscapePlugin.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "NetscapePlugin.h"
#include "NotImplemented.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "NetscapePlugin.h"
#include "NotImplemented.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "NetscapePlugin.h"
#include "NotImplemented.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "Plugin.h"
#include "WebCoreArgumentCoders.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
-#if ENABLE(PLUGIN_PROCESS)
-
+#include "config.h"
#include "PluginProcessConnection.h"
+#if ENABLE(PLUGIN_PROCESS)
+
#include "NPRemoteObjectMap.h"
#include "PluginProcessConnectionManager.h"
#include "PluginProxy.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
-#if ENABLE(PLUGIN_PROCESS)
-
+#include "config.h"
#include "PluginProcessConnectionManager.h"
+#if ENABLE(PLUGIN_PROCESS)
+
#include "ArgumentDecoder.h"
#include "ArgumentEncoder.h"
#include "MachPort.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
-#if ENABLE(PLUGIN_PROCESS)
-
+#include "config.h"
#include "PluginProxy.h"
+#if ENABLE(PLUGIN_PROCESS)
+
#include "DataReference.h"
#include "NPRemoteObjectMap.h"
#include "NPRuntimeUtilities.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "PluginView.h"
#include "NPRuntimeUtilities.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WebChromeClient.h"
#define DISABLE_NOT_IMPLEMENTED_WARNINGS 1
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WebContextMenuClient.h"
#include "WebContextMenuItemData.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WebDatabaseManager.h"
#include "Connection.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WebDragClient.h"
#define DISABLE_NOT_IMPLEMENTED_WARNINGS 1
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WebEditorClient.h"
#define DISABLE_NOT_IMPLEMENTED_WARNINGS 1
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WebFrameLoaderClient.h"
#define DISABLE_NOT_IMPLEMENTED_WARNINGS 1
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WebGeolocationClient.h"
#if ENABLE(CLIENT_BASED_GEOLOCATION)
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WebInspectorClient.h"
#if ENABLE(INSPECTOR)
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WebInspectorFrontendClient.h"
#if ENABLE(INSPECTOR)
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WebPlatformStrategies.h"
#if USE(PLATFORM_STRATEGIES)
*
*/
+#include "config.h"
#include "WebPopupMenu.h"
#include "PlatformPopupMenuData.h"
*/
+#include "config.h"
#include "WebSearchPopupMenu.h"
using namespace WebCore;
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WebContextMenuClient.h"
#include "NotImplemented.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WebPopupMenu.h"
#include "NotImplemented.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WebContextMenuClient.h"
#include "NotImplemented.h"
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WebErrors.h"
#include <WebCore/ResourceRequest.h>
*/
#include "config.h"
-
#include "WebFrameNetworkingContext.h"
#include "WebProcess.h"