moldybits
moldybits pushed to main at moldybits/rust_browser 2026-03-21 16:49:46 -04:00
46d477fb1f Fix 30 Test262 full-suite regressions from descriptor and array method changes
moldybits pushed to main at moldybits/rust_browser 2026-03-20 05:00:54 -04:00
3b237967cb Fix Object.defineProperty/defineProperties/create descriptor compliance and promote 262 tests
4cdb43e9f2 Register Array.prototype methods as properties for generic algorithm support
c0a1c38115 Add /= and %= compound assignment operators and promote 8 tests
Compare 3 commits »
moldybits pushed to main at moldybits/rust_browser 2026-03-19 06:58:02 -04:00
e56ab1b577 Add computed property names and numeric keys for object literals and classes
2c5a2b1533 Implement JavaScript arguments object with mapped/unmapped support
54b0cc8639 Add JS262_FILTER env var for running individual test262 tests
Compare 3 commits »
moldybits pushed to main at moldybits/rust_browser 2026-03-18 16:39:18 -04:00
5ac37e2014 Split entity_table.rs into module directory with sub-files
8e73baa0fd Add missing \b, \f, \v single escape sequences and promote 14 tests
dc75d80dfb Promote 13 test262-full tests now passing after string escape fix
25de48d573 Fix unrecognized string escape sequences preserving backslash
cafd98a51f Add --js flag to app_browser for executing JavaScript from stdin or file
Compare 8 commits »
moldybits pushed to main at moldybits/rust_browser 2026-03-18 08:33:14 -04:00
58c65db98f Promote 2,457 test262-full tests from known_fail to pass (39% pass rate)
1af0982df4 Optimize object/array literal creation to fix sort-stability-2048 timeout
201a8c334d Fix year_from_time infinite loop on negative timestamps
Compare 3 commits »
moldybits pushed to main at moldybits/rust_browser 2026-03-18 00:34:57 -04:00
ca639a19f9 Log test ID on timeout even without JS262_VERBOSE
moldybits pushed to main at moldybits/rust_browser 2026-03-18 00:22:59 -04:00
fcb3611cf1 Add JS262_THREADS env var to control test harness parallelism
moldybits pushed to main at moldybits/rust_browser 2026-03-18 00:17:38 -04:00
e4dfde69da Fix URI decode panic on multi-byte UTF-8 input
moldybits pushed to main at moldybits/rust_browser 2026-03-17 23:57:38 -04:00
0d8cfafb0b Fix JS bytecode interpreter bugs: control flow, types, opcodes, and spec compliance
d5a6da6566 Remove AST JavaScript interpreter, execute all JS via bytecode
Compare 2 commits »
moldybits pushed to main at moldybits/rust_browser 2026-03-17 16:45:07 -04:00
0a0cdb61ee Fix Plausible analytics errors: attribute fallback, navigator API, and lexical scoping
1caff05f2d Update CNN investigation report for 1920x1080 viewport
9aed9f03b4 Add --width/--height CLI flags and update default viewport to 1920x1080
54f2191508 Implement CSS repeat() and minmax() parsing for grid templates
442b49bee5 Implement CSS content: url() support for pseudo-element images
Compare 6 commits »
moldybits pushed to main at moldybits/rust_browser 2026-03-17 07:17:32 -04:00
bbee018a24 Add CNN homepage rendering investigation
moldybits pushed to main at moldybits/rust_browser 2026-03-17 01:24:42 -04:00
59a57ff953 Implement labeled statements with break/continue label support
fd0f378bf7 Implement window.history Web API (pushState/replaceState)
140cfac829 Implement URL Web API constructor
460cb75f2a Implement window.location and document.currentScript Web APIs
49af6a0f49 Fix builtins unavailable in event handlers when no <script> tag present
Compare 8 commits »
moldybits pushed to main at moldybits/rust_browser 2026-03-16 16:32:22 -04:00
743c918545 Implement WeakRef, FinalizationRegistry & strict mode edge cases with code review fixes (§3.7)
347630d3dd Implement built-in completeness for Date/RegExp/Map/Set with code review fixes (§3.6)
fbfcf141c7 Implement built-in completeness for Array/String/Object with code review fixes (§3.5)
Compare 3 commits »
moldybits pushed to main at moldybits/rust_browser 2026-03-16 11:08:21 -04:00
6917c062a1 Fix ES module fifth code review issues (§3.4)
2142cdcdae Fix ES module code review issues from fourth review (§3.4)
Compare 2 commits »
moldybits pushed to fix/es-modules-fifth-review-3-4 at moldybits/rust_browser 2026-03-16 11:06:06 -04:00
6917c062a1 Fix ES module fifth code review issues (§3.4)
2142cdcdae Fix ES module code review issues from fourth review (§3.4)
Compare 2 commits »
moldybits created branch fix/es-modules-fifth-review-3-4 in moldybits/rust_browser 2026-03-16 11:06:06 -04:00
moldybits pushed to main at moldybits/rust_browser 2026-03-16 08:06:28 -04:00
fb64ca1d34 Create story files for Epic 3 stories 3.5-3.10
9e6300d7a0 Implement ES modules with code review fixes (§3.4)
b43cd2d58b Implement async/await for bytecode VM with code review fixes (§3.3)
fedce447ef Fix generator/iterator protocol issues found in code review (§3.2)
a534ff41d2 Implement generators and iterator protocol for bytecode VM (§3.2)
Compare 7 commits »
moldybits pushed to main at moldybits/rust_browser 2026-03-15 02:44:58 -04:00
b9380a8a03 Fix inline line box height inflation that broke float two-column layouts
d3f88c7886 Mark story 2-8 (iframe support) as done
70ad1244d8 Implement base URL resolution and image rendering completeness with code review fixes (§4.2.3)
9d86a5c2cf Implement iframe static rendering with code review fixes (§4.8.5)
626a1c517c Implement document lifecycle events with code review fixes (§8.4, §7.1)
Compare 19 commits »
moldybits pushed to main at moldybits/rust_browser 2026-03-14 01:43:17 -04:00
dd03466e63 Implement CSS 2.1 outline properties and border style golden tests with code review fixes (§8.5, §18.4)
be2c5c9d05 Implement background-image URL resolution and verify all background sub-properties (CSS 2.1 §14.2)
71d4c2902c Implement lists and counters with code review fixes (CSS 2.1 §12.4-§12.6)
b4f143ba63 Refactor CSS parser: split mod.rs into content, font_face, and property_dispatch modules
8065b23bf3 Implement table layout completeness: caption-side, empty-cells, fixed+collapsed, border fixes (CSS 2.1 §17)
Compare 13 commits »
moldybits pushed to main at moldybits/rust_browser 2026-03-12 16:47:39 -04:00
42dd05e070 Implement Milestone 7: Networking Maturity + Storage