mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 15:52:43 +00:00 
			
		
		
		
	 ffdc2d8add
			
		
	
	
		ffdc2d8add
		
	
	
	
	
		
			
			This is an internal object that must be explicitly enabled by the chrome before it is added to the Window. The Inspector object will be used by a special WebView that will replace all chrome-specific inspector windows. The IDL defines methods that this WebView will need to inform the chrome of various events, such as the user clicking a DOM node.
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			200 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			200 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| source_set("Internals") {
 | |
|   configs += [ "//Userland/Libraries/LibWeb:configs" ]
 | |
|   deps = [ "//Userland/Libraries/LibWeb:all_generated" ]
 | |
|   sources = [
 | |
|     "Inspector.cpp",
 | |
|     "Internals.cpp",
 | |
|   ]
 | |
| }
 |