OLD | NEW |
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 811 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
822 var Audits = {}; | 822 var Audits = {}; |
823 /** @type {!Object} */ | 823 /** @type {!Object} */ |
824 var Audits2 = {}; | 824 var Audits2 = {}; |
825 /** @type {!Object} */ | 825 /** @type {!Object} */ |
826 var Audits2Worker = {}; | 826 var Audits2Worker = {}; |
827 /** @type {!Object} */ | 827 /** @type {!Object} */ |
828 var Bindings = {}; | 828 var Bindings = {}; |
829 /** @type {!Object} */ | 829 /** @type {!Object} */ |
830 var CmModes = {}; | 830 var CmModes = {}; |
831 /** @type {!Object} */ | 831 /** @type {!Object} */ |
| 832 var ColorPicker = {}; |
| 833 /** @type {!Object} */ |
832 var Common = {}; | 834 var Common = {}; |
833 /** @type {!Object} */ | 835 /** @type {!Object} */ |
834 var Components = {}; | 836 var Components = {}; |
835 // Closure uses Console as a namespace item so we cannot override it right now. | 837 // Closure uses Console as a namespace item so we cannot override it right now. |
836 var Console = {}; | 838 var Console = {}; |
837 /** @type {!Object} */ | 839 /** @type {!Object} */ |
| 840 var CookieTable = {}; |
| 841 /** @type {!Object} */ |
838 var CSSTracker = {}; | 842 var CSSTracker = {}; |
839 /** @type {!Object} */ | 843 /** @type {!Object} */ |
| 844 var DataGrid = {}; |
| 845 /** @type {!Object} */ |
840 var Devices = {}; | 846 var Devices = {}; |
841 /** @type {!Object} */ | 847 /** @type {!Object} */ |
842 var Diff = {}; | 848 var Diff = {}; |
843 /** @type {!Object} */ | 849 /** @type {!Object} */ |
844 var Elements = {}; | 850 var Elements = {}; |
845 /** @type {!Object} */ | 851 /** @type {!Object} */ |
846 var Emulation = {}; | 852 var Emulation = {}; |
847 /** @type {!Object} */ | 853 /** @type {!Object} */ |
848 var Extensions = {}; | 854 var Extensions = {}; |
849 /** @type {!Object} */ | 855 /** @type {!Object} */ |
850 var FormatterWorker = {}; | 856 var FormatterWorker = {}; |
851 /** @type {!Object} */ | 857 /** @type {!Object} */ |
852 var HeapSnapshotWorker = {}; | 858 var HeapSnapshotWorker = {}; |
853 /** @type {!Object} */ | 859 /** @type {!Object} */ |
854 var Host = {}; | 860 var Host = {}; |
855 /** @type {!Object} */ | 861 /** @type {!Object} */ |
| 862 var InlineEditor = {}; |
| 863 /** @type {!Object} */ |
856 var LayerViewer = {}; | 864 var LayerViewer = {}; |
857 /** @type {!Object} */ | 865 /** @type {!Object} */ |
858 var Layers = {}; | 866 var Layers = {}; |
859 /** @type {!Object} */ | 867 /** @type {!Object} */ |
860 var Main = {}; | 868 var Main = {}; |
861 /** @type {!Object} */ | 869 /** @type {!Object} */ |
862 var Network = {}; | 870 var Network = {}; |
863 /** @type {!Object} */ | 871 /** @type {!Object} */ |
864 var PerfUI = {}; | 872 var PerfUI = {}; |
865 /** @type {!Object} */ | 873 /** @type {!Object} */ |
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
905 /** @type {!Object} */ | 913 /** @type {!Object} */ |
906 var ToolboxBootstrap = {}; | 914 var ToolboxBootstrap = {}; |
907 /** @type {!Object} */ | 915 /** @type {!Object} */ |
908 var UI = {}; | 916 var UI = {}; |
909 /** @type {!Object} */ | 917 /** @type {!Object} */ |
910 var UtilitySharedWorker = {}; | 918 var UtilitySharedWorker = {}; |
911 /** @type {!Object} */ | 919 /** @type {!Object} */ |
912 var WorkerService = {}; | 920 var WorkerService = {}; |
913 /** @type {!Object} */ | 921 /** @type {!Object} */ |
914 var Workspace = {}; | 922 var Workspace = {}; |
OLD | NEW |