Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								16cde3f14a 
								
							 
						 
						
							
							
								
								LibWeb: Rename CSSParser => DeprecatedCSSParser  
							
							
							
						 
						
							2021-03-09 17:35:57 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								078f0a5c67 
								
							 
						 
						
							
							
								
								LibWeb: Add specification-based CSS tokenizer  
							
							... 
							
							
							
							Original work by @stelar7 for #2628 . 
							
						 
						
							2021-03-09 17:35:38 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								fefb05f6f3 
								
							 
						 
						
							
							
								
								LibWeb: Split CSS::StyleSheet into StyleSheet and CSSStyleSheet  
							
							... 
							
							
							
							This is a little convoluted but matches the CSSOM specification. 
							
						 
						
							2021-03-07 17:45:15 +01: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 
								
							 
						 
						
							
							
							
							
								
							
							
								5d180d1f99 
								
							 
						 
						
							
							
								
								Everywhere: Rename ASSERT => VERIFY  
							
							... 
							
							
							
							(...and ASSERT_NOT_REACHED => VERIFY_NOT_REACHED)
Since all of these checks are done in release builds as well,
let's rename them to VERIFY to prevent confusion, as everyone is
used to assertions being compiled out in release.
We can introduce a new ASSERT macro that is specifically for debug
checks, but I'm doing this wholesale conversion first since we've
accumulated thousands of these already, and it's not immediately
obvious which ones are suitable for ASSERT. 
							
						 
						
							2021-02-23 20:56:54 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								9de1253f44 
								
							 
						 
						
							
							
								
								LibWeb: Remove a whole bunch of unnecessary #includes  
							
							
							
						 
						
							2021-02-10 09:13:29 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									asynts 
								
							 
						 
						
							
							
							
							
								
							
							
								adbb8d62d1 
								
							 
						 
						
							
							
								
								Everywhere: Replace a bundle of dbg with dbgln.  
							
							... 
							
							
							
							These changes are arbitrarily divided into multiple commits to make it
easier to find potentially introduced bugs with git bisect. 
							
						 
						
							2021-01-16 11:54:35 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								13d7c09125 
								
							 
						 
						
							
							
								
								Libraries: Move to Userland/Libraries/  
							
							
							
						 
						
							2021-01-12 12:17:46 +01:00