Andrew Kaster 
								
							 
						 
						
							
							
							
							
								
							
							
								4878a18ee7 
								
							 
						 
						
							
							
								
								LibWeb: Remove unecessary dependence on Window from Fetch, XHR, FileAPI  
							
							... 
							
							
							
							These classes only needed Window to get at its realm. Pass a realm
directly to construct Fetch, XMLHttpRequest and FileAPI classes. 
							
						 
						
							2022-10-01 21:05:32 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Linus Groh 
								
							 
						 
						
							
							
							
							
								
							
							
								4270ede7c4 
								
							 
						 
						
							
							
								
								LibWeb: Remove WRAPPER_HACK() macro  
							
							... 
							
							
							
							We no longer access Bindings::FooWrapper anywhere for a Foo platform
object, so these can be removed :^) 
							
						 
						
							2022-09-21 21:12:24 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								45425de849 
								
							 
						 
						
							
							
								
								LibWeb: Use the WRAPPER_HACK() macro instead of hand-coding wrap()  
							
							... 
							
							
							
							This macro will soon go away, but let's start by replacing all the
hand-coded versions of wrap() with this macro that expands to the same
exact thing. 
							
						 
						
							2022-09-06 00:27:09 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								6f433c8656 
								
							 
						 
						
							
							
								
								LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated  
							
							... 
							
							
							
							This is a monster patch that turns all EventTargets into GC-allocated
PlatformObjects. Their C++ wrapper classes are removed, and the LibJS
garbage collector is now responsible for their lifetimes.
There's a fair amount of hacks and band-aids in this patch, and we'll
have a lot of cleanup to do after this. 
							
						 
						
							2022-09-06 00:27:09 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								7c3db526b0 
								
							 
						 
						
							
							
								
								LibWeb: Make DOM::Event and all its subclasses GC-allocated  
							
							
							
						 
						
							2022-09-06 00:27:09 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									stelar7 
								
							 
						 
						
							
							
							
							
								
							
							
								94bb5a779b 
								
							 
						 
						
							
							
								
								LibWeb: Use long long where it was replaced with long  
							
							
							
						 
						
							2022-06-06 22:34:45 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Lenny Maiorani 
								
							 
						 
						
							
							
							
							
								
							
							
								c37820b898 
								
							 
						 
						
							
							
								
								Libraries: Use default constructors/destructors in LibWeb  
							
							... 
							
							
							
							https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#cother-other-default-operation-rules 
"The compiler is more likely to get the default semantics right and
you cannot implement these functions better than the compiler." 
						
							2022-03-17 17:23:49 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Idan Horowitz 
								
							 
						 
						
							
							
							
							
								
							
							
								4d71f22673 
								
							 
						 
						
							
							
								
								LibWeb: Add the missing ProgressEvent IDL constructor  
							
							
							
						 
						
							2021-10-01 20:14:45 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								b91c49364d 
								
							 
						 
						
							
							
								
								AK: Rename adopt() to adopt_ref()  
							
							... 
							
							
							
							This makes it more symmetrical with adopt_own() (which is used to
create a NonnullOwnPtr from the result of a naked new.) 
							
						 
						
							2021-04-23 16:46:57 +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 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Luke 
								
							 
						 
						
							
							
							
							
								
							
							
								4f2e154dbe 
								
							 
						 
						
							
							
								
								LibWeb: Flesh out existing XHR methods a bit more  
							
							... 
							
							
							
							This makes open, send and setRequestHeader a bit more spec compliant and
adds a bunch of FIXMEs for unimplemented parts. 
							
						 
						
							2021-01-23 22:29:21 +01:00