Title: [126563] trunk/Source/WebCore
Revision
126563
Author
[email protected]
Date
2012-08-24 02:23:31 -0700 (Fri, 24 Aug 2012)

Log Message

Web Inspector: move ResourceViews to "components" module - it is used from the Resources as well.
https://bugs.webkit.org/show_bug.cgi?id=94904

Reviewed by Vsevolod Vlasov.

* WebCore.gypi:
* inspector/compile-front-end.py:
* inspector/front-end/NetworkPanel.js:
* inspector/front-end/inspector.html:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (126562 => 126563)


--- trunk/Source/WebCore/ChangeLog	2012-08-24 09:02:58 UTC (rev 126562)
+++ trunk/Source/WebCore/ChangeLog	2012-08-24 09:23:31 UTC (rev 126563)
@@ -1,3 +1,15 @@
+2012-08-23  Pavel Feldman  <[email protected]>
+
+        Web Inspector: move ResourceViews to "components" module - it is used from the Resources as well.
+        https://bugs.webkit.org/show_bug.cgi?id=94904
+
+        Reviewed by Vsevolod Vlasov.
+
+        * WebCore.gypi:
+        * inspector/compile-front-end.py:
+        * inspector/front-end/NetworkPanel.js:
+        * inspector/front-end/inspector.html:
+
 2012-08-24  Xiaobo Wang  <[email protected]>
 
         Check argument count in the dispatch function for overloaded functions

Modified: trunk/Source/WebCore/WebCore.gypi (126562 => 126563)


--- trunk/Source/WebCore/WebCore.gypi	2012-08-24 09:02:58 UTC (rev 126562)
+++ trunk/Source/WebCore/WebCore.gypi	2012-08-24 09:23:31 UTC (rev 126563)
@@ -6319,11 +6319,13 @@
             'inspector/front-end/FileManager.js',
             'inspector/front-end/FileSystemModel.js',
             'inspector/front-end/FileUtils.js',
+            'inspector/front-end/FontView.js',
             'inspector/front-end/GoToLineDialog.js',
             'inspector/front-end/HAREntry.js',
             'inspector/front-end/HandlerRegistry.js',
             'inspector/front-end/HeapSnapshotWorker.js',
             'inspector/front-end/HelpScreen.js',
+            'inspector/front-end/ImageView.js',
             'inspector/front-end/IndexedDBModel.js',
             'inspector/front-end/InspectorBackend.js',
             'inspector/front-end/InspectorFrontendAPI.js',
@@ -6359,6 +6361,7 @@
             'inspector/front-end/ResourceTreeModel.js',
             'inspector/front-end/ResourceType.js',
             'inspector/front-end/ResourceUtils.js',
+            'inspector/front-end/ResourceView.js',
             'inspector/front-end/SASSSourceMapping.js',
             'inspector/front-end/Script.js',
             'inspector/front-end/ScriptFormatter.js',
@@ -6459,8 +6462,6 @@
             'inspector/front-end/ResourcesPanel.js',
         ],
         'webinspector_network_js_files': [
-            'inspector/front-end/FontView.js',
-            'inspector/front-end/ImageView.js',
             'inspector/front-end/NetworkItemView.js',
             'inspector/front-end/RequestCookiesView.js',
             'inspector/front-end/RequestHeadersView.js',
@@ -6470,7 +6471,6 @@
             'inspector/front-end/RequestResponseView.js',
             'inspector/front-end/RequestTimingView.js',
             'inspector/front-end/RequestView.js',
-            'inspector/front-end/ResourceView.js',
             'inspector/front-end/ResourceWebSocketFrameView.js',
             'inspector/front-end/NetworkPanel.js',
         ],

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


--- trunk/Source/WebCore/inspector/compile-front-end.py	2012-08-24 09:02:58 UTC (rev 126562)
+++ trunk/Source/WebCore/inspector/compile-front-end.py	2012-08-24 09:23:31 UTC (rev 126563)
@@ -164,11 +164,14 @@
             "DOMBreakpointsSidebarPane.js",
             "DOMPresentationUtils.js",
             "ElementsTreeOutline.js",
+            "FontView.js",
+            "ImageView.js",
             "NativeBreakpointsSidebarPane.js",
             "_javascript_ContextManager.js",
             "ObjectPopoverHelper.js",
             "ObjectPropertiesSection.js",
             "SourceFrame.js",
+            "ResourceView.js",
         ]
     },
     {
@@ -186,8 +189,6 @@
         "name": "network",
         "dependencies": ["components"],
         "sources": [
-            "FontView.js",
-            "ImageView.js",
             "NetworkItemView.js",
             "RequestCookiesView.js",
             "RequestHeadersView.js",
@@ -197,7 +198,6 @@
             "RequestResponseView.js",
             "RequestTimingView.js",
             "RequestView.js",
-            "ResourceView.js",
             "ResourceWebSocketFrameView.js",
             "NetworkPanel.js",
             "NetworkPanelDescriptor.js",

Modified: trunk/Source/WebCore/inspector/front-end/NetworkPanel.js (126562 => 126563)


--- trunk/Source/WebCore/inspector/front-end/NetworkPanel.js	2012-08-24 09:02:58 UTC (rev 126562)
+++ trunk/Source/WebCore/inspector/front-end/NetworkPanel.js	2012-08-24 09:23:31 UTC (rev 126563)
@@ -29,9 +29,6 @@
  */
 
 importScript("RequestView.js");
-importScript("ResourceView.js");
-importScript("FontView.js");
-importScript("ImageView.js");
 importScript("NetworkItemView.js");
 importScript("RequestCookiesView.js");
 importScript("RequestHeadersView.js");

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


--- trunk/Source/WebCore/inspector/front-end/inspector.html	2012-08-24 09:02:58 UTC (rev 126562)
+++ trunk/Source/WebCore/inspector/front-end/inspector.html	2012-08-24 09:23:31 UTC (rev 126563)
@@ -107,6 +107,9 @@
     <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=""
     <script type="text/_javascript_" src=""
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to