mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 09:22:44 +00:00 
			
		
		
		
	LibWeb+LibWebView+WebContent+Ladybird: Add IPC call that opens new tab
This commit is contained in:
		
							parent
							
								
									4717d645d3
								
							
						
					
					
						commit
						a9f8d4eada
					
				
					 12 changed files with 32 additions and 0 deletions
				
			
		|  | @ -975,6 +975,11 @@ void WebContentView::notify_server_did_close_browsing_context(Badge<WebContentCl | |||
|     emit close(); | ||||
| } | ||||
| 
 | ||||
| String WebContentView::notify_request_open_new_tab(Badge<WebContentClient>) | ||||
| { | ||||
|     return {}; | ||||
| } | ||||
| 
 | ||||
| void WebContentView::notify_server_did_update_cookie(Badge<WebContentClient>, Web::Cookie::Cookie const& cookie) | ||||
| { | ||||
|     if (on_update_cookie) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Aliaksandr Kalenik
						Aliaksandr Kalenik