| 
									
										
										
										
											2020-06-17 17:31:42 +02:00
										 |  |  | endpoint WebContentClient = 90 | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2020-12-08 21:44:42 +01:00
										 |  |  |     DidStartLoading(URL url) =| | 
					
						
							|  |  |  |     DidFinishLoading(URL url) =| | 
					
						
							| 
									
										
										
										
											2021-01-16 23:15:32 +01:00
										 |  |  |     DidPaint(Gfx::IntRect content_rect, i32 bitmap_id) =| | 
					
						
							| 
									
										
										
										
											2020-06-17 18:00:18 +02:00
										 |  |  |     DidInvalidateContentRect(Gfx::IntRect content_rect) =| | 
					
						
							| 
									
										
										
										
											2020-07-04 20:57:57 +02:00
										 |  |  |     DidChangeSelection() =| | 
					
						
							| 
									
										
										
										
											2020-07-04 23:19:32 +02:00
										 |  |  |     DidLayout(Gfx::IntSize content_size) =| | 
					
						
							| 
									
										
										
										
											2020-07-04 23:40:17 +02:00
										 |  |  |     DidChangeTitle(String title) =| | 
					
						
							| 
									
										
										
										
											2020-07-05 15:43:43 +02:00
										 |  |  |     DidRequestScrollIntoView(Gfx::IntRect rect) =| | 
					
						
							| 
									
										
										
										
											2020-07-05 16:59:20 +02:00
										 |  |  |     DidHoverLink(URL url) =| | 
					
						
							|  |  |  |     DidUnhoverLink() =| | 
					
						
							| 
									
										
										
										
											2020-07-06 20:01:46 +02:00
										 |  |  |     DidClickLink(URL url, String target, unsigned modifiers) =| | 
					
						
							|  |  |  |     DidMiddleClickLink(URL url, String target, unsigned modifiers) =| | 
					
						
							| 
									
										
										
										
											2020-07-07 12:24:29 +02:00
										 |  |  |     DidRequestContextMenu(Gfx::IntPoint content_position) =| | 
					
						
							|  |  |  |     DidRequestLinkContextMenu(Gfx::IntPoint content_position, URL url, String target, unsigned modifiers) =| | 
					
						
							| 
									
										
										
										
											2020-09-12 11:56:13 +02:00
										 |  |  |     DidRequestAlert(String message) => () | 
					
						
							| 
									
										
										
										
											2021-02-10 08:48:28 +01:00
										 |  |  |     DidRequestConfirm(String message) => (bool result) | 
					
						
							| 
									
										
										
										
											2021-02-20 12:05:18 +01:00
										 |  |  |     DidRequestPrompt(String message, String default_) => (String response) | 
					
						
							| 
									
										
										
										
											2020-06-17 17:31:42 +02:00
										 |  |  | } |