| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright (C) 2003, 2006 Apple Computer, Inc. All rights reserved. | 2 * Copyright (C) 2003, 2006 Apple Computer, 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 | 5 * modification, are permitted provided that the following conditions |
| 6 * are met: | 6 * are met: |
| 7 * 1. Redistributions of source code must retain the above copyright | 7 * 1. Redistributions of source code must retain the above copyright |
| 8 * notice, this list of conditions and the following disclaimer. | 8 * notice, this list of conditions and the following disclaimer. |
| 9 * 2. Redistributions in binary form must reproduce the above copyright | 9 * 2. Redistributions in binary form must reproduce the above copyright |
| 10 * notice, this list of conditions and the following disclaimer in the | 10 * notice, this list of conditions and the following disclaimer in the |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 42 extern WTFLogChannel LogLoading; | 42 extern WTFLogChannel LogLoading; |
| 43 extern WTFLogChannel LogPopupBlocking; | 43 extern WTFLogChannel LogPopupBlocking; |
| 44 extern WTFLogChannel LogEvents; | 44 extern WTFLogChannel LogEvents; |
| 45 extern WTFLogChannel LogEditing; | 45 extern WTFLogChannel LogEditing; |
| 46 extern WTFLogChannel LogLiveConnect; | 46 extern WTFLogChannel LogLiveConnect; |
| 47 extern WTFLogChannel LogIconDatabase; | 47 extern WTFLogChannel LogIconDatabase; |
| 48 extern WTFLogChannel LogSQLDatabase; | 48 extern WTFLogChannel LogSQLDatabase; |
| 49 extern WTFLogChannel LogSpellingAndGrammar; | 49 extern WTFLogChannel LogSpellingAndGrammar; |
| 50 extern WTFLogChannel LogBackForward; | 50 extern WTFLogChannel LogBackForward; |
| 51 extern WTFLogChannel LogHistory; | 51 extern WTFLogChannel LogHistory; |
| 52 extern WTFLogChannel LogPageCache; | |
| 53 extern WTFLogChannel LogPlatformLeaks; | 52 extern WTFLogChannel LogPlatformLeaks; |
| 54 extern WTFLogChannel LogResourceLoading; | 53 extern WTFLogChannel LogResourceLoading; |
| 55 extern WTFLogChannel LogNetwork; | 54 extern WTFLogChannel LogNetwork; |
| 56 extern WTFLogChannel LogFTP; | 55 extern WTFLogChannel LogFTP; |
| 57 extern WTFLogChannel LogThreading; | 56 extern WTFLogChannel LogThreading; |
| 58 extern WTFLogChannel LogStorageAPI; | 57 extern WTFLogChannel LogStorageAPI; |
| 59 extern WTFLogChannel LogMedia; | 58 extern WTFLogChannel LogMedia; |
| 60 extern WTFLogChannel LogPlugins; | 59 extern WTFLogChannel LogPlugins; |
| 61 extern WTFLogChannel LogArchives; | 60 extern WTFLogChannel LogArchives; |
| 62 extern WTFLogChannel LogProgress; | 61 extern WTFLogChannel LogProgress; |
| 63 extern WTFLogChannel LogFileAPI; | 62 extern WTFLogChannel LogFileAPI; |
| 64 extern WTFLogChannel LogWebAudio; | 63 extern WTFLogChannel LogWebAudio; |
| 65 extern WTFLogChannel LogCompositing; | 64 extern WTFLogChannel LogCompositing; |
| 66 extern WTFLogChannel LogGamepad; | 65 extern WTFLogChannel LogGamepad; |
| 67 | 66 |
| 68 WTFLogChannel* getChannelFromName(const String& channelName); | 67 WTFLogChannel* getChannelFromName(const String& channelName); |
| 69 } | 68 } |
| 70 | 69 |
| 71 #endif // !LOG_DISABLED | 70 #endif // !LOG_DISABLED |
| 72 | 71 |
| 73 #endif // Logging_h | 72 #endif // Logging_h |
| OLD | NEW |