| 
							
							
								 Pierre Tachoire | 89f898cfa9 | Merge pull request #268 from lightpanda-io/HttpHeadersOversize use 64KB for header buffer | 2024-09-19 15:36:25 +02:00 |  | 
			
				
					| 
							
							
								 Pierre Tachoire | 183abc4610 | use 64KB for header buffer | 2024-09-18 09:24:57 +02:00 |  | 
			
				
					| 
							
							
								 Pierre Tachoire | 5dfdedea0e | Merge pull request #266 from lightpanda-io/ci-node20 ci: upgrade cache action to node20 | 2024-09-13 15:04:11 +02:00 |  | 
			
				
					| 
							
							
								 Pierre Tachoire | 8d89c6053e | ci: upgrade cache action to node20 | 2024-09-13 14:52:06 +02:00 |  | 
			
				
					| 
							
							
								 Pierre Tachoire | 58d184dba1 | Merge pull request #265 from lightpanda-io/ci-cpu ci: target cpu x86_64 to improve CPU compat | 2024-09-13 14:47:58 +02:00 |  | 
			
				
					| 
							
							
								 Pierre Tachoire | fd0813fead | ci: target cpu x86_64 to improve CPU compat The `-Dcpu` option force compiling using less CPU's capabilities.
This will improve the binary compatibility with older CPUs. | 2024-09-13 14:36:44 +02:00 |  | 
			
				
					| 
							
							
								 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 | 3e7f9aaa82 | Merge pull request #262 from lightpanda-io/browser-deinit browser: fix invalid deinit order | 2024-07-19 17:20:28 +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 | 95245229b0 | upgrade zig-js-runtime | 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 | d6e0559efd | upgrade to zig 0.13 | 2024-07-18 16:57:16 +02:00 |  | 
			
				
					| 
							
							
								 Pierre Tachoire | 5f5e01a2cf | Merge pull request #253 from lightpanda-io/refacto_exec Adapt to js_exec changes in zig-js-runtime | 2024-07-18 16:56:41 +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 |  | 
			
				
					| 
							
							
								 Pierre Tachoire | f8395fec5c | Merge pull request #257 from lightpanda-io/build-x86 ci: target cpu x86_64_v3+aes for compatibility | 2024-07-17 17:04:20 +02:00 |  | 
			
				
					| 
							
							
								 Pierre Tachoire | 28155cb8d3 | ci: target cpu x86_64_v3+aes for compatibility | 2024-07-17 17:00:09 +02:00 |  | 
			
				
					| 
							
							
								 Pierre Tachoire | f793278dfe | Merge pull request #255 from lightpanda-io/ci ci: remove container usage and download v8 from release | 2024-07-17 15:16:41 +02:00 |  | 
			
				
					| 
							
							
								 Pierre Tachoire | cdbbc71b0a | ci: add nightly build for macos aarch64 | 2024-07-17 10:28:24 +02:00 |  | 
			
				
					| 
							
							
								 Pierre Tachoire | bfa6f55551 | ci: remove container usage and download v8 from release | 2024-07-17 09:56:34 +02:00 |  | 
			
				
					| 
							
							
								 Pierre Tachoire | 5fb25cf015 | Merge pull request #254 from lightpanda-io/nightly ci: add linux amd64 nightly build | 2024-07-16 14:29:36 +02:00 |  | 
			
				
					| 
							
							
								 Pierre Tachoire | 5cad450e5a | ci: add linux amd64 nightly build | 2024-07-16 12:47:26 +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 | 8ec22ca6b8 | Merge pull request #246 from lightpanda-io/mutation-observer dom: implement MutationObservernightly | 2024-06-24 16:03:58 +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 | e1e501e14a | Merge pull request #252 from lightpanda-io/wpt-subtest Wpt subtest | 2024-06-21 16:32:36 +02:00 |  | 
			
				
					| 
							
							
								 Pierre Tachoire | 32015eae3c | upgrade tests/wpt | 2024-06-21 16:20:14 +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 | 0481676be5 | Merge pull request #250 from lightpanda-io/deps Upgrade zig-js-runtime | 2024-06-19 22:31:05 +02:00 |  | 
			
				
					| 
							
							
								 Francis Bouvier | 0da1955b52 | Upgrade zig-js-runtime Signed-off-by: Francis Bouvier <francis@lightpanda.io> | 2024-06-19 22:30:30 +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 |  | 
			
				
					| 
							
							
								 Pierre Tachoire | 522b293149 | Merge pull request #249 from lightpanda-io/upgrade-jsruntime upgrade zig-js-runtime | 2024-06-19 15:32:44 +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 | 0a50b586fd | upgrade zig-js-runtime | 2024-06-19 15:11:40 +02:00 |  | 
			
				
					| 
							
							
								 Pierre Tachoire | 11a63b776e | Merge pull request #245 from lightpanda-io/hundred-types generate: handle more than 100 in itoa | 2024-06-19 13:56:06 +02:00 |  | 
			
				
					| 
							
							
								 Pierre Tachoire | 78467ff209 | generate: handle more than 100 in itoa | 2024-06-19 11:42:19 +02:00 |  | 
			
				
					| 
							
							
								 Pierre Tachoire | 6e5f67cd66 | Merge pull request #243 from lightpanda-io/http-buf http: use 16KB for the client header buffer | 2024-06-18 17:21:59 +02:00 |  |