| 
								
								
									 Wes Kocher | fee75658b6 | Merge m-c to fx-team a=merge CLOSED TREE | 2016-08-15 15:04:43 -07:00 |  | 
				
					
						| 
								
								
									 Thomas Nguyen | b061760f96 | Bug 1120728 - remove nsIUrlClassifierDBServiceWorker. r=francois,gcp MozReview-Commit-ID: G3HeQ5pecrE
--HG--
extra : rebase_source : 39dbf5f60644f08606ab3cf3cc604fdfbcfb81cb | 2016-08-11 11:15:24 +08:00 |  | 
				
					
						| 
								
								
									 dimi | 365c242c26 | Bug 1254766 - Stop caching Safe Browsing completions to disk. r=gcp MozReview-Commit-ID: 8Qnc8yymgDL | 2016-08-11 08:17:39 +08:00 |  | 
				
					
						| 
								
								
									 Kyle Huey | 941ab1f522 | Bug 1268313: Part 7 - Move NS_NewRunnableMethod and friends to mozilla::NewRunnableMethod. r=froydnj | 2016-05-05 01:45:00 -07:00 |  | 
				
					
						| 
								
								
									 Carsten "Tomcat" Book | ba3fe0975c | Backed out changeset 85ce8cb0639a (bug 1268313) --HG--
extra : rebase_source : 56d1cf41a2dc4959b67f834e07192a5c772176a8 | 2016-04-29 14:21:16 +02:00 |  | 
				
					
						| 
								
								
									 Kyle Huey | 48a594a09e | Bug 1268313: Part 7 - Move NS_NewRunnableMethod and friends to mozilla::NewRunnableMethod. r=froydnj | 2016-04-28 14:08:25 -07:00 |  | 
				
					
						| 
								
								
									 Francois Marier | 5f9205dae9 | Bug 1164518- Avoid unnecessary DB updates when caching Safe Browsing results. r=gcpMozReview-Commit-ID: HYNaTdCRohL
--HG--
extra : rebase_source : 681b33066b21719296c9d33f8d71a72335513188 | 2016-03-04 12:33:20 -08:00 |  | 
				
					
						| 
								
								
									 Gian-Carlo Pascutto | 31cf95e1cd | Bug 1175562 - Persist last update time for SafeBrowsing. r=francois | 2015-10-06 13:53:07 +02:00 |  | 
				
					
						| 
								
								
									 Monica Chew | c283b146cd | Bug 1120499: Proxy DoLocalLookup to the worker thread (r=gcp) | 2015-01-13 17:09:13 -08:00 |  | 
				
					
						| 
								
								
									 Monica Chew | 55a8118ad1 | Bug 1108009 - Make synchronous interface nsIURIClassifier.ClassifyLocal. r=gcp | 2014-12-18 10:18:09 -08:00 |  | 
				
					
						| 
								
								
									 Birunthan Mohanathas | 5f1fde8824 | Bug 900908 - Part 3: Change uses of numbered macros in nsIClassInfoImpl.h/nsISupportsImpl.h to the variadic variants. r=froydnj | 2014-04-27 03:06:00 -04:00 |  | 
				
					
						| 
								
								
									 Monica Chew | 9b092b1051 | Bug 985623: Force url classifier clients to specify which tables to lookup, add a pref to skip hash completion checks (r=gcp) | 2014-03-20 14:25:35 -07:00 |  | 
				
					
						| 
								
								
									 Gian-Carlo Pascutto | 2f0246c854 | Bug 783047 - Remove MAC support from SafeBrowsing code. r=mmc,dcamp | 2014-01-16 09:27:58 +01:00 |  | 
				
					
						| 
								
								
									 Joshua Cranmer | bfdf0f3db6 | Bug 884061 - Part 3v: Use NS_DECL_THREADSAFE_ISUPPORTS in toolkit/, r=Mossop --HG--
extra : rebase_source : ad2b2f20219b42b192c313b6fa9da3383f904805 | 2013-07-18 21:24:15 -05:00 |  | 
				
					
						| 
								
								
									 Matt Joras | 613e229e93 | Bug 798033 - Removes 'using namespace' from toolkit headers - r=bsmedberg | 2012-11-01 18:09:22 -04:00 |  | 
				
					
						| 
								
								
									 Gian-Carlo Pascutto | 4a799dbad8 | Bug 795281. r=bholley | 2012-10-18 13:52:03 +02:00 |  | 
				
					
						| 
								
								
									 Ehsan Akhgari | e368dc9c85 | Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg This patch was generated by a script.  Here's the source of the script for
future reference:
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
       ! -wholename "*security/nss*" \
       ! -wholename "*/.hg*" \
       ! -wholename "obj-ff-dbg*" \
       ! -name nsXPCOMCID.h \
       ! -name prtypes.h \
         -type f \
      \( -iname "*.cpp" \
         -o -iname "*.h" \
         -o -iname "*.c" \
         -o -iname "*.cc" \
         -o -iname "*.idl" \
         -o -iname "*.ipdl" \
         -o -iname "*.ipdlh" \
         -o -iname "*.mm" \) | \
    xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert PRInt8 int8_t
convert PRUint8 uint8_t
convert PRInt16 int16_t
convert PRUint16 uint16_t
convert PRInt32 int32_t
convert PRUint32 uint32_t
convert PRInt64 int64_t
convert PRUint64 uint64_t
convert PRIntn int
convert PRUintn unsigned
convert PRSize size_t
convert PROffset32 int32_t
convert PROffset64 int64_t
convert PRPtrdiff ptrdiff_t
convert PRFloat64 double | 2012-08-22 11:56:38 -04:00 |  | 
				
					
						| 
								
								
									 Gian-Carlo Pascutto | f6e66dd24e | Bug 673470 - Replace the sqlite safeb store with a flat file. r=dcamp | 2012-08-15 09:04:19 +02:00 |  | 
				
					
						| 
								
								
									 Mounir Lamouri | d434d2c6af | Bug 775796 - nsIUrlClassifierDBService.lookup() takes nsIPrincipal. r=bsmith | 2012-07-22 12:30:30 -07:00 |  | 
				
					
						| 
								
								
									 Gervase Markham | 82ff7027aa | Bug 716478 - update licence to MPL 2. | 2012-05-21 12:12:37 +01:00 |  | 
				
					
						| 
								
								
									 Gian-Carlo Pascutto | 08beb49296 | Backout 173f90d397a8 (Bug 673470). rs=dcamp a=mfinkle | 2012-04-20 07:46:47 +02:00 |  | 
				
					
						| 
								
								
									 Gian-Carlo Pascutto | a784af5a5b | Bug 673470 - Replace the SQLite SafeBrowsing store with an optimized store. r=dcamp | 2011-12-06 19:03:05 +01:00 |  | 
				
					
						| 
								
								
									 Gian-Carlo Pascutto | 99a251d9ae | Backout 44a0dc4fb9ff (Bug 673470) for Talos regression. | 2012-02-01 20:10:02 +01:00 |  | 
				
					
						| 
								
								
									 Gian-Carlo Pascutto | 00125c4e7a | Bug 673470 - Replace the SQLite SafeBrowsing store with an optimized store. r=dcamp | 2011-12-06 19:03:05 +01:00 |  | 
				
					
						| 
								
								
									 Benjamin Smedberg | 6b29b9dd69 | Bug 675221 part D - Fix up URL classifier to stop using XPCOM proxies, r=dcamp --HG--
extra : rebase_source : a482200a9095a9115ac8829af045a16fa2ba1b38 | 2011-08-19 11:50:04 -04:00 |  |