Expand description
Browser Main Module
Top-level browser struct that ties together the tab manager, process isolation, rendering, navigation, and shell command integration. Provides the public API for creating, driving, and rendering the browser from the VeridianOS desktop environment.
Structs§
- Address
Bar - Address bar editing state
- Browser
- The main browser struct, integrating tabs, isolation, and rendering
- Browser
Config - Browser configuration
- Navigation
Bar - Navigation bar with buttons
Enums§
- NavButton
- Navigation button identifiers
Functions§
- handle_
shell_ command - Execute a browser command from the shell (e.g.,
browser open https://...)