Title: [164544] trunk
Revision
164544
Author
[email protected]
Date
2014-02-22 09:48:46 -0800 (Sat, 22 Feb 2014)

Log Message

Fix production builds and tests.

Modified Paths


Diff

Modified: trunk/LayoutTests/http/tests/inspector-protocol/resources/InspectorTest.js (164543 => 164544)


--- trunk/LayoutTests/http/tests/inspector-protocol/resources/InspectorTest.js	2014-02-22 17:33:44 UTC (rev 164543)
+++ trunk/LayoutTests/http/tests/inspector-protocol/resources/InspectorTest.js	2014-02-22 17:48:46 UTC (rev 164544)
@@ -180,59 +180,64 @@
     // way to intercept the messages from the backend.
 
     var inspectorScripts = [
-        "Utilities",
-        "WebInspector",
-        "Object",
-        "InspectorBackend",
-        "InspectorFrontendAPI",
-        "InspectorFrontendHostStub",
-        "InspectorJSBackendCommands",
-        "InspectorWebBackendCommands",
-        "URLUtilities",
-        "MessageDispatcher",
-        "Setting",
-        "InspectorObserver",
-        "PageObserver",
-        "DOMObserver",
-        "CSSObserver",
-        "FrameResourceManager",
-        "RuntimeManager",
-        "Frame",
-        "Revision",
-        "SourceCodeRevision",
-        "SourceCode",
-        "SourceCodeLocation",
-        "Script",
-        "TextRange",
-        "Resource",
-        "ResourceCollection",
-        "SourceMapResource",
-        "DOMTreeManager",
-        "DOMNode",
-        "ContentFlow",
-        "DOMTree",
-        "DOMUtilities",
-        "ExecutionContext",
-        "ExecutionContextList",
-        "CSSStyleManager",
-        "Color",
-        "RuntimeObserver",
-        "RuntimeManager",
-        "DebuggerObserver",
-        "DebuggerManager",
-        "BreakpointAction",
-        "Breakpoint",
-        "Probe",
-        "ProbeSet",
-        "ProbeManager",
-        "ProbeSetDataFrame",
-        "ProbeSetDataTable",
-        "RemoteObject",
-        "DOMStorageObject",
-        "IndexedDatabase",
-        "IndexedDatabaseObjectStore",
-        "IndexedDatabaseObjectStoreIndex",
-        "StorageManager"
+        "Base/WebInspector",
+        "Base/Object",
+
+        "Base/DOMUtilities",
+        "Base/Setting",
+        "Base/URLUtilities",
+        "Base/Utilities",
+
+        "Protocol/CSSObserver",
+        "Protocol/DOMObserver",
+        "Protocol/DebuggerObserver",
+        "Protocol/InspectorBackend",
+        "Protocol/InspectorFrontendAPI",
+        "Protocol/InspectorFrontendHostStub",
+        "Protocol/InspectorJSBackendCommands",
+        "Protocol/InspectorObserver",
+        "Protocol/InspectorWebBackendCommands",
+        "Protocol/MessageDispatcher",
+        "Protocol/PageObserver",
+        "Protocol/RemoteObject",
+        "Protocol/RuntimeObserver",
+
+        "Models/BreakpointAction",
+        "Models/SourceCode",
+
+        "Models/Breakpoint",
+        "Models/Color",
+        "Models/ContentFlow",
+        "Models/DOMNode",
+        "Models/DOMStorageObject",
+        "Models/DOMTree",
+        "Models/ExecutionContext",
+        "Models/ExecutionContextList",
+        "Models/Frame",
+        "Models/IndexedDatabase",
+        "Models/IndexedDatabaseObjectStore",
+        "Models/IndexedDatabaseObjectStoreIndex",
+        "Models/Probe",
+        "Models/ProbeSet",
+        "Models/ProbeSetDataFrame",
+        "Models/ProbeSetDataTable",
+        "Models/Resource",
+        "Models/ResourceCollection",
+        "Models/Revision",
+        "Models/Script",
+        "Models/SourceCodeLocation",
+        "Models/SourceCodeRevision",
+        "Models/SourceMapResource",
+        "Models/TextRange",
+
+        "Controllers/CSSStyleManager",
+        "Controllers/DOMTreeManager",
+        "Controllers/DebuggerManager",
+        "Controllers/FrameResourceManager",
+        "Controllers/ProbeManager",
+        "Controllers/RuntimeManager",
+        "Controllers/RuntimeManager",
+        "Controllers/StorageManager"
     ];
 
     // This corresponds to loading the scripts in Main.hml.

Modified: trunk/Source/WebInspectorUI/UserInterface/Main.html (164543 => 164544)


--- trunk/Source/WebInspectorUI/UserInterface/Main.html	2014-02-22 17:33:44 UTC (rev 164543)
+++ trunk/Source/WebInspectorUI/UserInterface/Main.html	2014-02-22 17:48:46 UTC (rev 164544)
@@ -35,7 +35,6 @@
     <link rel="stylesheet" href=""
     <link rel="stylesheet" href=""
     <link rel="stylesheet" href=""
-    <link rel="stylesheet" href=""
     <link rel="stylesheet" href=""
     <link rel="stylesheet" href=""
     <link rel="stylesheet" href=""
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to