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

Side by Side Diff: Source/WebCore/dom/EventNames.in

Issue 14296003: Remove TOUCH_EVENTS and TOUCH_EVENT_TRACKING compile-time flags. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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 namespace="Event" 1 namespace="Event"
2 2
3 Event 3 Event
4 Events interfaceName=Event 4 Events interfaceName=Event
5 HTMLEvents interfaceName=Event 5 HTMLEvents interfaceName=Event
6 BeforeLoadEvent 6 BeforeLoadEvent
7 CloseEvent 7 CloseEvent
8 CompositionEvent 8 CompositionEvent
9 CustomEvent 9 CustomEvent
10 ErrorEvent 10 ErrorEvent
(...skipping 28 matching lines...) Expand all
39 SpeechInputEvent conditional=INPUT_SPEECH 39 SpeechInputEvent conditional=INPUT_SPEECH
40 SpeechRecognitionError 40 SpeechRecognitionError
41 SpeechRecognitionEvent 41 SpeechRecognitionEvent
42 SpeechSynthesisEvent conditional=SPEECH_SYNTHESIS 42 SpeechSynthesisEvent conditional=SPEECH_SYNTHESIS
43 WebGLContextEvent conditional=WEBGL 43 WebGLContextEvent conditional=WEBGL
44 StorageEvent 44 StorageEvent
45 SVGEvents interfaceName=Event, conditional=SVG 45 SVGEvents interfaceName=Event, conditional=SVG
46 SVGZoomEvent conditional=SVG 46 SVGZoomEvent conditional=SVG
47 SVGZoomEvents interfaceName=SVGZoomEvent, conditional=SVG 47 SVGZoomEvents interfaceName=SVGZoomEvent, conditional=SVG
48 IDBVersionChangeEvent 48 IDBVersionChangeEvent
49 TouchEvent conditional=TOUCH_EVENTS, runtimeConditional=touchEnabled 49 TouchEvent runtimeConditional=touchEnabled
50 DeviceMotionEvent 50 DeviceMotionEvent
51 DeviceOrientationEvent 51 DeviceOrientationEvent
52 OrientationEvent interfaceName=Event, conditional=ORIENTATION_EVENTS 52 OrientationEvent interfaceName=Event, conditional=ORIENTATION_EVENTS
53 MediaKeyEvent conditional=ENCRYPTED_MEDIA 53 MediaKeyEvent conditional=ENCRYPTED_MEDIA
54 MediaKeyMessageEvent conditional=ENCRYPTED_MEDIA_V2 54 MediaKeyMessageEvent conditional=ENCRYPTED_MEDIA_V2
55 MediaKeyNeededEvent conditional=ENCRYPTED_MEDIA_V2 55 MediaKeyNeededEvent conditional=ENCRYPTED_MEDIA_V2
56 TrackEvent 56 TrackEvent
57 AutocompleteErrorEvent 57 AutocompleteErrorEvent
58 CSSFontFaceLoadEvent conditional=FONT_LOAD_EVENTS 58 CSSFontFaceLoadEvent conditional=FONT_LOAD_EVENTS
59 SecurityPolicyViolationEvent 59 SecurityPolicyViolationEvent
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698