mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 06:42:43 +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
					
				
					 43 changed files with 73 additions and 75 deletions
				
			
		|  | @ -10,9 +10,9 @@ | |||
| #include <LibWeb/Bindings/MainThreadVM.h> | ||||
| #include <LibWeb/DOM/Document.h> | ||||
| #include <LibWeb/DOM/Window.h> | ||||
| #include <LibWeb/HTML/BrowsingContext.h> | ||||
| #include <LibWeb/HTML/EventLoop/EventLoop.h> | ||||
| #include <LibWeb/HighResolutionTime/Performance.h> | ||||
| #include <LibWeb/Page/BrowsingContext.h> | ||||
| 
 | ||||
| namespace Web::HTML { | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Andreas Kling
						Andreas Kling