Pierre Tachoire
|
c9fae67649
|
Merge pull request #258 from lightpanda-io/tls.zig
use tls.zig with async client
|
2024-07-22 10:44:38 +02:00 |
|
Pierre Tachoire
|
22b03bf7df
|
browser: fix invalid deinit order
http client depends on io loop and must be deinit before.
|
2024-07-19 17:15:53 +02:00 |
|
Pierre Tachoire
|
6a4d64ed00
|
use tls.zig with async client
see https://github.com/ziglang/zig/compare/master...ianic:zig:tls23 for
http.std.Client integration
|
2024-07-19 14:39:50 +02:00 |
|
Pierre Tachoire
|
df27ce09ca
|
Merge pull request #260 from lightpanda-io/zig0.13
upgrade to zig 0.13
|
2024-07-19 14:36:13 +02:00 |
|
Pierre Tachoire
|
6da2954e0b
|
upgrade to zig 0.13
|
2024-07-19 14:32:47 +02:00 |
|
Pierre Tachoire
|
65c4b471af
|
browser: handle wait with unstarted env
|
2024-07-19 11:14:50 +02:00 |
|
Pierre Tachoire
|
8c3939b842
|
wpt: remove useless Suite.stack
|
2024-07-18 16:52:32 +02:00 |
|
Pierre Tachoire
|
b537e52a6d
|
browser: use log instead of std.log
|
2024-07-18 16:46:12 +02:00 |
|
Pierre Tachoire
|
4434e11bdd
|
wpt: restore the test results
|
2024-07-18 16:40:44 +02:00 |
|
Francis Bouvier
|
b8ec53f708
|
Adapt to js_exec changes in zig-js-runtime
Signed-off-by: Francis Bouvier <francis@lightpanda.io>
|
2024-07-18 12:10:06 +02:00 |
|
Francis Bouvier
|
14a3a662fd
|
Fix response of runtime.Evaluate
Signed-off-by: Francis Bouvier <francis@lightpanda.io>
|
2024-07-09 16:10:25 +02:00 |
|
Francis Bouvier
|
41409031fd
|
Adapt to refacto in js_exec from zig-js-runtime
Signed-off-by: Francis Bouvier <francis@lightpanda.io>
|
2024-07-08 22:51:41 +02:00 |
|
Pierre Tachoire
|
d8fe029f80
|
mutation: very partial childList implementation
|
2024-06-24 15:19:39 +02:00 |
|
Pierre Tachoire
|
c9cfb1ecba
|
dom: add attributeNS funcs
|
2024-06-24 15:19:39 +02:00 |
|
Pierre Tachoire
|
94e47f4f35
|
mutation: implement attribute and cdata observer
|
2024-06-24 15:19:38 +02:00 |
|
Pierre Tachoire
|
12111d4cdf
|
dom: first draft for MutationObserver
|
2024-06-24 15:19:30 +02:00 |
|
Pierre Tachoire
|
00e8f13f62
|
Merge pull request #251 from lightpanda-io/eventlistener-data
events: create an EventHandlerData struct
|
2024-06-24 15:19:09 +02:00 |
|
Pierre Tachoire
|
ab31cc0a18
|
wpt: if no test case found, the suite fails
|
2024-06-21 16:19:37 +02:00 |
|
Pierre Tachoire
|
1924f136c6
|
events: create an EventHandlerData struct
It simplifies the EventHandlerFunc creation and allows to insert user's
data.
|
2024-06-21 09:20:03 +02:00 |
|
Francis Bouvier
|
ea410c8ced
|
Fix changes in Zig 0.12 std lib
Signed-off-by: Francis Bouvier <francis@lightpanda.io>
|
2024-06-20 00:32:06 +02:00 |
|
Francis Bouvier
|
aca64eedca
|
Uniformize calling name conventions
Signed-off-by: Francis Bouvier <francis@lightpanda.io>
|
2024-06-19 15:56:44 +02:00 |
|
Francis Bouvier
|
0f8b47b598
|
Move MsgBuffer in it's own file for unit test purpose
Signed-off-by: Francis Bouvier <francis@lightpanda.io>
|
2024-06-19 15:48:20 +02:00 |
|
Francis Bouvier
|
5eae15889d
|
Add some optional fields in Runtime.evaluate
Signed-off-by: Francis Bouvier <francis@lightpanda.io>
|
2024-06-19 15:23:09 +02:00 |
|
Pierre Tachoire
|
78467ff209
|
generate: handle more than 100 in itoa
|
2024-06-19 11:42:19 +02:00 |
|
Pierre Tachoire
|
17a86cc1a6
|
http: use 16KB for the client header buffer
|
2024-06-18 17:19:05 +02:00 |
|
Pierre Tachoire
|
9cdf1f5762
|
xhr: fix unit tests for 0.12.1
|
2024-06-18 16:13:34 +02:00 |
|
Pierre Tachoire
|
720d3f4df9
|
test: fix comptime var
|
2024-06-18 16:13:28 +02:00 |
|
Pierre Tachoire
|
f2a406d224
|
move netsurf and mimalloc into modules
|
2024-06-18 16:13:27 +02:00 |
|
Pierre Tachoire
|
ef364f83c8
|
upgrade to zig 0.12.1
|
2024-06-18 16:13:27 +02:00 |
|
Pierre Tachoire
|
f5a2c8d303
|
upgrade to zig 0.12
|
2024-06-18 16:13:26 +02:00 |
|
Pierre Tachoire
|
c555c325e9
|
upgrade to zig 0.12
0.12.0-dev.3439+31a7f22b8
|
2024-06-18 16:13:26 +02:00 |
|
Francis Bouvier
|
9319e4a7f1
|
Handle Runtime.callFunctionOn
Signed-off-by: Francis Bouvier <francis@lightpanda.io>
|
2024-06-17 16:35:22 +02:00 |
|
Francis Bouvier
|
4d756b5bfc
|
Add a dumpFile utility function
Signed-off-by: Francis Bouvier <francis@lightpanda.io>
|
2024-06-17 16:34:47 +02:00 |
|
Francis Bouvier
|
409969621d
|
Add Runtime.addBinding
Signed-off-by: Francis Bouvier <francis@lightpanda.io>
|
2024-06-12 17:56:54 +02:00 |
|
Francis Bouvier
|
7abb7277c9
|
Fix call to Runtime.executionContextCreated in Page.navigate
Signed-off-by: Francis Bouvier <francis@lightpanda.io>
|
2024-06-12 17:56:07 +02:00 |
|
Francis Bouvier
|
9120b9c1de
|
Add emulation.setTouchEmulationEnabled
Signed-off-by: Francis Bouvier <francis@lightpanda.io>
|
2024-06-07 16:19:08 +02:00 |
|
Francis Bouvier
|
08c11ac41f
|
Add performance.enable
Signed-off-by: Francis Bouvier <francis@lightpanda.io>
|
2024-06-07 16:16:15 +02:00 |
|
Francis Bouvier
|
cecc03e1ed
|
Add fetch.disable
Signed-off-by: Francis Bouvier <francis@lightpanda.io>
|
2024-06-07 16:12:31 +02:00 |
|
Francis Bouvier
|
7d67d131c2
|
Add network.setCacheDisabled
Signed-off-by: Francis Bouvier <francis@lightpanda.io>
|
2024-06-07 16:08:49 +02:00 |
|
Francis Bouvier
|
1929eed8ac
|
Add contextID in state
Signed-off-by: Francis Bouvier <francis@lightpanda.io>
|
2024-06-07 16:03:12 +02:00 |
|
Francis Bouvier
|
ad8c9fac2b
|
Add target.setDiscoverTargets
Signed-off-by: Francis Bouvier <francis@lightpanda.io>
|
2024-06-07 16:02:37 +02:00 |
|
Francis Bouvier
|
fa82160265
|
Add target.getBrowserContexts
Signed-off-by: Francis Bouvier <francis@lightpanda.io>
|
2024-06-07 16:02:02 +02:00 |
|
Francis Bouvier
|
dc1456f4e8
|
Handle CDP messages with different order
The 'method' still needs to be the first or the second key
(in this case after the 'id').
Signed-off-by: Francis Bouvier <francis@lightpanda.io>
|
2024-06-07 15:59:57 +02:00 |
|
Francis Bouvier
|
3ad19dffa1
|
Handle CDP msg with order <id, method> and <method, id>
Signed-off-by: Francis Bouvier <francis@lightpanda.io>
|
2024-05-30 17:43:01 +02:00 |
|
Francis Bouvier
|
bfb9db235e
|
Basic Runtime.evaluate run
Signed-off-by: Francis Bouvier <francis@lightpanda.io>
|
2024-05-30 16:21:18 +02:00 |
|
Francis Bouvier
|
c57e50c5b9
|
Handle Runtime.evaluate (no-op)
Signed-off-by: Francis Bouvier <francis@lightpanda.io>
|
2024-05-27 16:02:14 +02:00 |
|
Pierre Tachoire
|
9fe56c5889
|
Merge pull request #240 from lightpanda-io/wpt-wait
Wpt wait
|
2024-05-23 15:24:38 +02:00 |
|
Pierre Tachoire
|
77bf332f13
|
wpt: split script exec and wait loop
|
2024-05-23 15:11:24 +02:00 |
|
Pierre Tachoire
|
b4f445183c
|
wpt: add log.debug method in pure JS
|
2024-05-23 15:11:24 +02:00 |
|
Francis Bouvier
|
bafdca3ffa
|
MsgBuffer to handle both combined and multipart read
Signed-off-by: Francis Bouvier <francis@lightpanda.io>
|
2024-05-22 16:24:39 +02:00 |
|