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

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/externs.js

Issue 2649023007: DevTools: implement release note behind an experiment (Closed)
Patch Set: fixes Created 3 years, 10 months 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 unified diff | Download patch
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2011 Google Inc. All rights reserved. 2 * Copyright (C) 2011 Google Inc. All rights reserved.
3 * 3 *
4 * Redistribution and use in source and binary forms, with or without 4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are 5 * modification, are permitted provided that the following conditions are
6 * met: 6 * met:
7 * 7 *
8 * * Redistributions of source code must retain the above copyright 8 * * Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer. 9 * notice, this list of conditions and the following disclaimer.
10 * * Redistributions in binary form must reproduce the above 10 * * Redistributions in binary form must reproduce the above
(...skipping 843 matching lines...) Expand 10 before | Expand all | Expand 10 after
854 var Extensions = {}; 854 var Extensions = {};
855 /** @type {!Object} */ 855 /** @type {!Object} */
856 var EventListeners = {}; 856 var EventListeners = {};
857 /** @type {!Object} */ 857 /** @type {!Object} */
858 var FormatterWorker = {}; 858 var FormatterWorker = {};
859 /** @type {!Object} */ 859 /** @type {!Object} */
860 var HeapSnapshotModel = {}; 860 var HeapSnapshotModel = {};
861 /** @type {!Object} */ 861 /** @type {!Object} */
862 var HeapSnapshotWorker = {}; 862 var HeapSnapshotWorker = {};
863 /** @type {!Object} */ 863 /** @type {!Object} */
864 var Help = {};
865 /** @type {!Object} */
864 var Host = {}; 866 var Host = {};
865 /** @type {!Object} */ 867 /** @type {!Object} */
866 var InlineEditor = {}; 868 var InlineEditor = {};
867 /** @type {!Object} */ 869 /** @type {!Object} */
868 var LayerViewer = {}; 870 var LayerViewer = {};
869 /** @type {!Object} */ 871 /** @type {!Object} */
870 var Layers = {}; 872 var Layers = {};
871 /** @type {!Object} */ 873 /** @type {!Object} */
872 var Main = {}; 874 var Main = {};
873 /** @type {!Object} */ 875 /** @type {!Object} */
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
919 /** @type {!Object} */ 921 /** @type {!Object} */
920 var ToolboxBootstrap = {}; 922 var ToolboxBootstrap = {};
921 /** @type {!Object} */ 923 /** @type {!Object} */
922 var UI = {}; 924 var UI = {};
923 /** @type {!Object} */ 925 /** @type {!Object} */
924 var UtilitySharedWorker = {}; 926 var UtilitySharedWorker = {};
925 /** @type {!Object} */ 927 /** @type {!Object} */
926 var WorkerService = {}; 928 var WorkerService = {};
927 /** @type {!Object} */ 929 /** @type {!Object} */
928 var Workspace = {}; 930 var Workspace = {};
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698