| 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 863 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 PerfUI = {}; | 878 var PerfUI = {}; |
| 879 /** @type {!Object} */ | 879 /** @type {!Object} */ |
| 880 var Persistence = {}; | 880 var Persistence = {}; |
| 881 /** @type {!Object} */ | 881 /** @type {!Object} */ |
| 882 var Platform = {}; | 882 var Platform = {}; |
| 883 /** @type {!Object} */ | 883 /** @type {!Object} */ |
| 884 var ProductRegistry = {}; |
| 885 /** @type {!Object} */ |
| 884 var Profiler = {}; | 886 var Profiler = {}; |
| 885 /** @type {!Object} */ | 887 /** @type {!Object} */ |
| 886 var Protocol = {}; | 888 var Protocol = {}; |
| 887 /** @type {!Object} */ | 889 /** @type {!Object} */ |
| 888 var QuickOpen = {}; | 890 var QuickOpen = {}; |
| 889 /** @type {!Object} */ | 891 /** @type {!Object} */ |
| 890 var Resources = {}; | 892 var Resources = {}; |
| 891 /** @type {!Object} */ | 893 /** @type {!Object} */ |
| 892 var Sass = {}; | 894 var Sass = {}; |
| 893 /** @type {!Object} */ | 895 /** @type {!Object} */ |
| (...skipping 25 matching lines...) Expand all Loading... |
| 919 /** @type {!Object} */ | 921 /** @type {!Object} */ |
| 920 var ToolboxBootstrap = {}; | 922 var ToolboxBootstrap = {}; |
| 921 /** @type {!Object} */ | 923 /** @type {!Object} */ |
| 922 var UI = {}; | 924 var UI = {}; |
| 923 /** @type {!Object} */ | 925 /** @type {!Object} */ |
| 924 var UtilitySharedWorker = {}; | 926 var UtilitySharedWorker = {}; |
| 925 /** @type {!Object} */ | 927 /** @type {!Object} */ |
| 926 var WorkerService = {}; | 928 var WorkerService = {}; |
| 927 /** @type {!Object} */ | 929 /** @type {!Object} */ |
| 928 var Workspace = {}; | 930 var Workspace = {}; |
| OLD | NEW |