Commit Graph

  • f9014bb90c request url as null terminated Muki Kiboigo 2025-08-22 06:57:10 -07:00
  • df0b6d5b07 initial fetch in zig Muki Kiboigo 2025-08-22 06:46:09 -07:00
  • 56c6e8be06 remove polyfill and add req/resp Muki Kiboigo 2025-08-18 15:43:22 -07:00
  • b47b8297d6 Merge pull request #1021 from lightpanda-io/patchright Pierre Tachoire 2025-09-17 16:14:00 +02:00
  • 5d1e17c598 cdp: use for...else instead of found bool Pierre Tachoire 2025-09-10 11:29:08 +02:00
  • 94fe34bd10 cdp: multiple isolated worlds Pierre Tachoire 2025-09-09 17:06:58 +02:00
  • e68ff62723 cdp: use depth param on DOM.describeNode Pierre Tachoire 2025-09-08 14:44:46 +02:00
  • 04487b6b91 cdp: allow double isolated world with same world name Pierre Tachoire 2025-09-08 12:07:48 +02:00
  • 49a27a67bc cdp: send a warning for pierce parameter Pierre Tachoire 2025-09-08 11:40:18 +02:00
  • 745de2ede2 cdp: add Runtime.getProperties Pierre Tachoire 2025-09-06 20:03:03 +02:00
  • 82e5698f1d cdp: accept neg depth in describeNode Pierre Tachoire 2025-09-06 19:59:06 +02:00
  • c4090851c5 css: accept digit as name start Pierre Tachoire 2025-09-06 19:04:14 +02:00
  • 9cb4431e89 cdp: add initiator on request will be send Pierre Tachoire 2025-09-06 18:01:00 +02:00
  • 2221d0cb6f cdp: send the chrome's error on missing node Pierre Tachoire 2025-09-06 18:00:27 +02:00
  • 5ea97c4910 cdp: add send error options with session id by default Pierre Tachoire 2025-09-06 17:59:58 +02:00
  • a40590b4bf cdp: add DOM.getFrameOwner Pierre Tachoire 2025-09-06 16:28:17 +02:00
  • 58acb2b821 Convert more DOM_NO_ERR cases to assertions Karl Seguin 2025-09-17 13:37:24 +08:00
  • 6b9dc90639 Introduces an Env.String for persistent strings Karl Seguin 2025-09-17 12:08:26 +08:00
  • b7d26cf0d5 Merge pull request #1053 from lightpanda-io/nikneym/create-event-html-events Karl Seguin 2025-09-17 00:31:36 +08:00
  • 59b4033ab2 Merge pull request #1052 from lightpanda-io/fix-auth-interception-overflow Pierre Tachoire 2025-09-16 16:31:07 +02:00
  • 13a7219dbd allow HTMLEvents in createEvent nikneym 2025-09-16 17:24:50 +03:00
  • eae8a90a89 ci: add request interception through proxy test Pierre Tachoire 2025-09-16 14:38:27 +02:00
  • a87f4abd5f Merge pull request #1050 from lightpanda-io/event_window_bubble Karl Seguin 2025-09-16 18:44:22 +08:00
  • 1b73691c69 update libdom dep Karl Seguin 2025-09-16 18:21:16 +08:00
  • e00066466b http: decrement intercepted on auth abortion Pierre Tachoire 2025-09-16 12:17:44 +02:00
  • b87a8ba97d http: increment intercepted counter on auth interception Pierre Tachoire 2025-09-16 12:16:52 +02:00
  • 57aa270032 Merge pull request #1048 from lightpanda-io/nikneym/mime-changes Karl Seguin 2025-09-16 16:13:46 +08:00
  • 90a96fd8a7 set a zero char right after attrib value instead of memset nikneym 2025-09-16 10:41:49 +03:00
  • c05470515f double quotes must be first and last argument of slice if provided nikneym 2025-09-16 10:40:38 +03:00
  • 81ed4f3699 Merge pull request #1051 from lightpanda-io/explicit_microtask Pierre Tachoire 2025-09-16 09:38:33 +02:00
  • c9ac1eab11 Set Isolate Microtask to Explicit Karl Seguin 2025-09-16 14:52:31 +08:00
  • 1ba542fb3b use redispatch, check for stopped Karl Seguin 2025-09-16 10:26:51 +08:00
  • 4f127c9de3 Bubble events to the Window Karl Seguin 2025-09-15 22:24:35 +08:00
  • 16656f6c13 Merge pull request #1049 from lightpanda-io/netsurf_event_errors Karl Seguin 2025-09-15 21:55:18 +08:00
  • 0f13e062fe Remove unnecessary error handling from non-erroring netsurf event functions Karl Seguin 2025-09-15 21:37:53 +08:00
  • 2e68407fbe update Mime tests nikneym 2025-09-15 15:15:29 +03:00
  • 974f350f27 store charset value directly in Mime nikneym 2025-09-15 15:15:08 +03:00
  • 27ffea9052 add vectorized parseCharset impl nikneym 2025-09-15 11:15:09 +03:00
  • 9b2b35e8a2 Merge pull request #1047 from lightpanda-io/ci-cache-libiconv Pierre Tachoire 2025-09-15 09:19:46 +02:00
  • 3b51ca3947 make: download libiconv from GH fork Pierre Tachoire 2025-09-15 08:50:10 +02:00
  • 62a2d08b53 ci: cache libiconv Pierre Tachoire 2025-09-15 08:31:47 +02:00
  • e790bde717 Merge pull request #1046 from lightpanda-io/fork-netsurf Pierre Tachoire 2025-09-15 08:23:39 +02:00
  • 0ab6b15292 submodule: use GH fork of netsurf buildsystem Pierre Tachoire 2025-09-15 08:18:22 +02:00
  • 2aeeb14c21 Merge pull request #1043 from lightpanda-io/html_slot_assigned_elements Karl Seguin 2025-09-13 10:12:20 +08:00
  • e5e57ab3bd Merge pull request #1044 from lightpanda-io/script_nonce_and_df_host Karl Seguin 2025-09-12 20:45:50 +08:00
  • f3ce5dcfbd Add Script get/set nonce Karl Seguin 2025-09-12 18:42:34 +08:00
  • bc341e98fc Merge pull request #1041 from lightpanda-io/nikneym/keyboard-event Halil Durak 2025-09-12 13:57:39 +03:00
  • 80851f4861 don't inline keyboardEventKeyIsSet nikneym 2025-09-12 12:12:15 +03:00
  • 22b4456bce correct indentation in tests nikneym 2025-09-12 10:22:44 +03:00
  • 8d67502997 don't expose DOMErr function nikneym 2025-09-12 10:18:50 +03:00
  • 8f31fd778b add KeyboardEvent tests nikneym 2025-09-11 14:20:07 +03:00
  • f79f25bcf4 implement KeyboardEvent properties and methods nikneym 2025-09-11 13:13:36 +03:00
  • 68e237eec5 add license nikneym 2025-09-11 13:09:37 +03:00
  • 8895c70c7f make toInterface be aware of KeyboardEvent nikneym 2025-09-11 13:08:32 +03:00
  • 3964f8649d initial keyboard event nikneym 2025-09-10 17:14:34 +03:00
  • b7fb0ef1d3 add assignedElements to HTMLSlotElement Karl Seguin 2025-09-12 17:40:29 +08:00
  • 66e403c5b4 Merge pull request #1042 from lightpanda-io/textdecoder_decode Karl Seguin 2025-09-12 14:34:14 +08:00
  • 0913abe806 Improve TextDecoder.decode Karl Seguin 2025-09-12 12:31:28 +08:00
  • 6d3065c4c6 Merge pull request #1037 from lightpanda-io/upgrade_v8 Karl Seguin 2025-09-12 08:29:20 +08:00
  • 9092d1f8eb update v8 deps Karl Seguin 2025-09-12 07:53:18 +08:00
  • 1bd1f123a3 Upgrade v8 Karl Seguin 2025-09-10 16:25:58 +08:00
  • 44c072dcbb Merge pull request #1040 from lightpanda-io/event_timestamp_resolution Karl Seguin 2025-09-11 21:08:09 +08:00
  • 45c59e2990 update libdom Karl Seguin 2025-09-11 20:43:32 +08:00
  • 75f0cd6e62 fix test Karl Seguin 2025-09-11 16:10:06 +08:00
  • 80f758018c Increase event timeStamp resolution Karl Seguin 2025-09-11 15:53:34 +08:00
  • b5e2c62fdd Merge pull request #1039 from lightpanda-io/migrate_some_tests_11 Karl Seguin 2025-09-11 14:12:39 +08:00
  • ede35718ae migrate more tests to htmlRunner Karl Seguin 2025-09-11 12:07:17 +08:00
  • 31fe2807aa Merge pull request #1038 from lightpanda-io/migrate_some_tests_10 Karl Seguin 2025-09-11 00:24:17 +08:00
  • f77693d768 migrate more tests to htmlRunner Karl Seguin 2025-09-10 20:32:15 +08:00
  • 96e3c16cca Merge pull request #1036 from lightpanda-io/css-contains Pierre Tachoire 2025-09-10 13:59:27 +02:00
  • edd41b37f0 Merge pull request #1033 from lightpanda-io/nikneym/custom-event Karl Seguin 2025-09-10 15:23:34 +08:00
  • 139d0038f2 Merge pull request #1035 from lightpanda-io/migrate_some_tests_9 Karl Seguin 2025-09-10 15:21:27 +08:00
  • d25fc64d7a css: implement :containsOwn pseudo-selector Pierre Tachoire 2025-09-10 08:55:44 +02:00
  • 9c83b268b9 persist the detail if provided nikneym 2025-09-10 09:49:31 +03:00
  • 42092ac16a css: move match_test into selector Pierre Tachoire 2025-09-10 08:39:21 +02:00
  • e4860d5bae css: move libdom_test into libdom Pierre Tachoire 2025-09-10 08:31:33 +02:00
  • a5d9b658fb migrate more tests to htmlRunner Karl Seguin 2025-09-10 11:54:03 +08:00
  • f464e89415 Merge pull request #1034 from lightpanda-io/persistent-promise Karl Seguin 2025-09-10 08:39:50 +08:00
  • cdc439c4ef Merge pull request #1026 from lightpanda-io/network_idle_500ms_delay Karl Seguin 2025-09-10 08:22:34 +08:00
  • 746168f9ed Merge pull request #1031 from lightpanda-io/migrate_some_tests_8 Karl Seguin 2025-09-10 08:22:21 +08:00
  • 5ad4885102 Merge pull request #1028 from lightpanda-io/wpt_runner_tweak Karl Seguin 2025-09-10 08:22:08 +08:00
  • 7eb53ca2bc deinit persistent in dynamic import Muki Kiboigo 2025-09-09 10:54:02 -07:00
  • 10fc056184 createEvent should increase tag count by 1 nikneym 2025-09-09 21:56:10 +03:00
  • 7517937155 add createEvent tests nikneym 2025-09-09 21:45:09 +03:00
  • a86fa8cc37 add support for CustomEvent#initCustomEvent nikneym 2025-09-09 21:44:51 +03:00
  • e1c765e78a support CustomEvent in createEvent nikneym 2025-09-09 21:44:09 +03:00
  • 56b08bddd8 migrate more tests to htmlRunner Karl Seguin 2025-09-09 20:40:13 +08:00
  • 2ed8a1c0ec Merge pull request #1030 from lightpanda-io/update_libdom Karl Seguin 2025-09-09 19:53:54 +08:00
  • 389dff7031 Merge pull request #1029 from lightpanda-io/remove_telemetry_debug_output Pierre Tachoire 2025-09-09 13:48:20 +02:00
  • 123d69e595 this was already updated, but subsequent PR (by me) accidentally reverted it Karl Seguin 2025-09-09 19:44:54 +08:00
  • 4ab7fe26fc Merge pull request #1025 from lightpanda-io/migrate_some_tests_7 Karl Seguin 2025-09-09 19:41:56 +08:00
  • 0aa1e0200f Merge branch 'wpt' into wpt_runner_tweak Karl Seguin 2025-09-09 19:24:36 +08:00
  • 575f827958 disable telemetry when running WPT action Karl Seguin 2025-09-09 19:23:31 +08:00
  • 7136851893 Remove a std.debug.print Karl Seguin 2025-09-09 19:19:36 +08:00
  • 67935b11c9 Try to address WPT running OOM Karl Seguin 2025-09-09 19:15:35 +08:00
  • 85f60cbc7b Merge pull request #1027 from lightpanda-io/libcurl-readme Pierre Tachoire 2025-09-09 11:24:55 +02:00
  • 9c35f8a24e add libcurl in the readme Pierre Tachoire 2025-09-09 11:22:56 +02:00
  • 9971de2ccd Send NetworkIdle and NetworkAlmostIdle notifications after 500ms delay Karl Seguin 2025-09-09 14:06:03 +08:00
  • 1ca8dc0ac0 Merge pull request #1022 from lightpanda-io/slot Karl Seguin 2025-09-09 11:52:04 +08:00
  • 85d148822e migrate more tests to htmlRunner Karl Seguin 2025-09-09 11:48:08 +08:00