sajitk 
								
							 
						 
						
							
							
							
							
								
							
							
								2ed26c8df4 
								
							 
						 
						
							
							
								
								Bug 1219482: Replace PRLogModuleInfo with LazyLogModule in toolkit subdirectory.r=erahm  
							
							
							
						 
						
							2016-01-28 10:37:00 -08:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Nicholas Nethercote 
								
							 
						 
						
							
							
							
							
								
							
							
								c0d9bd0923 
								
							 
						 
						
							
							
								
								Bug 1205358 - Fix up nsUrlClassifierPrefixSet memory reporting. r=gcp.  
							
							... 
							
							
							
							This patch reverts the "measure-in-advance" approach added in part 1 of bug
1050108 -- because that doesn't interact well with DMD -- and adds locking to
avoid races between the url-classifier thread and the main thread.
--HG--
extra : rebase_source : 8c5fdb2627376787a65b192b7c566fdde112a926 
							
						 
						
							2016-02-10 08:30:48 +11:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Wes Kocher 
								
							 
						 
						
							
							
							
							
								
							
							
								e060c6dced 
								
							 
						 
						
							
							
								
								Backed out changeset 24af6caa9bba (bug 1219482) to hopefully fix the intermittent hazard failures CLOSED TREE  
							
							... 
							
							
							
							--HG--
extra : commitid : ETz5wi5nzdH 
							
						 
						
							2016-01-29 10:15:30 -08:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									sajitk 
								
							 
						 
						
							
							
							
							
								
							
							
								aff6f586b9 
								
							 
						 
						
							
							
								
								Bug 1219482 - Replace PRLogModuleInfo with LazyLogModule in toolkit subdirectory. r=erahm  
							
							... 
							
							
							
							--HG--
extra : rebase_source : 71c02b7294a95ecba7876b0372a0dee0ea05b4ed 
							
						 
						
							2016-01-28 10:37:00 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Gian-Carlo Pascutto 
								
							 
						 
						
							
							
							
							
								
							
							
								760f31a46e 
								
							 
						 
						
							
							
								
								Bug 1100338 - Do not consider noise for Completion matches. Remove dead code. r=francois  
							
							
							
						 
						
							2015-07-06 04:24:00 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Birunthan Mohanathas 
								
							 
						 
						
							
							
							
							
								
							
							
								a8939590de 
								
							 
						 
						
							
							
								
								Bug 1182996 - Fix and add missing namespace comments. rs=ehsan  
							
							... 
							
							
							
							The bulk of this commit was generated by running:
  run-clang-tidy.py \
    -checks='-*,llvm-namespace-comment' \
    -header-filter=^/.../mozilla-central/.* \
    -fix 
							
						 
						
							2015-07-13 08:25:42 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Dragana Damjanovic 
								
							 
						 
						
							
							
							
							
								
							
							
								7987d2203e 
								
							 
						 
						
							
							
								
								Bug 905127 - Part 2 - remove unnecessary nsNetUtil.h includes r=jduell  
							
							
							
						 
						
							2015-07-06 07:55:00 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Emanuel Hoogeveen 
								
							 
						 
						
							
							
							
							
								
							
							
								7d1e52f2ff 
								
							 
						 
						
							
							
								
								Bug 905127 - Part 1 - Make some functions from nsNetUtil not inline. r=jduell  
							
							
							
						 
						
							2015-07-07 04:17:00 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Eric Rahm 
								
							 
						 
						
							
							
							
							
								
							
							
								75c4bebb79 
								
							 
						 
						
							
							
								
								Bug 1165515 - Part 13-2: Replace usage of PRLogModuleLevel and PR_LOG_*. rs=froydnj  
							
							... 
							
							
							
							This is straightforward mapping of PR_LOG levels to their LogLevel
counterparts:
  PR_LOG_ERROR   -> LogLevel::Error
  PR_LOG_WARNING -> LogLevel::Warning
  PR_LOG_WARN    -> LogLevel::Warning
  PR_LOG_INFO    -> LogLevel::Info
  PR_LOG_DEBUG   -> LogLevel::Debug
  PR_LOG_NOTICE  -> LogLevel::Debug
  PR_LOG_VERBOSE -> LogLevel::Verbose
Instances of PRLogModuleLevel were mapped to a fully qualified
mozilla::LogLevel, instances of PR_LOG levels in #defines were mapped to a
fully qualified mozilla::LogLevel::* level, and all other instances were
mapped to us a shorter format of LogLevel::*.
Bustage for usage of the non-fully qualified LogLevel were fixed by adding
|using mozilla::LogLevel;| where appropriate. 
							
						 
						
							2015-06-03 15:25:57 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Eric Rahm 
								
							 
						 
						
							
							
							
							
								
							
							
								f50b813989 
								
							 
						 
						
							
							
								
								Bug 1165515 - Part 3: Convert PR_LOG_TEST to MOZ_LOG_TEST. r=froydnj  
							
							
							
						 
						
							2015-06-03 15:22:28 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Carsten "Tomcat" Book 
								
							 
						 
						
							
							
							
							
								
							
							
								5471309381 
								
							 
						 
						
							
							
								
								Backed out 14 changesets (bug 1165515) for linux x64 e10s m2 test failures  
							
							... 
							
							
							
							Backed out changeset d68dcf2ef372 (bug 1165515)
Backed out changeset 7c3b45a47811 (bug 1165515)
Backed out changeset b668b617bef2 (bug 1165515)
Backed out changeset d0916e1283a2 (bug 1165515)
Backed out changeset ac4dc7489942 (bug 1165515)
Backed out changeset e9632ce8bc65 (bug 1165515)
Backed out changeset c16d215cc7e4 (bug 1165515)
Backed out changeset e4d474f3c51a (bug 1165515)
Backed out changeset d87680bf9f7c (bug 1165515)
Backed out changeset b3c0a45ba99e (bug 1165515)
Backed out changeset 9370fa197674 (bug 1165515)
Backed out changeset 50970d668ca1 (bug 1165515)
Backed out changeset ffa4eb6d24b9 (bug 1165515)
Backed out changeset 5fcf1203cc1d (bug 1165515)
--HG--
extra : rebase_source : 6fb850d063cbabe738f97f0380302153e3eae97a 
							
						 
						
							2015-06-02 13:05:56 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Eric Rahm 
								
							 
						 
						
							
							
							
							
								
							
							
								a9afd68cef 
								
							 
						 
						
							
							
								
								Bug 1165515 - Part 13-2: Replace usage of PRLogModuleLevel and PR_LOG_*. rs=froydnj  
							
							... 
							
							
							
							This is straightforward mapping of PR_LOG levels to their LogLevel
counterparts:
  PR_LOG_ERROR   -> LogLevel::Error
  PR_LOG_WARNING -> LogLevel::Warning
  PR_LOG_WARN    -> LogLevel::Warning
  PR_LOG_INFO    -> LogLevel::Info
  PR_LOG_DEBUG   -> LogLevel::Debug
  PR_LOG_NOTICE  -> LogLevel::Debug
  PR_LOG_VERBOSE -> LogLevel::Verbose
Instances of PRLogModuleLevel were mapped to a fully qualified
mozilla::LogLevel, instances of PR_LOG levels in #defines were mapped to a
fully qualified mozilla::LogLevel::* level, and all other instances were
mapped to us a shorter format of LogLevel::*.
Bustage for usage of the non-fully qualified LogLevel were fixed by adding
|using mozilla::LogLevel;| where appropriate. 
							
						 
						
							2015-06-01 22:17:33 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Eric Rahm 
								
							 
						 
						
							
							
							
							
								
							
							
								141e0ff4a2 
								
							 
						 
						
							
							
								
								Bug 1165515 - Part 3: Convert PR_LOG_TEST to MOZ_LOG_TEST. r=froydnj  
							
							
							
						 
						
							2015-06-01 22:17:19 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Wes Kocher 
								
							 
						 
						
							
							
							
							
								
							
							
								4e9f80ed2e 
								
							 
						 
						
							
							
								
								Backed out 14 changesets (bug 1165515) for b2g mochitest-6 permafail CLOSED TREE  
							
							... 
							
							
							
							Backed out changeset 9b97e2aa2ed9 (bug 1165515)
Backed out changeset 150606c022a2 (bug 1165515)
Backed out changeset 4e875a488349 (bug 1165515)
Backed out changeset 467e7feeb546 (bug 1165515)
Backed out changeset d6b6cc373197 (bug 1165515)
Backed out changeset 0615265b593c (bug 1165515)
Backed out changeset fafd1dce9f08 (bug 1165515)
Backed out changeset d1df869245f9 (bug 1165515)
Backed out changeset 6876a7c63611 (bug 1165515)
Backed out changeset b7841c94a9a3 (bug 1165515)
Backed out changeset e5e3617f7c73 (bug 1165515)
Backed out changeset 39be3db95978 (bug 1165515)
Backed out changeset 0ec74176f8de (bug 1165515)
Backed out changeset 5b928dd10d71 (bug 1165515) 
							
						 
						
							2015-06-01 17:57:58 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Eric Rahm 
								
							 
						 
						
							
							
							
							
								
							
							
								f82c0e7caf 
								
							 
						 
						
							
							
								
								Bug 1165515 - Part 13-2: Replace usage of PRLogModuleLevel and PR_LOG_*. rs=froydnj  
							
							... 
							
							
							
							This is straightforward mapping of PR_LOG levels to their LogLevel
counterparts:
  PR_LOG_ERROR   -> LogLevel::Error
  PR_LOG_WARNING -> LogLevel::Warning
  PR_LOG_WARN    -> LogLevel::Warning
  PR_LOG_INFO    -> LogLevel::Info
  PR_LOG_DEBUG   -> LogLevel::Debug
  PR_LOG_NOTICE  -> LogLevel::Debug
  PR_LOG_VERBOSE -> LogLevel::Verbose
Instances of PRLogModuleLevel were mapped to a fully qualified
mozilla::LogLevel, instances of PR_LOG levels in #defines were mapped to a
fully qualified mozilla::LogLevel::* level, and all other instances were
mapped to us a shorter format of LogLevel::*.
Bustage for usage of the non-fully qualified LogLevel were fixed by adding
|using mozilla::LogLevel;| where appropriate. 
							
						 
						
							2015-06-01 14:31:01 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Eric Rahm 
								
							 
						 
						
							
							
							
							
								
							
							
								dc090e3fe5 
								
							 
						 
						
							
							
								
								Bug 1165515 - Part 3: Convert PR_LOG_TEST to MOZ_LOG_TEST. r=froydnj  
							
							
							
						 
						
							2015-06-01 14:31:00 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Eric Rahm 
								
							 
						 
						
							
							
							
							
								
							
							
								3925a960aa 
								
							 
						 
						
							
							
								
								Bug 1165515 - Part 1: Convert PR_LOG to MOZ_LOG. r=froydnj  
							
							
							
						 
						
							2015-05-21 13:22:04 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Eric Rahm 
								
							 
						 
						
							
							
							
							
								
							
							
								4879ae86f4 
								
							 
						 
						
							
							
								
								Bug 1165518 - Part 2: Replace prlog.h with Logging.h. rs=froydnj  
							
							
							
						 
						
							2015-05-19 11:15:34 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Eric Rahm 
								
							 
						 
						
							
							
							
							
								
							
							
								bc7a3b2ae7 
								
							 
						 
						
							
							
								
								Bug 1164556 - Part 1: Remove instances of #ifdef PR_LOGGING in toolkit. r=froydnj  
							
							... 
							
							
							
							PR_LOGGING is now always defined, we can remove #ifdefs checking for it. 
							
						 
						
							2015-05-14 10:13:23 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Gian-Carlo Pascutto 
								
							 
						 
						
							
							
							
							
								
							
							
								3052cfae46 
								
							 
						 
						
							
							
								
								Bug 1102687 - Avoid copying and allocating 3 times in GetPrefixes. r=dmajor  
							
							
							
						 
						
							2014-11-24 08:38:29 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Gian-Carlo Pascutto 
								
							 
						 
						
							
							
							
							
								
							
							
								de52254ea1 
								
							 
						 
						
							
							
								
								Bug 1050108 - Avoid race condition during memory report collection. r=njn  
							
							
							
						 
						
							2014-10-14 13:15:50 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Andrew McCreight 
								
							 
						 
						
							
							
							
							
								
							
							
								c2fbaa1d4a 
								
							 
						 
						
							
							
								
								Bug 1024801, part 2 - LookupCache::GetPrefixes should free arr even on failure. r=gcp  
							
							
							
						 
						
							2014-06-26 09:29:06 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Monica Chew 
								
							 
						 
						
							
							
							
							
								
							
							
								7bfe593f9a 
								
							 
						 
						
							
							
								
								Bug 1017228: Any URL on the blocklist should trump allowlisting (r=gcp)  
							
							
							
						 
						
							2014-05-28 17:54:53 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Birunthan Mohanathas 
								
							 
						 
						
							
							
							
							
								
							
							
								59b969f7f4 
								
							 
						 
						
							
							
								
								Bug 869836 - Part 8: Use Append('c') instead of Append("c"). r=ehsan  
							
							
							
						 
						
							2014-05-22 06:48:52 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Monica Chew 
								
							 
						 
						
							
							
							
							
								
							
							
								383e668837 
								
							 
						 
						
							
							
								
								Bug 904607: Add protocol parser for -digest256 lists (r=gcp).  
							
							
							
						 
						
							2013-09-06 17:12:33 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Gian-Carlo Pascutto 
								
							 
						 
						
							
							
							
							
								
							
							
								0da033e962 
								
							 
						 
						
							
							
								
								Bug 825891 - Remove the code for per-client randomization in the url-classifier. r=dcamp  
							
							
							
						 
						
							2013-01-08 16:43:33 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Aaron Klotz 
								
							 
						 
						
							
							
							
							
								
							
							
								72e0eb9819 
								
							 
						 
						
							
							
								
								Bug 810101 - Add readahead to safebrowsing .sbstore and .cache files. r=gpascutto  
							
							
							
						 
						
							2012-12-12 18:05:04 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Gian-Carlo Pascutto 
								
							 
						 
						
							
							
							
							
								
							
							
								2797888b29 
								
							 
						 
						
							
							
								
								Bug 806422 - Do not cache Complete's across a SafeBrowsing update. r=dcamp  
							
							
							
						 
						
							2012-11-06 15:38:16 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Gian-Carlo Pascutto 
								
							 
						 
						
							
							
							
							
								
							
							
								353aa1ad49 
								
							 
						 
						
							
							
								
								Bug 807822 - No noise added to completion request in some circumstances. r=dcamp  
							
							
							
						 
						
							2012-11-03 01:53:11 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Gian-Carlo Pascutto 
								
							 
						 
						
							
							
							
							
								
							
							
								d73a4777ac 
								
							 
						 
						
							
							
								
								Bug 782106 - Disable the per-client randomization in the url-classifier. r=dcamp  
							
							
							
						 
						
							2012-11-03 01:53:10 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Isaac Aggrey 
								
							 
						 
						
							
							
							
							
								
							
							
								c984edf823 
								
							 
						 
						
							
							
								
								Bug 794510: Part 2: Use more stdint types instead of protypes.h types; r=ehsan  
							
							
							
						 
						
							2012-10-11 18:38:04 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Gian-Carlo Pascutto 
								
							 
						 
						
							
							
							
							
								
							
							
								7530b9f562 
								
							 
						 
						
							
							
								
								Bug 727370 - Make SafeBrowsing updates atomic transactions. r=dcamp  
							
							
							
						 
						
							2012-09-28 18:31:18 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Randell Jesup 
								
							 
						 
						
							
							
							
							
								
							
							
								65539ef89c 
								
							 
						 
						
							
							
								
								Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg  
							
							
							
						 
						
							2012-09-01 22:35:17 -04: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 
								
							 
						 
						
							
							
							
							
								
							
							
								c056c62081 
								
							 
						 
						
							
							
								
								Bug 673470 - Simplify PrefixSet by removing (unneeded) thread safety. r=dcamp  
							
							
							
						 
						
							2012-08-15 09:10:24 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Gian-Carlo Pascutto 
								
							 
						 
						
							
							
							
							
								
							
							
								8ba34dbeff 
								
							 
						 
						
							
							
								
								Bug 673470 - Make the PrefixSet/LookupCache construction infallible again. r=dcamp f=jlebar  
							
							
							
						 
						
							2012-08-15 09:09:25 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Gian-Carlo Pascutto 
								
							 
						 
						
							
							
							
							
								
							
							
								37af20ab14 
								
							 
						 
						
							
							
								
								Bug 673470 - Don't resort if not needed. Fix comparator. Cleanups. r=dcamp  
							
							
							
						 
						
							2012-08-15 09:08:37 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Gian-Carlo Pascutto 
								
							 
						 
						
							
							
							
							
								
							
							
								feef277a46 
								
							 
						 
						
							
							
								
								Bug 673470 - Fix wrong order of arguments to KeyedHash function. r=dcamp  
							
							
							
						 
						
							2012-08-15 09:08:23 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Gian-Carlo Pascutto 
								
							 
						 
						
							
							
							
							
								
							
							
								52208070f2 
								
							 
						 
						
							
							
								
								Bug 768871 - Provide an option to disable per-client randomization. r=dcamp  
							
							
							
						 
						
							2012-08-15 09:07:10 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Gian-Carlo Pascutto 
								
							 
						 
						
							
							
							
							
								
							
							
								d3b94c773f 
								
							 
						 
						
							
							
								
								Bug 726002 - Clear some big nsTArrays as early as possible in updates. r=dcamp  
							
							
							
						 
						
							2012-08-15 09:05:18 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Gian-Carlo Pascutto 
								
							 
						 
						
							
							
							
							
								
							
							
								bcf43e6e4e 
								
							 
						 
						
							
							
								
								Bug 726002 - More OOM handling in UrlClassifier. r=dcamp  
							
							
							
						 
						
							2012-08-15 09:05:08 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Gian-Carlo Pascutto 
								
							 
						 
						
							
							
							
							
								
							
							
								d091f07a3e 
								
							 
						 
						
							
							
								
								Bug 725597 - SafeBrowsing fails to update persistent PrefixSet on Windows. r=dcamp  
							
							
							
						 
						
							2012-08-15 09:04:51 +02: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 
							
								 
							
						 
					 
				
					
						
							
								
								
									Gian-Carlo Pascutto 
								
							 
						 
						
							
							
							
							
								
							
							
								08beb49296 
								
							 
						 
						
							
							
								
								Backout 173f90d397a8 (Bug 673470). rs=dcamp a=mfinkle  
							
							
							
						 
						
							2012-04-20 07:46:47 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Gian-Carlo Pascutto 
								
							 
						 
						
							
							
							
							
								
							
							
								23ae6665fe 
								
							 
						 
						
							
							
								
								Backout e9291f227d63 (Bug 725597). rs=dcamp a=mfinkle  
							
							
							
						 
						
							2012-04-20 07:46:46 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Gian-Carlo Pascutto 
								
							 
						 
						
							
							
							
							
								
							
							
								319d4284b5 
								
							 
						 
						
							
							
								
								Backout a010dcf1a973 (Bug 726002). rs=dcamp a=mfinkle  
							
							
							
						 
						
							2012-04-20 07:46:46 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Gian-Carlo Pascutto 
								
							 
						 
						
							
							
							
							
								
							
							
								471d97609d 
								
							 
						 
						
							
							
								
								Backout 35bf0d62cc30 (Bug 726002). rs=dcamp a=mfinkle  
							
							
							
						 
						
							2012-04-20 07:46:46 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Gian-Carlo Pascutto 
								
							 
						 
						
							
							
							
							
								
							
							
								a6a2f1971c 
								
							 
						 
						
							
							
								
								Bug 726002 - Clear some big nsTArrays as early as possible in updates. r=dcamp  
							
							
							
						 
						
							2012-02-13 17:10:22 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Gian-Carlo Pascutto 
								
							 
						 
						
							
							
							
							
								
							
							
								b4a0973d68 
								
							 
						 
						
							
							
								
								Bug 726002 - More OOM handling in UrlClassifier. r=dcamp  
							
							
							
						 
						
							2012-02-13 17:09:16 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Gian-Carlo Pascutto 
								
							 
						 
						
							
							
							
							
								
							
							
								2299271477 
								
							 
						 
						
							
							
								
								Backout 91eed468cff8 (Bug 726002) due to broken error handling.  
							
							
							
						 
						
							2012-02-13 17:04:46 +01:00