Commit Graph
111 Commits
Author SHA1 Message Date
ldm0 f05dc0a4fa test: cover input navigation through public protocols 2026-08-16 04:06:37 +08:00
ldm0 515df47845 refactor(cli): remove unused WPT and web bot auth options 2026-08-16 02:58:13 +08:00
ldm0 95a671e2e0 feat(fetch): return best-effort results on readiness timeout 2026-08-16 02:58:13 +08:00
ldm0 a2990e32aa Synchronize protocol tests with causal events 2026-08-16 02:31:27 +08:00
ldm0 353bf19d28 refactor: bind input cleanup to page attachments 2026-08-16 02:08:03 +08:00
ldm0 f51a04640b docs: add direct installation instructions 2026-08-16 01:43:49 +08:00
ldm0 f283d437a5 test: cover input ack cleanup on page replacement 2026-08-16 01:07:47 +08:00
ldm0 a9aa7a3216 fix: acknowledge pending input on page replacement 2026-08-16 01:07:47 +08:00
ldm0 59daf682c9 Preserve preferred aspect ratio semantics 2026-08-15 18:35:13 +08:00
ldm0 a664916b85 Remove legacy doc 2026-08-15 18:35:13 +08:00
ldm0 1b6e2bf87c refactor: centralize navigation-safe input completion
Settle renderer command turns against the Page residence that admitted them, while preserving immutable acknowledgements after navigation replaces that Page. Route output fences and post-response continuations through the canonical command context before decoding Input replies. Also isolate scheduler-sensitive runtime tests discovered during full-workspace validation.
2026-08-15 14:14:24 +08:00
ldm0 1073917939 fix: preserve input acknowledgements across navigation 2026-08-15 14:14:24 +08:00
ldm0 5a2bf77646 Match Chromium table UA defaults 2026-08-15 13:30:07 +08:00
ldm0 edcdae335f Bump version to 0.1.3 v0.1.3 2026-08-15 01:46:59 +08:00
ldm0 e2aa24db14 Unify pre-transform paint coordinate state 2026-08-15 00:53:52 +08:00
ldm0 2e52037915 fix(cdp): align session and shared worker routing 2026-08-15 00:47:40 +08:00
ldm0 2fbc88701c refactor(cdp): modularize multi-client routing 2026-08-15 00:47:40 +08:00
ldm0 777edb9fa4 feat(cdp): support concurrent clients 2026-08-15 00:47:40 +08:00
ldm0 6cf483e812 Model fixed table colspan constraints
Order table sections visually before applying first-row span constraints, preserve explicit column priority, and exclude internal border spacing from distributed cell measures.
2026-08-14 20:42:08 +08:00
ldm0 9e364b9299 Split frozen layout tree into focused modules 2026-08-14 20:03:29 +08:00
ldm0 93188efbc4 Retain only the frozen layout tree 2026-08-14 20:03:29 +08:00
ldm0 1b54b74469 Pixel-snap images in pre-transform paint space 2026-08-14 17:59:12 +08:00
田舎のネズミandGPT-5 691bd02978 docs: improve Japanese README wording
Detailed changes:

- Use natural Japanese business and web terminology.

- Standardize polite style and simplify katakana-heavy wording.

Signed-off-by: chunchi.che@lexmount.com

Co-Authored-By: GPT-5 <noreply@anthropic.com>
2026-08-14 15:36:43 +08:00
ldm0 b7d7ea59a3 Prune JP README 2026-08-14 15:22:43 +08:00
ldm0 8369c3e0ee Fix synthetic italic rendering direction 2026-08-14 15:09:57 +08:00
ldm0 9cc1bde822 docs: clarify multilingual agent use cases 2026-08-14 14:39:36 +08:00
ldm0 8753c86a99 docs: improve multilingual README quick start 2026-08-14 13:41:08 +08:00
ldm0 888072cf87 Own CSS subpixel quantization in Moli 2026-08-14 11:09:21 +08:00
ldm0 e8446e8839 Bump version to 0.1.2 v0.1.2 2026-08-14 10:25:24 +08:00
ldm0 19151ac3b7 Update moli version to 0.1.2 2026-08-14 02:38:20 +08:00
ldm0 5d2231d516 Add Moli skills and release installers 2026-08-14 02:22:38 +08:00
ldm0 145f9c68f5 Remove MCP server 2026-08-14 01:38:49 +08:00
ldm0 ebcdcd0dcb Fix dropped PendingStandaloneDocumentWritePage 2026-08-14 01:07:13 +08:00
ldm0 8dffc69a89 Persist hover state for Stylo selectors 2026-08-14 01:07:13 +08:00
ldm0 d1f20f66f8 Use a global CSS layout-unit grid 2026-08-13 19:22:29 +08:00
ldm0 f055960455 Stabilize loaded background console fixture 2026-08-13 17:55:18 +08:00
ldm0 d5ad7dce73 Implement fixed table column allocation 2026-08-13 17:55:18 +08:00
ldm0 62782add59 Add multilingual README documentation 2026-08-13 15:19:21 +08:00
ldm0 48742bb657 refactor: extract protocol server crate 2026-08-13 13:43:26 +08:00
ldm0 d41bf8ff9b Longer DOM Debugger waiting period 2026-08-13 12:44:56 +08:00
ldm0 f47bcb8595 feat(benchmark): add moli-stress reports 2026-08-13 12:44:56 +08:00
ldm0 a7c1eb0b42 refactor(renderer): remove duplicate turn output metadata 2026-08-13 07:07:00 +08:00
ldm0 47bfa5aa78 refactor(parser): simplify resume identity 2026-08-13 07:07:00 +08:00
ldm0 d51be5bfc4 chore: fix clippy and document required checks 2026-08-13 07:07:00 +08:00
ldm0 c1505d0845 fix(protocol): scope navigation gates to targets 2026-08-13 07:07:00 +08:00
ldm0 1d33f516f4 fix(protocol): return aborted CDP navigation results 2026-08-13 07:07:00 +08:00
ldm0 3600404225 perf(parser): keep XML namespaces in token stream 2026-08-13 07:07:00 +08:00
ldm0 91c281d2c7 fix(parser): expose CDATA from xml5ever 2026-08-13 07:07:00 +08:00
ldm0 ca64a8a1a3 refactor(protocol): type renderer owner turn outcomes 2026-08-13 07:07:00 +08:00
ldm0 8bbe0cde64 refactor(navigation): own pending requests in target 2026-08-13 07:07:00 +08:00