Commit Graph

  • 95487755ed Merge pull request #1531 from lightpanda-io/dom_token_list_compat Pierre Tachoire 2026-02-12 09:49:09 +01:00
  • 4813469659 Merge pull request #1530 from lightpanda-io/node_contains_null Pierre Tachoire 2026-02-12 09:48:14 +01:00
  • 4dfd357c0b Merge pull request #1529 from lightpanda-io/get_elements_by_tag_name_ns Karl Seguin 2026-02-12 16:41:56 +08:00
  • 4ca0486518 Add document.scrollingElement read-only property Karl Seguin 2026-02-12 14:10:38 +08:00
  • b139c05960 Improve compliance of DOMTokenList Karl Seguin 2026-02-12 14:07:31 +08:00
  • 3d32759030 Allow node.contains(null) (false), per spec Karl Seguin 2026-02-12 12:39:07 +08:00
  • badfe39a3d Refactor common Document and Element methods into Node Karl Seguin 2026-02-12 12:31:05 +08:00
  • 060e2db351 Add getElementsByTagNameNS Karl Seguin 2026-02-12 12:25:21 +08:00
  • ed802c0404 Remove potential recursive abort call in curl Karl Seguin 2026-02-12 11:29:47 +08:00
  • 5d8739bfb2 Merge pull request #1524 from lightpanda-io/trigger_inline_handlers Karl Seguin 2026-02-12 07:51:55 +08:00
  • 086faf44fc Trigger inline handlers Karl Seguin 2026-02-11 19:35:10 +08:00
  • e5eaa90c61 Merge pull request #1523 from lightpanda-io/query_selector_edge Karl Seguin 2026-02-12 07:37:36 +08:00
  • b24807ea29 Merge pull request #1525 from lightpanda-io/global_iterability Karl Seguin 2026-02-12 07:36:25 +08:00
  • d68bae9bc2 Merge pull request #1526 from lightpanda-io/node_properties Karl Seguin 2026-02-12 07:36:13 +08:00
  • b891fb4502 Merge pull request #1486 from lightpanda-io/nikneym/hash-map-change Halil Durak 2026-02-11 16:55:07 +03:00
  • ea69b3b4e3 wrap assertions with comptime if Halil Durak 2026-02-11 16:45:31 +03:00
  • 23c8616ba5 Passes all test for WPT dom/nodes/Node-properties.htm Karl Seguin 2026-02-11 21:20:16 +08:00
  • b25c91affd Fix a few more cases Karl Seguin 2026-02-11 21:11:27 +08:00
  • 151cefe0ec Ability to remove a type from the global's iterable list. Karl Seguin 2026-02-11 20:53:13 +08:00
  • 3412ff94bc Support a few more selector edge cases Karl Seguin 2026-02-11 14:37:20 +08:00
  • 77aa2241dc Merge pull request #1520 from lightpanda-io/robots-fix-wikipedia v0.2.3 Karl Seguin 2026-02-11 14:05:38 +08:00
  • 0766d08479 Merge pull request #1508 from lightpanda-io/selectionchange-event Karl Seguin 2026-02-11 14:02:44 +08:00
  • 14112ed294 Remove Page.reset Karl Seguin 2026-02-11 12:05:22 +08:00
  • f6ed0d43a2 Merge pull request #1521 from lightpanda-io/update-nix-flake Karl Seguin 2026-02-11 13:53:10 +08:00
  • c8413cb029 run selectionchange tests eventually Muki Kiboigo 2026-02-10 21:48:56 -08:00
  • 97d53b81a7 Give EventManager.dispatch and explicit error set Karl Seguin 2026-02-11 12:50:59 +08:00
  • ab888f5cd0 update nix flake Muki Kiboigo 2026-02-10 20:37:19 -08:00
  • f54246eac1 remove anyerror from TextArea dispatchSelectionChangeEvent Muki Kiboigo 2026-02-10 20:35:37 -08:00
  • 7de9422b75 strip utf8 bom from start of robots.txt Muki Kiboigo 2026-02-10 20:29:39 -08:00
  • f02a37d3f0 properly handle failed parsing on robots Muki Kiboigo 2026-02-10 20:09:32 -08:00
  • 28815a0ae6 Merge pull request #1518 from lightpanda-io/visual_viewport Karl Seguin 2026-02-11 07:14:54 +08:00
  • 70c7dfd0f4 Merge pull request #1517 from lightpanda-io/input_type_change Karl Seguin 2026-02-11 07:14:44 +08:00
  • 9c2ebd308b Merge pull request #1516 from lightpanda-io/unhandle_rejection_callback Karl Seguin 2026-02-11 07:14:26 +08:00
  • 11d8412591 Merge pull request #1514 from lightpanda-io/selection_wpt_fixes Karl Seguin 2026-02-11 07:14:14 +08:00
  • 32ca170c4d Merge pull request #1513 from lightpanda-io/fix_crash_on_double_http_abort Karl Seguin 2026-02-11 07:14:01 +08:00
  • 388ed08b0e Merge pull request #1512 from lightpanda-io/fix_scheduled_navigation Karl Seguin 2026-02-11 07:13:48 +08:00
  • 3e1909b645 ci: use cgroups with user's permissions Pierre Tachoire 2026-02-10 15:51:44 +01:00
  • b408f88b8c Merge pull request #1519 from lightpanda-io/readme-robotstxt Pierre Tachoire 2026-02-10 14:40:49 +01:00
  • 09087401b4 update README examples Pierre Tachoire 2026-02-10 14:31:42 +01:00
  • c68692d78e add --obey_robots into README examples Pierre Tachoire 2026-02-10 14:24:38 +01:00
  • ee2a4d0a5d implement a dummy VisualViewport Karl Seguin 2026-02-10 18:08:52 +08:00
  • a15885fe80 Merge pull request #1505 from lightpanda-io/class_name_tokenizer Karl Seguin 2026-02-10 17:07:51 +08:00
  • 24111570cf Sanitize input values based on type (and on type change) Karl Seguin 2026-02-10 12:48:20 +08:00
  • ded203b1c1 Adds PromiseRectionCallback Karl Seguin 2026-02-10 16:50:11 +08:00
  • e43fc98c0d Merge pull request #1511 from lightpanda-io/remove_unused_cache Karl Seguin 2026-02-10 16:11:07 +08:00
  • 1efd13545e apply similar fix to selectAllChildren Karl Seguin 2026-02-10 12:23:41 +08:00
  • 1193ee1ab9 Fixes extend-20.html and extend-00.html Karl Seguin 2026-02-10 12:04:02 +08:00
  • a6ba801738 Fix double-free of XHR on double client abort Karl Seguin 2026-02-10 11:30:10 +08:00
  • e7958f2910 Fix schedule navigation Karl Seguin 2026-02-10 10:36:18 +08:00
  • cbac9a7703 Remove unused cache v8 bridge hint. Karl Seguin 2026-02-10 09:57:28 +08:00
  • 60d8f2323e Merge pull request #1509 from lightpanda-io/atob-trim Karl Seguin 2026-02-10 09:54:31 +08:00
  • 70ae6b8d72 Merge pull request #1407 from lightpanda-io/robots Karl Seguin 2026-02-10 09:51:32 +08:00
  • a4b1fbd6ee Use cgroups for RAM mesurement Nikolay Govorov 2026-02-10 00:44:07 +00:00
  • e1850440b0 shutdown queued req on robots shutdown Muki Kiboigo 2026-02-09 15:24:35 -08:00
  • d5c2aaeea3 window.atob must trim input Pierre Tachoire 2026-02-09 17:08:32 +01:00
  • a06b7acc85 Merge pull request #1501 from lightpanda-io/html_picture_element Karl Seguin 2026-02-09 23:00:59 +08:00
  • 615168423a Merge pull request #1482 from lightpanda-io/nikneym/failing-document-element-test Pierre Tachoire 2026-02-09 15:56:44 +01:00
  • 73abf7d20e add tests for selectionchange in HTML Elements Muki Kiboigo 2026-02-09 06:51:26 -08:00
  • fcea42e91e properly expose selection api in HTMLTextAreaElement Muki Kiboigo 2026-02-09 06:51:17 -08:00
  • 14f7574c41 ci: run test on any change into src/ Pierre Tachoire 2026-02-09 15:45:53 +01:00
  • 8f15ded650 use anyerror for dispatchSelectionChangeEvent Muki Kiboigo 2026-02-09 06:44:32 -08:00
  • 4aec4ef80a add selectionchange to HTMLTextAreaElement Muki Kiboigo 2026-02-09 06:42:35 -08:00
  • ecb8f1de30 add selectionchange to HTMLInputElement Muki Kiboigo 2026-02-09 06:38:33 -08:00
  • 4c28180125 Merge pull request #1503 from lightpanda-io/node_iterator Pierre Tachoire 2026-02-09 15:39:24 +01:00
  • 4138180f43 Merge pull request #1506 from lightpanda-io/allow-propfind-method Pierre Tachoire 2026-02-09 15:35:44 +01:00
  • 0d508a88f6 add selectionchange tests Muki Kiboigo 2026-02-09 06:32:36 -08:00
  • 7c8fcf73f6 dispatch selectionchange when Selection changes Muki Kiboigo 2026-02-09 06:27:50 -08:00
  • 5904d72776 Merge pull request #1504 from lightpanda-io/selection_fix_2 Karl Seguin 2026-02-09 22:27:38 +08:00
  • 5e32ccbf12 add selectionchange handler on Document Muki Kiboigo 2026-02-09 06:27:34 -08:00
  • 6ce136bede Merge pull request #1502 from lightpanda-io/selection_fix Karl Seguin 2026-02-09 22:27:13 +08:00
  • b9f8ce5729 http: allow PROPOFIND http method Pierre Tachoire 2026-02-09 15:03:20 +01:00
  • 115530a104 http: add PROPOFIND method test case Pierre Tachoire 2026-02-09 15:15:50 +01:00
  • 65c9b2a5f7 add robotsShutdownCallback Muki Kiboigo 2026-02-09 05:51:42 -08:00
  • 46c73a05a9 panic instead of unreachable on robots callbacks Muki Kiboigo 2026-02-09 05:35:32 -08:00
  • c5f7e72ca8 Fix class name iterator Karl Seguin 2026-02-09 18:34:53 +08:00
  • e6fb63ddba WPT Selection fixes Karl Seguin 2026-02-09 18:25:28 +08:00
  • e2645e4126 Fix 3 WPT cases for NodeIterator Karl Seguin 2026-02-09 18:19:36 +08:00
  • 36d267ca40 Improve Selection compatibility Karl Seguin 2026-02-09 17:38:11 +08:00
  • 2e5d04389b Merge pull request #1479 from lightpanda-io/event_finalizers_and_arenas Karl Seguin 2026-02-09 17:10:08 +08:00
  • 6130ed17a6 Update src/browser/js/Local.zig Karl Seguin 2026-02-09 16:53:28 +08:00
  • c4e82407ec Add Finalizers to events Karl Seguin 2026-02-06 18:28:12 +08:00
  • 2e28e68c48 make sure async test is dispatched Halil Durak 2026-02-09 11:45:31 +03:00
  • a7882fa32b add failing document.documentElement load event test Halil Durak 2026-02-06 16:20:30 +03:00
  • 82f9e70406 Merge pull request #1498 from lightpanda-io/fast_properties Karl Seguin 2026-02-09 16:04:10 +08:00
  • 3fa27c7ffa Merge pull request #1500 from lightpanda-io/console_table Karl Seguin 2026-02-09 16:02:40 +08:00
  • 1aa50dee20 Merge pull request #1499 from lightpanda-io/http_max_response_size Karl Seguin 2026-02-09 16:02:27 +08:00
  • f58f7257be Merge pull request #1487 from lightpanda-io/nikneym/doc-element-dispatch Halil Durak 2026-02-09 10:52:53 +03:00
  • e17f1269a2 remove unnecessary comment and comptime if Halil Durak 2026-02-09 10:43:22 +03:00
  • 82f48b84b3 changes to trigger documentElements load event Halil Durak 2026-02-06 23:49:03 +03:00
  • 926bd20281 Add HTMLPictureElement Karl Seguin 2026-02-09 15:38:41 +08:00
  • a6cd019118 Add http_max_response_size Karl Seguin 2026-02-09 13:10:17 +08:00
  • bbfc476d7e Add console.table Karl Seguin 2026-02-09 12:38:35 +08:00
  • 8d49515a3c Convert more comptime-getters to fast getters Karl Seguin 2026-02-09 11:35:27 +08:00
  • 0a410a5544 Merge pull request #1495 from lightpanda-io/fast_getter Karl Seguin 2026-02-08 21:45:06 +08:00
  • eef203633b Adds Document.prerendering Karl Seguin 2026-02-07 19:05:00 +08:00
  • 122255058e Merge pull request #1497 from lightpanda-io/improve_debug_logs Pierre Tachoire 2026-02-08 10:47:52 +01:00
  • b1681b2213 Merge pull request #1496 from lightpanda-io/remove_custom_element_placeholder_name Pierre Tachoire 2026-02-08 10:46:37 +01:00
  • 73d79f55d8 Merge pull request #1494 from lightpanda-io/window_opener Pierre Tachoire 2026-02-08 10:43:17 +01:00
  • a02fcd97d6 Merge pull request #1493 from lightpanda-io/document_visibility Pierre Tachoire 2026-02-08 10:42:33 +01:00
  • 016708b338 Merge pull request #1492 from lightpanda-io/create_element_case_insensitivity Pierre Tachoire 2026-02-08 10:41:51 +01:00