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

Side by Side Diff: third_party/WebKit/Source/web/AssertMatchingEnums.cpp

Issue 2497033002: Break apart WebGestureEvent from WebInputEvent. (Closed)
Patch Set: Rebase Created 4 years, 1 month 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
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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 #include "platform/weborigin/ReferrerPolicy.h" 79 #include "platform/weborigin/ReferrerPolicy.h"
80 #include "platform/weborigin/SchemeRegistry.h" 80 #include "platform/weborigin/SchemeRegistry.h"
81 #include "public/platform/WebApplicationCacheHost.h" 81 #include "public/platform/WebApplicationCacheHost.h"
82 #include "public/platform/WebClipboard.h" 82 #include "public/platform/WebClipboard.h"
83 #include "public/platform/WebCursorInfo.h" 83 #include "public/platform/WebCursorInfo.h"
84 #include "public/platform/WebFileError.h" 84 #include "public/platform/WebFileError.h"
85 #include "public/platform/WebFileInfo.h" 85 #include "public/platform/WebFileInfo.h"
86 #include "public/platform/WebFileSystem.h" 86 #include "public/platform/WebFileSystem.h"
87 #include "public/platform/WebFontDescription.h" 87 #include "public/platform/WebFontDescription.h"
88 #include "public/platform/WebHistoryScrollRestorationType.h" 88 #include "public/platform/WebHistoryScrollRestorationType.h"
89 #include "public/platform/WebInputEvent.h"
89 #include "public/platform/WebMediaPlayer.h" 90 #include "public/platform/WebMediaPlayer.h"
90 #include "public/platform/WebMediaPlayerClient.h" 91 #include "public/platform/WebMediaPlayerClient.h"
91 #include "public/platform/WebMediaSource.h" 92 #include "public/platform/WebMediaSource.h"
92 #include "public/platform/WebMediaStreamSource.h" 93 #include "public/platform/WebMediaStreamSource.h"
93 #include "public/platform/WebPageVisibilityState.h" 94 #include "public/platform/WebPageVisibilityState.h"
94 #include "public/platform/WebReferrerPolicy.h" 95 #include "public/platform/WebReferrerPolicy.h"
95 #include "public/platform/WebScrollbar.h" 96 #include "public/platform/WebScrollbar.h"
96 #include "public/platform/WebScrollbarBehavior.h" 97 #include "public/platform/WebScrollbarBehavior.h"
97 #include "public/platform/WebSelectionBound.h" 98 #include "public/platform/WebSelectionBound.h"
98 #include "public/platform/WebStorageQuotaError.h" 99 #include "public/platform/WebStorageQuotaError.h"
(...skipping 12 matching lines...) Expand all
111 #include "public/web/WebAXObject.h" 112 #include "public/web/WebAXObject.h"
112 #include "public/web/WebClientRedirectPolicy.h" 113 #include "public/web/WebClientRedirectPolicy.h"
113 #include "public/web/WebConsoleMessage.h" 114 #include "public/web/WebConsoleMessage.h"
114 #include "public/web/WebContentSecurityPolicy.h" 115 #include "public/web/WebContentSecurityPolicy.h"
115 #include "public/web/WebFrameClient.h" 116 #include "public/web/WebFrameClient.h"
116 #include "public/web/WebFrameLoadType.h" 117 #include "public/web/WebFrameLoadType.h"
117 #include "public/web/WebHistoryCommitType.h" 118 #include "public/web/WebHistoryCommitType.h"
118 #include "public/web/WebHistoryItem.h" 119 #include "public/web/WebHistoryItem.h"
119 #include "public/web/WebIconURL.h" 120 #include "public/web/WebIconURL.h"
120 #include "public/web/WebInputElement.h" 121 #include "public/web/WebInputElement.h"
121 #include "public/web/WebInputEvent.h"
122 #include "public/web/WebNavigationPolicy.h" 122 #include "public/web/WebNavigationPolicy.h"
123 #include "public/web/WebNavigatorContentUtilsClient.h" 123 #include "public/web/WebNavigatorContentUtilsClient.h"
124 #include "public/web/WebRemoteFrameClient.h" 124 #include "public/web/WebRemoteFrameClient.h"
125 #include "public/web/WebSandboxFlags.h" 125 #include "public/web/WebSandboxFlags.h"
126 #include "public/web/WebSecurityPolicy.h" 126 #include "public/web/WebSecurityPolicy.h"
127 #include "public/web/WebSelection.h" 127 #include "public/web/WebSelection.h"
128 #include "public/web/WebSerializedScriptValueVersion.h" 128 #include "public/web/WebSerializedScriptValueVersion.h"
129 #include "public/web/WebSettings.h" 129 #include "public/web/WebSettings.h"
130 #include "public/web/WebSpeechRecognizerClient.h" 130 #include "public/web/WebSpeechRecognizerClient.h"
131 #include "public/web/WebTextCheckingResult.h" 131 #include "public/web/WebTextCheckingResult.h"
(...skipping 768 matching lines...) Expand 10 before | Expand all | Expand 10 after
900 ProgressBarCompletion::DOMContentLoaded); 900 ProgressBarCompletion::DOMContentLoaded);
901 STATIC_ASSERT_ENUM( 901 STATIC_ASSERT_ENUM(
902 WebSettings::ProgressBarCompletion::ResourcesBeforeDCLAndSameOriginIFrames, 902 WebSettings::ProgressBarCompletion::ResourcesBeforeDCLAndSameOriginIFrames,
903 ProgressBarCompletion::ResourcesBeforeDCLAndSameOriginIFrames); 903 ProgressBarCompletion::ResourcesBeforeDCLAndSameOriginIFrames);
904 904
905 static_assert(kSerializedScriptValueVersion == 905 static_assert(kSerializedScriptValueVersion ==
906 SerializedScriptValue::wireFormatVersion, 906 SerializedScriptValue::wireFormatVersion,
907 ""); 907 "");
908 908
909 } // namespace blink 909 } // namespace blink
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698