Sam Atkins 
								
							 
						 
						
							
							
							
							
								
							
							
								8efac89a16 
								
							 
						 
						
							
							
								
								LibWeb: Replace TextDecorationStyleValue with ShorthandStyleValue  
							
							
							
						 
						
							2023-09-25 00:46:21 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Sam Atkins 
								
							 
						 
						
							
							
							
							
								
							
							
								6e311902de 
								
							 
						 
						
							
							
								
								LibWeb: Replace PlaceItemsStyleValue with ShorthandStyleValue  
							
							
							
						 
						
							2023-09-25 00:46:21 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Sam Atkins 
								
							 
						 
						
							
							
							
							
								
							
							
								8143d48161 
								
							 
						 
						
							
							
								
								LibWeb: Replace PlaceSelfStyleValue with ShorthandStyleValue  
							
							... 
							
							
							
							Turns out we were parsing `place-self` as a PlaceItemsStyleValue
sometimes, whoops. 
							
						 
						
							2023-09-25 00:46:21 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Sam Atkins 
								
							 
						 
						
							
							
							
							
								
							
							
								1b0939b418 
								
							 
						 
						
							
							
								
								LibWeb: Replace PlaceContentStyleValue with ShorthandStyleValue  
							
							
							
						 
						
							2023-09-25 00:46:21 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Sam Atkins 
								
							 
						 
						
							
							
							
							
								
							
							
								6758decc74 
								
							 
						 
						
							
							
								
								LibWeb: Replace ListStyleStyleValue with ShorthandStyleValue  
							
							
							
						 
						
							2023-09-25 00:46:21 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Sam Atkins 
								
							 
						 
						
							
							
							
							
								
							
							
								f5cb2e8dc2 
								
							 
						 
						
							
							
								
								LibWeb: Replace GridTrackSizeListShorthandStyleValue with ShorthandSV  
							
							
							
						 
						
							2023-09-25 00:46:21 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Sam Atkins 
								
							 
						 
						
							
							
							
							
								
							
							
								48f3603119 
								
							 
						 
						
							
							
								
								LibWeb: Replace GridAreaShorthandStyleValue with ShorthandStyleValue  
							
							
							
						 
						
							2023-09-25 00:46:21 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Sam Atkins 
								
							 
						 
						
							
							
							
							
								
							
							
								23d59a6caf 
								
							 
						 
						
							
							
								
								LibWeb: Replace BorderStyleValue with ShorthandStyleValue  
							
							... 
							
							
							
							And also expand builtin values to the longhands, which we weren't doing
before. 
							
						 
						
							2023-09-25 00:46:21 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Sam Atkins 
								
							 
						 
						
							
							
							
							
								
							
							
								9b4ddff6a9 
								
							 
						 
						
							
							
								
								LibWeb: Replace FontStyleValue with ShorthandStyleValue  
							
							... 
							
							
							
							Also, actually include font-variant since we were already parsing it but
throwing it away. 
							
						 
						
							2023-09-20 12:17:16 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Sam Atkins 
								
							 
						 
						
							
							
							
							
								
							
							
								34591549b1 
								
							 
						 
						
							
							
								
								LibWeb: Replace BorderRadiusShorthandStyleValue with ShorthandStyleValue  
							
							
							
						 
						
							2023-09-20 12:17:16 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Sam Atkins 
								
							 
						 
						
							
							
							
							
								
							
							
								34e0899ab0 
								
							 
						 
						
							
							
								
								LibWeb: Replace BackgroundStyleValue with ShorthandStyleValue  
							
							... 
							
							
							
							The `to_string()` for this is modified a little from the original,
because we have to calculate what the layer-count is then, instead of
having it already calculated. 
							
						 
						
							2023-09-20 12:17:16 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Sam Atkins 
								
							 
						 
						
							
							
							
							
								
							
							
								1ae515c0b7 
								
							 
						 
						
							
							
								
								LibWeb: Replace FlexFlowStyleValue with ShorthandStyleValue  
							
							
							
						 
						
							2023-09-20 12:17:16 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Sam Atkins 
								
							 
						 
						
							
							
							
							
								
							
							
								aa45b3dfe3 
								
							 
						 
						
							
							
								
								LibWeb: Replace FlexStyleValue with ShorthandStyleValue  
							
							... 
							
							
							
							We still need the custom parsing and to_string() logic, but nothing
else. :^) 
							
						 
						
							2023-09-20 12:17:16 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Sam Atkins 
								
							 
						 
						
							
							
							
							
								
							
							
								d20254f1bc 
								
							 
						 
						
							
							
								
								LibWeb: Rename CompositeStyleValue -> ShorthandStyleValue  
							
							... 
							
							
							
							It's a shorthand, so let's call it that. :^) 
							
						 
						
							2023-09-20 12:17:16 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Karol Kosek 
								
							 
						 
						
							
							
							
							
								
							
							
								1681d6f721 
								
							 
						 
						
							
							
								
								Meta: Port recent build changes to gn build  
							
							... 
							
							
							
							This ports the following commits:
6476dea898153ae93f9c45b36bd08a7870f10aa8139c575cc963d09f6daf1b3ad1c72177d32fcb5f 
							
						 
						
							2023-09-18 11:09:48 -06:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Sebastian Zaha 
								
							 
						 
						
							
							
							
							
								
							
							
								967cb86c5b 
								
							 
						 
						
							
							
								
								Meta: Port recent build changes to gn build  
							
							... 
							
							
							
							This ports the following commits:
848ec538c6703c2bb06e27dd2a40addaefe744ba9812031a024c0816b0028bb275f2ea3f122b7335 
							
						 
						
							2023-08-29 09:37:52 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Sebastian Zaha 
								
							 
						 
						
							
							
							
							
								
							
							
								b4df4d66dc 
								
							 
						 
						
							
							
								
								Meta: Port recent build changes to gn build  
							
							... 
							
							
							
							This ports the following commits:
f76c614a84ddbe6bd7b42eaa528a0e1b40bf97839f6ceff7cf52d6df5ee59e22f01ebabf4e2f3e9cda2cd73bcf 
							
						 
						
							2023-08-19 20:09:26 -06:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Sebastian Zaha 
								
							 
						 
						
							
							
							
							
								
							
							
								7696738140 
								
							 
						 
						
							
							
								
								Meta: Port recent LibWeb and LibJS changes to gn build  
							
							... 
							
							
							
							This ports the following commits:
a8587fe54e9d7215c636 
							
						 
						
							2023-07-20 06:48:13 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andrew Kaster 
								
							 
						 
						
							
							
							
							
								
							
							
								2f16aa45b7 
								
							 
						 
						
							
							
								
								Meta: Port  dd073b2711 to gn build  
							
							
							
						 
						
							2023-07-13 14:07:25 -06:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andrew Kaster 
								
							 
						 
						
							
							
							
							
								
							
							
								85c8cd5205 
								
							 
						 
						
							
							
								
								Meta: Add gn build rules for LibWeb  
							
							
							
						 
						
							2023-07-09 16:22:58 -06:00