gecko-dev/toolkit/components/url-classifier
Jared Wein 87b2d4c295 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
MozReview-Commit-ID: HIUTSdkXxbY

--HG--
extra : rebase_source : 2f05e2f275ac7f293f9c650bdec8943189e3ce01
2016-11-03 14:42:06 -04: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 1305581 - Verify that V4 updates were applied correctly by computing a checksum on the final result. r=francois 2016-10-27 08:36:26 +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 1305581 - Verify that V4 updates were applied correctly by computing a checksum on the final result. r=francois 2016-10-27 08:36:26 +08:00
Classifier.h Bug 1305780 - P1. Implement the update fail scheme for v4. r=gcp 2016-10-19 12:52: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 Bug 1305484 - Save/load state and checksum to/from disk rather than prefs. r=dimi,francois 2016-10-13 15:22:08 +08:00
HashStore.h Bug 1305484 - Save/load state and checksum to/from disk rather than prefs. r=dimi,francois 2016-10-13 15:22:08 +08:00
LookupCache.cpp Bug 1305801 - Part 5: Support SafeBrowsing v4 partial update. r=gcp 2016-10-04 09:14:39 +08:00
LookupCache.h Bug 1305780 - P1. Implement the update fail scheme for v4. r=gcp 2016-10-19 12:52:05 +08:00
LookupCacheV4.cpp Bug 1305581 - Verify that V4 updates were applied correctly by computing a checksum on the final result. r=francois 2016-10-27 08:36:26 +08:00
LookupCacheV4.h Bug 1305581 - Verify that V4 updates were applied correctly by computing a checksum on the final result. r=francois 2016-10-27 08:36:26 +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 1307541 - ProtocolParserProtobuf to init and return update time properly. r=francois. 2016-10-18 14:45:21 +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
moz.build Bug 1285848 - Part 1: Implement Rice Delta Decoding. r=francois. 2016-10-05 14:59:43 +08:00
nsCheckSummedOutputStream.cpp
nsCheckSummedOutputStream.h Bug 1225682 - Don't use nsAuto{,C}String as class member variables in toolkit/. r=froydnj 2015-12-02 11:04:37 +09:00
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 1305567 - Use base64url encoding and avoid cutting the state. r=francois 2016-09-30 10:36:40 -07:00
nsIUrlListManager.idl Bug 1175562 - Persist last update time for SafeBrowsing. r=francois 2015-10-06 13:53:07 +02:00
nsURLClassifier.manifest
nsUrlClassifierDBService.cpp Bug 1305780 - P1. Implement the update fail scheme for v4. r=gcp 2016-10-19 12:52:05 +08:00
nsUrlClassifierDBService.h Bug 1307541 - ProtocolParserProtobuf to init and return update time properly. r=francois. 2016-10-18 14:45:21 +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 1285848 - Part 2: Request and parse RICE encoded prefix by default. r=francois 2016-10-05 14:59:53 +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