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

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

Issue 16381002: Remove ENABLE_WEBGL #define as it's always enabled in Blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 6 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
« no previous file with comments | « Source/WebKit/chromium/WebKit.gyp ('k') | Source/core/features.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 core/dom/BeforeLoadEvent 6 core/dom/BeforeLoadEvent
7 modules/websockets/CloseEvent 7 modules/websockets/CloseEvent
8 CompositionEvent 8 CompositionEvent
9 CustomEvent 9 CustomEvent
10 ErrorEvent 10 ErrorEvent
(...skipping 23 matching lines...) Expand all
34 modules/webaudio/OfflineAudioCompletionEvent conditional=WEB_AUDIO 34 modules/webaudio/OfflineAudioCompletionEvent conditional=WEB_AUDIO
35 modules/mediastream/MediaStreamEvent 35 modules/mediastream/MediaStreamEvent
36 modules/mediastream/MediaStreamTrackEvent 36 modules/mediastream/MediaStreamTrackEvent
37 modules/mediastream/RTCIceCandidateEvent 37 modules/mediastream/RTCIceCandidateEvent
38 modules/mediastream/RTCDataChannelEvent 38 modules/mediastream/RTCDataChannelEvent
39 modules/mediastream/RTCDTMFToneChangeEvent 39 modules/mediastream/RTCDTMFToneChangeEvent
40 core/page/SpeechInputEvent conditional=INPUT_SPEECH 40 core/page/SpeechInputEvent conditional=INPUT_SPEECH
41 modules/speech/SpeechRecognitionError 41 modules/speech/SpeechRecognitionError
42 modules/speech/SpeechRecognitionEvent 42 modules/speech/SpeechRecognitionEvent
43 modules/speech/SpeechSynthesisEvent 43 modules/speech/SpeechSynthesisEvent
44 core/html/canvas/WebGLContextEvent conditional=WEBGL 44 core/html/canvas/WebGLContextEvent
45 core/storage/StorageEvent 45 core/storage/StorageEvent
46 core/svg/SVGEvents interfaceName=Event 46 core/svg/SVGEvents interfaceName=Event
47 core/svg/SVGZoomEvent 47 core/svg/SVGZoomEvent
48 core/svg/SVGZoomEvents interfaceName=SVGZoomEvent 48 core/svg/SVGZoomEvents interfaceName=SVGZoomEvent
49 modules/indexeddb/IDBVersionChangeEvent 49 modules/indexeddb/IDBVersionChangeEvent
50 TouchEvent runtimeConditional=touchEnabled 50 TouchEvent runtimeConditional=touchEnabled
51 modules/device_orientation/DeviceMotionEvent 51 modules/device_orientation/DeviceMotionEvent
52 core/dom/DeviceOrientationEvent 52 core/dom/DeviceOrientationEvent
53 OrientationEvent interfaceName=Event, conditional=ORIENTATION_EVENTS 53 OrientationEvent interfaceName=Event, conditional=ORIENTATION_EVENTS
54 core/html/MediaKeyEvent 54 core/html/MediaKeyEvent
55 modules/encryptedmedia/MediaKeyMessageEvent conditional=ENCRYPTED_MEDIA_V2 55 modules/encryptedmedia/MediaKeyMessageEvent conditional=ENCRYPTED_MEDIA_V2
56 modules/encryptedmedia/MediaKeyNeededEvent conditional=ENCRYPTED_MEDIA_V2 56 modules/encryptedmedia/MediaKeyNeededEvent conditional=ENCRYPTED_MEDIA_V2
57 core/html/track/TrackEvent 57 core/html/track/TrackEvent
58 core/dom/AutocompleteErrorEvent 58 core/dom/AutocompleteErrorEvent
59 core/css/CSSFontFaceLoadEvent 59 core/css/CSSFontFaceLoadEvent
60 SecurityPolicyViolationEvent 60 SecurityPolicyViolationEvent
61 modules/webmidi/MIDIConnectionEvent 61 modules/webmidi/MIDIConnectionEvent
62 modules/webmidi/MIDIMessageEvent 62 modules/webmidi/MIDIMessageEvent
OLDNEW
« no previous file with comments | « Source/WebKit/chromium/WebKit.gyp ('k') | Source/core/features.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698