Pierre Tachoire
|
1a448b0b32
|
xhr: response_type getter/setter
|
2024-02-15 16:43:00 +01:00 |
|
Pierre Tachoire
|
47520ae21d
|
xhr: move progress event in its own file
|
2024-02-15 16:43:00 +01:00 |
|
Pierre Tachoire
|
6aa182c131
|
xhr: defer event destroy
|
2024-02-15 16:42:59 +01:00 |
|
Pierre Tachoire
|
e79933990d
|
xhr: destroy allocated mem on error
|
2024-02-15 16:42:59 +01:00 |
|
Pierre Tachoire
|
76df0a1ff7
|
xhr: fix ProgressEvent implementation
|
2024-02-15 16:42:59 +01:00 |
|
Pierre Tachoire
|
d24df5725c
|
xhr: use nested object for ProgressEventInit
|
2024-02-15 16:42:58 +01:00 |
|
Pierre Tachoire
|
5aafc93a03
|
event: add remove listener test
|
2024-02-15 16:42:58 +01:00 |
|
Pierre Tachoire
|
7323f2268a
|
xhr: add blocked comment
|
2024-02-15 16:42:58 +01:00 |
|
Pierre Tachoire
|
4b75fd1036
|
xhr: rename onerr into onErr
|
2024-02-15 16:42:57 +01:00 |
|
Pierre Tachoire
|
4a9a0e5e3c
|
xhr: progressevent accept null progressevent init
|
2024-02-15 16:42:57 +01:00 |
|
Pierre Tachoire
|
0acdadfec0
|
xhr: fix listeners setters
|
2024-02-15 16:42:57 +01:00 |
|
Pierre Tachoire
|
86a69da773
|
xhr: add ProgressEvent type
|
2024-02-15 16:42:56 +01:00 |
|
Pierre Tachoire
|
554a05d8dd
|
xhr: fix getter/setter for callbacks
|
2024-02-15 16:42:56 +01:00 |
|
Pierre Tachoire
|
f791891314
|
xhr: dispatch generic events
|
2024-02-15 16:42:56 +01:00 |
|
Pierre Tachoire
|
8a61f0f454
|
xhr: yield each fetch steps
|
2024-02-15 16:42:55 +01:00 |
|
Pierre Tachoire
|
f3a1920d8f
|
async: yield between fetch steps in test cli
|
2024-02-15 16:42:55 +01:00 |
|
Pierre Tachoire
|
cac1110993
|
xhr: add getResponseHeader
|
2024-02-15 16:42:55 +01:00 |
|
Pierre Tachoire
|
19b459b4db
|
xhr: add status and statusText
|
2024-02-15 16:42:54 +01:00 |
|
Pierre Tachoire
|
5bd5905da7
|
xhr: implement responseText
|
2024-02-15 16:42:54 +01:00 |
|
Pierre Tachoire
|
3915c60913
|
xhr: handle response headers
|
2024-02-15 16:42:54 +01:00 |
|
Pierre Tachoire
|
6f46d76c93
|
xhr: implementation follow up
|
2024-02-15 16:42:53 +01:00 |
|
Pierre Tachoire
|
0693011ad3
|
async: remove context from loop impl init
|
2024-02-15 16:42:53 +01:00 |
|
Pierre Tachoire
|
89409a4847
|
xhr: add a setOnload due to a setter issue
see https://lightpanda.slack.com/archives/C05TRU6RBM1/p1706708213838989
|
2024-02-15 16:42:53 +01:00 |
|
Pierre Tachoire
|
c2bc48ba0f
|
xhr: fix implementation errors
|
2024-02-15 16:42:52 +01:00 |
|
Pierre Tachoire
|
8b6d7d0db0
|
xhr: implement prototype chain correctly
|
2024-02-15 16:42:52 +01:00 |
|
Pierre Tachoire
|
af20584ff2
|
async: remove useless http.zig
Replace it with a tested sample implementation
|
2024-02-15 16:42:52 +01:00 |
|
Pierre Tachoire
|
2b79a65d6d
|
xhr: implement async http client
|
2024-02-15 16:42:51 +01:00 |
|
Pierre Tachoire
|
2fa66f93fd
|
async: refacto with comptime generation
|
2024-02-15 16:42:51 +01:00 |
|
Pierre Tachoire
|
c200f60d7d
|
async: add pure async http client
|
2024-02-15 16:42:51 +01:00 |
|
Pierre Tachoire
|
511e9b969a
|
async: use std http client with loop
|
2024-02-15 16:42:50 +01:00 |
|
Pierre Tachoire
|
9d26a43aa8
|
async: copy stdlib http client
|
2024-02-15 16:42:50 +01:00 |
|
Pierre Tachoire
|
f714d86bb8
|
xhr: validate method
|
2024-02-15 16:42:50 +01:00 |
|
Pierre Tachoire
|
df7d17cd30
|
xhr: start implementation
|
2024-02-15 16:42:49 +01:00 |
|
Pierre Tachoire
|
0ac605ab6d
|
upgrade jsruntime
|
2024-02-15 16:42:49 +01:00 |
|
Pierre Tachoire
|
35ede4d79c
|
netsurf: declare EventTargetTBase as extern
to guarantee the memory layout
|
2024-02-15 16:15:14 +01:00 |
|
Pierre Tachoire
|
069313817a
|
netsurf: use EventTargetTBase field to cast EventTarget
|
2024-02-15 15:59:45 +01:00 |
|
Pierre Tachoire
|
bc7055c98d
|
netsurf: fix eventTargetVtable
|
2024-02-15 14:49:24 +01:00 |
|
Pierre Tachoire
|
434c21e1da
|
Merge pull request #157 from lightpanda-io/window-event-target
Window: add EventTargetBase
|
2024-02-15 14:37:56 +01:00 |
|
Pierre Tachoire
|
71a503671d
|
Merge pull request #179 from lightpanda-io/upgrade-deps
Upgrade deps
|
2024-02-15 14:30:34 +01:00 |
|
Pierre Tachoire
|
ae28d9d6a4
|
netsurf: use the right type for EventTarget cast
|
2024-02-15 14:28:14 +01:00 |
|
Pierre Tachoire
|
1d2ffb348a
|
upgrade libdom
|
2024-02-15 14:10:50 +01:00 |
|
Pierre Tachoire
|
f33f00ce05
|
upgrade jsruntime
|
2024-02-15 14:09:58 +01:00 |
|
Pierre Tachoire
|
25a971c440
|
window: remove useless import
|
2024-02-15 14:06:49 +01:00 |
|
Pierre Tachoire
|
e222d72b46
|
upgrade tests/wpt
|
2024-02-12 16:02:28 +01:00 |
|
Pierre Tachoire
|
fe31d81e29
|
wpt: allow .htm tests cases
|
2024-02-12 13:08:52 +01:00 |
|
Pierre Tachoire
|
e4b4719208
|
wpt: defer console log display
|
2024-02-12 13:08:52 +01:00 |
|
Pierre Tachoire
|
5619ed020c
|
browser: dispatch window.load event
|
2024-02-12 12:12:13 +01:00 |
|
Pierre Tachoire
|
951bf4b501
|
events: fix remove_event_listener typo
|
2024-02-12 09:38:58 +01:00 |
|
Pierre Tachoire
|
25d4aedb1d
|
events: add mssing iter_event_listener in EventTargetTBase
|
2024-02-12 09:38:19 +01:00 |
|
Pierre Tachoire
|
5aef5a21ac
|
browser: dispatch DOMContentLoaded event
|
2024-02-05 16:41:11 +01:00 |
|