LibWeb: Stub out 'check if access between two BCs should be reported' 
						
					 
				 
				2022-03-08 23:13:54 +01:00  
		
			
			
			
			
				
					
						
							
								
								
									
									
									 
							
						
					 
				 
				
					
						
							
							LibWeb: Implement the infrastructure necessary for requestIdleCallback 
						
					 
				 
				2022-04-02 23:52:25 +01:00  
		
			
			
			
			
				
					
						
							
								
								
									
									
									 
							
						
					 
				 
				
					
						
							
							LibWeb: Use Vector::in_reverse() in HTML::StackOfOpenElements 
						
					 
				 
				2022-04-13 19:52:25 +02:00  
		
			
			
			
			
				
					
						
							
								
								
									
									
									 
							
						
					 
				 
				
					
						
							
							LibWeb: Add a null-check for page() in ESO::is_scripting_enabled() 
						
					 
				 
				2022-04-03 23:12:13 +02:00  
		
			
			
			
			
				
					
						
							
								
								
									
									
									 
							
						
					 
				 
				
					
						
							
							LibWeb: Syntax-highlight CSS within HTML :^) 
						
					 
				 
				2021-10-23 19:07:44 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everything: Move to SPDX license identifiers in all files. 
						
					 
				 
				2021-04-22 11:22:27 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add HTMLTableCellElement::rowSpan 
						
					 
				 
				2022-03-29 00:39:57 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Make BrowsingContext ask PageClient when it wants to be scrolled 
						
					 
				 
				2022-04-06 19:35:08 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Make BrowsingContext ask PageClient when it wants to be scrolled 
						
					 
				 
				2022-04-06 19:35:08 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Implement getSVGDocument() for BrowsingContextContainer 
						
					 
				 
				2022-03-24 21:37:49 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everywhere: Run clang-format 
						
					 
				 
				2022-04-01 21:24:45 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Libraries: Use default constructors/destructors in LibWeb 
						
					 
				 
				2022-03-17 17:23:49 +00:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Implement CanvasGradient.addColorStop() according to spec 
						
					 
				 
				2022-02-05 22:50:39 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add barebones CanvasGradient object 
						
					 
				 
				2022-02-03 22:35:13 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add fast path for CRC2D.drawImage() with simple transform 
						
					 
				 
				2022-04-11 02:29:37 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Stub CanvasRenderingContext2D.clip 
						
					 
				 
				2022-04-10 19:59:14 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Stub CanvasRenderingContext2D.clip 
						
					 
				 
				2022-04-10 19:59:14 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Move Window from DOM directory & namespace to HTML 
						
					 
				 
				2022-03-08 00:30:30 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add the missing CloseEvent IDL constructor 
						
					 
				 
				2021-10-01 20:14:45 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Store HTML document ready state as an enum 
						
					 
				 
				2021-09-26 12:47:51 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Load X(HT)ML documents and transform them into HTML DOM 
						
					 
				 
				2022-03-28 23:11:48 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Use DOMParserSupportedType enum for DOMParser.parseFromString 
						
					 
				 
				2022-02-19 21:27:08 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Use DOMParserSupportedType enum for DOMParser.parseFromString 
						
					 
				 
				2022-02-19 21:27:08 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Dont abort when parsing data- properties that contain dashes 
						
					 
				 
				2022-04-17 20:08:27 +03:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add support for HTMLOrSVGElement.dataset 
						
					 
				 
				2021-09-26 18:59:56 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add support for HTMLOrSVGElement.dataset 
						
					 
				 
				2021-09-26 18:59:56 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Implement ErrorEvent 
						
					 
				 
				2022-02-07 14:58:18 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Implement ErrorEvent 
						
					 
				 
				2022-02-07 14:58:18 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Separate "event listener" from "EventListener" 
						
					 
				 
				2022-02-16 22:21:45 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everything: Move to SPDX license identifiers in all files. 
						
					 
				 
				2021-04-22 11:22:27 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everything: Move to SPDX license identifiers in all files. 
						
					 
				 
				2021-04-22 11:22:27 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Remove inheritance of FormAssociatedElement from HTMLElement 
						
					 
				 
				2022-03-24 03:35:11 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Remove inheritance of FormAssociatedElement from HTMLElement 
						
					 
				 
				2022-03-24 03:35:11 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Libraries: Use default constructors/destructors in LibWeb 
						
					 
				 
				2022-03-17 17:23:49 +00:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Rewrite EventTarget to more closely match the spec 
						
					 
				 
				2022-02-08 17:47:44 +00:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Libraries: Use default constructors/destructors in LibWeb 
						
					 
				 
				2022-03-17 17:23:49 +00:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add the History object and stub pushState and replaceState 
						
					 
				 
				2021-09-12 01:41:44 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add the History object and stub pushState and replaceState 
						
					 
				 
				2021-09-12 01:41:44 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Bring handling of anchor elements closer to spec 
						
					 
				 
				2022-03-26 14:01:17 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Make HTML{Button,Select,TextArea}Element focusable 
						
					 
				 
				2022-03-26 19:42:58 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add imports to all IDL files that depend on others 
						
					 
				 
				2022-02-16 22:48:32 +03:30  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Libraries: Use default constructors/destructors in LibWeb 
						
					 
				 
				2022-03-17 17:23:49 +00:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Bring handling of anchor elements closer to spec 
						
					 
				 
				2022-03-26 14:01:17 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add imports to all IDL files that depend on others 
						
					 
				 
				2022-02-16 22:48:32 +03:30  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Libraries: Use default constructors/destructors in LibWeb 
						
					 
				 
				2022-03-17 17:23:49 +00:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Move QualifiedName into the Web::DOM namespace 
						
					 
				 
				2022-02-19 14:45:59 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add imports to all IDL files that depend on others 
						
					 
				 
				2022-02-16 22:48:32 +03:30  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Libraries: Use default constructors/destructors in LibWeb 
						
					 
				 
				2022-03-17 17:23:49 +00:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Move QualifiedName into the Web::DOM namespace 
						
					 
				 
				2022-02-19 14:45:59 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add imports to all IDL files that depend on others 
						
					 
				 
				2022-02-16 22:48:32 +03:30  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Stop including StyleValue.h in a few places 
						
					 
				 
				2022-04-14 14:54:06 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Move QualifiedName into the Web::DOM namespace 
						
					 
				 
				2022-02-19 14:45:59 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everywhere: Run clang-format 
						
					 
				 
				2022-04-01 21:24:45 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everywhere: Run clang-format 
						
					 
				 
				2022-04-01 21:24:45 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add imports to all IDL files that depend on others 
						
					 
				 
				2022-02-16 22:48:32 +03:30  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Libraries: Use default constructors/destructors in LibWeb 
						
					 
				 
				2022-03-17 17:23:49 +00:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Move QualifiedName into the Web::DOM namespace 
						
					 
				 
				2022-02-19 14:45:59 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add imports to all IDL files that depend on others 
						
					 
				 
				2022-02-16 22:48:32 +03:30  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Remove inheritance of FormAssociatedElement from HTMLElement 
						
					 
				 
				2022-03-24 03:35:11 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Make HTML{Button,Select,TextArea}Element focusable 
						
					 
				 
				2022-03-26 19:42:58 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Implement HTMLButtonElement.type 
						
					 
				 
				2022-03-01 23:19:41 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Reset canvas elements when their width/height attribute are set 
						
					 
				 
				2022-04-11 03:05:19 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everywhere: Run clang-format 
						
					 
				 
				2022-04-01 21:24:45 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add imports to all IDL files that depend on others 
						
					 
				 
				2022-02-16 22:48:32 +03:30  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Libraries: Use default constructors/destructors in LibWeb 
						
					 
				 
				2022-03-17 17:23:49 +00:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Move QualifiedName into the Web::DOM namespace 
						
					 
				 
				2022-02-19 14:45:59 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add imports to all IDL files that depend on others 
						
					 
				 
				2022-02-16 22:48:32 +03:30  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Libraries: Use default constructors/destructors in LibWeb 
						
					 
				 
				2022-03-17 17:23:49 +00:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Move QualifiedName into the Web::DOM namespace 
						
					 
				 
				2022-02-19 14:45:59 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add imports to all IDL files that depend on others 
						
					 
				 
				2022-02-16 22:48:32 +03:30  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Libraries: Use default constructors/destructors in LibWeb 
						
					 
				 
				2022-03-17 17:23:49 +00:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Move QualifiedName into the Web::DOM namespace 
						
					 
				 
				2022-02-19 14:45:59 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add imports to all IDL files that depend on others 
						
					 
				 
				2022-02-16 22:48:32 +03:30  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Libraries: Use default constructors/destructors in LibWeb 
						
					 
				 
				2022-03-17 17:23:49 +00:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Move QualifiedName into the Web::DOM namespace 
						
					 
				 
				2022-02-19 14:45:59 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add imports to all IDL files that depend on others 
						
					 
				 
				2022-02-16 22:48:32 +03:30  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Libraries: Use default constructors/destructors in LibWeb 
						
					 
				 
				2022-03-17 17:23:49 +00:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Move QualifiedName into the Web::DOM namespace 
						
					 
				 
				2022-02-19 14:45:59 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add imports to all IDL files that depend on others 
						
					 
				 
				2022-02-16 22:48:32 +03:30  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Libraries: Use default constructors/destructors in LibWeb 
						
					 
				 
				2022-03-17 17:23:49 +00:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Move QualifiedName into the Web::DOM namespace 
						
					 
				 
				2022-02-19 14:45:59 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add imports to all IDL files that depend on others 
						
					 
				 
				2022-02-16 22:48:32 +03:30  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Libraries: Use default constructors/destructors in LibWeb 
						
					 
				 
				2022-03-17 17:23:49 +00:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Move QualifiedName into the Web::DOM namespace 
						
					 
				 
				2022-02-19 14:45:59 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add imports to all IDL files that depend on others 
						
					 
				 
				2022-02-16 22:48:32 +03:30  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Update layout in HTMLElement.offset{Width,Height} 
						
					 
				 
				2022-04-10 20:38:16 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everywhere: Run clang-format 
						
					 
				 
				2022-04-01 21:24:45 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add the GlobalEventHandlers IDL mixin 
						
					 
				 
				2022-04-02 12:22:48 +04:30  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Libraries: Use default constructors/destructors in LibWeb 
						
					 
				 
				2022-03-17 17:23:49 +00:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Move QualifiedName into the Web::DOM namespace 
						
					 
				 
				2022-02-19 14:45:59 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add imports to all IDL files that depend on others 
						
					 
				 
				2022-02-16 22:48:32 +03:30  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Remove inheritance of FormAssociatedElement from HTMLElement 
						
					 
				 
				2022-03-24 03:35:11 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everywhere: Run clang-format 
						
					 
				 
				2022-04-01 21:24:45 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add imports to all IDL files that depend on others 
						
					 
				 
				2022-02-16 22:48:32 +03:30  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Libraries: Use default constructors/destructors in LibWeb 
						
					 
				 
				2022-03-17 17:23:49 +00:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Move QualifiedName into the Web::DOM namespace 
						
					 
				 
				2022-02-19 14:45:59 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add imports to all IDL files that depend on others 
						
					 
				 
				2022-02-16 22:48:32 +03:30  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Libraries: Use default constructors/destructors in LibWeb 
						
					 
				 
				2022-03-17 17:23:49 +00:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Support HTMLFormElement.elements and HTMLFormElement.length 
						
					 
				 
				2022-02-25 21:19:06 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Support HTMLFormElement.elements and HTMLFormElement.length 
						
					 
				 
				2022-02-25 21:19:06 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Libraries: Use default constructors/destructors in LibWeb 
						
					 
				 
				2022-03-17 17:23:49 +00:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Move QualifiedName into the Web::DOM namespace 
						
					 
				 
				2022-02-19 14:45:59 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add imports to all IDL files that depend on others 
						
					 
				 
				2022-02-16 22:48:32 +03:30  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Libraries: Use default constructors/destructors in LibWeb 
						
					 
				 
				2022-03-17 17:23:49 +00:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Move QualifiedName into the Web::DOM namespace 
						
					 
				 
				2022-02-19 14:45:59 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add imports to all IDL files that depend on others 
						
					 
				 
				2022-02-16 22:48:32 +03:30  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Libraries: Use default constructors/destructors in LibWeb 
						
					 
				 
				2022-03-17 17:23:49 +00:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Move QualifiedName into the Web::DOM namespace 
						
					 
				 
				2022-02-19 14:45:59 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add imports to all IDL files that depend on others 
						
					 
				 
				2022-02-16 22:48:32 +03:30  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Libraries: Use default constructors/destructors in LibWeb 
						
					 
				 
				2022-03-17 17:23:49 +00:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Move QualifiedName into the Web::DOM namespace 
						
					 
				 
				2022-02-19 14:45:59 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add imports to all IDL files that depend on others 
						
					 
				 
				2022-02-16 22:48:32 +03:30  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Libraries: Use default constructors/destructors in LibWeb 
						
					 
				 
				2022-03-17 17:23:49 +00:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Move QualifiedName into the Web::DOM namespace 
						
					 
				 
				2022-02-19 14:45:59 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add imports to all IDL files that depend on others 
						
					 
				 
				2022-02-16 22:48:32 +03:30  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Libraries: Use default constructors/destructors in LibWeb 
						
					 
				 
				2022-03-17 17:23:49 +00:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Move QualifiedName into the Web::DOM namespace 
						
					 
				 
				2022-02-19 14:45:59 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add imports to all IDL files that depend on others 
						
					 
				 
				2022-02-16 22:48:32 +03:30  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Bring handling of anchor elements closer to spec 
						
					 
				 
				2022-03-26 14:01:17 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Bring handling of anchor elements closer to spec 
						
					 
				 
				2022-03-26 14:01:17 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Fix various spec comment inconsistencies 
						
					 
				 
				2022-04-20 19:49:01 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everywhere: Run clang-format 
						
					 
				 
				2022-04-01 21:24:45 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Implement getSVGDocument() for BrowsingContextContainer 
						
					 
				 
				2022-03-24 21:37:49 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Improve HTMLImageElement::{width,height}() 
						
					 
				 
				2022-04-12 19:42:16 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Bring HTMLImageElement closer to spec 
						
					 
				 
				2022-04-12 19:42:16 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Bring HTMLImageElement closer to spec 
						
					 
				 
				2022-04-12 19:42:16 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Make any HTMLInputElement with type != hidden focusable 
						
					 
				 
				2022-03-26 19:42:58 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Make any HTMLInputElement with type != hidden focusable 
						
					 
				 
				2022-03-26 19:42:58 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Ensure that radio group is updated when radio is checked from JS 
						
					 
				 
				2022-03-16 00:38:31 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Libraries: Use default constructors/destructors in LibWeb 
						
					 
				 
				2022-03-17 17:23:49 +00:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Move QualifiedName into the Web::DOM namespace 
						
					 
				 
				2022-02-19 14:45:59 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add imports to all IDL files that depend on others 
						
					 
				 
				2022-02-16 22:48:32 +03:30  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Libraries: Use default constructors/destructors in LibWeb 
						
					 
				 
				2022-03-17 17:23:49 +00:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Move QualifiedName into the Web::DOM namespace 
						
					 
				 
				2022-02-19 14:45:59 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add imports to all IDL files that depend on others 
						
					 
				 
				2022-02-16 22:48:32 +03:30  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Libraries: Use default constructors/destructors in LibWeb 
						
					 
				 
				2022-03-17 17:23:49 +00:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Move QualifiedName into the Web::DOM namespace 
						
					 
				 
				2022-02-19 14:45:59 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add imports to all IDL files that depend on others 
						
					 
				 
				2022-02-16 22:48:32 +03:30  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Move CSS Parser into new Web::CSS::Parser namespace 
						
					 
				 
				2022-04-12 23:03:46 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Update displayed favicon when a favicon is loaded 
						
					 
				 
				2022-04-10 12:10:59 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add imports to all IDL files that depend on others 
						
					 
				 
				2022-02-16 22:48:32 +03:30  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Libraries: Use default constructors/destructors in LibWeb 
						
					 
				 
				2022-03-17 17:23:49 +00:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Move QualifiedName into the Web::DOM namespace 
						
					 
				 
				2022-02-19 14:45:59 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add imports to all IDL files that depend on others 
						
					 
				 
				2022-02-16 22:48:32 +03:30  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Libraries: Use default constructors/destructors in LibWeb 
						
					 
				 
				2022-03-17 17:23:49 +00:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Move QualifiedName into the Web::DOM namespace 
						
					 
				 
				2022-02-19 14:45:59 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add imports to all IDL files that depend on others 
						
					 
				 
				2022-02-16 22:48:32 +03:30  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Libraries: Use default constructors/destructors in LibWeb 
						
					 
				 
				2022-03-17 17:23:49 +00:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add HTMLMediaElement.canPlayType() 
						
					 
				 
				2022-03-04 23:03:29 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add HTMLMediaElement.canPlayType() 
						
					 
				 
				2022-03-04 23:03:29 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Libraries: Use default constructors/destructors in LibWeb 
						
					 
				 
				2022-03-17 17:23:49 +00:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Move QualifiedName into the Web::DOM namespace 
						
					 
				 
				2022-02-19 14:45:59 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add imports to all IDL files that depend on others 
						
					 
				 
				2022-02-16 22:48:32 +03:30  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Libraries: Use default constructors/destructors in LibWeb 
						
					 
				 
				2022-03-17 17:23:49 +00:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Move QualifiedName into the Web::DOM namespace 
						
					 
				 
				2022-02-19 14:45:59 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add imports to all IDL files that depend on others 
						
					 
				 
				2022-02-16 22:48:32 +03:30  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Libraries: Use default constructors/destructors in LibWeb 
						
					 
				 
				2022-03-17 17:23:49 +00:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add form associated element categories 
						
					 
				 
				2022-03-01 23:19:41 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add imports to all IDL files that depend on others 
						
					 
				 
				2022-02-16 22:48:32 +03:30  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Libraries: Use default constructors/destructors in LibWeb 
						
					 
				 
				2022-03-17 17:23:49 +00:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Move QualifiedName into the Web::DOM namespace 
						
					 
				 
				2022-02-19 14:45:59 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add imports to all IDL files that depend on others 
						
					 
				 
				2022-02-16 22:48:32 +03:30  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Fix various spec comment inconsistencies 
						
					 
				 
				2022-04-20 19:49:01 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everywhere: Run clang-format 
						
					 
				 
				2022-04-01 21:24:45 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Implement getSVGDocument() for BrowsingContextContainer 
						
					 
				 
				2022-03-24 21:37:49 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Libraries: Use default constructors/destructors in LibWeb 
						
					 
				 
				2022-03-17 17:23:49 +00:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Move QualifiedName into the Web::DOM namespace 
						
					 
				 
				2022-02-19 14:45:59 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add imports to all IDL files that depend on others 
						
					 
				 
				2022-02-16 22:48:32 +03:30  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Libraries: Use default constructors/destructors in LibWeb 
						
					 
				 
				2022-03-17 17:23:49 +00:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Move QualifiedName into the Web::DOM namespace 
						
					 
				 
				2022-02-19 14:45:59 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add imports to all IDL files that depend on others 
						
					 
				 
				2022-02-16 22:48:32 +03:30  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Bring HTMLOptionElement closer to spec 
						
					 
				 
				2022-04-12 19:42:16 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Bring HTMLOptionElement closer to spec 
						
					 
				 
				2022-04-12 19:42:16 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Bring HTMLOptionElement closer to spec 
						
					 
				 
				2022-04-12 19:42:16 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Explicitly ignore [[nodiscard]] values returned from TRY(), pt 2 
						
					 
				 
				2022-03-22 13:36:44 +00:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Implement HTMLOptionsCollection.add() 
						
					 
				 
				2022-03-22 02:08:15 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Implement HTMLOptionsCollection.add() 
						
					 
				 
				2022-03-22 02:08:15 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Remove inheritance of FormAssociatedElement from HTMLElement 
						
					 
				 
				2022-03-24 03:35:11 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everywhere: Run clang-format 
						
					 
				 
				2022-04-01 21:24:45 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add imports to all IDL files that depend on others 
						
					 
				 
				2022-02-16 22:48:32 +03:30  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Libraries: Use default constructors/destructors in LibWeb 
						
					 
				 
				2022-03-17 17:23:49 +00:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Move QualifiedName into the Web::DOM namespace 
						
					 
				 
				2022-02-19 14:45:59 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add imports to all IDL files that depend on others 
						
					 
				 
				2022-02-16 22:48:32 +03:30  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Libraries: Use default constructors/destructors in LibWeb 
						
					 
				 
				2022-03-17 17:23:49 +00:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Move QualifiedName into the Web::DOM namespace 
						
					 
				 
				2022-02-19 14:45:59 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add imports to all IDL files that depend on others 
						
					 
				 
				2022-02-16 22:48:32 +03:30  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Libraries: Use default constructors/destructors in LibWeb 
						
					 
				 
				2022-03-17 17:23:49 +00:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Move QualifiedName into the Web::DOM namespace 
						
					 
				 
				2022-02-19 14:45:59 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add imports to all IDL files that depend on others 
						
					 
				 
				2022-02-16 22:48:32 +03:30  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Map <pre wrap> presentational hint to CSS white-space:pre-wrap 
						
					 
				 
				2022-04-13 16:40:46 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Map <pre wrap> presentational hint to CSS white-space:pre-wrap 
						
					 
				 
				2022-04-13 16:40:46 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add imports to all IDL files that depend on others 
						
					 
				 
				2022-02-16 22:48:32 +03:30  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Libraries: Use default constructors/destructors in LibWeb 
						
					 
				 
				2022-03-17 17:23:49 +00:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add form associated element categories 
						
					 
				 
				2022-03-01 23:19:41 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add basic implementation of progress bar element 
						
					 
				 
				2022-02-16 15:34:08 -05:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Libraries: Use default constructors/destructors in LibWeb 
						
					 
				 
				2022-03-17 17:23:49 +00:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Move QualifiedName into the Web::DOM namespace 
						
					 
				 
				2022-02-19 14:45:59 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add imports to all IDL files that depend on others 
						
					 
				 
				2022-02-16 22:48:32 +03:30  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everywhere: Run clang-format 
						
					 
				 
				2022-04-01 21:24:45 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Load X(HT)ML documents and transform them into HTML DOM 
						
					 
				 
				2022-03-28 23:11:48 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add imports to all IDL files that depend on others 
						
					 
				 
				2022-02-16 22:48:32 +03:30  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Remove inheritance of FormAssociatedElement from HTMLElement 
						
					 
				 
				2022-03-24 03:35:11 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Make HTML{Button,Select,TextArea}Element focusable 
						
					 
				 
				2022-03-26 19:42:58 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Implement HTMLSelectElement.add() 
						
					 
				 
				2022-03-22 02:08:15 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Libraries: Use default constructors/destructors in LibWeb 
						
					 
				 
				2022-03-17 17:23:49 +00:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Move QualifiedName into the Web::DOM namespace 
						
					 
				 
				2022-02-19 14:45:59 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add imports to all IDL files that depend on others 
						
					 
				 
				2022-02-16 22:48:32 +03:30  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Libraries: Use default constructors/destructors in LibWeb 
						
					 
				 
				2022-03-17 17:23:49 +00:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Move QualifiedName into the Web::DOM namespace 
						
					 
				 
				2022-02-19 14:45:59 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add imports to all IDL files that depend on others 
						
					 
				 
				2022-02-16 22:48:32 +03:30  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Libraries: Use default constructors/destructors in LibWeb 
						
					 
				 
				2022-03-17 17:23:49 +00:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Move QualifiedName into the Web::DOM namespace 
						
					 
				 
				2022-02-19 14:45:59 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add imports to all IDL files that depend on others 
						
					 
				 
				2022-02-16 22:48:32 +03:30  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Move CSS Parser into new Web::CSS::Parser namespace 
						
					 
				 
				2022-04-12 23:03:46 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Parse <style> element text content when inserted into document 
						
					 
				 
				2022-02-25 22:05:42 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add imports to all IDL files that depend on others 
						
					 
				 
				2022-02-16 22:48:32 +03:30  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Libraries: Use default constructors/destructors in LibWeb 
						
					 
				 
				2022-03-17 17:23:49 +00:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Move QualifiedName into the Web::DOM namespace 
						
					 
				 
				2022-02-19 14:45:59 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add imports to all IDL files that depend on others 
						
					 
				 
				2022-02-16 22:48:32 +03:30  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Move CSS Parser into new Web::CSS::Parser namespace 
						
					 
				 
				2022-04-12 23:03:46 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add HTMLTableCellElement::rowSpan 
						
					 
				 
				2022-03-29 00:39:57 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add HTMLTableCellElement::rowSpan 
						
					 
				 
				2022-03-29 00:39:57 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Libraries: Use default constructors/destructors in LibWeb 
						
					 
				 
				2022-03-17 17:23:49 +00:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Move QualifiedName into the Web::DOM namespace 
						
					 
				 
				2022-02-19 14:45:59 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add imports to all IDL files that depend on others 
						
					 
				 
				2022-02-16 22:48:32 +03:30  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Move HTML dimension value parsing from CSS to HTML namespace 
						
					 
				 
				2022-03-26 17:31:01 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Move QualifiedName into the Web::DOM namespace 
						
					 
				 
				2022-02-19 14:45:59 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add imports to all IDL files that depend on others 
						
					 
				 
				2022-02-16 22:48:32 +03:30  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Implement HTMLTableRowElement.{rowIndex,sectionRowIndex} 
						
					 
				 
				2022-03-21 16:15:33 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Implement HTMLTableRowElement.{rowIndex,sectionRowIndex} 
						
					 
				 
				2022-03-21 16:15:33 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Implement HTMLTableRowElement.{rowIndex,sectionRowIndex} 
						
					 
				 
				2022-03-21 16:15:33 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Libraries: Use default constructors/destructors in LibWeb 
						
					 
				 
				2022-03-17 17:23:49 +00:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Implement HTMLTableSectionElement::deleteRow() 
						
					 
				 
				2022-03-12 23:49:50 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Implement HTMLTableSectionElement::deleteRow() 
						
					 
				 
				2022-03-12 23:49:50 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Libraries: Use default constructors/destructors in LibWeb 
						
					 
				 
				2022-03-17 17:23:49 +00:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everywhere: Run clang-format 
						
					 
				 
				2022-04-01 21:24:45 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add imports to all IDL files that depend on others 
						
					 
				 
				2022-02-16 22:48:32 +03:30  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Remove inheritance of FormAssociatedElement from HTMLElement 
						
					 
				 
				2022-03-24 03:35:11 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everywhere: Run clang-format 
						
					 
				 
				2022-04-01 21:24:45 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add imports to all IDL files that depend on others 
						
					 
				 
				2022-02-16 22:48:32 +03:30  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Libraries: Use default constructors/destructors in LibWeb 
						
					 
				 
				2022-03-17 17:23:49 +00:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Move QualifiedName into the Web::DOM namespace 
						
					 
				 
				2022-02-19 14:45:59 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add imports to all IDL files that depend on others 
						
					 
				 
				2022-02-16 22:48:32 +03:30  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Libraries: Use default constructors/destructors in LibWeb 
						
					 
				 
				2022-03-17 17:23:49 +00:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Move QualifiedName into the Web::DOM namespace 
						
					 
				 
				2022-02-19 14:45:59 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add imports to all IDL files that depend on others 
						
					 
				 
				2022-02-16 22:48:32 +03:30  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Libraries: Use default constructors/destructors in LibWeb 
						
					 
				 
				2022-03-17 17:23:49 +00:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Move QualifiedName into the Web::DOM namespace 
						
					 
				 
				2022-02-19 14:45:59 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add imports to all IDL files that depend on others 
						
					 
				 
				2022-02-16 22:48:32 +03:30  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Libraries: Use default constructors/destructors in LibWeb 
						
					 
				 
				2022-03-17 17:23:49 +00:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Move QualifiedName into the Web::DOM namespace 
						
					 
				 
				2022-02-19 14:45:59 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add imports to all IDL files that depend on others 
						
					 
				 
				2022-02-16 22:48:32 +03:30  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Libraries: Use default constructors/destructors in LibWeb 
						
					 
				 
				2022-03-17 17:23:49 +00:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Move QualifiedName into the Web::DOM namespace 
						
					 
				 
				2022-02-19 14:45:59 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add imports to all IDL files that depend on others 
						
					 
				 
				2022-02-16 22:48:32 +03:30  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Libraries: Use default constructors/destructors in LibWeb 
						
					 
				 
				2022-03-17 17:23:49 +00:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Move QualifiedName into the Web::DOM namespace 
						
					 
				 
				2022-02-19 14:45:59 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add imports to all IDL files that depend on others 
						
					 
				 
				2022-02-16 22:48:32 +03:30  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Libraries: Use default constructors/destructors in LibWeb 
						
					 
				 
				2022-03-17 17:23:49 +00:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everywhere: Run clang-format 
						
					 
				 
				2022-04-01 21:24:45 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Libraries: Move to Userland/Libraries/ 
						
					 
				 
				2021-01-12 12:17:46 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Libraries: Use default constructors/destructors in LibWeb 
						
					 
				 
				2022-03-17 17:23:49 +00:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Move Window from DOM directory & namespace to HTML 
						
					 
				 
				2022-03-08 00:30:30 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add imports to all IDL files that depend on others 
						
					 
				 
				2022-02-16 22:48:32 +03:30  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add the missing MessageEvent IDL constructor 
						
					 
				 
				2021-10-01 20:14:45 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add the missing MessageEvent IDL constructor 
						
					 
				 
				2021-10-01 20:14:45 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Libraries: Use default constructors/destructors in LibWeb 
						
					 
				 
				2022-03-17 17:23:49 +00:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add partially functioning Worker API 
						
					 
				 
				2022-02-17 22:45:21 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Replace ad-hoc EventHandler type with callback function typedef 
						
					 
				 
				2022-03-31 01:10:47 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add the missing PageTransitionEvent IDL constructor 
						
					 
				 
				2021-10-01 20:14:45 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add the missing PageTransitionEvent IDL constructor 
						
					 
				 
				2021-10-01 20:14:45 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Implement PromiseRejectionEvent 
						
					 
				 
				2021-10-11 13:30:17 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Implement PromiseRejectionEvent 
						
					 
				 
				2021-10-11 13:30:17 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Libraries: Use default constructors/destructors in LibWeb 
						
					 
				 
				2022-03-17 17:23:49 +00:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Browser+LibWeb+WebContent: Add ability to inspect local storage 
						
					 
				 
				2022-04-03 13:13:10 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add Storage interface and window.localStorage 
						
					 
				 
				2022-02-08 21:53:20 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add the missing SubmitEvent IDL constructor 
						
					 
				 
				2021-10-01 20:14:45 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add imports to all IDL files that depend on others 
						
					 
				 
				2022-02-16 22:48:32 +03:30  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everything: Move to SPDX license identifiers in all files. 
						
					 
				 
				2021-04-22 11:22:27 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everything: Move to SPDX license identifiers in all files. 
						
					 
				 
				2021-04-22 11:22:27 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Implement CanvasRenderingContext2D.measureText 
						
					 
				 
				2022-01-04 22:41:07 +00:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Libraries: Use default constructors/destructors in LibWeb 
						
					 
				 
				2022-03-17 17:23:49 +00:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Implement CanvasRenderingContext2D.measureText 
						
					 
				 
				2022-01-04 22:41:07 +00:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Move Timer from DOM directory & namespace to HTML 
						
					 
				 
				2022-03-08 00:30:30 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Move Timer from DOM directory & namespace to HTML 
						
					 
				 
				2022-03-08 00:30:30 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Fix various spec comment inconsistencies 
						
					 
				 
				2022-04-20 19:49:01 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add the requestIdleCallback/cancelIdleCallback API 
						
					 
				 
				2022-04-02 23:52:25 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Add infallible variant of VM::push_execution_context() 
						
					 
				 
				2022-03-18 01:12:12 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add partially functioning Worker API 
						
					 
				 
				2022-02-17 22:45:21 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Replace ad-hoc EventHandler type with callback function typedef 
						
					 
				 
				2022-03-31 01:10:47 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add partially functioning Worker API 
						
					 
				 
				2022-02-17 22:45:21 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add partially functioning Worker API 
						
					 
				 
				2022-02-17 22:45:21 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Fix various spec comment inconsistencies 
						
					 
				 
				2022-04-20 19:49:01 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add initial implementation for WorkerGlobalScope 
						
					 
				 
				2022-02-09 17:21:05 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Use OnErrorEventHandler in WorkerGlobalScope IDL 
						
					 
				 
				2022-04-02 12:22:48 +04:30  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add initial implementation for WorkerGlobalScope 
						
					 
				 
				2022-02-09 17:21:05 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add initial implementation for WorkerGlobalScope 
						
					 
				 
				2022-02-09 17:21:05 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add initial implementation for WorkerGlobalScope 
						
					 
				 
				2022-02-09 17:21:05 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add initial implementation for WorkerGlobalScope 
						
					 
				 
				2022-02-09 17:21:05 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add initial implementation for WorkerGlobalScope 
						
					 
				 
				2022-02-09 17:21:05 +01:00