gecko-dev/toolkit/components/url-classifier
Mark Banner aef9c37979 Bug 1412893 - Change instances of using getService to Services.jsm where possible in toolkit/components/url-classifier r=francois
MozReview-Commit-ID: 7ejzcckcwQ1

--HG--
extra : rebase_source : 72eca0da3d8a0c125958c6272fb15edfbb122549
2017-10-31 20:22:58 +00:00
..
chromium Bug 1385461 - Upgrade to the latest version of the protobuf library. r=dimi,fitzgen,glandium,mattwoodrow,mossop 2017-10-18 15:02:05 -07:00
docs
tests Bug 1412893 - Change instances of using getService to Services.jsm where possible in toolkit/components/url-classifier r=francois 2017-10-31 20:22:58 +00:00
ChunkSet.cpp
ChunkSet.h
Classifier.cpp Bug 1408631 - Release SafeBrowsing lookupcache in worker thread while shutdown. r=francois 2017-10-20 10:18:59 +08:00
Classifier.h Bug 1394031 - Remove mCryptoHash members of nsUrlClassifierDBServiceWorker and ProtocolParser 2017-09-14 10:51:55 +08:00
Entries.h Bug 1394031 - Remove mCryptoHash members of nsUrlClassifierDBServiceWorker and ProtocolParser 2017-09-14 10:51:55 +08:00
HashStore.cpp Bug 1409327 - NS_NewBufferedInputStream should take the ownership of the inputStream, r=smaug 2017-10-19 11:39:30 +02:00
HashStore.h Bug 1385461 - Move URL Classifier protobuf files to match other components. r=dimi 2017-10-12 17:27:36 -07:00
IUrlClassifierUITelemetry.idl Bug 1375277 - Move Safe Browsing UI events to a separate telemetry probe. r=francois 2017-08-02 14:01:44 +08:00
LookupCache.cpp Bug 1409152. Add an nsTArray::ContainsSorted method. r=froydnj 2017-10-17 15:39:59 -04:00
LookupCache.h Bug 1363882 - Remove casting address of inactive member union result.hash r=francois 2017-07-05 17:21:01 +08:00
LookupCacheV4.cpp Bug 1376410 - Handle OOM when appending prefix to map r=francois,hchang 2017-08-11 17:28:40 +08:00
LookupCacheV4.h
moz.build Bug 1385461 - Upgrade to the latest version of the protobuf library. r=dimi,fitzgen,glandium,mattwoodrow,mossop 2017-10-18 15:02:05 -07:00
nsCheckSummedOutputStream.cpp Bug 1375125 - Remove nsILocalFile. r=froydnj 2017-08-05 09:43:49 +09:00
nsCheckSummedOutputStream.h Bug 1375125 - Remove nsILocalFile. r=froydnj 2017-08-05 09:43:49 +09:00
nsIUrlClassifierDBService.idl
nsIUrlClassifierHashCompleter.idl
nsIUrlClassifierInfo.idl Bug 1408396 - Fix a deadlock issue when about:url-classifier accesses GetCacheInfo API. r=francois 2017-10-18 09:11:26 +08:00
nsIUrlClassifierPrefixSet.idl
nsIUrlClassifierStreamUpdater.idl
nsIUrlClassifierUtils.idl Bug 1351147 - Support ThreatHit requests in SafeBrowsing V4 r=francois 2017-08-24 11:13:12 +08:00
nsIUrlListManager.idl Bug 1395411 - Unregister tables when they're removed from urlclassifier.*Table. r=francois 2017-08-31 18:46:23 +08:00
nsURLClassifier.manifest
nsUrlClassifierDBService.cpp Bug 1325888 - Clear cached completion result when close safebrowsing database. r=francois 2017-11-01 08:40:00 +08:00
nsUrlClassifierDBService.h Bug 1408631 - Release SafeBrowsing lookupcache in worker thread while shutdown. r=francois 2017-10-20 10:18:59 +08:00
nsUrlClassifierHashCompleter.js Bug 1411368 - Automatically fix no-multi-spaces issues raised when using ESLint 4. r=mossop 2017-10-26 11:47:01 +01:00
nsUrlClassifierInfo.cpp Bug 1313150 - Remove |weak| parameter from nsIMutableArray methods. r=froydnj 2017-10-21 23:53:02 +09:00
nsUrlClassifierInfo.h
nsUrlClassifierLib.js Bug 1411368 - Automatically fix no-multi-spaces issues raised when using ESLint 4. r=mossop 2017-10-26 11:47:01 +01:00
nsUrlClassifierListManager.js Bug 1411368 - Automatically fix no-multi-spaces issues raised when using ESLint 4. r=mossop 2017-10-26 11:47:01 +01:00
nsUrlClassifierPrefixSet.cpp Bug 1409329 - NS_NewBufferedOutputStream should take the ownership of the outputStream, r=smaug 2017-10-24 14:38:23 +02:00
nsUrlClassifierPrefixSet.h Bug 1401066 - Add poison canary to check for errors. r=francois 2017-09-25 10:57:20 +08:00
nsUrlClassifierProxies.cpp Bug 1408631 - Release SafeBrowsing lookupcache in worker thread while shutdown. r=francois 2017-10-20 10:18:59 +08:00
nsUrlClassifierProxies.h Bug 1408631 - Release SafeBrowsing lookupcache in worker thread while shutdown. r=francois 2017-10-20 10:18:59 +08:00
nsUrlClassifierStreamUpdater.cpp Bug 1404198: Part 2f - Switch to NS_NewTimer* in toolkit. r=njn 2017-10-15 23:14:00 -07:00
nsUrlClassifierStreamUpdater.h Bug 1384405 - Dump request payload for V2 400 responses. r=francois 2017-10-05 08:37:29 +08:00
nsUrlClassifierUtils.cpp Bug 1410794 (attempt 2) - Change some |string| occurrences in nsIPrefBranch.idl to |ACString|. r=erahm. 2017-10-27 10:30:33 +11:00
nsUrlClassifierUtils.h
ProtocolParser.cpp Bug 1394031 - Remove mCryptoHash members of nsUrlClassifierDBServiceWorker and ProtocolParser 2017-09-14 10:51:55 +08:00
ProtocolParser.h Bug 1385461 - Move URL Classifier protobuf files to match other components. r=dimi 2017-10-12 17:27:36 -07:00
RiceDeltaDecoder.cpp
RiceDeltaDecoder.h
SafeBrowsing.jsm Bug 1408777 - Automatically fix instances of missing semicolons in the tree. r=Standard8 2017-10-15 20:50:39 +01:00
UrlClassifierTelemetryUtils.cpp Bug 1351147 - Support ThreatHit requests in SafeBrowsing V4 r=francois 2017-08-24 11:13:12 +08:00
UrlClassifierTelemetryUtils.h Bug 1351147 - Support ThreatHit requests in SafeBrowsing V4 r=francois 2017-08-24 11:13:12 +08:00
VariableLengthPrefixSet.cpp Bug 1409329 - NS_NewBufferedOutputStream should take the ownership of the outputStream, r=smaug 2017-10-24 14:38:23 +02:00
VariableLengthPrefixSet.h