we (web engine): Experimental web browser project to understand the limits of Claude

Implement window integration: display rendered HTML page master

Connect all Phase 3 components to display a rendered HTML page in the AppKit window. The browser now runs the full pipeline: parse HTML into a DOM, run block layout, paint via the software renderer, and display the result in the window. - Default "Hello from we!" page when run with no arguments - Load HTML from a file path via command-line argument - Window resize triggers full re-layout and re-render at new dimensions - Platform crate: add set_resize_handler() and BitmapView::update_bitmap() Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>


+169 -17
2 changed files