Title: [131753] trunk/Source/WebCore
Revision
131753
Author
pfeld...@chromium.org
Date
2012-10-18 08:20:46 -0700 (Thu, 18 Oct 2012)

Log Message

Web Inspector: provisional change for merging "doced" state into the "dock side" enum.
https://bugs.webkit.org/show_bug.cgi?id=99718

Reviewed by Vsevolod Vlasov.

Adds stub method that could be executed from the embedder.

* inspector/front-end/InspectorFrontendAPI.js:
(InspectorFrontendAPI.setDockSide):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (131752 => 131753)


--- trunk/Source/WebCore/ChangeLog	2012-10-18 14:58:17 UTC (rev 131752)
+++ trunk/Source/WebCore/ChangeLog	2012-10-18 15:20:46 UTC (rev 131753)
@@ -1,3 +1,15 @@
+2012-10-18  Pavel Feldman  <pfeld...@chromium.org>
+
+        Web Inspector: provisional change for merging "doced" state into the "dock side" enum.
+        https://bugs.webkit.org/show_bug.cgi?id=99718
+
+        Reviewed by Vsevolod Vlasov.
+
+        Adds stub method that could be executed from the embedder.
+
+        * inspector/front-end/InspectorFrontendAPI.js:
+        (InspectorFrontendAPI.setDockSide):
+
 2012-10-18  Kent Tamura  <tk...@chromium.org>
 
         Add Localizer::monthFormat and implementations

Modified: trunk/Source/WebCore/inspector/front-end/InspectorFrontendAPI.js (131752 => 131753)


--- trunk/Source/WebCore/inspector/front-end/InspectorFrontendAPI.js	2012-10-18 14:58:17 UTC (rev 131752)
+++ trunk/Source/WebCore/inspector/front-end/InspectorFrontendAPI.js	2012-10-18 15:20:46 UTC (rev 131753)
@@ -80,6 +80,10 @@
             WebInspector.dockController.setDocked(attached);
     },
 
+    setDockSide: function(dockSide)
+    {
+    },
+
     showConsole: function()
     {
         WebInspector.showPanel("console");
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to