mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 10:52:44 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
	
		
			513 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
	
		
			513 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| =====================
 | |
| Multi-process model:
 | |
| =====================
 | |
| 
 | |
| Server                                                 Client
 | |
| 
 | |
| WebContent                                             GUI process (OutOfProcessWebView embedder)
 | |
| 
 | |
|                                                        OutOfProcessWebView (this is a GUI::Widget)
 | |
| WebContent::ConnectionFromClient               <--->         WebContentClient
 | |
|   WebContent::PageHost (Web::PageClient)
 | |
|     Web::Page
 | |
|       Web::Frame
 | |
|         Web::Document
 | |
|           ..
 | |
| 
 | 
