mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 22:02:44 +00:00 
			
		
		
		
	LibWebView: Move OutOfProcessWebView to a new LibWebView library
Also moves WebContentClient and the references to the generated IPC descriptions, since they are all components of OutOfProcessWebView. This patch has no functional changes.
This commit is contained in:
		
							parent
							
								
									31c0022429
								
							
						
					
					
						commit
						dcbbbf5b4a
					
				
					 41 changed files with 97 additions and 73 deletions
				
			
		|  | @ -16,7 +16,7 @@ | |||
| #include <LibGUI/Splitter.h> | ||||
| #include <LibMarkdown/Document.h> | ||||
| #include <LibWeb/Layout/Node.h> | ||||
| #include <LibWeb/OutOfProcessWebView.h> | ||||
| #include <LibWebView/OutOfProcessWebView.h> | ||||
| 
 | ||||
| namespace Spreadsheet { | ||||
| 
 | ||||
|  | @ -80,7 +80,7 @@ HelpWindow::HelpWindow(GUI::Window* parent) | |||
|     m_listview->set_activates_on_selection(true); | ||||
|     m_listview->set_model(HelpListModel::create()); | ||||
| 
 | ||||
|     m_webview = splitter.add<Web::OutOfProcessWebView>(); | ||||
|     m_webview = splitter.add<WebView::OutOfProcessWebView>(); | ||||
|     m_webview->on_link_click = [this](auto& url, auto&, auto&&) { | ||||
|         VERIFY(url.protocol() == "spreadsheet"); | ||||
|         if (url.host() == "example") { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 DexesTTP
						DexesTTP