[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.17-1283-gcf603cf
pfeldman at chromium.org
pfeldman at chromium.org
Tue Jan 5 23:46:40 UTC 2010
The following commit has been merged in the webkit-1.1 branch:
commit 2b3f65f0fa113110a42d4a51657fdbae11627b89
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