[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

timothy at apple.com timothy at apple.com
Wed Dec 22 14:53:50 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit fece4bc01c3f7c18c504e9d8a249d9578a92d0e8
Author: timothy at apple.com <timothy at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Oct 23 14:22:35 2010 +0000

    Remove stale stubs that are not longer part of InspectorClient.
    
    https://bugs.webkit.org/show_bug.cgi?id=48090
    
    Reviewed by Adam Roben.
    
    * WebProcess/WebCoreSupport/WebInspectorClient.cpp:
    * WebProcess/WebCoreSupport/WebInspectorClient.h:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@70386 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit2/ChangeLog b/WebKit2/ChangeLog
index 789213d..c6dec87 100644
--- a/WebKit2/ChangeLog
+++ b/WebKit2/ChangeLog
@@ -1,3 +1,14 @@
+2010-10-21  Timothy Hatcher  <timothy at apple.com>
+
+        Remove stale stubs that are not longer part of InspectorClient.
+
+        https://bugs.webkit.org/show_bug.cgi?id=48090
+
+        Reviewed by Adam Roben.
+
+        * WebProcess/WebCoreSupport/WebInspectorClient.cpp:
+        * WebProcess/WebCoreSupport/WebInspectorClient.h:
+
 2010-10-22  Andy Estes  <aestes at apple.com>
 
         Reviewed by Adam Roben and Sam Weinig.
diff --git a/WebKit2/WebProcess/WebCoreSupport/WebInspectorClient.cpp b/WebKit2/WebProcess/WebCoreSupport/WebInspectorClient.cpp
index c2f9512..e93b313 100644
--- a/WebKit2/WebProcess/WebCoreSupport/WebInspectorClient.cpp
+++ b/WebKit2/WebProcess/WebCoreSupport/WebInspectorClient.cpp
@@ -42,49 +42,6 @@ void WebInspectorClient::openInspectorFrontend(InspectorController*)
     notImplemented();
 }
 
-Page* WebInspectorClient::createPage()
-{
-    notImplemented();
-    return 0;
-}
-
-String WebInspectorClient::localizedStringsURL()
-{
-    notImplemented();
-    return String();
-}
-
-String WebInspectorClient::hiddenPanels()
-{
-    notImplemented();
-    return String();
-}
-
-void WebInspectorClient::showWindow()
-{
-    notImplemented();
-}
-
-void WebInspectorClient::closeWindow()
-{
-    notImplemented();
-}
-
-void WebInspectorClient::attachWindow()
-{
-    notImplemented();
-}
-
-void WebInspectorClient::detachWindow()
-{
-    notImplemented();
-}
-
-void WebInspectorClient::setAttachedWindowHeight(unsigned height)
-{
-    notImplemented();
-}
-
 void WebInspectorClient::highlight(Node*)
 {
     notImplemented();
@@ -95,11 +52,6 @@ void WebInspectorClient::hideHighlight()
     notImplemented();
 }
 
-void WebInspectorClient::inspectedURLChanged(const String& newURL)
-{
-    notImplemented();
-}
-
 void WebInspectorClient::populateSetting(const String& key, String*)
 {
     notImplemented();
@@ -116,10 +68,4 @@ bool WebInspectorClient::sendMessageToFrontend(const String&)
     return false;
 }
 
-
-void WebInspectorClient::inspectorWindowObjectCleared()
-{
-    notImplemented();
-}
-
 } // namespace WebKit
diff --git a/WebKit2/WebProcess/WebCoreSupport/WebInspectorClient.h b/WebKit2/WebProcess/WebCoreSupport/WebInspectorClient.h
index 26cca5f..b9225c3 100644
--- a/WebKit2/WebProcess/WebCoreSupport/WebInspectorClient.h
+++ b/WebKit2/WebProcess/WebCoreSupport/WebInspectorClient.h
@@ -41,35 +41,17 @@ public:
     
 private:
     virtual void inspectorDestroyed();
-    
+
     virtual void openInspectorFrontend(WebCore::InspectorController*);
 
-    virtual WebCore::Page* createPage();
-    
-    virtual String localizedStringsURL();
-    
-    virtual String hiddenPanels();
-    
-    virtual void showWindow();
-    virtual void closeWindow();
-    
-    virtual void attachWindow();
-    virtual void detachWindow();
-    
-    virtual void setAttachedWindowHeight(unsigned height);
-    
     virtual void highlight(WebCore::Node*);
     virtual void hideHighlight();
-    
-    virtual void inspectedURLChanged(const String& newURL);
 
     virtual void populateSetting(const String& key, String* value);
     virtual void storeSetting(const String& key, const String& value);
 
     virtual bool sendMessageToFrontend(const String&);
 
-    virtual void inspectorWindowObjectCleared();
-    
     WebPage* m_page;
 };
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list