Module browser_pane

Module browser_pane 

Source
Expand description

Browser-pane module.

Phase H.1.d/e (PR #5) deleted the in-memory PaneStateMachine; pane lifecycle now lives only in the host reducer (HostState.browser_panes). RegisterResult moved to crate::reducer.

Re-exports§

pub use creation::CreateBrowserPaneTask;
pub use hwnd::ALLOW_BROWSER_PANE_FOCUS_ONCE;
pub use hwnd::install_browser_pane_focus_redirect;

Modules§

auth
HTTP Basic / Digest auth callback registry.
callbacks
Pane-specific CEF callback bodies.
creation
UI-thread task that actually creates a CEF browser pane.
hwnd
Win32 HWND-level helpers for browser panes: the WM_SETFOCUS redirect subclass and the focus-bypass flag.