mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Selection interface working for synthetic operations
This commit is contained in:
parent
e697e6cca7
commit
5ef3358951
30 changed files with 812 additions and 8468 deletions
|
@ -488,6 +488,8 @@ macro_rules! global_event_handlers(
|
|||
event_handler!(seeked, GetOnseeked, SetOnseeked);
|
||||
event_handler!(seeking, GetOnseeking, SetOnseeking);
|
||||
event_handler!(select, GetOnselect, SetOnselect);
|
||||
event_handler!(selectionchange, GetOnselectionchange, SetOnselectionchange);
|
||||
event_handler!(selectstart, GetOnselectstart, SetOnselectstart);
|
||||
event_handler!(show, GetOnshow, SetOnshow);
|
||||
event_handler!(stalled, GetOnstalled, SetOnstalled);
|
||||
event_handler!(submit, GetOnsubmit, SetOnsubmit);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue