mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 04:39:06 +00:00
LibWeb: Implement definition of remaining global event handlers
This commit is contained in:
parent
9884cd0628
commit
172d5f6987
Notes:
github-actions[bot]
2025-01-05 16:20:19 +00:00
Author: https://github.com/shannonbooth
Commit: 172d5f6987
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3147
Reviewed-by: https://github.com/tcl3 ✅
4 changed files with 12 additions and 3 deletions
|
@ -23,6 +23,7 @@ namespace Web::HTML::EventNames {
|
|||
__ENUMERATE_HTML_EVENT(animationiteration) \
|
||||
__ENUMERATE_HTML_EVENT(animationstart) \
|
||||
__ENUMERATE_HTML_EVENT(beforeinput) \
|
||||
__ENUMERATE_HTML_EVENT(beforematch) \
|
||||
__ENUMERATE_HTML_EVENT(beforeprint) \
|
||||
__ENUMERATE_HTML_EVENT(beforetoggle) \
|
||||
__ENUMERATE_HTML_EVENT(beforeunload) \
|
||||
|
@ -36,7 +37,9 @@ namespace Web::HTML::EventNames {
|
|||
__ENUMERATE_HTML_EVENT(close) \
|
||||
__ENUMERATE_HTML_EVENT(complete) \
|
||||
__ENUMERATE_HTML_EVENT(connect) \
|
||||
__ENUMERATE_HTML_EVENT(contextlost) \
|
||||
__ENUMERATE_HTML_EVENT(contextmenu) \
|
||||
__ENUMERATE_HTML_EVENT(contextrestored) \
|
||||
__ENUMERATE_HTML_EVENT(controllerchange) \
|
||||
__ENUMERATE_HTML_EVENT(copy) \
|
||||
__ENUMERATE_HTML_EVENT(cuechange) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue