sunil mayya 
								
							 
						 
						
							
							
							
							
								
							
							
								2d118bf578 
								
							 
						 
						
							
							
								
								Bug 1851992 - move assignment of mTransferSize,mEncodedBodySize from HttpChannelChild::OnStopRequest to HttpChannelChild::OnStopRequest::ProcessOnStopRequest. r=necko-reviewers,jesup  
							
							... 
							
							
							
							Differential Revision: https://phabricator.services.mozilla.com/D191291  
							
						 
						
							2023-10-24 01:48:11 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Sean Feng 
								
							 
						 
						
							
							
							
							
								
							
							
								2714359424 
								
							 
						 
						
							
							
								
								Bug 1852870 - Make devtools stop decompress decompressed content r=farre,ochameau,necko-reviewers,devtools-reviewers,valentin  
							
							... 
							
							
							
							Differential Revision: https://phabricator.services.mozilla.com/D188499  
							
						 
						
							2023-10-05 18:51:26 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Randell Jesup 
								
							 
						 
						
							
							
							
							
								
							
							
								7488358a82 
								
							 
						 
						
							
							
								
								Bug 1848833: Clean up mRedirectedCacheKeys r=valentin,necko-reviewers  
							
							... 
							
							
							
							Differential Revision: https://phabricator.services.mozilla.com/D188744  
							
						 
						
							2023-09-27 02:50:33 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									sunil mayya 
								
							 
						 
						
							
							
							
							
								
							
							
								4c719e836d 
								
							 
						 
						
							
							
								
								Bug 1820807 - redirect channel for auth retries. r=necko-reviewers,kershaw,valentin  
							
							... 
							
							
							
							Differential Revision: https://phabricator.services.mozilla.com/D182698  
							
						 
						
							2023-09-25 21:14:17 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Cristian Tuns 
								
							 
						 
						
							
							
							
							
								
							
							
								66ae587f22 
								
							 
						 
						
							
							
								
								Backed out 2 changesets (bug 1820807) for causing leak failures CLOSED TREE  
							
							... 
							
							
							
							Backed out changeset 4e90d1ca661c (bug 1820807)
Backed out changeset 115ae91a6425 (bug 1820807) 
							
						 
						
							2023-09-25 11:35:40 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									sunil mayya 
								
							 
						 
						
							
							
							
							
								
							
							
								135b6867f0 
								
							 
						 
						
							
							
								
								Bug 1820807 - redirect channel for auth retries. r=necko-reviewers,kershaw,valentin  
							
							... 
							
							
							
							Differential Revision: https://phabricator.services.mozilla.com/D182698  
							
						 
						
							2023-09-25 09:32:17 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Cosmin Sabou 
								
							 
						 
						
							
							
							
							
								
							
							
								253125d194 
								
							 
						 
						
							
							
								
								Backed out 3 changesets (bug 1820807, bug  1853025, bug 1848763) for causing frequent network-related startup crashes (bug 1853231). a=backout  
							
							... 
							
							
							
							Backed out changeset 92d80b858050 (bug 1848763)
Backed out changeset c08cba545d2c (bug 1853025 
							
						 
						
							2023-09-15 12:33:19 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									sunil mayya 
								
							 
						 
						
							
							
							
							
								
							
							
								45ae220912 
								
							 
						 
						
							
							
								
								Bug 1820807 - redirect channel for auth retries. r=necko-reviewers,kershaw,valentin  
							
							... 
							
							
							
							Differential Revision: https://phabricator.services.mozilla.com/D182698  
							
						 
						
							2023-09-13 20:11:00 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Cosmin Sabou 
								
							 
						 
						
							
							
							
							
								
							
							
								de07b3c524 
								
							 
						 
						
							
							
								
								Backed out changeset 11fddb3ea9c0 (bug 1820807) for causing xpcshell failures on test_proxy-failover_canceled.js. CLOSED TREE  
							
							
							
						 
						
							2023-09-11 18:10:57 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									sunil mayya 
								
							 
						 
						
							
							
							
							
								
							
							
								7fe95fadf7 
								
							 
						 
						
							
							
								
								Bug 1820807: redirect channel for auth retries. r=necko-reviewers,kershaw,valentin  
							
							... 
							
							
							
							Differential Revision: https://phabricator.services.mozilla.com/D182698  
							
						 
						
							2023-09-11 13:59:51 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									serge-sans-paille 
								
							 
						 
						
							
							
							
							
								
							
							
								e56675ede1 
								
							 
						 
						
							
							
								
								Bug 1845449 - get rid of global constructor in netwerk/protocol/http/nsHttp.h r=necko-reviewers,kershaw,valentin  
							
							... 
							
							
							
							Create a new type of nsHttpAtom, namely nsHttpAtomLiteral. This type is
constexpr-constructible and holds a non-owning reference to its name,
which must have global lifetime.
As a side effect, slightly rework nsHttpAtom interface to replace the
dangerous implicit conversion to const char* by a bool operator and test it.
Differential Revision: https://phabricator.services.mozilla.com/D184557  
							
						 
						
							2023-09-04 14:17:42 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Narcis Beleuzu 
								
							 
						 
						
							
							
							
							
								
							
							
								93e972c03d 
								
							 
						 
						
							
							
								
								Backed out changeset 81f023cd4619 (bug 1845449) for bustages on HttpWinUtils.cpp . CLOSED TREE  
							
							
							
						 
						
							2023-09-04 10:48:57 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									serge-sans-paille 
								
							 
						 
						
							
							
							
							
								
							
							
								9cad2b0e62 
								
							 
						 
						
							
							
								
								Bug 1845449 - get rid of global constructor in netwerk/protocol/http/nsHttp.h r=necko-reviewers,kershaw,valentin  
							
							... 
							
							
							
							Create a new type of nsHttpAtom, namely nsHttpAtomLiteral. This type is
constexpr-constructible and holds a non-owning reference to its name,
which must have global lifetime.
As a side effect, slightly rework nsHttpAtom interface to replace the
dangerous implicit conversion to const char* by a bool operator and test it.
Differential Revision: https://phabricator.services.mozilla.com/D184557  
							
						 
						
							2023-09-04 07:10:15 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Manuel Bucher 
								
							 
						 
						
							
							
							
							
								
							
							
								43f8338f9c 
								
							 
						 
						
							
							
								
								Bug 1842754 - Make LoadInfoArgs non-optional over IPC r=necko-reviewers,jesup  
							
							... 
							
							
							
							This makes all occurences of LoadInfoArgs non-optional also when
converting between nsILoadInfo in BackgroundUtils.h.
Differential Revision: https://phabricator.services.mozilla.com/D185299  
							
						 
						
							2023-08-11 13:45:25 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Natalia Csoregi 
								
							 
						 
						
							
							
							
							
								
							
							
								d2ed1b1ca2 
								
							 
						 
						
							
							
								
								Backed out changeset 3c585e66b44b (bug 1842754) for causing Bug 1847904. CLOSED TREE  
							
							
							
						 
						
							2023-08-09 19:35:08 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Thomas Wisniewski 
								
							 
						 
						
							
							
							
							
								
							
							
								c2ef40afe0 
								
							 
						 
						
							
							
								
								Bug 1397646 - return empty statusText for HTTP2 fetches and XMLHttpRequests; r=kershaw,necko-reviewers,sunil  
							
							... 
							
							
							
							Differential Revision: https://phabricator.services.mozilla.com/D184527  
							
						 
						
							2023-08-08 19:47:39 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Manuel Bucher 
								
							 
						 
						
							
							
							
							
								
							
							
								f37405ff24 
								
							 
						 
						
							
							
								
								Bug 1842754 - Make LoadInfoArgs non-optional over IPC r=necko-reviewers,jesup  
							
							... 
							
							
							
							This makes all occurences of LoadInfoArgs non-optional also when
converting between nsILoadInfo in BackgroundUtils.h.
Differential Revision: https://phabricator.services.mozilla.com/D185299  
							
						 
						
							2023-08-08 14:37:19 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Iulian Moraru 
								
							 
						 
						
							
							
							
							
								
							
							
								98f7137dd1 
								
							 
						 
						
							
							
								
								Backed out changeset 05857d2111ba (bug 1842754) for causing build bustages on BackgroundUtils.cpp. CLOSED TREE  
							
							
							
						 
						
							2023-08-08 13:51:28 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Manuel Bucher 
								
							 
						 
						
							
							
							
							
								
							
							
								25a2f89619 
								
							 
						 
						
							
							
								
								Bug 1842754 - Make LoadInfoArgs non-optional over IPC r=necko-reviewers,jesup  
							
							... 
							
							
							
							This makes all occurences of LoadInfoArgs non-optional also when
converting between nsILoadInfo in BackgroundUtils.h.
Differential Revision: https://phabricator.services.mozilla.com/D185299  
							
						 
						
							2023-08-08 10:25:04 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Iulian Moraru 
								
							 
						 
						
							
							
							
							
								
							
							
								3b2efb9273 
								
							 
						 
						
							
							
								
								Backed out changeset 675cf3cb3d33 (bug 1397646) for causing mochitest failures on test_fetch_basic_http.html. CLOSED TREE  
							
							
							
						 
						
							2023-08-07 07:46:50 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Thomas Wisniewski 
								
							 
						 
						
							
							
							
							
								
							
							
								ae64997bee 
								
							 
						 
						
							
							
								
								Bug 1397646 - return empty statusText for HTTP2 fetches and XMLHttpRequests; r=kershaw,necko-reviewers,sunil  
							
							... 
							
							
							
							Differential Revision: https://phabricator.services.mozilla.com/D184527  
							
						 
						
							2023-08-07 04:00:31 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Peter Van der Beken 
								
							 
						 
						
							
							
							
							
								
							
							
								3f4ffadbe1 
								
							 
						 
						
							
							
								
								Bug 1846277 - Untangle nsGlobalWindow*.h includes. r=dom-core,media-playback-reviewers,sessionstore-reviewers,padenot,farre  
							
							... 
							
							
							
							Differential Revision: https://phabricator.services.mozilla.com/D184978  
							
						 
						
							2023-08-02 20:41:49 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Kershaw Chang 
								
							 
						 
						
							
							
							
							
								
							
							
								8c9cb764ad 
								
							 
						 
						
							
							
								
								Bug 1791027 - Support transaction pending time for socket process, r=necko-reviewers,jesup  
							
							... 
							
							
							
							Differential Revision: https://phabricator.services.mozilla.com/D185056  
							
						 
						
							2023-08-02 09:03:57 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Iulian Moraru 
								
							 
						 
						
							
							
							
							
								
							
							
								df3805ec86 
								
							 
						 
						
							
							
								
								Backed out changeset 07b44dd04f0d (bug 1397646) for causing XHR related mochitest failures.  
							
							
							
						 
						
							2023-08-01 01:56:42 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Thomas Wisniewski 
								
							 
						 
						
							
							
							
							
								
							
							
								e8e43661cf 
								
							 
						 
						
							
							
								
								Bug 1397646 - return empty statusText for HTTP2 fetches and XMLHttpRequests; r=kershaw,necko-reviewers,sunil  
							
							... 
							
							
							
							Differential Revision: https://phabricator.services.mozilla.com/D184527  
							
						 
						
							2023-07-31 19:30:16 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Tim Huang 
								
							 
						 
						
							
							
							
							
								
							
							
								ebf7945587 
								
							 
						 
						
							
							
								
								Bug 1842030 - Part 2: Check the global private browsing state for HttpBaseChannel::IsBrowsingContextDiscarded() if the loadGroup is not avaiable. r=necko-reviewers,jesup  
							
							... 
							
							
							
							The HttpBaseChannel::IsBrowsingContextDiscarded() did always return
false if the loadGroup is not avaiable. But, this may not be correct for
the private channels if the private session has been ended. To fix this,
we make the function to check the global private browsing state
if the loadGroup is not available for private channels.
Depends on D184010
Differential Revision: https://phabricator.services.mozilla.com/D184479  
							
						 
						
							2023-07-26 10:14:38 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Farre 
								
							 
						 
						
							
							
							
							
								
							
							
								bc13cd7b8b 
								
							 
						 
						
							
							
								
								Bug 1839881 - Don't log when we block ExtContentPolicy::TYPE_BEACON. r=sefeng,necko-reviewers,valentin  
							
							... 
							
							
							
							This doesn't mean that blocked beacons stops showing up in devtools.
Differential Revision: https://phabricator.services.mozilla.com/D181778  
							
						 
						
							2023-07-07 05:33:58 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Kershaw Chang 
								
							 
						 
						
							
							
							
							
								
							
							
								fc2898f123 
								
							 
						 
						
							
							
								
								Bug 1816677 - Allow to retry diffrent IP family for Http/3, r=necko-reviewers,valentin  
							
							... 
							
							
							
							Differential Revision: https://phabricator.services.mozilla.com/D180679  
							
						 
						
							2023-06-28 17:20:41 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Narcis Beleuzu 
								
							 
						 
						
							
							
							
							
								
							
							
								7ae0c765b0 
								
							 
						 
						
							
							
								
								Backed out changeset dfe0fed4de68 (bug 1816677) for xpcshell failure on test_http3_dns_retry.js . CLOSED TREE  
							
							
							
						 
						
							2023-06-24 00:42:37 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Kershaw Chang 
								
							 
						 
						
							
							
							
							
								
							
							
								818d909b26 
								
							 
						 
						
							
							
								
								Bug 1816677 - Allow to retry diffrent IP family for Http/3, r=necko-reviewers,valentin  
							
							... 
							
							
							
							Differential Revision: https://phabricator.services.mozilla.com/D180679  
							
						 
						
							2023-06-23 15:00:48 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Sean Feng 
								
							 
						 
						
							
							
							
							
								
							
							
								dba509892e 
								
							 
						 
						
							
							
								
								Bug 1837585 - Make the COEP:Credentialless check ignores the subdocument request if it's a redirect r=valentin,necko-reviewers  
							
							... 
							
							
							
							We shouldn't block the iframe if the initial request doesn't have valid
headers, we should only check the final request.
Differential Revision: https://phabricator.services.mozilla.com/D180485  
							
						 
						
							2023-06-15 13:07:43 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Sean Feng 
								
							 
						 
						
							
							
							
							
								
							
							
								81ade4f308 
								
							 
						 
						
							
							
								
								Bug 1835925 - Expand ORB_BLOCK_INITIATOR telemetry probe to demystify OTHER r=smaug,necko-reviewers,valentin,jesup  
							
							... 
							
							
							
							Differential Revision: https://phabricator.services.mozilla.com/D179579  
							
						 
						
							2023-06-14 15:25:40 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Tom Schuster 
								
							 
						 
						
							
							
							
							
								
							
							
								c6275439e2 
								
							 
						 
						
							
							
								
								Bug 1837153 - Make RFPTarget parameter of ShouldResistFingerprinting with nsIChannel non-optional. r=tjr,cookie-reviewers,timhuang,geckoview-reviewers,owlish  
							
							... 
							
							
							
							Differential Revision: https://phabricator.services.mozilla.com/D180199  
							
						 
						
							2023-06-13 19:32:17 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Cristian Tuns 
								
							 
						 
						
							
							
							
							
								
							
							
								91c8c583d9 
								
							 
						 
						
							
							
								
								Backed out changeset ba4fa2a4dc58 (bug 1835925) for causing build bustages in nsContentSecurityManager.cpp  
							
							
							
						 
						
							2023-06-12 11:11:26 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Sean Feng 
								
							 
						 
						
							
							
							
							
								
							
							
								688592df12 
								
							 
						 
						
							
							
								
								Bug 1835925 - Expand ORB_BLOCK_INITIATOR telemetry probe to demystify OTHER r=smaug,necko-reviewers,valentin,jesup  
							
							... 
							
							
							
							Differential Revision: https://phabricator.services.mozilla.com/D179579  
							
						 
						
							2023-06-12 14:39:04 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ho Cheung 
								
							 
						 
						
							
							
							
							
								
							
							
								6df7ed2a89 
								
							 
						 
						
							
							
								
								Bug 1835863 - Remove ContentParent* aParent in netwerk r=manuel  
							
							... 
							
							
							
							`ContentParent* aParent` is unused and can be removed.
Differential Revision: https://phabricator.services.mozilla.com/D180526  
							
						 
						
							2023-06-12 12:37:18 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Cristian Tuns 
								
							 
						 
						
							
							
							
							
								
							
							
								bc4cfd88c2 
								
							 
						 
						
							
							
								
								Backed out 4 changesets (bug 1837582, bug 1837153) for causing build bustages in nsGlobalWindowInner.cpp on Android CLOSED TREE  
							
							... 
							
							
							
							Backed out changeset e17bfa5f8959 (bug 1837153)
Backed out changeset 662b7f7504b9 (bug 1837582)
Backed out changeset 7c5fa154397d (bug 1837153)
Backed out changeset b447d95efe6e (bug 1837153) 
							
						 
						
							2023-06-12 06:23:38 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Tom Schuster 
								
							 
						 
						
							
							
							
							
								
							
							
								61cbc9d9c9 
								
							 
						 
						
							
							
								
								Bug 1837153 - Make RFPTarget parameter of ShouldResistFingerprinting with nsIChannel non-optional. r=tjr,cookie-reviewers,timhuang  
							
							... 
							
							
							
							Differential Revision: https://phabricator.services.mozilla.com/D180199  
							
						 
						
							2023-06-12 09:48:03 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Cristina Horotan 
								
							 
						 
						
							
							
							
							
								
							
							
								c1f04d7bb9 
								
							 
						 
						
							
							
								
								Backed out changeset 4b086a7e6115 (bug 1835925) for causing wpt failures at HttpBaseChannel.cpp on a CLOSED TREE  
							
							
							
						 
						
							2023-06-07 17:55:34 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Sean Feng 
								
							 
						 
						
							
							
							
							
								
							
							
								cca262fb5e 
								
							 
						 
						
							
							
								
								Bug 1835925 - Expand ORB_BLOCK_INITIATOR telemetry probe to demystify OTHER r=smaug,necko-reviewers,valentin  
							
							... 
							
							
							
							Differential Revision: https://phabricator.services.mozilla.com/D179579  
							
						 
						
							2023-06-07 13:11:28 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Farre 
								
							 
						 
						
							
							
							
							
								
							
							
								2680ac02eb 
								
							 
						 
						
							
							
								
								Bug 1834497 - Register ORB prefs in nimbus FeatureManifest. r=necko-reviewers,kershaw  
							
							... 
							
							
							
							Differential Revision: https://phabricator.services.mozilla.com/D178916  
							
						 
						
							2023-05-31 20:30:36 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Sean Feng 
								
							 
						 
						
							
							
							
							
								
							
							
								f5a6348688 
								
							 
						 
						
							
							
								
								Bug 1833216 - Add two more telemetry probes for ORB r=farre,necko-reviewers  
							
							... 
							
							
							
							Add `ORB_BLOCK_REASON` to learn more about the reasoning of orb blocking in the wild.
Add ORB_BLOCK_INITIATOR to learn about the initiators. We can add more probes in the future if we want to target a specific initiator.
Differential Revision: https://phabricator.services.mozilla.com/D178102  
							
						 
						
							2023-05-23 20:42:35 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Farre 
								
							 
						 
						
							
							
							
							
								
							
							
								97ee97f4a7 
								
							 
						 
						
							
							
								
								Bug 1823817 - Process cross origin security headers from nsHttpChannel::OnAuthCancelled. r=necko-reviewers,valentin  
							
							... 
							
							
							
							nsHttpChannel::OnAuthCancelled calls nsHttpChannel::CallOnStartRequest
directly, effectively bypassing
HttpBaseChannel::ProcessCrossOriginSecurityHeaders, which is needed to
get CORP handling right.
Differential Revision: https://phabricator.services.mozilla.com/D177778  
							
						 
						
							2023-05-16 14:55:23 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Farre 
								
							 
						 
						
							
							
							
							
								
							
							
								1125476080 
								
							 
						 
						
							
							
								
								Bug 1828375 - Do gradual ORB transition. r=sefeng,necko-reviewers  
							
							... 
							
							
							
							Add a separate check for spec breaking allows of certain MIME
types. Having this separated out means that we can make the rest of
the implementation behave exactly like spec.
Some tradeoffs that we need in the current state are:
* Allowing "application/dash+xml"
* Allowing "application/vnd.apple.mpegurl"
* Allowing "text/vtt"
* Allow all MIME types beginning with "audio/mpeg"
* Allow "text/plain" when there is a no-sniff header.
Differential Revision: https://phabricator.services.mozilla.com/D176821  
							
						 
						
							2023-05-10 14:35:52 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Farre 
								
							 
						 
						
							
							
							
							
								
							
							
								476835e1c7 
								
							 
						 
						
							
							
								
								Bug 1823877 - Part 1: Filter opaque results from fetch() in the parent for ORB. r=sefeng,smaug,necko-reviewers,edenchuang,valentin  
							
							... 
							
							
							
							We make sure to not send any data to the content process in case of
fetching an opaque resource. This is way to remain more web
compatible, but is also in conflict with the ORB specification.
Differential Revision: https://phabricator.services.mozilla.com/D173454  
							
						 
						
							2023-05-10 14:35:52 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Kershaw Chang 
								
							 
						 
						
							
							
							
							
								
							
							
								8f95e3fca6 
								
							 
						 
						
							
							
								
								Bug 1808323 - Add telemetry for the page load time and the time to first paint for sites that supports Early Hints response, r=manuel,necko-reviewers,valentin  
							
							... 
							
							
							
							Differential Revision: https://phabricator.services.mozilla.com/D165966  
							
						 
						
							2023-05-02 08:08:44 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									sunil mayya 
								
							 
						 
						
							
							
							
							
								
							
							
								ddaba9c7bb 
								
							 
						 
						
							
							
								
								Bug 1823502 - do not drop auth header for HSTS and internal redirects. r=necko-reviewers,valentin  
							
							... 
							
							
							
							Differential Revision: https://phabricator.services.mozilla.com/D173523  
							
						 
						
							2023-03-28 00:56:23 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Sean Feng 
								
							 
						 
						
							
							
							
							
								
							
							
								3591a80eeb 
								
							 
						 
						
							
							
								
								Bug 1823921 - Filter out some types of requests from the ORB_DID_EVER_BLOCK_RESPONSE probe r=farre,necko-reviewers,kershaw  
							
							... 
							
							
							
							Content processes can do nothing to the responses of nsIContentPolicy::TYPE_BEACON,
nsIContentPolicy::TYPE_PING and nsIContentPolicy::TYPE_CSP_REPORT requests, so filter
them out of the ORB_DID_EVER_BLOCK_RESPONSE probe to not worry them for
web compatibility.
Differential Revision: https://phabricator.services.mozilla.com/D173292  
							
						 
						
							2023-03-23 13:22:19 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Sean Feng 
								
							 
						 
						
							
							
							
							
								
							
							
								10b143a80e 
								
							 
						 
						
							
							
								
								Bug 1804086 - Allow document charset to be passed from content to parent r=smaug,necko-reviewers,kershaw  
							
							... 
							
							
							
							This is needed for doing content decoding for ORB.
Depends on D172490
Differential Revision: https://phabricator.services.mozilla.com/D172491  
							
						 
						
							2023-03-22 14:21:40 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Sean Feng 
								
							 
						 
						
							
							
							
							
								
							
							
								b32e4554a9 
								
							 
						 
						
							
							
								
								Bug 1804086 - Allow classic script hint to be passed from content to parent r=smaug,necko-reviewers,kershaw  
							
							... 
							
							
							
							This is needed for doing content decoding for ORB.
Differential Revision: https://phabricator.services.mozilla.com/D172490  
							
						 
						
							2023-03-22 14:21:39 +00:00