gecko-dev/toolkit/components/url-classifier
dimi 4f2ec370e6 Bug 1328821 - hash completion request for v4 should not depend on table freshness. r=francois,henry
MozReview-Commit-ID: EIjDrnj1I4S

--HG--
extra : rebase_source : 83be77637f14753a8baf008af65c44e83b93508c
2017-01-17 08:33:08 +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 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01: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 1328821 - hash completion request for v4 should not depend on table freshness. r=francois,henry 2017-01-17 08:33:08 +08:00
ChunkSet.cpp Bug 1299489 - Change nsTArray to use a custom iterator based on index instead of pointers to improve iterator invalidation safety of ranged for loops, r=froydnj 2016-12-08 15:54:45 -10: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 1328821 - hash completion request for v4 should not depend on table freshness. r=francois,henry 2017-01-17 08:33:08 +08:00
Classifier.h Bug 1328821 - hash completion request for v4 should not depend on table freshness. r=francois,henry 2017-01-17 08:33:08 +08:00
Entries.h Bug 1328821 - hash completion request for v4 should not depend on table freshness. r=francois,henry 2017-01-17 08:33:08 +08:00
HashStore.cpp Bug 1321834 - Use iterators instead of Elements() in RemoveMatchingPrefixes. r=francois,froydnj 2016-12-20 09:58:45 +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 1328821 - hash completion request for v4 should not depend on table freshness. r=francois,henry 2017-01-17 08:33:08 +08:00
LookupCache.h Bug 1328821 - hash completion request for v4 should not depend on table freshness. r=francois,henry 2017-01-17 08:33:08 +08:00
LookupCacheV4.cpp Bug 1328821 - hash completion request for v4 should not depend on table freshness. r=francois,henry 2017-01-17 08:33:08 +08:00
LookupCacheV4.h Bug 1328821 - hash completion request for v4 should not depend on table freshness. r=francois,henry 2017-01-17 08:33:08 +08:00
ProtocolParser.cpp Bug 1315386 - Make Safe Browsing code more shutdown-aware. r=francois,gcp. 2016-11-25 16:02:37 +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 1141814 - Part 1: Enable to update TP list if TP is disabled. r=francois 2016-11-30 23:12:00 -05: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
moz.build Bug 1318768 - Part 2: Make nsIURIClassifier::Classify() available in the content process; r=gcp,baku 2016-11-22 08:17:26 -05: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 Bug 1276826 - Part 2. Send gethash request and handle gethash response for v4. r=francois 2016-11-28 14:55:36 +08:00
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 1276826 - Part 2. Send gethash request and handle gethash response for v4. r=francois 2016-11-28 14:55:36 +08:00
nsIUrlListManager.idl
nsURLClassifier.manifest
nsUrlClassifierDBService.cpp Bug 1328821 - hash completion request for v4 should not depend on table freshness. r=francois,henry 2017-01-17 08:33:08 +08:00
nsUrlClassifierDBService.h Bug 1329593 - Compiling with mingw-w64 is broken with conflict-with-previous-declaration errors. r=gcp 2017-01-12 23:00:22 +08:00
nsUrlClassifierHashCompleter.js Bug 1311926 - Add telemetry to measure gethash error and gethash timeout rate for V2 and V4. r=francois 2017-01-16 11:22:45 +08: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 Bug 1328653 - Merging all the various *OriginAttributes to just one, r=huseby 2017-01-12 17:38:48 +01: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 1276826 - Part 2. Send gethash request and handle gethash response for v4. r=francois 2016-11-28 14:55:36 +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