Title: [126297] trunk/Source/WebCore
Revision
126297
Author
[email protected]
Date
2012-08-22 06:22:51 -0700 (Wed, 22 Aug 2012)

Log Message

Web Inspector: move NavigatorView and NavigatorOverlayController to ScriptsPanel module
https://bugs.webkit.org/show_bug.cgi?id=94693

Reviewed by Vsevolod Vlasov.

Loading them via importScript now.

* inspector/compile-front-end.py:
* inspector/front-end/ScriptsPanel.js:
* inspector/front-end/inspector.html:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (126296 => 126297)


--- trunk/Source/WebCore/ChangeLog	2012-08-22 13:21:59 UTC (rev 126296)
+++ trunk/Source/WebCore/ChangeLog	2012-08-22 13:22:51 UTC (rev 126297)
@@ -1,3 +1,16 @@
+2012-08-22  Pavel Feldman  <[email protected]>
+
+        Web Inspector: move NavigatorView and NavigatorOverlayController to ScriptsPanel module
+        https://bugs.webkit.org/show_bug.cgi?id=94693
+
+        Reviewed by Vsevolod Vlasov.
+
+        Loading them via importScript now.
+
+        * inspector/compile-front-end.py:
+        * inspector/front-end/ScriptsPanel.js:
+        * inspector/front-end/inspector.html:
+
 2012-08-22  KwangYong Choi  <[email protected]>
 
         [EFL] Support slider tick mark snapping

Modified: trunk/Source/WebCore/inspector/compile-front-end.py (126296 => 126297)


--- trunk/Source/WebCore/inspector/compile-front-end.py	2012-08-22 13:21:59 UTC (rev 126296)
+++ trunk/Source/WebCore/inspector/compile-front-end.py	2012-08-22 13:22:51 UTC (rev 126297)
@@ -165,8 +165,6 @@
             "ElementsTreeOutline.js",
             "GoToLineDialog.js",
             "NativeBreakpointsSidebarPane.js",
-            "NavigatorOverlayController.js",
-            "NavigatorView.js",
             "_javascript_ContextManager.js",
             "_javascript_Source.js",
             "ObjectPopoverHelper.js",
@@ -230,6 +228,8 @@
             "CallStackSidebarPane.js",
             "FilteredItemSelectionDialog.js",
             "_javascript_SourceFrame.js",
+            "NavigatorOverlayController.js",
+            "NavigatorView.js",
             "RevisionHistoryView.js",
             "ScopeChainSidebarPane.js",
             "ScriptsNavigator.js",

Modified: trunk/Source/WebCore/inspector/front-end/ScriptsPanel.js (126296 => 126297)


--- trunk/Source/WebCore/inspector/front-end/ScriptsPanel.js	2012-08-22 13:21:59 UTC (rev 126296)
+++ trunk/Source/WebCore/inspector/front-end/ScriptsPanel.js	2012-08-22 13:22:51 UTC (rev 126297)
@@ -28,6 +28,8 @@
 importScript("CallStackSidebarPane.js");
 importScript("FilteredItemSelectionDialog.js");
 importScript("_javascript_SourceFrame.js");
+importScript("NavigatorOverlayController.js");
+importScript("NavigatorView.js");
 importScript("RevisionHistoryView.js");
 importScript("ScopeChainSidebarPane.js");
 importScript("ScriptsNavigator.js");

Modified: trunk/Source/WebCore/inspector/front-end/inspector.html (126296 => 126297)


--- trunk/Source/WebCore/inspector/front-end/inspector.html	2012-08-22 13:21:59 UTC (rev 126296)
+++ trunk/Source/WebCore/inspector/front-end/inspector.html	2012-08-22 13:22:51 UTC (rev 126297)
@@ -71,8 +71,6 @@
     <script type="text/_javascript_" src=""
     <script type="text/_javascript_" src=""
     <script type="text/_javascript_" src=""
-    <script type="text/_javascript_" src=""
-    <script type="text/_javascript_" src=""
     <script type="text/_javascript_" src=""
     <script type="text/_javascript_" src=""
     <script type="text/_javascript_" src=""
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to