mirror of
				https://github.com/LadybirdBrowser/ladybird.git
				synced 2025-10-31 13:20:59 +00:00 
			
		
		
		
	LibWeb: Move BrowsingContext into HTML/
Browsing contexts are defined by the HTML specification, so let's move them into the HTML directory. :^)
This commit is contained in:
		
							parent
							
								
									2b866e3c9b
								
							
						
					
					
						commit
						7c57961c61
					
				
				
				Notes:
				
					sideshowbarker
				
				2024-07-18 01:00:39 +09:00 
				
			
			Author: https://github.com/awesomekling
Commit: 7c57961c61
			
					 43 changed files with 73 additions and 75 deletions
				
			
		|  | @ -8,6 +8,7 @@ | |||
| #include <LibWeb/DOM/Event.h> | ||||
| #include <LibWeb/DOM/ShadowRoot.h> | ||||
| #include <LibWeb/DOM/Text.h> | ||||
| #include <LibWeb/HTML/BrowsingContext.h> | ||||
| #include <LibWeb/HTML/EventNames.h> | ||||
| #include <LibWeb/HTML/HTMLFormElement.h> | ||||
| #include <LibWeb/HTML/HTMLInputElement.h> | ||||
|  | @ -15,7 +16,6 @@ | |||
| #include <LibWeb/Layout/ButtonBox.h> | ||||
| #include <LibWeb/Layout/CheckBox.h> | ||||
| #include <LibWeb/Layout/RadioButton.h> | ||||
| #include <LibWeb/Page/BrowsingContext.h> | ||||
| 
 | ||||
| namespace Web::HTML { | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Andreas Kling
						Andreas Kling