Title: [105507] trunk/Source/WebKit/chromium
Revision
105507
Author
pfeld...@chromium.org
Date
2012-01-20 04:31:01 -0800 (Fri, 20 Jan 2012)

Log Message

Web Inspector: [chromium] add WebDevToolsFrontendClient::openInNewTab for upcoming WebCore change.
https://bugs.webkit.org/show_bug.cgi?id=76698

Reviewed by Yury Semikhatsky.

* public/WebDevToolsFrontendClient.h:
(WebKit::WebDevToolsFrontendClient::openInNewTab):

Modified Paths

Diff

Modified: trunk/Source/WebKit/chromium/ChangeLog (105506 => 105507)


--- trunk/Source/WebKit/chromium/ChangeLog	2012-01-20 12:08:56 UTC (rev 105506)
+++ trunk/Source/WebKit/chromium/ChangeLog	2012-01-20 12:31:01 UTC (rev 105507)
@@ -1,3 +1,13 @@
+2012-01-20  Pavel Feldman  <pfeld...@google.com>
+
+        Web Inspector: [chromium] add WebDevToolsFrontendClient::openInNewTab for upcoming WebCore change.
+        https://bugs.webkit.org/show_bug.cgi?id=76698
+
+        Reviewed by Yury Semikhatsky.
+
+        * public/WebDevToolsFrontendClient.h:
+        (WebKit::WebDevToolsFrontendClient::openInNewTab):
+
 2012-01-20  Hayato Ito  <hay...@chromium.org>
 
         Add ShadowRoot.idl which is enabled by newly introduced SHADOW_DOM flag.

Modified: trunk/Source/WebKit/chromium/public/WebDevToolsFrontendClient.h (105506 => 105507)


--- trunk/Source/WebKit/chromium/public/WebDevToolsFrontendClient.h	2012-01-20 12:08:56 UTC (rev 105506)
+++ trunk/Source/WebKit/chromium/public/WebDevToolsFrontendClient.h	2012-01-20 12:31:01 UTC (rev 105507)
@@ -49,6 +49,7 @@
     virtual void requestUndockWindow() { }
     virtual void requestSetDockSide(const WebString& side) { }
     virtual void moveWindowBy(const WebFloatPoint&) { }
+    virtual void openInNewTab(const WebString& side) { }
     virtual void saveAs(const WebString& fileName, const WebString& content) { }
 
 protected:
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to