moldybits
moldybits pushed to main at moldybits/rust_browser 2026-02-27 15:08:32 -05:00
ce3e722a26 Split CSS parser tests into submodules
moldybits pushed to main at moldybits/rust_browser 2026-02-27 13:24:37 -05:00
23064ac497 Fix border-radius TODOs: background clipping, styled borders, and elliptical radii
f4cde48796 Implement CSS border-radius parsing, computation, layout, and rasterization
Compare 2 commits »
moldybits pushed to main at moldybits/rust_browser 2026-02-27 07:36:25 -05:00
688d4176a8 Merge branch 'worktree-delightful-finding-candle' into main
25a4c47457 Fix CSS url() with unquoted data URIs truncated at semicolons
0b7631291f Asked claude to redirect test output to a file and filter that rather than keep running repeatedly
Compare 3 commits »
moldybits pushed to main at moldybits/rust_browser 2026-02-27 06:40:20 -05:00
6c35189d06 Merge branch 'worktree-background-attachment' into main
22019e6381 Implement background-attachment: fixed for viewport-relative background positioning
3169d00bd7 Fix absolute-positioned elements to use shrink-to-fit width per CSS 2.1 §10.3.7
62c3a5c918 Fix z-index stacking order for deep stacking-context descendants
f24096f254 Implement <object> element data loading with fallback content support
Compare 15 commits »
moldybits pushed to main at moldybits/rust_browser 2026-02-26 19:18:56 -05:00
51b732710a Fix line-height var() parsing, add inline-flex support, skip abspos in IFC
moldybits pushed to main at moldybits/rust_browser 2026-02-26 17:01:10 -05:00
0c21feb090 Implement JSON.stringify and JSON.parse with full spec compliance
moldybits pushed to main at moldybits/rust_browser 2026-02-26 16:09:09 -05:00
6075335432 Split shorthands.rs and flex/mod.rs into smaller sub-modules
eb9f99f54c Implement -webkit-center for <center> element block centering
Compare 2 commits »
moldybits pushed to main at moldybits/rust_browser 2026-02-26 14:30:26 -05:00
609811d037 Fix stretch suppression with cross-axis auto margins, add 41 regression tests
9023b8c9d1 Fix 7 flexbox layout bugs, add CSS logical properties, promote 37 WPT tests
Compare 2 commits »
moldybits pushed to main at moldybits/rust_browser 2026-02-26 10:31:28 -05:00
08ec2835ce Refactor flex.rs into flex/ sub-module directory
moldybits pushed to main at moldybits/rust_browser 2026-02-26 08:47:37 -05:00
e6ccbda68a Fix table auto-width shrink-wrap and canvas background-image propagation
moldybits pushed to main at moldybits/rust_browser 2026-02-25 23:17:18 -05:00
a938954ed4 Add .serena dir to .gitignore
d2347750d1 Fix code review findings: deferred absolutes in flex/grid/table, UA stylesheet, background-position, caption boundary
de0afa12a1 Fix 4 rendering bugs: HTML table parsing, background-position axes, deferred absolute layout, half-leading line-height
128765d1a1 Implement flexbox min/max clamping and automatic minimum size (§9.7, §4.5)
87c329a959 Update WPT known-fail analysis: 1,287 pass / 1,626 known_fail
Compare 5 commits »
moldybits pushed to main at moldybits/rust_browser 2026-02-25 21:46:53 -05:00
85bc436beb Fix back/forward buttons showing "?" by adding < and > bitmap glyphs
4ed7af0950 Add text selection to address bar for standard browser editing UX
44ef92aec4 Fix grid implicit column count to default to 1 per CSS Grid spec
ffb01c03c7 Add CSS Media Queries Level 4 range syntax support
cfa50b1f7f Fix flex column item height after child layout for indefinite containers
Compare 5 commits »
moldybits pushed to main at moldybits/rust_browser 2026-02-25 11:44:08 -05:00
4d0737ebd7 Refactor tokenizer.rs into smaller modules
f20c0c771e Implement Symbol, WeakMap, and Proxy with comprehensive test coverage
b70a6bdf73 Update Test262 full suite: promote 602 tests, demote 126 regressions, add per-test timeout
a42d1b4718 Add JavaScript RegExp support with regex literals, constructor, and String integration
acf029ce24 Add .workdir to .gitignore for worktrees
Compare 5 commits »
moldybits pushed to main at moldybits/rust_browser 2026-02-24 06:44:30 -05:00
93e0875dee Re-curate Test262 suite: expand to built-ins, add 500 tier-1 tests
693a73e69e Update Test262 full suite: promote 146 tests, demote 17 regressions
Compare 2 commits »
moldybits pushed to main at moldybits/rust_browser 2026-02-23 23:49:03 -05:00
2a4e20d6f9 Format fix
moldybits pushed to main at moldybits/rust_browser 2026-02-23 23:41:23 -05:00
c88e234130 Merge branch 'array_prototype'
a2e12f3d37 Add JavaScript eval() support with direct/indirect semantics
5bdbc87dfb Add Array.prototype, Array global, and 20 array methods
ced72eaefd Split expressions.rs into focused sub-modules for navigability
Compare 4 commits »
moldybits pushed to main at moldybits/rust_browser 2026-02-23 22:08:00 -05:00
34d4a3fdff Minor - update docs/test262_roadmap.md Tier 3 feature list with a status column to track implemented items
moldybits pushed to main at moldybits/rust_browser 2026-02-23 18:11:32 -05:00
322706cc33 Add JS Object enumeration, prototype APIs, and non-enumerable property support
moldybits pushed to main at moldybits/rust_browser 2026-02-23 00:16:39 -05:00
625171594c Add JavaScript strict mode ("use strict") support
moldybits pushed to main at moldybits/rust_browser 2026-02-22 22:56:52 -05:00
13b610be03 Add JavaScript delete, void, and in operators