serenity
serenity copied to clipboard
Browser: Popup menu in stylesheet inspector doesn't work
We'll probably need something like https://github.com/SerenityOS/serenity/commit/549f5fe374a7713762b76a80a4645dfe80d1c643 for Userland/Applications/Browser too. Tab.{h,cpp} currently has RefPtr<GUI::Menu> m_select_dropdown and that has to move to the view impl.
However, as far as I can tell, that's currently LibWebView/OutOfProcessWebView, and that probably shouldn't have access to LibGUI (?).
OutOfProcessWebView already depends on LibGUI, so short term putting it there looks like the clear path forward.