94a0d669b6 
								
							 
						 
						
							
							
								
								browser(firefox): expose Response.fromServiceWorker ( #14606 )  
							
							... 
							
							
							
							This property is "true" when network response was fulfilled
by the service worker. 
							
						 
						
							2022-06-02 17:16:19 -07:00  
				
					
						
							
							
								 
						
							
								463b4b1c0d 
								
							 
						 
						
							
							
								
								browser(firefox): do not send post data > 10Mb to the client ( #12969 )  
							
							
							
						 
						
							2022-03-23 08:58:29 -07:00  
				
					
						
							
							
								 
						
							
								96b0a4b993 
								
							 
						 
						
							
							
								
								browser(firefox): fast post body conversion to base64 ( #12898 )  
							
							
							
						 
						
							2022-03-18 18:30:28 -07:00  
				
					
						
							
							
								 
						
							
								8f0a5019c0 
								
							 
						 
						
							
							
								
								browser(firefox): fixes empty string postData override ( #11529 )  
							
							... 
							
							
							
							Relates #11470 
Blocks #11421  
							
						 
						
							2022-01-21 01:19:29 +01:00  
				
					
						
							
							
								 
						
							
								5d8aa8d5cf 
								
							 
						 
						
							
							
								
								browser(firefox): fix extra HTTP headers in request interception ( #11265 )  
							
							
							
						 
						
							2022-01-08 08:26:11 -08:00  
				
					
						
							
							
								 
						
							
								fba29aa319 
								
							 
						 
						
							
							
								
								browser(firefox): fix HTTP->HTTPS fallback for refused connection ( #11123 )  
							
							... 
							
							
							
							In this case, there's no protocol version that we can extract for
nsIHttpChannel.
The code that does the redirect is here: 7f3d9fce41/docshell/base/nsDocShell.cpp (L6079-L6095)#11118  
							
						 
						
							2021-12-28 12:23:53 -08:00  
				
					
						
							
							
								 
						
							
								2d386ee8e7 
								
							 
						 
						
							
							
								
								browser(firefox): fix proxy auth redirect + resource redirect handling ( #10854 )  
							
							... 
							
							
							
							This was breaking a vital invariant in our firefox network code - see
comments.
References #10095  
							
						 
						
							2021-12-10 13:11:58 -08:00  
				
					
						
							
							
								 
						
							
								091c0065ad 
								
							 
						 
						
							
							
								
								browser(firefox): delete response interception code ( #10053 )  
							
							
							
						 
						
							2021-11-04 12:29:36 -07:00  
				
					
						
							
							
								 
						
							
								18e690e234 
								
							 
						 
						
							
							
								
								browser(firefox): fix firefox crashes ( #9563 )  
							
							... 
							
							
							
							Fixes  #9418  
						
							2021-10-15 19:37:00 -07:00  
				
					
						
							
							
								 
						
							
								4e95448887 
								
							 
						 
						
							
							
								
								browser(firefox): expose encodedBodySize in requestFinished ( #8835 )  
							
							
							
						 
						
							2021-09-10 08:41:34 -07:00  
				
					
						
							
							
								 
						
							
								d9eb37b0b9 
								
							 
						 
						
							
							
								
								browser(firefox): resolve socks DNS on server side ( #8723 )  
							
							
							
						 
						
							2021-09-06 16:34:28 +02:00  
				
					
						
							
							
								 
						
							
								1762f4c547 
								
							 
						 
						
							
							
								
								browser(firefox): expose protocolVersion in ResponseFinished ( #8687 )  
							
							
							
						 
						
							2021-09-03 11:39:38 -07:00  
				
					
						
							
							
								 
						
							
								90385a7941 
								
							 
						 
						
							
							
								
								browser(firefox): failure response interception ( #8194 )  
							
							
							
						 
						
							2021-08-16 09:36:28 -07:00  
				
					
						
							
							
								 
						
							
								f434c41523 
								
							 
						 
						
							
							
								
								browser(firefox): fulfill intercepted response with empty body ( #8152 )  
							
							
							
						 
						
							2021-08-11 14:39:49 -07:00  
				
					
						
							
							
								 
						
							
								eb7004781f 
								
							 
						 
						
							
							
								
								chore(firefox-beta): backport  #8107  to ff beta ( #8124 )  
							
							
							
						 
						
							2021-08-10 15:23:54 -07:00  
				
					
						
							
							
								 
						
							
								7c3a037b86 
								
							 
						 
						
							
							
								
								browser(ff-beta): backport response interception patches ( #7965 )  
							
							
							
						 
						
							2021-08-03 06:11:12 -07:00  
				
					
						
							
							
								 
						
							
								fca965cb98 
								
							 
						 
						
							
							
								
								browser(firefox): properly handle HSTS redirects ( #7391 )  
							
							... 
							
							
							
							When Firefox decides to perform an http->https redirect based on HSTS
information, it issues an "internal" redirect and cancels the http request.
Since there is no response for the http request, we forge 307 redirect
in this case, following Chromium lead.
The relevant code is in nsHttpChannel::StartRedirectChannelToHttps. 
							
						 
						
							2021-06-30 12:59:27 -07:00  
				
					
						
							
							
								 
						
							
								a270fc5206 
								
							 
						 
						
							
							
								
								browser(firefox-beta): add transferSize to Network.requestFinished ( #7369 )  
							
							
							
						 
						
							2021-06-29 09:46:42 +02:00  
				
					
						
							
							
								 
						
							
								12d8c54e99 
								
							 
						 
						
							
							
								
								chore: swap firefox-stable and firefox ( #6950 )  
							
							... 
							
							
							
							With this patch:
- `//browser_patches/firefox` becomes firefox-stable
- `//browser_patches/firefox-stable` becomes firefox-beta
References #6817  
							
						 
						
							2021-06-07 17:05:51 -07:00