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

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

Issue 2678203002: DevTools: extract event_listeners module (Closed)
Patch Set: fix - earlier ps didn't include all changes 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 835 matching lines...) Expand 10 before | Expand all | Expand 10 after
846 var Devices = {}; 846 var Devices = {};
847 /** @type {!Object} */ 847 /** @type {!Object} */
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 EventListeners = {};
857 /** @type {!Object} */
856 var FormatterWorker = {}; 858 var FormatterWorker = {};
857 /** @type {!Object} */ 859 /** @type {!Object} */
858 var HeapSnapshotModel = {}; 860 var HeapSnapshotModel = {};
859 /** @type {!Object} */ 861 /** @type {!Object} */
860 var HeapSnapshotWorker = {}; 862 var HeapSnapshotWorker = {};
861 /** @type {!Object} */ 863 /** @type {!Object} */
862 var Host = {}; 864 var Host = {};
863 /** @type {!Object} */ 865 /** @type {!Object} */
864 var InlineEditor = {}; 866 var InlineEditor = {};
865 /** @type {!Object} */ 867 /** @type {!Object} */
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
917 /** @type {!Object} */ 919 /** @type {!Object} */
918 var ToolboxBootstrap = {}; 920 var ToolboxBootstrap = {};
919 /** @type {!Object} */ 921 /** @type {!Object} */
920 var UI = {}; 922 var UI = {};
921 /** @type {!Object} */ 923 /** @type {!Object} */
922 var UtilitySharedWorker = {}; 924 var UtilitySharedWorker = {};
923 /** @type {!Object} */ 925 /** @type {!Object} */
924 var WorkerService = {}; 926 var WorkerService = {};
925 /** @type {!Object} */ 927 /** @type {!Object} */
926 var Workspace = {}; 928 var Workspace = {};
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698