mirror of
				https://github.com/LadybirdBrowser/ladybird.git
				synced 2025-10-31 05:10:57 +00:00 
			
		
		
		
	LibWeb: Rename Web::HtmlView => Web::PageView
This widget doesn't just view HTML, it views a web page. :^)
This commit is contained in:
		
							parent
							
								
									5f8cbe6a1b
								
							
						
					
					
						commit
						42243d2e06
					
				
				
				Notes:
				
					sideshowbarker
				
				2024-07-19 06:01:45 +09:00 
				
			
			Author: https://github.com/awesomekling
Commit: 42243d2e06
			
					 24 changed files with 133 additions and 133 deletions
				
			
		|  | @ -28,7 +28,7 @@ | |||
| #include <LibWeb/DOM/HTMLFormElement.h> | ||||
| #include <LibWeb/DOM/HTMLInputElement.h> | ||||
| #include <LibWeb/Frame.h> | ||||
| #include <LibWeb/HtmlView.h> | ||||
| #include <LibWeb/PageView.h> | ||||
| #include <LibWeb/URLEncoder.h> | ||||
| 
 | ||||
| namespace Web { | ||||
|  | @ -72,7 +72,7 @@ void HTMLFormElement::submit(RefPtr<HTMLInputElement> submitter) | |||
|     url.set_query(url_encode(parameters)); | ||||
| 
 | ||||
|     // FIXME: We shouldn't let the form just do this willy-nilly.
 | ||||
|     document().frame()->html_view()->load(url); | ||||
|     document().frame()->page_view()->load(url); | ||||
| } | ||||
| 
 | ||||
| } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Andreas Kling
						Andreas Kling