static BROWSER_PANE_WNDPROCS: LazyLock<Mutex<HashMap<usize, isize>>>Expand description
Map of pane HWND -> original WndProc, so the subclass hook can delegate to the real handler after running its interception logic. The mutex is held only while mutating the map — hooks that read on the UI thread copy out the pointer quickly.