mirror of
https://github.com/RGBCube/serenity
synced 2025-05-18 15:25:08 +00:00
Browser+LibWeb: Pave the way for using WebContentView in Browser
This commit sets everything up, but we still always instantiate a plain Web::PageView in Browser::Tab..
This commit is contained in:
parent
49b9a0a665
commit
d8be535579
6 changed files with 177 additions and 73 deletions
|
@ -43,6 +43,7 @@ WebContentView::~WebContentView()
|
|||
|
||||
void WebContentView::load(const URL& url)
|
||||
{
|
||||
m_url = url;
|
||||
client().post_message(Messages::WebContentServer::LoadURL(url));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue