gecko-dev/toolkit/components/url-classifier
Wes Kocher e9f743f2af Backed out 4 changesets (bug 1318004) for xpcshell failures a=backout
Backed out changeset 6995bd33872b (bug 1318004)
Backed out changeset 9be5c856bc78 (bug 1318004)
Backed out changeset 365b0b7f289a (bug 1318004)
Backed out changeset 2f2ebf176eac (bug 1318004)
2016-11-21 12:23:17 -08:00
..
chromium Bug 1275198 - Part 1: Add safebrowsing protobuf related files in proto2 format. r=francois. 2016-06-06 23:30:00 +02:00
content Bug 1315013 - part 1, remove unnecessary double-slash comments that don't add value and look out of place with the spaced-comment eslint rule. r=mossop 2016-11-03 14:42:06 -04:00
protobuf Bug 1275198 - Part 1: Add safebrowsing protobuf related files in proto2 format. r=francois. 2016-06-06 23:30:00 +02:00
tests Bug 1315097 - Build the provider dictionary on the main thread to be used everywhere. r=francois,gcp 2016-11-04 17:54:05 +08:00
ChunkSet.cpp Bug 1135022 - Optimize ChunkSet by storing ranges instead of numbers. r=gcp 2016-05-24 12:29:09 +02:00
ChunkSet.h Bug 1135022 - Optimize ChunkSet by storing ranges instead of numbers. r=gcp 2016-05-24 12:29:09 +02:00
Classifier.cpp Bug 1315097 - Build the provider dictionary on the main thread to be used everywhere. r=francois,gcp 2016-11-04 17:54:05 +08:00
Classifier.h Bug 1315097 - Build the provider dictionary on the main thread to be used everywhere. r=francois,gcp 2016-11-04 17:54:05 +08:00
Entries.h Bug 1305801 - Part 1: Implement variable length PrefixSet class for Safe Browsing v4. r=francois, r=gcp 2016-10-04 21:43:08 +08:00
HashStore.cpp Backed out 4 changesets (bug 1318004) for xpcshell failures a=backout 2016-11-21 12:23:17 -08:00
HashStore.h Bug 1315097 - Build the provider dictionary on the main thread to be used everywhere. r=francois,gcp 2016-11-04 17:54:05 +08:00
LookupCache.cpp Bug 1315097 - Build the provider dictionary on the main thread to be used everywhere. r=francois,gcp 2016-11-04 17:54:05 +08:00
LookupCache.h Bug 1315097 - Build the provider dictionary on the main thread to be used everywhere. r=francois,gcp 2016-11-04 17:54:05 +08:00
LookupCacheV4.cpp Bug 1298257 - Implement url matching for variable-length prefix set. r=dimi,gcp 2016-11-04 12:00:33 +08:00
LookupCacheV4.h Bug 1315097 - Build the provider dictionary on the main thread to be used everywhere. r=francois,gcp 2016-11-04 17:54:05 +08:00
moz.build Bug 1310142 - Preserve backup databases and raw table updates for diagnostic. r=francois 2016-10-14 17:58:18 +08:00
nsCheckSummedOutputStream.cpp
nsCheckSummedOutputStream.h
nsIUrlClassifierDBService.idl Bug 1305484 - Save/load state and checksum to/from disk rather than prefs. r=dimi,francois 2016-10-13 15:22:08 +08: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 1315097 - Build the provider dictionary on the main thread to be used everywhere. r=francois,gcp 2016-11-04 17:54:05 +08:00
nsIUrlListManager.idl
nsURLClassifier.manifest
nsUrlClassifierDBService.cpp Bug 1315097 - Build the provider dictionary on the main thread to be used everywhere. r=francois,gcp 2016-11-04 17:54:05 +08:00
nsUrlClassifierDBService.h Bug 1310142 - Preserve backup databases and raw table updates for diagnostic. r=francois 2016-10-14 17:58:18 +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 Bug 1273398 - Part 1: Wrap RequestBackoff to a v4-specific one. r=francois. 2016-06-06 20:16:00 +02:00
nsUrlClassifierListManager.js Bug 1273398 - Part 2: Modify listmanager to use RequestBackoffV4. r=francois. 2016-06-06 20:16:00 +02:00
nsUrlClassifierPrefixSet.cpp Bug 1305801 - Part 1: Implement variable length PrefixSet class for Safe Browsing v4. r=francois, r=gcp 2016-10-04 21:43:08 +08:00
nsUrlClassifierPrefixSet.h Bug 1305801 - Part 1: Implement variable length PrefixSet class for Safe Browsing v4. r=francois, r=gcp 2016-10-04 21:43:08 +08:00
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 Backed out changeset d46155cc719e (bug 1305567) for various failures in browser-chrome, devtools, and xpcshell (e.g. test_streamupdater.js) tests. r=backout on a CLOSED TREE 2016-09-29 20:54:50 +02:00
nsUrlClassifierStreamUpdater.h Backed out changeset d46155cc719e (bug 1305567) for various failures in browser-chrome, devtools, and xpcshell (e.g. test_streamupdater.js) tests. r=backout on a CLOSED TREE 2016-09-29 20:54:50 +02:00
nsUrlClassifierUtils.cpp Bug 1315097 - Build the provider dictionary on the main thread to be used everywhere. r=francois,gcp 2016-11-04 17:54:05 +08:00
nsUrlClassifierUtils.h Bug 1315097 - Build the provider dictionary on the main thread to be used everywhere. r=francois,gcp 2016-11-04 17:54:05 +08:00
ProtocolParser.cpp Bug 1312323 - Consider the "single encoded value" case and bubble the decoding error up. r=francois. 2016-10-26 10:03:49 +08:00
ProtocolParser.h Bug 1310142 - Preserve backup databases and raw table updates for diagnostic. r=francois 2016-10-14 17:58:18 +08:00
RiceDeltaDecoder.cpp Bug 1312323 - Consider the "single encoded value" case and bubble the decoding error up. r=francois. 2016-10-26 10:03:49 +08:00
RiceDeltaDecoder.h Bug 1312323 - Consider the "single encoded value" case and bubble the decoding error up. r=francois. 2016-10-26 10:03:49 +08:00
SafeBrowsing.jsm Bug 1296751 - Skip observe browser.safebrowsing.provider.*.(nextupdatetime|lastupdatetime). r=francois 2016-08-24 17:06:48 +08:00
VariableLengthPrefixSet.cpp Bug 1305801 - Part 2: Add telemetry for variable-length prefix set. r=francois 2016-09-27 14:26:09 -07:00
VariableLengthPrefixSet.h Bug 1305801 - Part 1: Implement variable length PrefixSet class for Safe Browsing v4. r=francois, r=gcp 2016-10-04 21:43:08 +08:00