[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

pfeldman at chromium.org pfeldman at chromium.org
Thu Apr 8 00:31:09 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 53c23d4167a0dae66697656b41aa3d2b4440f5f6
Author: pfeldman at chromium.org <pfeldman at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Dec 10 16:44:15 2009 +0000

    2009-12-10  Ilya Tikhonovsky <loislo at google.com>
    
            Reviewed by Pavel Feldman.
    
            Chromium: Expose devtools agent API for inspector layout tests.
    
            https://bugs.webkit.org/show_bug.cgi?id=32379
    
            * public/WebDevToolsAgent.h:
            (WebKit::WebDevToolsAgent::setTimelineProfilingEnabled):
            (WebKit::WebDevToolsAgent::evaluateInWebInspector):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51949 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/chromium/ChangeLog b/WebKit/chromium/ChangeLog
index e2b0f15..d95d06c 100644
--- a/WebKit/chromium/ChangeLog
+++ b/WebKit/chromium/ChangeLog
@@ -1,3 +1,15 @@
+2009-12-10  Ilya Tikhonovsky <loislo at google.com>
+
+        Reviewed by Pavel Feldman.
+
+        Chromium: Expose devtools agent API for inspector layout tests.
+
+        https://bugs.webkit.org/show_bug.cgi?id=32379
+
+        * public/WebDevToolsAgent.h:
+        (WebKit::WebDevToolsAgent::setTimelineProfilingEnabled):
+        (WebKit::WebDevToolsAgent::evaluateInWebInspector):
+
 2009-12-09  Yury Semikhatsky  <yurys at chromium.org>
 
         Unreviewed, build fix.
diff --git a/WebKit/chromium/public/WebDevToolsAgent.h b/WebKit/chromium/public/WebDevToolsAgent.h
index fac3bb7..9c27628 100644
--- a/WebKit/chromium/public/WebDevToolsAgent.h
+++ b/WebKit/chromium/public/WebDevToolsAgent.h
@@ -67,6 +67,10 @@ public:
 
     virtual void setRuntimeFeatureEnabled(const WebString& feature, bool enabled) = 0;
 
+    // Exposed for LayoutTestController.
+    virtual void evaluateInWebInspector(long callId, const WebString& script) = 0;
+    virtual void setTimelineProfilingEnabled(bool enabled) = 0;
+
     // Asynchronously executes debugger command in the render thread.
     // |callerIdentifier| will be used for sending response.
     WEBKIT_API static void executeDebuggerCommand(

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list