Sam Atkins 
								
							 
						 
						
							
							
							
							
								
							
							
								804b8c85e8 
								
							 
						 
						
							
							
								
								LibWeb: Implement initial CSSFontFaceRule and FontFace classes  
							
							... 
							
							
							
							For now, this is the bare minimum that's needed: font-family and src. 
							
						 
						
							2022-03-28 22:25:25 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								ed44f9e290 
								
							 
						 
						
							
							
								
								LibWeb: Small improvements to layout tree dumps  
							
							... 
							
							
							
							- Say "content-size" instead of just "size" to clarify which size it is
- Show box model metrics by default 
							
						 
						
							2022-03-03 12:57:53 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Sam Atkins 
								
							 
						 
						
							
							
							
							
								
							
							
								57a25139a5 
								
							 
						 
						
							
							
								
								LibWeb: Implement @supports rule :^)  
							
							... 
							
							
							
							The main thing missing is that we don't serialize the supports clause,
but for actually using a `@supports (something: cool) {}` rule in CSS,
it works! 
							
						 
						
							2021-10-08 23:02:57 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Sam Atkins 
								
							 
						 
						
							
							
							
							
								
							
							
								3e74c194f9 
								
							 
						 
						
							
							
								
								LibWeb: Add CSSMediaRule  
							
							... 
							
							
							
							This is the class corresponding to a `@media` rule. It contains a list
of media queries and a list of child css rules. 
							
						 
						
							2021-10-01 20:03:03 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Sam Atkins 
								
							 
						 
						
							
							
							
							
								
							
							
								dadcb46344 
								
							 
						 
						
							
							
								
								LibWeb: Convert CSS Dump, Selector, & SelectorEngine to east const  
							
							
							
						 
						
							2021-07-14 13:31:00 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Brian Gianforcaro 
								
							 
						 
						
							
							
							
							
								
							
							
								1682f0b760 
								
							 
						 
						
							
							
								
								Everything: Move to SPDX license identifiers in all files.  
							
							... 
							
							
							
							SPDX License Identifiers are a more compact / standardized
way of representing file license information.
See: https://spdx.dev/resources/use/#identifiers 
This was done with the `ambr` search and replace tool.
 ambr --no-parent-ignore --key-from-file --rep-from-file key.txt rep.txt * 
							
						 
						
							2021-04-22 11:22:27 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								0af4762662 
								
							 
						 
						
							
							
								
								LibWeb: Rename StyleRule => CSSStyleRule  
							
							... 
							
							
							
							This matches the CSSOM specification. 
							
						 
						
							2021-03-07 17:45:15 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Sviatoslav Peleshko 
								
							 
						 
						
							
							
							
							
								
							
							
								54617e1a91 
								
							 
						 
						
							
							
								
								LibWeb: Added simple parsing for (at)import rules  
							
							... 
							
							
							
							For now, the parsing is very crude, and parses only the document url.
The meta queries for the import are ignored. 
							
						 
						
							2021-02-28 10:27:32 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Sviatoslav Peleshko 
								
							 
						 
						
							
							
							
							
								
							
							
								04d67d0239 
								
							 
						 
						
							
							
								
								LibWeb: Create base class CSSRule for all CSS rules  
							
							... 
							
							
							
							This is a foundation for handling other ("at") CSS rules. 
							
						 
						
							2021-02-28 10:27:32 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								2d64ba7b9d 
								
							 
						 
						
							
							
								
								LibWeb: Convert dbgprintf() => dbgln()  
							
							
							
						 
						
							2021-02-17 15:59:13 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								13d7c09125 
								
							 
						 
						
							
							
								
								Libraries: Move to Userland/Libraries/  
							
							
							
						 
						
							2021-01-12 12:17:46 +01:00