Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(817)

Unified Diff: third_party/WebKit/Source/devtools/front_end/externs.js

Issue 2493373002: DevTools: rename WebInspector into modules. (Closed)
Patch Set: for bots Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/devtools/front_end/externs.js
diff --git a/third_party/WebKit/Source/devtools/front_end/externs.js b/third_party/WebKit/Source/devtools/front_end/externs.js
index d85ca0598b1a250ccf9c9e633323aa0c7ee80d3e..fb308e40c34931de1160799995826ab03b0aba26 100644
--- a/third_party/WebKit/Source/devtools/front_end/externs.js
+++ b/third_party/WebKit/Source/devtools/front_end/externs.js
@@ -272,8 +272,6 @@ DevToolsHost.isolatedFileSystem = function(fileSystemId, registeredName) {};
*/
DevToolsHost.upgradeDraggedFileSystemPermissions = function(fileSystem) {};
-var WebInspector = function() {};
-
/** Extensions API */
/** @constructor */
@@ -805,3 +803,50 @@ Terminal.prototype = {
/** @param {string} eventName * @param {!Function} handler */
on: function(eventName, handler) {}
};
+
+// Module namespaces.
+var Accessibility = {};
+var Animation = {};
+var Audits = {};
+var Audits2 = {};
+var Audits2Worker = {};
+var Bindings = {};
+var CmModes = {};
+var Common = {};
+var Components = {};
+var Console = {};
+var Devices = {};
+var Diff = {};
+var Elements = {};
+var Emulation = {};
+var Extensions = {};
+var FormatterWorker = {};
+var Gonzales = {};
+var HeapSnapshotWorker = {};
+var Host = {};
+var LayerViewer = {};
+var Layers = {};
+var Main = {};
+var Network = {};
+var Persistence = {};
+var Platform = {};
+var Profiler = {};
+var Resources = {};
+var Sass = {};
+var Screencast = {};
+var SDK = {};
+var Security = {};
+var Services = {};
+var Settings = {};
+var Snippets = {};
+var SourceFrame = {};
+var Sources = {};
+var Terminal = {};
+var TextEditor = {};
+var Timeline = {};
+var TimelineModel = {};
+var ToolboxBootstrap = {};
+var UI = {};
+var UtilitySharedWorker = {};
+var WorkerService = {};
+var Workspace = {};

Powered by Google App Engine
This is Rietveld 408576698