Florian Quèze 
								
							 
						 
						
							
							
							
							
								
							
							
								22b404db62 
								
							 
						 
						
							
							
								
								Bug 1381853 - lazy load browser-safebrowsing.js into the browser window, r=mconley.  
							
							
							
						 
						
							2017-07-23 00:17:58 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Thomas Nguyen 
								
							 
						 
						
							
							
							
							
								
							
							
								65d9ef988a 
								
							 
						 
						
							
							
								
								Bug 1288633 - Add more information when an URL matches Safe Browsing list. r=dragana,francois  
							
							... 
							
							
							
							MozReview-Commit-ID: 6u0dUOB838F
--HG--
extra : rebase_source : 8800e60e6a3b787f1ebaeafb48057e3a3d509468 
							
						 
						
							2017-02-21 09:46:36 +08:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jared Wein 
								
							 
						 
						
							
							
							
							
								
							
							
								ecab54a7c9 
								
							 
						 
						
							
							
								
								Bug 1325464 - Enable object-shorthand rule and run 'mach eslint --fix' with the rule enabled. r=MattN  
							
							... 
							
							
							
							MozReview-Commit-ID: 7E7LPorrEje
--HG--
extra : rebase_source : 0572a35415a766a3f31d266760ecd07f0dcc3f72 
							
						 
						
							2016-12-29 18:34:54 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Wes Kocher 
								
							 
						 
						
							
							
							
							
								
							
							
								0dfb7c2b5c 
								
							 
						 
						
							
							
								
								Backed out 3 changesets (bug 1325464) for xpcshell failures a=backout  
							
							... 
							
							
							
							Backed out changeset 562ddc32cc21 (bug 1325464)
Backed out changeset cd10db6087dd (bug 1325464)
Backed out changeset 4079437c4648 (bug 1325464) 
							
						 
						
							2016-12-29 14:05:44 -08:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jared Wein 
								
							 
						 
						
							
							
							
							
								
							
							
								7255df4e9a 
								
							 
						 
						
							
							
								
								Bug 1325464 - Enable object-shorthand rule and run 'mach eslint --fix' with the rule enabled. r=MattN  
							
							... 
							
							
							
							MozReview-Commit-ID: 8WoGr8i6oCR
--HG--
extra : rebase_source : da7172285d43b820421557ed3b05887e091ff939 
							
						 
						
							2016-12-29 15:20:47 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jared Wein 
								
							 
						 
						
							
							
							
							
								
							
							
								97e69eb233 
								
							 
						 
						
							
							
								
								Bug 336290 - remove --enable-safe-browsing from configure since its used everywhere. r=gcp  
							
							... 
							
							
							
							MozReview-Commit-ID: Duwu5vZOhtF
--HG--
extra : rebase_source : 564542010fd854c92978defba889b18a73f398f9 
							
						 
						
							2016-08-31 19:28:29 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Francois Marier 
								
							 
						 
						
							
							
							
							
								
							
							
								53454d8416 
								
							 
						 
						
							
							
								
								Bug 1245992 - Update the Safe Browsing phishing interstitial page. r=flod,past  
							
							... 
							
							
							
							MozReview-Commit-ID: DLC1KDvYbUH
--HG--
extra : rebase_source : 7289c93af47827f8a8dd78285d7beecf31935f3c 
							
						 
						
							2016-02-25 21:34:01 -08:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Phil Ringnalda 
								
							 
						 
						
							
							
							
							
								
							
							
								c279cb263c 
								
							 
						 
						
							
							
								
								Back out 2 changesets (bug 1245992) for several browser-chrome failures  
							
							... 
							
							
							
							Backed out changeset 6d9614f87daf (bug 1245992)
Backed out changeset 34e6eea401e3 (bug 1245992) 
							
						 
						
							2016-02-25 19:15:16 -08:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Francois Marier 
								
							 
						 
						
							
							
							
							
								
							
							
								b5682aa996 
								
							 
						 
						
							
							
								
								Bug 1245992 - Update the Safe Browsing phishing interstitial page. r=flod,past  
							
							... 
							
							
							
							MozReview-Commit-ID: JnYOqtCIib7
--HG--
extra : rebase_source : 4488fa66efd6a1dd6d1b477836a772549a0424c3 
							
						 
						
							2016-02-24 16:23:25 -08:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Mike Conley 
								
							 
						 
						
							
							
							
							
								
							
							
								2a78d19d3c 
								
							 
						 
						
							
							
								
								Bug 1246115 - Make gSafeBrowsing set the phishing menu item correctly. r=Gijs  
							
							... 
							
							
							
							Unfortunately, when onLocationChange is fired for an attack site for
the about:blocked error page that we display, content.document has not
been updated with the loaded error document, so
content.document.documentURI will appear to be the previous page that
had been loaded. In this patch, we update the parent's cache of
documentURI in onStateChange as well, since this seems to be fired
after the error page has been loaded.
MozReview-Commit-ID: 1yLAw0JTEC6
--HG--
extra : rebase_source : 4f6f850fbe9c0b1f8ae3d6e2eaa42ef52a1e55c4 
							
						 
						
							2016-02-10 15:49:50 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Felipe Gomes 
								
							 
						 
						
							
							
							
							
								
							
							
								64cf0b9fdc 
								
							 
						 
						
							
							
								
								Bug 1228655 - Remove ifdefs for MOZ_SAFE_BROWSING. r=Gijs  
							
							
							
						 
						
							2015-12-01 20:05:48 -02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Felipe Gomes 
								
							 
						 
						
							
							
							
							
								
							
							
								909d49249d 
								
							 
						 
						
							
							
								
								Bug 1228627 - Remove #includes from browser.js. r=Gijs  
							
							
							
						 
						
							2015-11-30 12:13:57 -02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Justin Dolske 
								
							 
						 
						
							
							
							
							
								
							
							
								7f6848365c 
								
							 
						 
						
							
							
								
								Bug 1109475 - Firefox should use HTTPS instead of HTTP for Safe Browsing URLs. r=gcp  
							
							
							
						 
						
							2015-06-16 12:28:42 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ankit Goyal 
								
							 
						 
						
							
							
							
							
								
							
							
								8e700c9dee 
								
							 
						 
						
							
							
								
								Bug 1110069 - Replace getBrowser() with gBrowser in /browser. r=dao  
							
							
							
						 
						
							2014-12-11 21:48:00 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Carsten "Tomcat" Book 
								
							 
						 
						
							
							
							
							
								
							
							
								e82e89c4ce 
								
							 
						 
						
							
							
								
								Backed out changeset 85a89a0a4c1c (bug 1110069)  
							
							
							
						 
						
							2014-12-12 13:14:57 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ankit Goyal 
								
							 
						 
						
							
							
							
							
								
							
							
								bf957f7aa7 
								
							 
						 
						
							
							
								
								Bug 1110069 - Replace getBrowser() with gBrowser. r=dao  
							
							... 
							
							
							
							--HG--
extra : rebase_source : 4db6c01d37ea4e38e94f70a677c5d31decd22f72 
							
						 
						
							2014-12-12 10:40:23 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Mike Conley 
								
							 
						 
						
							
							
							
							
								
							
							
								294fcbd543 
								
							 
						 
						
							
							
								
								Bug 1057966 - Fix Help menu in e10s windows. r=billm.  
							
							... 
							
							
							
							The help menu wasn't populating properly because gSafeBrowsing was attempting
to get the URI for the loaded page by getting content.document.documentURI.
Since bug 1051017 landed, content is unavailable for e10s windows. We use
the selected browser's currentURI instead.
--HG--
extra : rebase_source : 7dfa0f74b99ed35563bc4507c2a5ff70a703af3e 
							
						 
						
							2014-08-29 19:54:32 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Max Li 
								
							 
						 
						
							
							
							
							
								
							
							
								a753239e6b 
								
							 
						 
						
							
							
								
								Bug 368106 - Query params sent when reporting a phishing site could contain sensitive info. r=gavin  
							
							
							
						 
						
							2013-05-06 21:34:01 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Yosy 
								
							 
						 
						
							
							
							
							
								
							
							
								ef3be55d08 
								
							 
						 
						
							
							
								
								Bug 792968 - Replace some regular expression string matches with String.startsWith and replace /^https?/ URI scheme tests with /^https?$/. r=dao  
							
							
							
						 
						
							2012-09-23 21:09:29 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Benjamin Peterson 
								
							 
						 
						
							
							
							
							
								
							
							
								ade089d9d0 
								
							 
						 
						
							
							
								
								Backed out changeset 3ca1f19e4c2a (bug 792968) for mochitest-oth failures  
							
							
							
						 
						
							2012-09-23 12:25:39 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Yosy 
								
							 
						 
						
							
							
							
							
								
							
							
								9cd25eead2 
								
							 
						 
						
							
							
								
								Bug 792968 - Replace some regular expression string matches with String.startsWith and replace /^https?/ URI scheme tests with /^https?$/. r=dao  
							
							
							
						 
						
							2012-09-23 16:48:23 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Justin Dolske 
								
							 
						 
						
							
							
							
							
								
							
							
								2782385573 
								
							 
						 
						
							
							
								
								Bug 769960 - Refactor the terrifying code in nsSafebrowsingApplication.js.  r=fryn, f=gcp  
							
							
							
						 
						
							2012-07-27 23:25:11 -07:00