File tree
9 files changed
+109
-1
lines changed- runtime
- tests/wpt-harness
- expectations/dom/events
9 files changed
+109
-1
lines changedSubmodule StarlingMonkey updated 25 files
- CMakeLists.txt+14-22
- builtins/web/blob.cpp-9
- builtins/web/blob.h-3
- builtins/web/event/custom-event.cpp+72
- builtins/web/event/custom-event.h+36
- builtins/web/event/event-target.cpp+550
- builtins/web/event/event-target.h+79
- builtins/web/event/event.cpp+456
- builtins/web/event/event.h+100
- builtins/web/event/global-event-target.cpp+83
- builtins/web/event/global-event-target.h+18
- builtins/web/fetch/fetch_event.cpp+50-108
- builtins/web/fetch/fetch_event.h+9-7
- builtins/web/file.cpp+1
- cmake/builtins.cmake+8
- include/builtin.h+14-1
- tests/e2e/init-script/init.js+2-1
- tests/wpt-harness/expectations/dom/events/AddEventListenerOptions-once.any.js.json+14
- tests/wpt-harness/expectations/dom/events/AddEventListenerOptions-passive.any.js.json+17
- tests/wpt-harness/expectations/dom/events/Event-constructors.any.js.json+44
- tests/wpt-harness/expectations/dom/events/EventTarget-add-remove-listener.any.js.json+5
- tests/wpt-harness/expectations/dom/events/EventTarget-addEventListener.any.js.json+5
- tests/wpt-harness/expectations/dom/events/EventTarget-constructible.any.js.json+11
- tests/wpt-harness/expectations/dom/events/EventTarget-removeEventListener.any.js.json+5
- tests/wpt-harness/tests.json+7
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
28 | 35 |
| |
29 | 36 |
| |
30 | 37 |
| |
|
0 commit comments