mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 14:02:46 +00:00 
			
		
		
		
	LibWeb+Browser: Remove old HTML parser :^)
The new parser is now used everywhere and it's working pretty well!
This commit is contained in:
		
							parent
							
								
									6c783dbf62
								
							
						
					
					
						commit
						6293d1a13c
					
				
					 9 changed files with 1 additions and 560 deletions
				
			
		|  | @ -43,8 +43,6 @@ public: | |||
|     Frame& frame() { return m_frame; } | ||||
|     const Frame& frame() const { return m_frame; } | ||||
| 
 | ||||
|     void set_use_old_parser(bool b) { m_use_old_parser = b; } | ||||
| 
 | ||||
| private: | ||||
|     // ^ResourceClient
 | ||||
|     virtual void resource_did_load() override; | ||||
|  | @ -54,8 +52,6 @@ private: | |||
|     RefPtr<Document> create_document_from_mime_type(const ByteBuffer&, const URL&, const String& mime_type, const String& encoding); | ||||
| 
 | ||||
|     Frame& m_frame; | ||||
| 
 | ||||
|     bool m_use_old_parser { false }; | ||||
| }; | ||||
| 
 | ||||
| } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Andreas Kling
						Andreas Kling