| OLD | NEW |
| 1 namespace="EventType" | 1 namespace="EventType" |
| 2 export="CORE_EXPORT" | 2 export="CORE_EXPORT" |
| 3 | 3 |
| 4 DOMActivate | 4 DOMActivate |
| 5 DOMCharacterDataModified | 5 DOMCharacterDataModified |
| 6 DOMContentLoaded | 6 DOMContentLoaded |
| 7 DOMFocusIn | 7 DOMFocusIn |
| 8 DOMFocusOut | 8 DOMFocusOut |
| 9 DOMNodeInserted | 9 DOMNodeInserted |
| 10 DOMNodeInsertedIntoDocument | 10 DOMNodeInsertedIntoDocument |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 63 datachannel | 63 datachannel |
| 64 dblclick | 64 dblclick |
| 65 defaultsessionstart | 65 defaultsessionstart |
| 66 devicelight | 66 devicelight |
| 67 devicemotion | 67 devicemotion |
| 68 deviceorientation | 68 deviceorientation |
| 69 dischargingtimechange | 69 dischargingtimechange |
| 70 disconnect | 70 disconnect |
| 71 display | 71 display |
| 72 downloading | 72 downloading |
| 73 dataavailable |
| 73 drag | 74 drag |
| 74 dragend | 75 dragend |
| 75 dragenter | 76 dragenter |
| 76 dragleave | 77 dragleave |
| 77 dragover | 78 dragover |
| 78 dragstart | 79 dragstart |
| 79 drop | 80 drop |
| 80 durationchange | 81 durationchange |
| 81 emptied | 82 emptied |
| 82 encrypted | 83 encrypted |
| (...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 194 signalingstatechange | 195 signalingstatechange |
| 195 soundend | 196 soundend |
| 196 soundstart | 197 soundstart |
| 197 sourceclose | 198 sourceclose |
| 198 sourceended | 199 sourceended |
| 199 sourceopen | 200 sourceopen |
| 200 speechend | 201 speechend |
| 201 speechstart | 202 speechstart |
| 202 stalled | 203 stalled |
| 203 start | 204 start |
| 205 stop |
| 204 statechange | 206 statechange |
| 205 storage | 207 storage |
| 206 submit | 208 submit |
| 207 success | 209 success |
| 208 suspend | 210 suspend |
| 209 sync | 211 sync |
| 210 textInput | 212 textInput |
| 211 timeout | 213 timeout |
| 212 timeupdate | 214 timeupdate |
| 213 toggle | 215 toggle |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 253 webkitprerenderstart | 255 webkitprerenderstart |
| 254 webkitprerenderstop | 256 webkitprerenderstop |
| 255 webkitresourcetimingbufferfull | 257 webkitresourcetimingbufferfull |
| 256 webkitspeechchange | 258 webkitspeechchange |
| 257 webkitvisibilitychange | 259 webkitvisibilitychange |
| 258 wheel | 260 wheel |
| 259 write | 261 write |
| 260 writeend | 262 writeend |
| 261 writestart | 263 writestart |
| 262 zoom | 264 zoom |
| OLD | NEW |