| 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 857 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 868 var LayerViewer = {}; | 868 var LayerViewer = {}; |
| 869 /** @type {!Object} */ | 869 /** @type {!Object} */ |
| 870 var Layers = {}; | 870 var Layers = {}; |
| 871 /** @type {!Object} */ | 871 /** @type {!Object} */ |
| 872 var Main = {}; | 872 var Main = {}; |
| 873 /** @type {!Object} */ | 873 /** @type {!Object} */ |
| 874 var Network = {}; | 874 var Network = {}; |
| 875 /** @type {!Object} */ | 875 /** @type {!Object} */ |
| 876 var NetworkConditions = {}; | 876 var NetworkConditions = {}; |
| 877 /** @type {!Object} */ | 877 /** @type {!Object} */ |
| 878 var NetworkGroupLookup = {}; |
| 879 /** @type {!Object} */ |
| 878 var PerfUI = {}; | 880 var PerfUI = {}; |
| 879 /** @type {!Object} */ | 881 /** @type {!Object} */ |
| 880 var Persistence = {}; | 882 var Persistence = {}; |
| 881 /** @type {!Object} */ | 883 /** @type {!Object} */ |
| 882 var Platform = {}; | 884 var Platform = {}; |
| 883 /** @type {!Object} */ | 885 /** @type {!Object} */ |
| 884 var ProductRegistry = {}; | 886 var ProductRegistry = {}; |
| 885 /** @type {!Object} */ | 887 /** @type {!Object} */ |
| 886 var Profiler = {}; | 888 var Profiler = {}; |
| 887 /** @type {!Object} */ | 889 /** @type {!Object} */ |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 921 /** @type {!Object} */ | 923 /** @type {!Object} */ |
| 922 var ToolboxBootstrap = {}; | 924 var ToolboxBootstrap = {}; |
| 923 /** @type {!Object} */ | 925 /** @type {!Object} */ |
| 924 var UI = {}; | 926 var UI = {}; |
| 925 /** @type {!Object} */ | 927 /** @type {!Object} */ |
| 926 var UtilitySharedWorker = {}; | 928 var UtilitySharedWorker = {}; |
| 927 /** @type {!Object} */ | 929 /** @type {!Object} */ |
| 928 var WorkerService = {}; | 930 var WorkerService = {}; |
| 929 /** @type {!Object} */ | 931 /** @type {!Object} */ |
| 930 var Workspace = {}; | 932 var Workspace = {}; |
| OLD | NEW |