Title: [141711] trunk/Source/WebKit2
Revision
141711
Author
wei...@apple.com
Date
2013-02-02 17:14:56 -0800 (Sat, 02 Feb 2013)

Log Message

Remove more LegacyReceivers
https://bugs.webkit.org/show_bug.cgi?id=108758

Reviewed by Anders Carlsson.

* UIProcess/Downloads/DownloadProxy.cpp:
* UIProcess/Downloads/DownloadProxy.messages.in:
* UIProcess/WebApplicationCacheManagerProxy.cpp:
* UIProcess/WebApplicationCacheManagerProxy.h:
(WebApplicationCacheManagerProxy):
* UIProcess/WebApplicationCacheManagerProxy.messages.in:
* UIProcess/WebCookieManagerProxy.cpp:
* UIProcess/WebCookieManagerProxy.h:
(WebCookieManagerProxy):
* UIProcess/WebCookieManagerProxy.messages.in:
* UIProcess/WebDatabaseManagerProxy.cpp:
* UIProcess/WebDatabaseManagerProxy.h:
(WebDatabaseManagerProxy):
* UIProcess/WebDatabaseManagerProxy.messages.in:
* UIProcess/mac/RemoteLayerTreeHost.h:
(RemoteLayerTreeHost):
* UIProcess/mac/RemoteLayerTreeHost.messages.in:
* UIProcess/mac/RemoteLayerTreeHost.mm:
* WebProcess/ApplicationCache/WebApplicationCacheManager.cpp:
* WebProcess/ApplicationCache/WebApplicationCacheManager.h:
(WebApplicationCacheManager):
* WebProcess/ApplicationCache/WebApplicationCacheManager.messages.in:
* WebProcess/Cookies/WebCookieManager.cpp:
* WebProcess/Cookies/WebCookieManager.h:
(WebCookieManager):
* WebProcess/Cookies/WebCookieManager.messages.in:
* WebProcess/WebCoreSupport/WebDatabaseManager.cpp:
* WebProcess/WebCoreSupport/WebDatabaseManager.h:
(WebDatabaseManager):
* WebProcess/WebCoreSupport/WebDatabaseManager.messages.in:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (141710 => 141711)


--- trunk/Source/WebKit2/ChangeLog	2013-02-03 01:11:02 UTC (rev 141710)
+++ trunk/Source/WebKit2/ChangeLog	2013-02-03 01:14:56 UTC (rev 141711)
@@ -1,5 +1,43 @@
 2013-02-02  Sam Weinig  <s...@webkit.org>
 
+        Remove more LegacyReceivers
+        https://bugs.webkit.org/show_bug.cgi?id=108758
+
+        Reviewed by Anders Carlsson.
+
+        * UIProcess/Downloads/DownloadProxy.cpp:
+        * UIProcess/Downloads/DownloadProxy.messages.in:
+        * UIProcess/WebApplicationCacheManagerProxy.cpp:
+        * UIProcess/WebApplicationCacheManagerProxy.h:
+        (WebApplicationCacheManagerProxy):
+        * UIProcess/WebApplicationCacheManagerProxy.messages.in:
+        * UIProcess/WebCookieManagerProxy.cpp:
+        * UIProcess/WebCookieManagerProxy.h:
+        (WebCookieManagerProxy):
+        * UIProcess/WebCookieManagerProxy.messages.in:
+        * UIProcess/WebDatabaseManagerProxy.cpp:
+        * UIProcess/WebDatabaseManagerProxy.h:
+        (WebDatabaseManagerProxy):
+        * UIProcess/WebDatabaseManagerProxy.messages.in:
+        * UIProcess/mac/RemoteLayerTreeHost.h:
+        (RemoteLayerTreeHost):
+        * UIProcess/mac/RemoteLayerTreeHost.messages.in:
+        * UIProcess/mac/RemoteLayerTreeHost.mm:
+        * WebProcess/ApplicationCache/WebApplicationCacheManager.cpp:
+        * WebProcess/ApplicationCache/WebApplicationCacheManager.h:
+        (WebApplicationCacheManager):
+        * WebProcess/ApplicationCache/WebApplicationCacheManager.messages.in:
+        * WebProcess/Cookies/WebCookieManager.cpp:
+        * WebProcess/Cookies/WebCookieManager.h:
+        (WebCookieManager):
+        * WebProcess/Cookies/WebCookieManager.messages.in:
+        * WebProcess/WebCoreSupport/WebDatabaseManager.cpp:
+        * WebProcess/WebCoreSupport/WebDatabaseManager.h:
+        (WebDatabaseManager):
+        * WebProcess/WebCoreSupport/WebDatabaseManager.messages.in:
+
+2013-02-02  Sam Weinig  <s...@webkit.org>
+
         Convert CustomProtocolManagerProxy, CustomProtocolManager and AuthenticationManager to be non-LegacyReceivers
         https://bugs.webkit.org/show_bug.cgi?id=108757
 

Modified: trunk/Source/WebKit2/UIProcess/Downloads/DownloadProxy.cpp (141710 => 141711)


--- trunk/Source/WebKit2/UIProcess/Downloads/DownloadProxy.cpp	2013-02-03 01:11:02 UTC (rev 141710)
+++ trunk/Source/WebKit2/UIProcess/Downloads/DownloadProxy.cpp	2013-02-03 01:14:56 UTC (rev 141711)
@@ -97,16 +97,6 @@
     m_webContext->downloadClient().processDidCrash(m_webContext.get(), this);
 }
 
-void DownloadProxy::didReceiveMessage(CoreIPC::Connection* connection, CoreIPC::MessageDecoder& decoder)
-{
-    didReceiveDownloadProxyMessage(connection, decoder);
-}
-
-void DownloadProxy::didReceiveSyncMessage(CoreIPC::Connection* connection, CoreIPC::MessageDecoder& decoder, OwnPtr<CoreIPC::MessageEncoder>& replyEncoder)
-{
-    didReceiveSyncDownloadProxyMessage(connection, decoder, replyEncoder);
-}
-
 void DownloadProxy::didStart(const ResourceRequest& request)
 {
     m_request = request;

Modified: trunk/Source/WebKit2/UIProcess/Downloads/DownloadProxy.messages.in (141710 => 141711)


--- trunk/Source/WebKit2/UIProcess/Downloads/DownloadProxy.messages.in	2013-02-03 01:11:02 UTC (rev 141710)
+++ trunk/Source/WebKit2/UIProcess/Downloads/DownloadProxy.messages.in	2013-02-03 01:14:56 UTC (rev 141711)
@@ -20,7 +20,7 @@
 # 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.
 
-messages -> DownloadProxy LegacyReceiver {
+messages -> DownloadProxy {
     DidStart(WebCore::ResourceRequest request)
     DidReceiveAuthenticationChallenge(WebCore::AuthenticationChallenge challenge, uint64_t challengeID)
 

Modified: trunk/Source/WebKit2/UIProcess/WebApplicationCacheManagerProxy.cpp (141710 => 141711)


--- trunk/Source/WebKit2/UIProcess/WebApplicationCacheManagerProxy.cpp	2013-02-03 01:11:02 UTC (rev 141710)
+++ trunk/Source/WebKit2/UIProcess/WebApplicationCacheManagerProxy.cpp	2013-02-03 01:14:56 UTC (rev 141711)
@@ -80,11 +80,6 @@
     APIObject::deref();
 }
 
-void WebApplicationCacheManagerProxy::didReceiveMessage(CoreIPC::Connection* connection, CoreIPC::MessageDecoder& decoder)
-{
-    didReceiveWebApplicationCacheManagerProxyMessage(connection,  decoder);
-}
-
 void WebApplicationCacheManagerProxy::getApplicationCacheOrigins(PassRefPtr<ArrayCallback> prpCallback)
 {
     if (!context())

Modified: trunk/Source/WebKit2/UIProcess/WebApplicationCacheManagerProxy.h (141710 => 141711)


--- trunk/Source/WebKit2/UIProcess/WebApplicationCacheManagerProxy.h	2013-02-03 01:11:02 UTC (rev 141710)
+++ trunk/Source/WebKit2/UIProcess/WebApplicationCacheManagerProxy.h	2013-02-03 01:14:56 UTC (rev 141711)
@@ -78,7 +78,6 @@
 
     // CoreIPC::MessageReceiver
     virtual void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&) OVERRIDE;
-    void didReceiveWebApplicationCacheManagerProxyMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&);
 
     HashMap<uint64_t, RefPtr<ArrayCallback> > m_arrayCallbacks;
 };

Modified: trunk/Source/WebKit2/UIProcess/WebApplicationCacheManagerProxy.messages.in (141710 => 141711)


--- trunk/Source/WebKit2/UIProcess/WebApplicationCacheManagerProxy.messages.in	2013-02-03 01:11:02 UTC (rev 141710)
+++ trunk/Source/WebKit2/UIProcess/WebApplicationCacheManagerProxy.messages.in	2013-02-03 01:14:56 UTC (rev 141711)
@@ -20,6 +20,6 @@
 # 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.
 
-messages -> WebApplicationCacheManagerProxy LegacyReceiver {
+messages -> WebApplicationCacheManagerProxy {
     DidGetApplicationCacheOrigins(Vector<WebKit::SecurityOriginData> originIdentifiers, uint64_t callbackID);
 }

Modified: trunk/Source/WebKit2/UIProcess/WebCookieManagerProxy.cpp (141710 => 141711)


--- trunk/Source/WebKit2/UIProcess/WebCookieManagerProxy.cpp	2013-02-03 01:11:02 UTC (rev 141710)
+++ trunk/Source/WebKit2/UIProcess/WebCookieManagerProxy.cpp	2013-02-03 01:14:56 UTC (rev 141711)
@@ -98,13 +98,6 @@
     APIObject::deref();
 }
 
-// CoreIPC::MessageReceiver
-
-void WebCookieManagerProxy::didReceiveMessage(CoreIPC::Connection* connection, CoreIPC::MessageDecoder& decoder)
-{
-    didReceiveWebCookieManagerProxyMessage(connection, decoder);
-}
-
 void WebCookieManagerProxy::getHostnamesWithCookies(PassRefPtr<ArrayCallback> prpCallback)
 {
     RefPtr<ArrayCallback> callback = prpCallback;

Modified: trunk/Source/WebKit2/UIProcess/WebCookieManagerProxy.h (141710 => 141711)


--- trunk/Source/WebKit2/UIProcess/WebCookieManagerProxy.h	2013-02-03 01:11:02 UTC (rev 141710)
+++ trunk/Source/WebKit2/UIProcess/WebCookieManagerProxy.h	2013-02-03 01:14:56 UTC (rev 141711)
@@ -40,10 +40,6 @@
 #include "SoupCookiePersistentStorageType.h"
 #endif
 
-namespace CoreIPC {
-    class Connection;
-}
-
 namespace WebKit {
 
 class WebContext;
@@ -101,7 +97,6 @@
 
     // CoreIPC::MessageReceiver
     virtual void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&) OVERRIDE;
-    void didReceiveWebCookieManagerProxyMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&);
 
 #if PLATFORM(MAC)
     void persistHTTPCookieAcceptPolicy(HTTPCookieAcceptPolicy);

Modified: trunk/Source/WebKit2/UIProcess/WebCookieManagerProxy.messages.in (141710 => 141711)


--- trunk/Source/WebKit2/UIProcess/WebCookieManagerProxy.messages.in	2013-02-03 01:11:02 UTC (rev 141710)
+++ trunk/Source/WebKit2/UIProcess/WebCookieManagerProxy.messages.in	2013-02-03 01:14:56 UTC (rev 141711)
@@ -20,7 +20,7 @@
 # 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.
 
-messages -> WebCookieManagerProxy LegacyReceiver {
+messages -> WebCookieManagerProxy {
     DidGetHostnamesWithCookies(Vector<WTF::String> hostnames, uint64_t callbackID);
     DidGetHTTPCookieAcceptPolicy(uint32_t policy, uint64_t callbackID);
     

Modified: trunk/Source/WebKit2/UIProcess/WebDatabaseManagerProxy.cpp (141710 => 141711)


--- trunk/Source/WebKit2/UIProcess/WebDatabaseManagerProxy.cpp	2013-02-03 01:11:02 UTC (rev 141710)
+++ trunk/Source/WebKit2/UIProcess/WebDatabaseManagerProxy.cpp	2013-02-03 01:14:56 UTC (rev 141711)
@@ -139,13 +139,6 @@
     APIObject::deref();
 }
 
-// CoreIPC::MessageReceiver
-
-void WebDatabaseManagerProxy::didReceiveMessage(CoreIPC::Connection* connection, CoreIPC::MessageDecoder& decoder)
-{
-    didReceiveWebDatabaseManagerProxyMessage(connection, decoder);
-}
-
 void WebDatabaseManagerProxy::getDatabasesByOrigin(PassRefPtr<ArrayCallback> prpCallback)
 {
     RefPtr<ArrayCallback> callback = prpCallback;

Modified: trunk/Source/WebKit2/UIProcess/WebDatabaseManagerProxy.h (141710 => 141711)


--- trunk/Source/WebKit2/UIProcess/WebDatabaseManagerProxy.h	2013-02-03 01:11:02 UTC (rev 141710)
+++ trunk/Source/WebKit2/UIProcess/WebDatabaseManagerProxy.h	2013-02-03 01:14:56 UTC (rev 141711)
@@ -90,7 +90,6 @@
 
     // CoreIPC::MessageReceiver
     virtual void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&) OVERRIDE;
-    void didReceiveWebDatabaseManagerProxyMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&);
 
     // Message handlers.
     void didGetDatabasesByOrigin(const Vector<OriginAndDatabases>& originAndDatabases, uint64_t callbackID);

Modified: trunk/Source/WebKit2/UIProcess/WebDatabaseManagerProxy.messages.in (141710 => 141711)


--- trunk/Source/WebKit2/UIProcess/WebDatabaseManagerProxy.messages.in	2013-02-03 01:11:02 UTC (rev 141710)
+++ trunk/Source/WebKit2/UIProcess/WebDatabaseManagerProxy.messages.in	2013-02-03 01:14:56 UTC (rev 141711)
@@ -22,7 +22,7 @@
 
 #if ENABLE(SQL_DATABASE)
 
-messages -> WebDatabaseManagerProxy LegacyReceiver {
+messages -> WebDatabaseManagerProxy {
     DidGetDatabasesByOrigin(Vector<WebKit::OriginAndDatabases> originAndDatabases, uint64_t callbackID);
     DidGetDatabaseOrigins(Vector<WTF::String> originIdentifiers, uint64_t callbackID)
     DidModifyOrigin(WTF::String originIdentifier)

Modified: trunk/Source/WebKit2/UIProcess/mac/RemoteLayerTreeHost.h (141710 => 141711)


--- trunk/Source/WebKit2/UIProcess/mac/RemoteLayerTreeHost.h	2013-02-03 01:11:02 UTC (rev 141710)
+++ trunk/Source/WebKit2/UIProcess/mac/RemoteLayerTreeHost.h	2013-02-03 01:14:56 UTC (rev 141711)
@@ -49,9 +49,6 @@
     virtual void notifyFlushRequired(const WebCore::GraphicsLayer*) OVERRIDE;
     virtual void paintContents(const WebCore::GraphicsLayer*, WebCore::GraphicsContext&, WebCore::GraphicsLayerPaintingPhase, const WebCore::IntRect& clipRect) OVERRIDE;
 
-    // Implemented in generated RemoteLayerTreeHostMessageReceiver.cpp
-    void didReceiveRemoteLayerTreeHostMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&);
-
     // Message handlers.
     void commit(const RemoteLayerTreeTransaction&);
 

Modified: trunk/Source/WebKit2/UIProcess/mac/RemoteLayerTreeHost.messages.in (141710 => 141711)


--- trunk/Source/WebKit2/UIProcess/mac/RemoteLayerTreeHost.messages.in	2013-02-03 01:11:02 UTC (rev 141710)
+++ trunk/Source/WebKit2/UIProcess/mac/RemoteLayerTreeHost.messages.in	2013-02-03 01:14:56 UTC (rev 141711)
@@ -20,6 +20,6 @@
 # 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.
 
-messages -> RemoteLayerTreeHost LegacyReceiver {
+messages -> RemoteLayerTreeHost {
     void Commit(WebKit::RemoteLayerTreeTransaction transaction)
 }

Modified: trunk/Source/WebKit2/UIProcess/mac/RemoteLayerTreeHost.mm (141710 => 141711)


--- trunk/Source/WebKit2/UIProcess/mac/RemoteLayerTreeHost.mm	2013-02-03 01:11:02 UTC (rev 141710)
+++ trunk/Source/WebKit2/UIProcess/mac/RemoteLayerTreeHost.mm	2013-02-03 01:14:56 UTC (rev 141711)
@@ -48,11 +48,6 @@
     m_webPageProxy->process()->removeMessageReceiver(Messages::RemoteLayerTreeHost::messageReceiverName(), m_webPageProxy->pageID());
 }
 
-void RemoteLayerTreeHost::didReceiveMessage(CoreIPC::Connection* connection, CoreIPC::MessageDecoder&decoder)
-{
-    didReceiveRemoteLayerTreeHostMessage(connection, decoder);
-}
-
 void RemoteLayerTreeHost::notifyAnimationStarted(const GraphicsLayer*, double time)
 {
 }

Modified: trunk/Source/WebKit2/WebProcess/ApplicationCache/WebApplicationCacheManager.cpp (141710 => 141711)


--- trunk/Source/WebKit2/WebProcess/ApplicationCache/WebApplicationCacheManager.cpp	2013-02-03 01:11:02 UTC (rev 141710)
+++ trunk/Source/WebKit2/WebProcess/ApplicationCache/WebApplicationCacheManager.cpp	2013-02-03 01:14:56 UTC (rev 141711)
@@ -51,11 +51,6 @@
     m_childProcess->addMessageReceiver(Messages::WebApplicationCacheManager::messageReceiverName(), this);
 }
 
-void WebApplicationCacheManager::didReceiveMessage(CoreIPC::Connection* connection, CoreIPC::MessageDecoder& decoder)
-{
-    didReceiveWebApplicationCacheManagerMessage(connection, decoder);
-}
-
 void WebApplicationCacheManager::getApplicationCacheOrigins(uint64_t callbackID)
 {
     HashSet<RefPtr<SecurityOrigin>, SecurityOriginHash> origins;

Modified: trunk/Source/WebKit2/WebProcess/ApplicationCache/WebApplicationCacheManager.h (141710 => 141711)


--- trunk/Source/WebKit2/WebProcess/ApplicationCache/WebApplicationCacheManager.h	2013-02-03 01:11:02 UTC (rev 141710)
+++ trunk/Source/WebKit2/WebProcess/ApplicationCache/WebApplicationCacheManager.h	2013-02-03 01:14:56 UTC (rev 141711)
@@ -50,8 +50,8 @@
     void getApplicationCacheOrigins(uint64_t callbackID);
     void deleteEntriesForOrigin(const SecurityOriginData&);
 
-    void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&) OVERRIDE;
-    void didReceiveWebApplicationCacheManagerMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&);
+    // CoreIPC::MessageReceiver
+    virtual void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&) OVERRIDE;
 
     ChildProcess* m_childProcess;
 };

Modified: trunk/Source/WebKit2/WebProcess/ApplicationCache/WebApplicationCacheManager.messages.in (141710 => 141711)


--- trunk/Source/WebKit2/WebProcess/ApplicationCache/WebApplicationCacheManager.messages.in	2013-02-03 01:11:02 UTC (rev 141710)
+++ trunk/Source/WebKit2/WebProcess/ApplicationCache/WebApplicationCacheManager.messages.in	2013-02-03 01:14:56 UTC (rev 141711)
@@ -20,7 +20,7 @@
 # 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.
 
-messages -> WebApplicationCacheManager LegacyReceiver {
+messages -> WebApplicationCacheManager {
     void GetApplicationCacheOrigins(uint64_t callbackID)
     void DeleteEntriesForOrigin(WebKit::SecurityOriginData originIdentifier)
     void DeleteAllEntries()

Modified: trunk/Source/WebKit2/WebProcess/Cookies/WebCookieManager.cpp (141710 => 141711)


--- trunk/Source/WebKit2/WebProcess/Cookies/WebCookieManager.cpp	2013-02-03 01:11:02 UTC (rev 141710)
+++ trunk/Source/WebKit2/WebProcess/Cookies/WebCookieManager.cpp	2013-02-03 01:14:56 UTC (rev 141711)
@@ -57,11 +57,6 @@
     sharedCookieManager = this;
 }
 
-void WebCookieManager::didReceiveMessage(CoreIPC::Connection* connection, CoreIPC::MessageDecoder& decoder)
-{
-    didReceiveWebCookieManagerMessage(connection, decoder);
-}
-
 void WebCookieManager::getHostnamesWithCookies(uint64_t callbackID)
 {
     HashSet<String> hostnames;

Modified: trunk/Source/WebKit2/WebProcess/Cookies/WebCookieManager.h (141710 => 141711)


--- trunk/Source/WebKit2/WebProcess/Cookies/WebCookieManager.h	2013-02-03 01:11:02 UTC (rev 141710)
+++ trunk/Source/WebKit2/WebProcess/Cookies/WebCookieManager.h	2013-02-03 01:14:56 UTC (rev 141711)
@@ -54,7 +54,10 @@
     void setCookiePersistentStorage(const String& storagePath, uint32_t storageType);
 #endif
 
-private:    
+private:
+    // CoreIPC::MessageReceiver
+    virtual void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&) OVERRIDE;
+
     void getHostnamesWithCookies(uint64_t callbackID);
     void deleteCookiesForHostname(const String&);
     void deleteAllCookies();
@@ -69,8 +72,6 @@
     static void cookiesDidChange();
     void dispatchCookiesDidChange();
 
-    void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&) OVERRIDE;
-    void didReceiveWebCookieManagerMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&);
 
     ChildProcess* m_process;
 };

Modified: trunk/Source/WebKit2/WebProcess/Cookies/WebCookieManager.messages.in (141710 => 141711)


--- trunk/Source/WebKit2/WebProcess/Cookies/WebCookieManager.messages.in	2013-02-03 01:11:02 UTC (rev 141710)
+++ trunk/Source/WebKit2/WebProcess/Cookies/WebCookieManager.messages.in	2013-02-03 01:14:56 UTC (rev 141711)
@@ -23,7 +23,7 @@
  * THE POSSIBILITY OF SUCH DAMAGE.
  */
  
- messages -> WebCookieManager LegacyReceiver {
+ messages -> WebCookieManager {
     void GetHostnamesWithCookies(uint64_t callbackID)
     void DeleteCookiesForHostname(WTF::String hostname)
     void DeleteAllCookies()

Modified: trunk/Source/WebKit2/WebProcess/WebCoreSupport/WebDatabaseManager.cpp (141710 => 141711)


--- trunk/Source/WebKit2/WebProcess/WebCoreSupport/WebDatabaseManager.cpp	2013-02-03 01:11:02 UTC (rev 141710)
+++ trunk/Source/WebKit2/WebProcess/WebCoreSupport/WebDatabaseManager.cpp	2013-02-03 01:14:56 UTC (rev 141711)
@@ -59,11 +59,6 @@
     DatabaseManager::manager().setClient(this);
 }
 
-void WebDatabaseManager::didReceiveMessage(CoreIPC::Connection* connection, CoreIPC::MessageDecoder& decoder)
-{
-    didReceiveWebDatabaseManagerMessage(connection, decoder);
-}
-
 void WebDatabaseManager::getDatabasesByOrigin(uint64_t callbackID) const
 {
     // FIXME: This could be made more efficient by adding a function to DatabaseManager

Modified: trunk/Source/WebKit2/WebProcess/WebCoreSupport/WebDatabaseManager.h (141710 => 141711)


--- trunk/Source/WebKit2/WebProcess/WebCoreSupport/WebDatabaseManager.h	2013-02-03 01:11:02 UTC (rev 141710)
+++ trunk/Source/WebKit2/WebProcess/WebCoreSupport/WebDatabaseManager.h	2013-02-03 01:14:56 UTC (rev 141711)
@@ -53,9 +53,7 @@
     virtual void initialize(const WebProcessCreationParameters&) OVERRIDE;
 
     // CoreIPC::MessageReceiver
-    void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&) OVERRIDE;
-    // Implemented in generated WebDatabaseManagerMessageReceiver.cpp
-    void didReceiveWebDatabaseManagerMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&);
+    virtual void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&) OVERRIDE;
 
     void getDatabasesByOrigin(uint64_t callbackID) const;
     void getDatabaseOrigins(uint64_t callbackID) const;

Modified: trunk/Source/WebKit2/WebProcess/WebCoreSupport/WebDatabaseManager.messages.in (141710 => 141711)


--- trunk/Source/WebKit2/WebProcess/WebCoreSupport/WebDatabaseManager.messages.in	2013-02-03 01:11:02 UTC (rev 141710)
+++ trunk/Source/WebKit2/WebProcess/WebCoreSupport/WebDatabaseManager.messages.in	2013-02-03 01:14:56 UTC (rev 141711)
@@ -22,7 +22,7 @@
 
 #if ENABLE(SQL_DATABASE)
 
-messages -> WebDatabaseManager LegacyReceiver {
+messages -> WebDatabaseManager {
     void GetDatabasesByOrigin(uint64_t callbackID)
     void GetDatabaseOrigins(uint64_t callbackID)
     void DeleteDatabaseWithNameForOrigin(WTF::String databaseIdentifier, WTF::String originIdentifier)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to