fune/toolkit/components/url-classifier
Nicholas Nethercote b71747b2ac Bug 1299727 - Rename NS_WARN_IF_FALSE as NS_WARNING_ASSERTION. r=erahm.
The new name makes the sense of the condition much clearer. E.g. compare:

  NS_WARN_IF_FALSE(!rv.Failed());

with:

  NS_WARNING_ASSERTION(!rv.Failed());

The new name also makes it clearer that it only has effect in debug builds,
because that's standard for assertions.

--HG--
extra : rebase_source : 886e57a9e433e0cb6ed635cc075b34b7ebf81853
2016-09-01 15:01:16 +10:00
..
chromium
content Bug 1287059 - Part 2: Save/get the list states to/from prefs temporarily. r=francois. 2016-08-12 17:29:42 +08:00
protobuf
tests Bug 1296201 - Wait for SafeBrowsing,jsm to be initialized before running testcase. r=francois 2016-08-24 17:00:08 +08:00
ChunkSet.cpp
ChunkSet.h
Classifier.cpp Bug 1296820 - Skip applying TableUpdateV4 to avoid premature update codes being run. r=dimi,francois 2016-08-26 14:35:53 +08:00
Classifier.h Bug 1037560 - P1. Safebrowsing pleasereset resets all tables. r=gcp 2016-08-23 08:24:07 +08:00
Entries.h Bug 1179301 - Restrict the SafeBrowsingHash size and make toUint32/fromUint32 more robust. r=gcp 2016-08-18 14:42:13 +08:00
HashStore.cpp Bug 1201716 - Missing status check in SafeBrowsing::Merge causes SafeBrowsing malfunction. r=francois 2016-08-24 17:15:13 +08:00
HashStore.h Bug 1284204 - Parse SafeBrowsing V4 updates to TableUpdateV4. r=francois. 2016-08-12 11:55:48 +08:00
LookupCache.cpp Bug 1299727 - Rename NS_WARN_IF_FALSE as NS_WARNING_ASSERTION. r=erahm. 2016-09-01 15:01:16 +10:00
LookupCache.h Bug 1254766 - Stop caching Safe Browsing completions to disk. r=gcp 2016-08-11 08:17:39 +08:00
moz.build Bug 1286877 - do not set c-basic-offset for python-mode; r=gps 2016-07-14 10:16:42 -06:00
nsCheckSummedOutputStream.cpp
nsCheckSummedOutputStream.h
nsIUrlClassifierDBService.idl Merge m-c to fx-team a=merge CLOSED TREE 2016-08-15 15:04:43 -07:00
nsIUrlClassifierHashCompleter.idl
nsIUrlClassifierPrefixSet.idl
nsIUrlClassifierStreamUpdater.idl Bug 1274112 - Part 1: Make update request v4. r=francois 2016-08-04 18:10:06 +08:00
nsIUrlClassifierTable.idl
nsIUrlClassifierUtils.idl Bug 1287059 - Part 1: Return all possible list names while converting from threat type. r=francois. 2016-08-16 17:30:11 +08:00
nsIUrlListManager.idl
nsURLClassifier.manifest
nsUrlClassifierDBService.cpp Bug 1296820 - Skip applying TableUpdateV4 to avoid premature update codes being run. r=dimi,francois 2016-08-26 14:35:53 +08:00
nsUrlClassifierDBService.h Bug 1120728 - remove nsIUrlClassifierDBServiceWorker. r=francois,gcp 2016-08-11 11:15:24 +08:00
nsUrlClassifierHashCompleter.js Bug 1273398 - Part 3: Modify "hash completer" to use RequestBackoffV4. r=francois. 2016-06-06 20:17:00 +02:00
nsUrlClassifierLib.js
nsUrlClassifierListManager.js Bug 1273398 - Part 2: Modify listmanager to use RequestBackoffV4. r=francois. 2016-06-06 20:16:00 +02:00
nsUrlClassifierPrefixSet.cpp Bug 1297276 - Rename mfbt/unused.h to mfbt/Unused.h for consistency. r=froydnj 2016-08-24 14:47:04 +08:00
nsUrlClassifierPrefixSet.h
nsUrlClassifierProxies.cpp Merge m-c to fx-team a=merge CLOSED TREE 2016-08-15 15:04:43 -07:00
nsUrlClassifierProxies.h Bug 1120728 - remove nsIUrlClassifierDBServiceWorker. r=francois,gcp 2016-08-11 11:15:24 +08:00
nsUrlClassifierStreamUpdater.cpp Bug 1297961 (part 1) - Introduce nsURI::GetSpecOrDefault(). r=hurley. 2016-08-26 16:02:31 +10:00
nsUrlClassifierStreamUpdater.h Bug 1274112 - Part 1: Make update request v4. r=francois 2016-08-04 18:10:06 +08:00
nsUrlClassifierUtils.cpp Bug 1287059 - Part 1: Return all possible list names while converting from threat type. r=francois. 2016-08-16 17:30:11 +08:00
nsUrlClassifierUtils.h Bug 1274112 - Part 2: Use protobuf API to parse v4 update response. r=francois 2016-08-04 18:10:12 +08:00
ProtocolParser.cpp Bug 1287059 - Part 1: Return all possible list names while converting from threat type. r=francois. 2016-08-16 17:30:11 +08:00
ProtocolParser.h Bug 1287059 - Part 1: Return all possible list names while converting from threat type. r=francois. 2016-08-16 17:30:11 +08:00
SafeBrowsing.jsm Bug 1296751 - Skip observe browser.safebrowsing.provider.*.(nextupdatetime|lastupdatetime). r=francois 2016-08-24 17:06:48 +08:00