Commit Graph

  • f594b033bf Merge pull request #1897 from lightpanda-io/css-improvements-perf Karl Seguin 2026-03-19 07:10:35 +08:00
  • 10e379e4fb fix clamping Karl Seguin 2026-03-19 07:00:26 +08:00
  • c1bb27c450 better encapsulate arena reset Karl Seguin 2026-03-19 06:52:41 +08:00
  • dda5e2c542 Apply suggestions from code review Karl Seguin 2026-03-19 06:47:40 +08:00
  • edd0c5c83f Merge pull request #1900 from lightpanda-io/input-event Karl Seguin 2026-03-19 06:39:44 +08:00
  • 9ad446b67a Move cdp callbacks from dataCallback to processMessages wp/mrdimidium/refactor-redirects Nikolay Govorov 2026-03-18 22:23:26 +00:00
  • 8963aeb965 Fixup cookies management Nikolay Govorov 2026-03-18 20:49:05 +00:00
  • 6e38aa9414 Fix cleanup connections in HttpClient Nikolay Govorov 2026-03-18 19:10:11 +00:00
  • f1a96bab5b Move redirects handling from curl callbacks Nikolay Govorov 2026-03-17 17:18:23 +00:00
  • c6861829c3 Merge pull request #1907 from lightpanda-io/README-remove-js-runtime Francis Bouvier 2026-03-18 16:48:16 +01:00
  • e14c8b3025 REAMDE: again references to js-runtime Francis Bouvier 2026-03-18 16:45:44 +01:00
  • 5bc00c595c Merge pull request #1906 from lightpanda-io/README-remove-js-runtime Francis Bouvier 2026-03-18 16:44:53 +01:00
  • db5fb40de0 README: remove again references to js-runtime Francis Bouvier 2026-03-18 16:42:31 +01:00
  • 4e6a357e6e use initTrusted for InputEvent Pierre Tachoire 2026-03-18 16:39:59 +01:00
  • 6cf515151d Merge pull request #1905 from lightpanda-io/README-remove-js-runtime Francis Bouvier 2026-03-18 16:41:08 +01:00
  • bf6e4cf3a6 disaptch InputEvent on input/TextArea changes Pierre Tachoire 2026-03-18 12:23:41 +01:00
  • 60936baa96 README: remove reference to zig-js-runtime Francis Bouvier 2026-03-18 16:39:26 +01:00
  • c29f72a7e8 Merge pull request #1898 from lightpanda-io/keyboard-event-bubble Pierre Tachoire 2026-03-18 16:26:15 +01:00
  • d4427e4370 Merge pull request #1894 from lightpanda-io/semantic-tree-interactive Adrià Arrufat 2026-03-18 22:33:45 +09:00
  • b85ec04175 Merge pull request #1902 from lightpanda-io/fix/emulation-set-user-agent-override Karl Seguin 2026-03-18 20:05:26 +08:00
  • da05ba0eb7 log on ignored setUserAgentOverride Karl Seguin 2026-03-18 19:46:37 +08:00
  • 414a68abeb Merge pull request #1899 from lightpanda-io/idle_task_fix Karl Seguin 2026-03-18 19:41:58 +08:00
  • 52455b732b Merge pull request #1885 from lightpanda-io/danling_context_fallback Karl Seguin 2026-03-18 19:41:38 +08:00
  • ba71268eb3 Keyboard events are bubbling, cancelable and composed Pierre Tachoire 2026-03-18 10:37:27 +01:00
  • 694aac5ce8 browser.interactive: optimize role checks with StaticStringMap Adrià Arrufat 2026-03-18 20:10:15 +09:00
  • cbab0b712a SemanticTree: simplify TextVisitor printing logic Adrià Arrufat 2026-03-18 20:07:11 +09:00
  • 1aee3db521 only run idle tasks from the root page Karl Seguin 2026-03-18 19:03:38 +08:00
  • e29778d72b Introduce StyleManager Karl Seguin 2026-03-17 13:40:51 +08:00
  • f634c9843d Merge pull request #1893 from lightpanda-io/link_onload_rel Pierre Tachoire 2026-03-18 09:41:10 +01:00
  • e1e45d1c5d Merge pull request #1796 from lightpanda-io/wp/mrdimidium/telemetry-common-network Pierre Tachoire 2026-03-18 09:34:19 +01:00
  • 09327c3897 feat: fetch add wait_until parameter for page loads options shaewe180 2026-03-18 15:02:00 +08:00
  • ff288c8aa2 browser.interactive: use for-else expression in role checks Adrià Arrufat 2026-03-18 12:04:53 +09:00
  • e1b14a6833 SemanticTree: enable prune by default Adrià Arrufat 2026-03-18 11:25:34 +09:00
  • 015edc3848 SemanticTree: implement interactiveOnly filter and optimize token usage Adrià Arrufat 2026-03-18 10:56:50 +09:00
  • bd2406f803 Merge pull request #1891 from lightpanda-io/form-requestSubmit Karl Seguin 2026-03-18 08:55:04 +08:00
  • 3c29e7dbd4 Expand rel's that trigger a link's onload Karl Seguin 2026-03-18 07:43:54 +08:00
  • 586413357e Close all cdp clients on shutdown Nikolay Govorov 2026-03-17 10:59:35 +00:00
  • 9a055a61a6 Limit telemetry body size Nikolay Govorov 2026-03-17 10:31:00 +00:00
  • 5fb561dc9c Used ring buffer for telemetry events buffer Nikolay Govorov 2026-03-16 23:22:25 +00:00
  • b14ae02548 Move comments and bound checks Nikolay Govorov 2026-03-13 12:44:24 +00:00
  • 51fb08e6aa Create multi interface in Runtime on demand Nikolay Govorov 2026-03-12 13:23:06 +00:00
  • a6d699ad5d Use common network runtime for telemetry messages Nikolay Govorov 2026-03-12 10:17:26 +00:00
  • 8372b45cc5 Merge pull request #1877 from lightpanda-io/xhr_and_fetch_blob_urls Karl Seguin 2026-03-18 07:02:56 +08:00
  • 1739ae6b9a check submit element and form into Form.requestSubmit Pierre Tachoire 2026-03-17 21:34:48 +01:00
  • ba62150f7a add Form.requestSubmit(submitter) Pierre Tachoire 2026-03-17 17:05:30 +01:00
  • 8143a61955 Merge pull request #1888 from lightpanda-io/wp/mrdimidium/clenup-ci Nikolay Govorov 2026-03-17 15:47:18 +00:00
  • e16c479781 Merge pull request #1886 from lightpanda-io/wp/mrdimidium/enable-git-version-in-ci Nikolay Govorov 2026-03-17 14:29:47 +00:00
  • c0c4e26d63 removes artifacts of the past from CI Nikolay Govorov 2026-03-17 14:24:22 +00:00
  • b252aa71d0 Use git_version option for version command Nikolay Govorov 2026-03-17 11:33:16 +00:00
  • 9ef8d9c189 Merge pull request #1887 from lightpanda-io/disable_observer_weak_ref Pierre Tachoire 2026-03-17 14:09:43 +01:00
  • 9f27416603 zig fmt Karl Seguin 2026-03-17 20:03:31 +08:00
  • 0729f4a03a Merge pull request #1872 from lightpanda-io/wp/mrdimidium/fix-cdp-close Karl Seguin 2026-03-17 19:58:48 +08:00
  • 21f7b95db9 disable observer weak ref Karl Seguin 2026-03-17 19:54:21 +08:00
  • 4125a5aa1e Merge pull request #1874 from JasonOA888/fix/add-git-version-option Nikolay Govorov 2026-03-17 11:27:27 +00:00
  • 6d0dc6cb1e Gracefull close ws socket Nikolay Govorov 2026-03-16 20:20:47 +00:00
  • 0675c23217 Merge pull request #1883 from Tenith01/fix/port-already-in-use Nikolay Govorov 2026-03-17 10:53:36 +00:00
  • d0e6a1f5bb Merge pull request #1882 from Tenith01/fix/window-onerror-special-case Karl Seguin 2026-03-17 18:36:11 +08:00
  • 91afe08235 Merge pull request #1878 from mvanhorn/osc/1770-window-event Karl Seguin 2026-03-17 18:35:30 +08:00
  • 041d9d41fb Fallback to the Incumbent Context when the Current Context is dangling Karl Seguin 2026-03-17 18:04:44 +08:00
  • 7009fb5899 Merge pull request #1880 from lightpanda-io/logfilter-init-slice Karl Seguin 2026-03-17 17:42:23 +08:00
  • d2003c7c9a fix: stub navigator.permissions, storage, deviceMemory to unblock Turnstile Tenith01 2026-03-17 14:12:13 +05:30
  • ce002b999c fix: special-case Window#onerror per WHATWG spec (5-arg signature) Tenith01 2026-03-17 13:49:59 +05:30
  • 5b1056862a Merge pull request #1879 from lightpanda-io/fix-leak-add-from-element Adrià Arrufat 2026-03-17 16:33:49 +09:00
  • cc4ac99b4a fix: show actionable error when server port is already in use Tenith01 2026-03-17 13:02:55 +05:30
  • 46df341506 ScriptManager: defer resource handover until request success Adrià Arrufat 2026-03-17 15:42:52 +09:00
  • b698e2d078 LogFilter: init with slice and silence tests Adrià Arrufat 2026-03-17 13:42:35 +09:00
  • 5cc5e513dd Merge pull request #1876 from lightpanda-io/more-mcp-tools Karl Seguin 2026-03-17 12:39:35 +08:00
  • e048b0372f ScriptManager: fix memory leak and resource handover Adrià Arrufat 2026-03-17 13:32:29 +09:00
  • d7aaa1c870 Merge branch 'main' into more-mcp-tools Adrià Arrufat 2026-03-17 13:26:44 +09:00
  • 463aac9b59 browser.actions: refactor click to use trusted MouseEvent Adrià Arrufat 2026-03-17 13:22:55 +09:00
  • d9cdd78138 Merge pull request #1875 from lightpanda-io/history_test_stability Karl Seguin 2026-03-17 12:21:29 +08:00
  • 44a83c0e1c browser.actions: use .wrap directly Adrià Arrufat 2026-03-17 12:55:10 +09:00
  • 96f24a2662 Implement window.event property Matt Van Horn 2026-03-16 20:42:45 -07:00
  • 5d2801c652 Support blob urls in XHR and Fetch Karl Seguin 2026-03-17 10:31:32 +08:00
  • deb08b7880 Try to improve stability of history test Karl Seguin 2026-03-17 08:15:49 +08:00
  • 96e5054ffc feat: add git_version build option for release version detection JasonOA888 2026-03-17 07:41:11 +08:00
  • c9753a690d Merge pull request #1863 from jnMetaCode/fix/cdp-missing-disable-methods Karl Seguin 2026-03-17 07:21:14 +08:00
  • 27aaf46630 Merge pull request #1873 from lightpanda-io/fix/domexception-default-messages Karl Seguin 2026-03-17 07:20:15 +08:00
  • 84190e1e06 fix test for new messages Karl Seguin 2026-03-17 07:07:16 +08:00
  • b0b1f755ea Merge pull request #1870 from lightpanda-io/mutation_observer_rc Karl Seguin 2026-03-17 06:43:45 +08:00
  • fcf1d30c77 Merge pull request #1864 from lightpanda-io/trusted_cdp_clicks Karl Seguin 2026-03-17 06:43:32 +08:00
  • 3c532e5aef Merge pull request #1846 from lightpanda-io/origin_cdp_fix Karl Seguin 2026-03-17 06:43:07 +08:00
  • 3efcb2705d Merge pull request #1840 from lightpanda-io/script_manager_arena_pool Karl Seguin 2026-03-17 06:42:48 +08:00
  • c25f389e91 Merge pull request #1817 from lightpanda-io/frames_postMessage Karl Seguin 2026-03-17 06:42:32 +08:00
  • 533f4075a3 Merge pull request #1868 from lightpanda-io/bom_charset Karl Seguin 2026-03-16 23:36:44 +08:00
  • f508d37426 lp: validate params in node actions and rename variables Adrià Arrufat 2026-03-16 23:50:15 +09:00
  • 548c6eeb7a browser.actions: remove redundant result ignores Adrià Arrufat 2026-03-16 23:45:07 +09:00
  • c8265f4807 browser.actions: improve error handling Adrià Arrufat 2026-03-16 23:41:22 +09:00
  • a74e46debf actions: make scroll coordinates optional Adrià Arrufat 2026-03-16 22:44:37 +09:00
  • 1ceaabe69f Switch to reference counting for Mutation Observer and Intersection Observer Karl Seguin 2026-03-16 20:56:18 +08:00
  • 91a2441ed8 Merge pull request #1829 from salmanmkc/upgrade-github-actions-node24 Pierre Tachoire 2026-03-16 12:19:22 +01:00
  • 2ecbc833a9 Merge pull request #1858 from lightpanda-io/flaky-wbatest Pierre Tachoire 2026-03-16 11:13:43 +01:00
  • dac456d98c ci: fix wba flaky test Pierre Tachoire 2026-03-16 09:56:54 +01:00
  • 422320d9ac Set charset based on BOM Karl Seguin 2026-03-16 17:54:01 +08:00
  • 18b635936c Merge pull request #1837 from mvanhorn/osc/531-charset-prescan Karl Seguin 2026-03-16 17:39:58 +08:00
  • 7b2895ef08 click event dispastched from CDP should be trusted Karl Seguin 2026-03-16 17:33:12 +08:00
  • b09e9f7398 fix(cdp): add missing disable method to Security jnMetaCode 2026-03-16 17:21:20 +08:00
  • ac651328c3 fix(cdp): add missing disable method to Inspector jnMetaCode 2026-03-16 17:21:18 +08:00
  • 0380df1cb4 fix(cdp): add missing disable method to Performance jnMetaCode 2026-03-16 17:21:14 +08:00
  • 21421d5b53 fix(dom): add default messages for all DOMException error codes jnMetaCode 2026-03-16 17:20:29 +08:00