gecko-dev/toolkit/components/url-classifier
Daniel Holbert a2ca8ad334 Bug 1540875: Switch from Array.slice to Array.prototype.slice in UrlClassifierLib.jsm, to address JS warning. r=marco
Differential Revision: https://phabricator.services.mozilla.com/D25688

--HG--
extra : moz-landing-system : lando
2019-04-02 19:59:51 +00:00
..
chromium
docs
tests Bug 1539150 - Use window.open instead of setting iframe src in test_classify_by_default.html. ?baku r=baku 2019-04-02 08:00:37 +00:00
ChunkSet.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
ChunkSet.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
Classifier.cpp Bug 1353956 - P2. Do not use SHA-256 while loading the V4 prefix files. r=gcp 2019-03-07 14:40:28 +00:00
Classifier.h Bug 1522265 - Moving malware, phishing and blocked URIs to features - part 3 - DBService updated, r=dimi 2019-01-29 10:11:34 +01:00
Entries.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
HashStore.cpp Bug 1353956 - P1. Rename checksum used in SafeBrowsing V4 to SHA256. r=gcp 2019-03-07 14:40:14 +00:00
HashStore.h Bug 1353956 - P1. Rename checksum used in SafeBrowsing V4 to SHA256. r=gcp 2019-03-07 14:40:14 +00:00
IUrlClassifierUITelemetry.idl
LookupCache.cpp Bug 1353956 - P6. Load the old prefixset(.pset) when there is no .vlpset. r=gcp 2019-03-07 14:42:31 +00:00
LookupCache.h Bug 1353956 - P6. Load the old prefixset(.pset) when there is no .vlpset. r=gcp 2019-03-07 14:42:31 +00:00
LookupCacheV4.cpp Bug 1353956 - P6. Load the old prefixset(.pset) when there is no .vlpset. r=gcp 2019-03-07 14:42:31 +00:00
LookupCacheV4.h Bug 1353956 - P6. Load the old prefixset(.pset) when there is no .vlpset. r=gcp 2019-03-07 14:42:31 +00:00
ProtocolParser.cpp Bug 1353956 - P1. Rename checksum used in SafeBrowsing V4 to SHA256. r=gcp 2019-03-07 14:40:14 +00:00
ProtocolParser.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
RiceDeltaDecoder.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
RiceDeltaDecoder.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
SafeBrowsing.jsm Bug 1533074 - Implement Fingerprinting and Cryptomining annotation features - Part 3 - Cryptomining-annotation, r=dimi 2019-03-14 17:48:33 +00:00
UrlClassifierHashCompleter.jsm Bug 1522412 - P4. Use LOAD_BYPASS_URL_CLASSIFIER flag for SafeBrowsing update/lookup r=Ehsan 2019-03-25 12:49:00 +00:00
UrlClassifierLib.jsm Bug 1540875: Switch from Array.slice to Array.prototype.slice in UrlClassifierLib.jsm, to address JS warning. r=marco 2019-04-02 19:59:51 +00:00
UrlClassifierListManager.jsm Bug 1529128 - Automatically update cryptomining and fingerprinting lists when the features are enabled. r=baku 2019-03-26 11:29:20 +00:00
UrlClassifierTelemetryUtils.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
UrlClassifierTelemetryUtils.h Bug 1515286 - Introduce nsIURIClassifier.getFeatureByName() and nsIURIClassifier.createFeatureWithTables(), r=dimi 2019-01-05 09:10:45 +01:00
VariableLengthPrefixSet.cpp Bug 1353956 - P3. Separate file processing and prefix data processing for SafeBrowsing prefix set. r=gcp 2019-03-07 14:40:56 +00:00
VariableLengthPrefixSet.h Bug 1353956 - P3. Separate file processing and prefix data processing for SafeBrowsing prefix set. r=gcp 2019-03-07 14:40:56 +00:00
components.conf Bug 1524688: Part 8 - Convert URL classifier to static registration r=Ehsan 2019-01-29 18:41:19 -08:00
moz.build Bug 1528651 - Re-enable warnings-as-errors on Windows in some directories. r=dmajor 2019-02-17 15:03:02 +09:00
nsCheckSummedOutputStream.cpp Bug 1353956 - P4. Add header and CRC32 checksum to SafeBrowsing V4 prefix files. r=gcp 2019-03-07 14:41:25 +00:00
nsCheckSummedOutputStream.h Bug 1533887 - Set correct buffer size for NS_NewCheckSummedOutputStream r=dimi 2019-03-12 12:26:11 +00:00
nsIUrlClassifierDBService.idl
nsIUrlClassifierHashCompleter.idl
nsIUrlClassifierInfo.idl
nsIUrlClassifierPrefixSet.idl Bug 1353956 - P3. Separate file processing and prefix data processing for SafeBrowsing prefix set. r=gcp 2019-03-07 14:40:56 +00:00
nsIUrlClassifierStreamUpdater.idl
nsIUrlClassifierUtils.idl
nsIUrlListManager.idl
nsUrlClassifierDBService.cpp Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan 2019-03-13 10:19:06 +01:00
nsUrlClassifierDBService.h Bug 1522265 - Moving malware, phishing and blocked URIs to features - part 3 - DBService updated, r=dimi 2019-01-29 10:11:34 +01:00
nsUrlClassifierInfo.cpp Bug 1511436 - Cleanup URL-Classifier code - part 3 - AsyncUrlChannelClassifier, r=dimi 2018-12-14 12:40:17 +01:00
nsUrlClassifierInfo.h Bug 1511436 - Cleanup URL-Classifier code - part 2 - nsUrlClassifierDBService::AsyncClassifyLocalWithFeatures, r=dimi 2018-12-14 12:40:17 +01:00
nsUrlClassifierPrefixSet.cpp Bug 1353956 - P3. Separate file processing and prefix data processing for SafeBrowsing prefix set. r=gcp 2019-03-07 14:40:56 +00:00
nsUrlClassifierPrefixSet.h Bug 1353956 - P3. Separate file processing and prefix data processing for SafeBrowsing prefix set. r=gcp 2019-03-07 14:40:56 +00:00
nsUrlClassifierProxies.cpp Bug 1522265 - Moving malware, phishing and blocked URIs to features - part 3 - DBService updated, r=dimi 2019-01-29 10:11:34 +01:00
nsUrlClassifierProxies.h Bug 1522265 - Moving malware, phishing and blocked URIs to features - part 3 - DBService updated, r=dimi 2019-01-29 10:11:34 +01:00
nsUrlClassifierStreamUpdater.cpp Bug 1522412 - P4. Use LOAD_BYPASS_URL_CLASSIFIER flag for SafeBrowsing update/lookup r=Ehsan 2019-03-25 12:49:00 +00:00
nsUrlClassifierStreamUpdater.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
nsUrlClassifierUtils.cpp Bug 1531034 - Changing of the guard for URLClassifier and ApplicationReputation. r=chutten 2019-03-18 14:26:00 +00:00
nsUrlClassifierUtils.h Bug 1528596 - Devirtualize accesses to nsUrlClassifierUtils, r=dimi 2019-02-19 14:35:57 +00:00