LibWeb: Add the CSSStyleRule interface with some limited functionality 
						
					 
				 
				2021-09-30 00:00:55 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add the CSSStyleRule interface with some limited functionality 
						
					 
				 
				2021-09-30 00:00:55 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Make CSSStyleDeclaration support both dashed-name and camelCase 
						
					 
				 
				2021-10-01 20:17:15 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Rename Function => FunctionObject 
						
					 
				 
				2021-06-27 22:36:04 +02: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  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everything: Move to SPDX license identifiers in all files. 
						
					 
				 
				2021-04-22 11:22:27 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add a basic KeyboardEvent and fire "keydown" events :^) 
						
					 
				 
				2021-09-28 16:56:24 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everything: Move to SPDX license identifiers in all files. 
						
					 
				 
				2021-04-22 11:22:27 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Make ExceptionOr capable of holding all error types in the spec 
						
					 
				 
				2021-06-27 12:49:49 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add support for IDL legacy platform objects 
						
					 
				 
				2021-09-26 18:59:56 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add support for IDL legacy platform objects 
						
					 
				 
				2021-09-26 18:59:56 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Rename DOM::Window::document() => associated_document() 
						
					 
				 
				2021-09-09 21:25:10 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Rename Function => FunctionObject 
						
					 
				 
				2021-06-27 22:36:04 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Convert set_immutable_prototype() to ThrowCompletionOr 
						
					 
				 
				2021-10-04 09:52:15 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Basic support for location.replace(url) 
						
					 
				 
				2021-10-03 23:36:56 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Give HTML::EventLoop a pointer to the JS::VM 
						
					 
				 
				2021-09-09 02:18:31 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add missing #include to MainThreadVM.h 
						
					 
				 
				2021-09-19 22:34:44 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Convert Object::get() to ThrowCompletionOr 
						
					 
				 
				2021-10-03 20:14:03 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Implement Navigator.cookieEnabled 
						
					 
				 
				2021-10-02 13:55:19 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							AK: Rename downcast<T> => verify_cast<T> 
						
					 
				 
				2021-06-24 19:57:01 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everything: Move to SPDX license identifiers in all files. 
						
					 
				 
				2021-04-22 11:22:27 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Convert internal_define_own_property() to ThrowCompletionOr 
						
					 
				 
				2021-09-29 23:49:53 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everything: Move to SPDX license identifiers in all files. 
						
					 
				 
				2021-04-22 11:22:27 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Replace ScriptExecutionContext::interpreter() with realm() 
						
					 
				 
				2021-09-19 15:39:40 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add basic support for script string argument to setTimeout() 
						
					 
				 
				2021-10-04 09:54:24 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add the Web::Crypto namespace, built-in, and getRandomValues 
						
					 
				 
				2021-09-30 20:02:09 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add support for NodeList 
						
					 
				 
				2021-10-03 00:18:52 +02: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  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Put zombie cell tracking code behind a compile-time flag 
						
					 
				 
				2021-10-02 16:39:28 +02:00