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

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

Issue 2626173002: DevTools: Extract HeapSnapshotCommon.js into HeapSnapshotModel module (Closed)
Patch Set: add module.json for modules Created 3 years, 11 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 837 matching lines...) Expand 10 before | Expand all | Expand 10 after
848 var Diff = {}; 848 var Diff = {};
849 /** @type {!Object} */ 849 /** @type {!Object} */
850 var Elements = {}; 850 var Elements = {};
851 /** @type {!Object} */ 851 /** @type {!Object} */
852 var Emulation = {}; 852 var Emulation = {};
853 /** @type {!Object} */ 853 /** @type {!Object} */
854 var Extensions = {}; 854 var Extensions = {};
855 /** @type {!Object} */ 855 /** @type {!Object} */
856 var FormatterWorker = {}; 856 var FormatterWorker = {};
857 /** @type {!Object} */ 857 /** @type {!Object} */
858 var HeapSnapshotModel = {};
859 /** @type {!Object} */
858 var HeapSnapshotWorker = {}; 860 var HeapSnapshotWorker = {};
859 /** @type {!Object} */ 861 /** @type {!Object} */
860 var Host = {}; 862 var Host = {};
861 /** @type {!Object} */ 863 /** @type {!Object} */
862 var InlineEditor = {}; 864 var InlineEditor = {};
863 /** @type {!Object} */ 865 /** @type {!Object} */
864 var LayerViewer = {}; 866 var LayerViewer = {};
865 /** @type {!Object} */ 867 /** @type {!Object} */
866 var Layers = {}; 868 var Layers = {};
867 /** @type {!Object} */ 869 /** @type {!Object} */
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
913 /** @type {!Object} */ 915 /** @type {!Object} */
914 var ToolboxBootstrap = {}; 916 var ToolboxBootstrap = {};
915 /** @type {!Object} */ 917 /** @type {!Object} */
916 var UI = {}; 918 var UI = {};
917 /** @type {!Object} */ 919 /** @type {!Object} */
918 var UtilitySharedWorker = {}; 920 var UtilitySharedWorker = {};
919 /** @type {!Object} */ 921 /** @type {!Object} */
920 var WorkerService = {}; 922 var WorkerService = {};
921 /** @type {!Object} */ 923 /** @type {!Object} */
922 var Workspace = {}; 924 var Workspace = {};
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698