mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Do not NIH queueing a task to fire an event in htmlmediaelement
This commit is contained in:
parent
6168e898c1
commit
62c73b61b7
2 changed files with 89 additions and 59 deletions
|
@ -2,6 +2,8 @@ abort
|
|||
activate
|
||||
beforeunload
|
||||
button
|
||||
canplay
|
||||
canplaythrough
|
||||
center
|
||||
change
|
||||
characteristicvaluechanged
|
||||
|
@ -16,6 +18,7 @@ datetime-local
|
|||
dir
|
||||
DOMContentLoaded
|
||||
email
|
||||
emptied
|
||||
error
|
||||
fantasy
|
||||
fetch
|
||||
|
@ -31,6 +34,8 @@ keydown
|
|||
keypress
|
||||
left
|
||||
load
|
||||
loadeddata
|
||||
loadedmetadata
|
||||
loadend
|
||||
loadstart
|
||||
message
|
||||
|
@ -43,6 +48,9 @@ number
|
|||
onchange
|
||||
open
|
||||
password
|
||||
pause
|
||||
play
|
||||
playing
|
||||
print
|
||||
progress
|
||||
radio
|
||||
|
@ -58,11 +66,14 @@ serif
|
|||
statechange
|
||||
storage
|
||||
submit
|
||||
suspend
|
||||
tel
|
||||
text
|
||||
time
|
||||
timeupdate
|
||||
toggle
|
||||
transitionend
|
||||
url
|
||||
waiting
|
||||
webglcontextcreationerror
|
||||
week
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue