mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 12:52:44 +00:00 
			
		
		
		
	LibWeb: Defer creation of subframes until host element is connected
This allows parsing of document fragments with "<iframe>" to construct the iframe element without requiring that the fragment have a frame.
This commit is contained in:
		
							parent
							
								
									57ead17d54
								
							
						
					
					
						commit
						5c67b2cb8f
					
				
					 4 changed files with 22 additions and 2 deletions
				
			
		|  | @ -45,6 +45,8 @@ public: | |||
| 
 | ||||
|     void content_frame_did_load(Badge<FrameLoader>); | ||||
| 
 | ||||
|     virtual void inserted_into(Node&) override; | ||||
| 
 | ||||
| protected: | ||||
|     RefPtr<Frame> m_content_frame; | ||||
| }; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Andreas Kling
						Andreas Kling