Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								440b4ece22 
								
							 
						 
						
							
							
								
								LibWeb: Move border width and color into LayoutStyle  
							
							... 
							
							
							
							To make this possible, I also had to give each LayoutNode a Document&
so it can resolve document-specific colors correctly. There's probably
ways to avoid having this extra member by resolving colors later, but
this works for now. 
							
						 
						
							2020-06-24 19:43:27 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								992697d99f 
								
							 
						 
						
							
							
								
								LibWeb: Add HTML::TagNames namespace for global tag name FlyStrings  
							
							... 
							
							
							
							Instead of "iframe", we can now say HTML::TagNames::iframe and avoid
a FlyString lookup. 
							
						 
						
							2020-06-07 23:27:03 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								2149820260 
								
							 
						 
						
							
							
								
								LibWeb: Use HTML::AttributeNames::foo instead of FlyString("foo")  
							
							... 
							
							
							
							To avoid the costly instantiation of FlyStrings whenever we're looking
up attributes, use the premade HTML::AttributeNames globals. :^) 
							
						 
						
							2020-06-03 21:53:00 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								7309642ca8 
								
							 
						 
						
							
							
								
								LibWeb: Use FlyString for Element tag names  
							
							... 
							
							
							
							This makes selector matching a lot more efficient, and also reduces the
number of strings on the heap. 
							
						 
						
							2020-03-22 19:12:10 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								830a57c6b2 
								
							 
						 
						
							
							
								
								LibWeb: Rename directory LibHTML => LibWeb  
							
							... 
							
							
							
							Let's rename this to LibWeb since it aims to provide more parts of the
web platform than just HTML. :^) 
							
						 
						
							2020-03-07 10:32:51 +01:00