| 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 853 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 864 var InlineEditor = {}; | 864 var InlineEditor = {}; |
| 865 /** @type {!Object} */ | 865 /** @type {!Object} */ |
| 866 var LayerViewer = {}; | 866 var LayerViewer = {}; |
| 867 /** @type {!Object} */ | 867 /** @type {!Object} */ |
| 868 var Layers = {}; | 868 var Layers = {}; |
| 869 /** @type {!Object} */ | 869 /** @type {!Object} */ |
| 870 var Main = {}; | 870 var Main = {}; |
| 871 /** @type {!Object} */ | 871 /** @type {!Object} */ |
| 872 var Network = {}; | 872 var Network = {}; |
| 873 /** @type {!Object} */ | 873 /** @type {!Object} */ |
| 874 var NetworkConditions = {}; |
| 875 /** @type {!Object} */ |
| 874 var PerfUI = {}; | 876 var PerfUI = {}; |
| 875 /** @type {!Object} */ | 877 /** @type {!Object} */ |
| 876 var Persistence = {}; | 878 var Persistence = {}; |
| 877 /** @type {!Object} */ | 879 /** @type {!Object} */ |
| 878 var Platform = {}; | 880 var Platform = {}; |
| 879 /** @type {!Object} */ | 881 /** @type {!Object} */ |
| 880 var Profiler = {}; | 882 var Profiler = {}; |
| 881 /** @type {!Object} */ | 883 /** @type {!Object} */ |
| 882 var Protocol = {}; | 884 var Protocol = {}; |
| 883 /** @type {!Object} */ | 885 /** @type {!Object} */ |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 915 /** @type {!Object} */ | 917 /** @type {!Object} */ |
| 916 var ToolboxBootstrap = {}; | 918 var ToolboxBootstrap = {}; |
| 917 /** @type {!Object} */ | 919 /** @type {!Object} */ |
| 918 var UI = {}; | 920 var UI = {}; |
| 919 /** @type {!Object} */ | 921 /** @type {!Object} */ |
| 920 var UtilitySharedWorker = {}; | 922 var UtilitySharedWorker = {}; |
| 921 /** @type {!Object} */ | 923 /** @type {!Object} */ |
| 922 var WorkerService = {}; | 924 var WorkerService = {}; |
| 923 /** @type {!Object} */ | 925 /** @type {!Object} */ |
| 924 var Workspace = {}; | 926 var Workspace = {}; |
| OLD | NEW |