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

loislo at chromium.org loislo at chromium.org
Wed Dec 22 11:38:26 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 8772fb3611d11748dfd556f697d5ca32a702d5f0
Author: loislo at chromium.org <loislo at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Aug 2 12:29:44 2010 +0000

    2010-08-02  Ilya Tikhonovsky  <loislo at chromium.org>
    
            Reviewed by Yury Semikhatsky.
    
            WebInspector: Inspector is not working when it is loaded as html page.
            https://bugs.webkit.org/show_bug.cgi?id=43334
    
            * inspector/front-end/InspectorFrontendHostStub.js:
            (.WebInspector.InspectorFrontendHostStub.prototype.canAttachWindow):
            (.WebInspector.InspectorFrontendHostStub.prototype.sendMessageToBackend):
    
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@64457 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 536b422..9cf734a 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,14 @@
+2010-08-02  Ilya Tikhonovsky  <loislo at chromium.org>
+
+        Reviewed by Yury Semikhatsky.
+
+        WebInspector: Inspector is not working when it is loaded as html page.
+        https://bugs.webkit.org/show_bug.cgi?id=43334
+
+        * inspector/front-end/InspectorFrontendHostStub.js:
+        (.WebInspector.InspectorFrontendHostStub.prototype.canAttachWindow):
+        (.WebInspector.InspectorFrontendHostStub.prototype.sendMessageToBackend):
+
 2010-08-01  Nikolas Zimmermann  <nzimmermann at rim.com>
 
         Reviewed by Dirk Schulze.
diff --git a/WebCore/inspector/front-end/InspectorFrontendHostStub.js b/WebCore/inspector/front-end/InspectorFrontendHostStub.js
index 39bbe02..c771967 100644
--- a/WebCore/inspector/front-end/InspectorFrontendHostStub.js
+++ b/WebCore/inspector/front-end/InspectorFrontendHostStub.js
@@ -109,6 +109,10 @@ WebInspector.InspectorFrontendHostStub.prototype = {
     canAttachWindow: function()
     {
         return false;
+    },
+
+    sendMessageToBackend: function(message)
+    {
     }
 }
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list