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

joepeck at webkit.org joepeck at webkit.org
Wed Dec 22 11:41:32 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit fd066ae11f287bb19b02a968e120209e33207796
Author: joepeck at webkit.org <joepeck at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Aug 3 23:26:21 2010 +0000

    2010-08-03  Joseph Pecoraro  <joepeck at webkit.org>
    
            Reviewed by Nate Chapin.
    
            Web Inspector: Missing ApplicationCache InspectorBackend Stub
            https://bugs.webkit.org/show_bug.cgi?id=43265
    
            Registered "getApplicationCaches".
    
            * inspector/front-end/InspectorBackendStub.js:
            (WebInspector.InspectorBackendStub):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@64605 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 2d012c0..66b59e2 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,15 @@
+2010-08-03  Joseph Pecoraro  <joepeck at webkit.org>
+
+        Reviewed by Nate Chapin.
+
+        Web Inspector: Missing ApplicationCache InspectorBackend Stub
+        https://bugs.webkit.org/show_bug.cgi?id=43265
+
+        Registered "getApplicationCaches".
+
+        * inspector/front-end/InspectorBackendStub.js:
+        (WebInspector.InspectorBackendStub): 
+
 2010-08-03  Brian Weinstein  <bweinstein at apple.com>
 
         Fix the Windows build by adding WebCore/mathml to the list of paths to look for header
diff --git a/WebCore/inspector/front-end/InspectorBackendStub.js b/WebCore/inspector/front-end/InspectorBackendStub.js
index 7727a48..1e8c88a 100644
--- a/WebCore/inspector/front-end/InspectorBackendStub.js
+++ b/WebCore/inspector/front-end/InspectorBackendStub.js
@@ -46,6 +46,7 @@ WebInspector.InspectorBackendStub = function()
     this._registerDelegate("enableResourceTracking");
     this._registerDelegate("enableSearchingForNode");
     this._registerDelegate("enableTimeline");
+    this._registerDelegate("getApplicationCaches");
     this._registerDelegate("getChildNodes");
     this._registerDelegate("getCookies");
     this._registerDelegate("getDatabaseTableNames");

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list