mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 09:42:45 +00:00 
			
		
		
		
	 662711fa26
			
		
	
	
		662711fa26
		
	
	
	
	
		
			
			To achieve this goal: - The Browser unveils "/tmp/portal/filesystemaccess" - Pass the page through LoadRequest => ResourceLoader - ResourceLoader requests a file to the FileSystemAccessServer via IPC - OutOfProcessWebView handles it and sends a file descriptor back to the Page.
		
			
				
	
	
		
			21 lines
		
	
	
	
		
			654 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
	
		
			654 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| set(SOURCES
 | |
|     DOMTreeModel.cpp
 | |
|     ImageDecoderClientAdapter.cpp
 | |
|     OutOfProcessWebView.cpp
 | |
|     RequestServerAdapter.cpp
 | |
|     StylePropertiesModel.cpp
 | |
|     WebContentClient.cpp
 | |
|     WebSocketClientAdapter.cpp
 | |
| )
 | |
| 
 | |
| set(GENERATED_SOURCES
 | |
|     ../../Services/RequestServer/RequestClientEndpoint.h
 | |
|     ../../Services/RequestServer/RequestServerEndpoint.h
 | |
|     ../../Services/WebContent/WebContentClientEndpoint.h
 | |
|     ../../Services/WebContent/WebContentServerEndpoint.h
 | |
| )
 | |
| 
 | |
| serenity_lib(LibWebView webview)
 | |
| target_link_libraries(LibWebView LibFileSystemAccessClient LibGfx LibGUI LibImageDecoderClient LibIPC LibProtocol LibWeb)
 | |
| 
 | |
| add_subdirectory(DumpLayoutTree)
 |