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 817 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 Common = {}; | 832 var Common = {}; |
833 /** @type {!Object} */ | 833 /** @type {!Object} */ |
834 var Components = {}; | 834 var Components = {}; |
835 // Closure uses Console as a namespace item so we cannot override it right now. | 835 // Closure uses Console as a namespace item so we cannot override it right now. |
836 var Console = {}; | 836 var Console = {}; |
837 /** @type {!Object} */ | 837 /** @type {!Object} */ |
| 838 var CookieTable = {}; |
| 839 /** @type {!Object} */ |
838 var CSSTracker = {}; | 840 var CSSTracker = {}; |
839 /** @type {!Object} */ | 841 /** @type {!Object} */ |
| 842 var DataGrid = {}; |
| 843 /** @type {!Object} */ |
840 var Devices = {}; | 844 var Devices = {}; |
841 /** @type {!Object} */ | 845 /** @type {!Object} */ |
842 var Diff = {}; | 846 var Diff = {}; |
843 /** @type {!Object} */ | 847 /** @type {!Object} */ |
844 var Elements = {}; | 848 var Elements = {}; |
845 /** @type {!Object} */ | 849 /** @type {!Object} */ |
846 var Emulation = {}; | 850 var Emulation = {}; |
847 /** @type {!Object} */ | 851 /** @type {!Object} */ |
848 var Extensions = {}; | 852 var Extensions = {}; |
849 /** @type {!Object} */ | 853 /** @type {!Object} */ |
850 var FormatterWorker = {}; | 854 var FormatterWorker = {}; |
851 /** @type {!Object} */ | 855 /** @type {!Object} */ |
852 var HeapSnapshotWorker = {}; | 856 var HeapSnapshotWorker = {}; |
853 /** @type {!Object} */ | 857 /** @type {!Object} */ |
854 var Host = {}; | 858 var Host = {}; |
855 /** @type {!Object} */ | 859 /** @type {!Object} */ |
| 860 var InlineEditor = {}; |
| 861 /** @type {!Object} */ |
| 862 var JS_UI = {}; |
| 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} */ |
| 872 var Perf_UI = {}; |
| 873 /** @type {!Object} */ |
864 var Persistence = {}; | 874 var Persistence = {}; |
865 /** @type {!Object} */ | 875 /** @type {!Object} */ |
866 var Platform = {}; | 876 var Platform = {}; |
867 /** @type {!Object} */ | 877 /** @type {!Object} */ |
868 var Profiler = {}; | 878 var Profiler = {}; |
869 /** @type {!Object} */ | 879 /** @type {!Object} */ |
870 var Protocol = {}; | 880 var Protocol = {}; |
871 /** @type {!Object} */ | 881 /** @type {!Object} */ |
| 882 var QuickOpen = {}; |
| 883 /** @type {!Object} */ |
872 var Resources = {}; | 884 var Resources = {}; |
873 /** @type {!Object} */ | 885 /** @type {!Object} */ |
874 var Sass = {}; | 886 var Sass = {}; |
875 /** @type {!Object} */ | 887 /** @type {!Object} */ |
876 var Screencast = {}; | 888 var Screencast = {}; |
877 /** @type {!Object} */ | 889 /** @type {!Object} */ |
878 var SDK = {}; | 890 var SDK = {}; |
879 /** @type {!Object} */ | 891 /** @type {!Object} */ |
880 var Security = {}; | 892 var Security = {}; |
881 /** @type {!Object} */ | 893 /** @type {!Object} */ |
882 var Services = {}; | 894 var Services = {}; |
883 /** @type {!Object} */ | 895 /** @type {!Object} */ |
884 var Settings = {}; | 896 var Settings = {}; |
885 /** @type {!Object} */ | 897 /** @type {!Object} */ |
886 var Shell = {}; | 898 var Shell = {}; |
887 /** @type {!Object} */ | 899 /** @type {!Object} */ |
888 var Snippets = {}; | 900 var Snippets = {}; |
889 /** @type {!Object} */ | 901 /** @type {!Object} */ |
890 var SourceFrame = {}; | 902 var SourceFrame = {}; |
891 /** @type {!Object} */ | 903 /** @type {!Object} */ |
892 var Sources = {}; | 904 var Sources = {}; |
893 /** @type {!Object} */ | 905 /** @type {!Object} */ |
| 906 var Spectrum = {}; |
| 907 /** @type {!Object} */ |
894 var TestRunner = {}; | 908 var TestRunner = {}; |
895 /** @type {!Object} */ | 909 /** @type {!Object} */ |
896 var TextEditor = {}; | 910 var TextEditor = {}; |
897 /** @type {!Object} */ | 911 /** @type {!Object} */ |
898 var Timeline = {}; | 912 var Timeline = {}; |
899 /** @type {!Object} */ | 913 /** @type {!Object} */ |
900 var TimelineModel = {}; | 914 var TimelineModel = {}; |
901 /** @type {!Object} */ | 915 /** @type {!Object} */ |
902 var ToolboxBootstrap = {}; | 916 var ToolboxBootstrap = {}; |
903 /** @type {!Object} */ | 917 /** @type {!Object} */ |
904 var UI = {}; | 918 var UI = {}; |
905 /** @type {!Object} */ | 919 /** @type {!Object} */ |
906 var UtilitySharedWorker = {}; | 920 var UtilitySharedWorker = {}; |
907 /** @type {!Object} */ | 921 /** @type {!Object} */ |
908 var WorkerService = {}; | 922 var WorkerService = {}; |
909 /** @type {!Object} */ | 923 /** @type {!Object} */ |
910 var Workspace = {}; | 924 var Workspace = {}; |
OLD | NEW |