Commit Graph
23 Commits
Author SHA1 Message Date
lanyue-llk 974f03ecb7 revert: undo split PR 640 merges (#734-#740) 2026-09-22 19:58:50 +08:00
mini llk c5ac254058 fix(layout): refresh geometry and preserve inline fragments (#735) 2026-09-22 19:42:55 +08:00
ldm0 2fc0dca74e docs: remove screencast interval from readmes 2026-09-16 16:19:03 +08:00
ldm0 e688652948 feat(cli): configure screencast intervals in milliseconds
Replace --cdp-screencast-fps with --screencast-interval. Accept positive
integer milliseconds, retain the --layout requirement, and default to
1000 ms. Pass the interval through server configuration and multiply the
Duration by everyNthFrame without converting through integer FPS.

Update CLI help and English/Chinese docs. Cover parsing, defaults, rejected
values and the removed flag, precise deadlines, and interval multiplication.

Validation:
- cargo fmt --all
- cargo clippy --workspace --all-targets --all-features -- -D warnings
- cargo nextest run --no-fail-fast
2026-09-16 14:59:42 +08:00
SpringCorel 0d6cee5dde feat(cdp): add --cdp-screencast-fps option 2026-09-16 14:59:42 +08:00
ldm0 73f2e785ea fix(emulation): reject unavailable throttling modes 2026-09-15 14:46:31 +08:00
ldm0 eb59de7364 perf(v8): use pointer-compressed PartitionAlloc where available
Use pointer-compressed rusty_v8 archives and their bundled PartitionAlloc shim on Linux x86_64 GNU and macOS. Preserve the existing jemalloc or system allocator on unsupported targets, and remove the custom archive-mutation workaround.
2026-09-03 04:14:18 +08:00
ldm0 fc61efed55 build: use one codegen unit for release binaries 2026-09-01 11:50:10 +08:00
XDLCS 20a1a90d77 fix(doc): correct windows powershell install script 2026-08-25 02:50:09 +08:00
ldm0 9c0a1efad9 docs: drop style engine implementation details 2026-08-24 18:56:48 +08:00
ldm0 79a1bca120 refactor(style): retain incremental document style worlds 2026-08-24 18:56:48 +08:00
ldm0 7608292c78 fix(renderer): stabilize style observations and screencast polling 2026-08-22 19:44:54 +08:00
allen b084022955 docs: add star history chart to the READMEs
Embeds the light/dark SVGs published by lexmount/moli-metrics, which
regenerates them hourly from the stargazer timeline and commits only when
the count actually changed. Added to all six language READMEs, using the
same <picture> theme-switching pattern as the existing benchmark charts.
2026-08-21 15:08:31 +08:00
Eric 3d3a90bb5e Add Lexbench-Headless-Browser benchmark results 2026-08-19 15:25:36 +08:00
ldm0 be5449435a feat(cli): add screenshot_full dump mode 2026-08-18 00:35:51 +08:00
ldm0 6914c609ca ci(release): add ARM64 Linux and Windows artifacts 2026-08-17 12:10:38 +08:00
ldm0 69a5f3a716 fix(allocator): disable jemalloc on Windows 2026-08-17 03:31:17 +08:00
ldm0 b0b6aa8062 docs: sync localized quick start instructions 2026-08-16 15:12:53 +08:00
ldm0 ccff8fcc83 docs: trim project scope limitations 2026-08-16 15:12:53 +08:00
ldm0 3b7d2ab81c docs: document supported platforms 2026-08-16 15:12:53 +08:00
ldm0 b750a830ee docs: correct localized readme translations 2026-08-16 15:12:53 +08:00
ldm0 860ae86b2d docs: refine localized readmes 2026-08-16 15:12:53 +08:00
ldm0 021816be9a docs: move localized readmes into docs 2026-08-16 15:12:53 +08:00