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

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

Issue 2603053002: [Devtools] Type externs global namespaces (Closed)
Patch Set: Created 4 years 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
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/components/JavaScriptAutocomplete.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 eba7edbfb85290b3e4653c540178edc13160b493..915835fbf1d89ca668e9fcd0f76ae0a5c10e26a5 100644
--- a/third_party/WebKit/Source/devtools/front_end/externs.js
+++ b/third_party/WebKit/Source/devtools/front_end/externs.js
@@ -739,7 +739,7 @@ ESTree.TemplateLiteralNode = function() {
/** @type {!Array.<!ESTree.Node>} */
this.expressions;
};
-
+/** @enum {function()} */
dgozman 2016/12/29 23:48:25 !Object
allada 2016/12/30 00:14:19 Done.
var Gonzales = {};
var gonzales = {
/**
@@ -801,51 +801,95 @@ Terminal.prototype = {
};
// Module namespaces.
+/** @type {!Object} */
var Accessibility = {};
+/** @type {!Object} */
var Animation = {};
+/** @type {!Object} */
var Audits = {};
+/** @type {!Object} */
var Audits2 = {};
+/** @type {!Object} */
var Audits2Worker = {};
+/** @type {!Object} */
var Bindings = {};
+/** @type {!Object} */
var CmModes = {};
+/** @type {!Object} */
var Common = {};
+/** @type {!Object} */
var Components = {};
+// Closure uses Console as a namespace item so we cannot override it right now.
var Console = {};
+/** @type {!Object} */
var CSSTracker = {};
+/** @type {!Object} */
var Devices = {};
+/** @type {!Object} */
var Diff = {};
+/** @type {!Object} */
var Elements = {};
+/** @type {!Object} */
var Emulation = {};
+/** @type {!Object} */
var Extensions = {};
+/** @type {!Object} */
var FormatterWorker = {};
-var Gonzales = {};
+/** @type {!Object} */
var HeapSnapshotWorker = {};
+/** @type {!Object} */
var Host = {};
+/** @type {!Object} */
var LayerViewer = {};
+/** @type {!Object} */
var Layers = {};
+/** @type {!Object} */
var Main = {};
+/** @type {!Object} */
var Network = {};
+/** @type {!Object} */
var Persistence = {};
+/** @type {!Object} */
var Platform = {};
+/** @type {!Object} */
var Profiler = {};
+/** @type {!Object} */
var Resources = {};
+/** @type {!Object} */
var Sass = {};
+/** @type {!Object} */
var Screencast = {};
+/** @type {!Object} */
var SDK = {};
+/** @type {!Object} */
var Security = {};
+/** @type {!Object} */
var Services = {};
+/** @type {!Object} */
var Settings = {};
+/** @type {!Object} */
var Shell = {};
+/** @type {!Object} */
var Snippets = {};
+/** @type {!Object} */
var SourceFrame = {};
+/** @type {!Object} */
var Sources = {};
-var Terminal = {};
+/** @type {!Object} */
var TestRunner = {};
+/** @type {!Object} */
var TextEditor = {};
+/** @type {!Object} */
var Timeline = {};
+/** @type {!Object} */
var TimelineModel = {};
+/** @type {!Object} */
var ToolboxBootstrap = {};
+/** @type {!Object} */
var UI = {};
+/** @type {!Object} */
var UtilitySharedWorker = {};
+/** @type {!Object} */
var WorkerService = {};
+/** @type {!Object} */
var Workspace = {};
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/components/JavaScriptAutocomplete.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698