Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(24)

Side by Side Diff: Source/WebKit/chromium/src/AssertMatchingEnums.cpp

Issue 14519003: Absolutify paths to dom/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix testrunner Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2012 Google Inc. All rights reserved. 2 * Copyright (C) 2012 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 15 matching lines...) Expand all
26 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 26 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
27 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 27 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
28 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 28 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29 */ 29 */
30 30
31 // Use this file to assert that various WebKit API enum values continue 31 // Use this file to assert that various WebKit API enum values continue
32 // matching WebCore defined enum values. 32 // matching WebCore defined enum values.
33 33
34 #include "config.h" 34 #include "config.h"
35 35
36 #include "DocumentMarker.h"
37 #include "ExceptionCode.h"
38 #include "FileError.h" 36 #include "FileError.h"
39 #include "FileSystemType.h" 37 #include "FileSystemType.h"
40 #include "GeolocationError.h" 38 #include "GeolocationError.h"
41 #include "GeolocationPosition.h" 39 #include "GeolocationPosition.h"
42 #include "HTMLFormElement.h" 40 #include "HTMLFormElement.h"
43 #include "HTMLInputElement.h" 41 #include "HTMLInputElement.h"
44 #include "IDBCursor.h" 42 #include "IDBCursor.h"
45 #include "IDBDatabaseBackendInterface.h" 43 #include "IDBDatabaseBackendInterface.h"
46 #include "IDBDatabaseException.h" 44 #include "IDBDatabaseException.h"
47 #include "IDBFactoryBackendInterfaceChromium.h" 45 #include "IDBFactoryBackendInterfaceChromium.h"
48 #include "IDBKey.h" 46 #include "IDBKey.h"
49 #include "IDBKeyPath.h" 47 #include "IDBKeyPath.h"
50 #include "IDBMetadata.h" 48 #include "IDBMetadata.h"
51 #include "IconURL.h"
52 #include "NotificationClient.h" 49 #include "NotificationClient.h"
53 #include "SpeechRecognitionError.h" 50 #include "SpeechRecognitionError.h"
54 #include "StorageQuota.h" 51 #include "StorageQuota.h"
55 #include "TextControlInnerElements.h" 52 #include "TextControlInnerElements.h"
56 #include "WebAccessibilityNotification.h" 53 #include "WebAccessibilityNotification.h"
57 #include "WebAccessibilityObject.h" 54 #include "WebAccessibilityObject.h"
58 #include "WebApplicationCacheHost.h" 55 #include "WebApplicationCacheHost.h"
59 #include "WebConsoleMessage.h" 56 #include "WebConsoleMessage.h"
60 #include "WebContentSecurityPolicy.h" 57 #include "WebContentSecurityPolicy.h"
61 #include "WebCursorInfo.h" 58 #include "WebCursorInfo.h"
(...skipping 19 matching lines...) Expand all
81 #include "WebSettings.h" 78 #include "WebSettings.h"
82 #include "WebSpeechRecognizerClient.h" 79 #include "WebSpeechRecognizerClient.h"
83 #include "WebStorageQuotaError.h" 80 #include "WebStorageQuotaError.h"
84 #include "WebStorageQuotaType.h" 81 #include "WebStorageQuotaType.h"
85 #include "WebTextAffinity.h" 82 #include "WebTextAffinity.h"
86 #include "WebTextCheckingResult.h" 83 #include "WebTextCheckingResult.h"
87 #include "WebTextCheckingType.h" 84 #include "WebTextCheckingType.h"
88 #include "WebView.h" 85 #include "WebView.h"
89 #include "core/accessibility/AXObjectCache.h" 86 #include "core/accessibility/AXObjectCache.h"
90 #include "core/accessibility/AccessibilityObject.h" 87 #include "core/accessibility/AccessibilityObject.h"
88 #include "core/dom/DocumentMarker.h"
89 #include "core/dom/ExceptionCode.h"
90 #include "core/dom/IconURL.h"
91 #include "core/editing/EditorInsertAction.h" 91 #include "core/editing/EditorInsertAction.h"
92 #include "core/editing/TextAffinity.h" 92 #include "core/editing/TextAffinity.h"
93 #include "core/loader/appcache/ApplicationCacheHost.h" 93 #include "core/loader/appcache/ApplicationCacheHost.h"
94 #include "core/page/ContentSecurityPolicy.h" 94 #include "core/page/ContentSecurityPolicy.h"
95 #include "core/page/PageVisibilityState.h" 95 #include "core/page/PageVisibilityState.h"
96 #include "core/page/Settings.h" 96 #include "core/page/Settings.h"
97 #include "core/page/UserContentTypes.h" 97 #include "core/page/UserContentTypes.h"
98 #include "core/page/UserStyleSheetTypes.h" 98 #include "core/page/UserStyleSheetTypes.h"
99 #include "core/platform/Cursor.h" 99 #include "core/platform/Cursor.h"
100 #include "core/platform/FileMetadata.h" 100 #include "core/platform/FileMetadata.h"
(...skipping 509 matching lines...) Expand 10 before | Expand all | Expand 10 after
610 COMPILE_ASSERT_MATCHING_ENUM(WebURLRequest::PriorityVeryLow, ResourceLoadPriorit yVeryLow); 610 COMPILE_ASSERT_MATCHING_ENUM(WebURLRequest::PriorityVeryLow, ResourceLoadPriorit yVeryLow);
611 COMPILE_ASSERT_MATCHING_ENUM(WebURLRequest::PriorityLow, ResourceLoadPriorityLow ); 611 COMPILE_ASSERT_MATCHING_ENUM(WebURLRequest::PriorityLow, ResourceLoadPriorityLow );
612 COMPILE_ASSERT_MATCHING_ENUM(WebURLRequest::PriorityMedium, ResourceLoadPriority Medium); 612 COMPILE_ASSERT_MATCHING_ENUM(WebURLRequest::PriorityMedium, ResourceLoadPriority Medium);
613 COMPILE_ASSERT_MATCHING_ENUM(WebURLRequest::PriorityHigh, ResourceLoadPriorityHi gh); 613 COMPILE_ASSERT_MATCHING_ENUM(WebURLRequest::PriorityHigh, ResourceLoadPriorityHi gh);
614 COMPILE_ASSERT_MATCHING_ENUM(WebURLRequest::PriorityVeryHigh, ResourceLoadPriori tyVeryHigh); 614 COMPILE_ASSERT_MATCHING_ENUM(WebURLRequest::PriorityVeryHigh, ResourceLoadPriori tyVeryHigh);
615 615
616 COMPILE_ASSERT_MATCHING_ENUM(WebConsoleMessage::LevelDebug, DebugMessageLevel); 616 COMPILE_ASSERT_MATCHING_ENUM(WebConsoleMessage::LevelDebug, DebugMessageLevel);
617 COMPILE_ASSERT_MATCHING_ENUM(WebConsoleMessage::LevelLog, LogMessageLevel); 617 COMPILE_ASSERT_MATCHING_ENUM(WebConsoleMessage::LevelLog, LogMessageLevel);
618 COMPILE_ASSERT_MATCHING_ENUM(WebConsoleMessage::LevelWarning, WarningMessageLeve l); 618 COMPILE_ASSERT_MATCHING_ENUM(WebConsoleMessage::LevelWarning, WarningMessageLeve l);
619 COMPILE_ASSERT_MATCHING_ENUM(WebConsoleMessage::LevelError, ErrorMessageLevel); 619 COMPILE_ASSERT_MATCHING_ENUM(WebConsoleMessage::LevelError, ErrorMessageLevel);
OLDNEW
« no previous file with comments | « Source/WebKit/chromium/src/ApplicationCacheHost.cpp ('k') | Source/WebKit/chromium/src/BatteryClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698