gecko-dev/toolkit/components/url-classifier
Kris Maglione cb1ee1e34d Bug 1463291: Move docShell getter from Document to Window. r=bz
DocShells are associated with outer DOM Windows, rather than Documents, so
having the getter on the document is a bit odd to begin with. But it's also
considerably less convenient, since most of the times when we want a docShell
from JS, we're dealing most directly with a window, and have to detour through
the document to get it.

MozReview-Commit-ID: LUj1H9nG3QL

--HG--
extra : rebase_source : a13c59d1a5ed000187c7fd8e7339408ad6e2dee6
2018-05-21 16:58:23 -07:00
..
chromium
docs
tests Bug 1463291: Move docShell getter from Document to Window. r=bz 2018-05-21 16:58:23 -07:00
ChunkSet.cpp Bug 1362761 - Make prefix and chunk sets as const as possible. r=dimi 2018-07-11 12:52:37 +00:00
ChunkSet.h Bug 1362761 - Make prefix and chunk sets as const as possible. r=dimi 2018-07-11 12:52:37 +00:00
Classifier.cpp Bug 1453038 - Interrupt update when firefox is shutting down. r=francois 2018-07-16 16:48:53 +00:00
Classifier.h Bug 1467581 - Do less work in Reset() if Close() has been called. r=gcp 2018-06-07 17:45:46 -07:00
Entries.h
HashStore.cpp Bug 1434206 - Keep TableUpdate objects in smart pointers. r=gcp 2018-06-01 15:48:48 -07:00
HashStore.h Bug 1434206 - Keep TableUpdate objects in smart pointers. r=gcp 2018-06-01 15:48:48 -07:00
IUrlClassifierUITelemetry.idl
LookupCache.cpp Bug 1362761 - Force file and streams to use smart pointers. r=dimi 2018-07-12 22:19:40 +00:00
LookupCache.h Bug 1362761 - Force file and streams to use smart pointers. r=dimi 2018-07-12 22:19:40 +00:00
LookupCacheV4.cpp Bug 1362761 - Force file and streams to use smart pointers. r=dimi 2018-07-12 22:19:40 +00:00
LookupCacheV4.h Bug 1362761 - Force file and streams to use smart pointers. r=dimi 2018-07-12 22:19:40 +00:00
moz.build Bug 1362761 - Add checksum to nsUrlClassifierPrefixSet::mIndexDeltas array. r=gcp 2018-02-15 16:59:14 -08:00
nsCheckSummedOutputStream.cpp
nsCheckSummedOutputStream.h
nsIUrlClassifierDBService.idl Bug 1434206 - Keep LookupResult objects in smart pointers. r=gcp 2018-06-05 13:15:03 -07:00
nsIUrlClassifierHashCompleter.idl
nsIUrlClassifierInfo.idl
nsIUrlClassifierPrefixSet.idl
nsIUrlClassifierStreamUpdater.idl
nsIUrlClassifierUtils.idl
nsIUrlListManager.idl
nsURLClassifier.manifest
nsUrlClassifierDBService.cpp Bug 1469412 - Convert nsIUrlClassifierCacheInfo* objects to smart pointers. r=francois 2018-07-10 17:12:42 +00:00
nsUrlClassifierDBService.h Bug 1467581 - Replace all nsAutoPtrs with UniquePtrs in Safe Browsing code. r=gcp 2018-06-18 13:54:59 -07:00
nsUrlClassifierHashCompleter.js Bug 1456035: Part 4 - Convert callers of XPCOMUtils.generateQI to ChromeUtils.generateQI. r=mccr8 2018-04-22 20:55:06 -07:00
nsUrlClassifierInfo.cpp
nsUrlClassifierInfo.h
nsUrlClassifierLib.js Bug 1456035: Part 4 - Convert callers of XPCOMUtils.generateQI to ChromeUtils.generateQI. r=mccr8 2018-04-22 20:55:06 -07:00
nsUrlClassifierListManager.js Bug 1460092: Add ESLint rule to enforce use of ChromeUtils.generateQI. r=Gijs 2018-05-08 18:36:22 -07:00
nsUrlClassifierPrefixSet.cpp Bug 1362761 - Safer Clean() and IsEmpty() handling in PrefixSet. r=dimi 2018-07-11 12:40:34 +00:00
nsUrlClassifierPrefixSet.h Bug 1362761 - Safer Clean() and IsEmpty() handling in PrefixSet. r=dimi 2018-07-11 12:40:34 +00:00
nsUrlClassifierProxies.cpp Bug 1469412 - Convert nsIUrlClassifierCacheInfo* objects to smart pointers. r=francois 2018-07-10 17:12:42 +00:00
nsUrlClassifierProxies.h Bug 1469412 - Convert nsIUrlClassifierCacheInfo* objects to smart pointers. r=francois 2018-07-10 17:12:42 +00:00
nsUrlClassifierStreamUpdater.cpp Bug 1439455 - Display error names instead of codes in about:url-classifier. r=gcp 2018-02-22 17:37:53 -08:00
nsUrlClassifierStreamUpdater.h
nsUrlClassifierUtils.cpp Bug 1433958 - Change code that sets nsIURI.userPass to use nsIURIMutator r=mayhemer 2018-02-26 20:43:46 +01:00
nsUrlClassifierUtils.h Bug 1467581 - Replace all nsAutoPtrs with UniquePtrs in Safe Browsing code. r=gcp 2018-06-18 13:54:59 -07:00
ProtocolParser.cpp Bug 1434206 - Keep TableUpdate objects in smart pointers. r=gcp 2018-06-01 15:48:48 -07:00
ProtocolParser.h Bug 1434206 - Keep TableUpdate objects in smart pointers. r=gcp 2018-06-01 15:48:48 -07:00
RiceDeltaDecoder.cpp
RiceDeltaDecoder.h
SafeBrowsing.jsm Bug 1433175 - scripted patch to replace Components.classes[, Components.interfaces.nsI, Components.utils. and Components.results. with Cc, Ci, Cu and Cr, r=Mossop. 2018-02-28 18:51:33 +01:00
UrlClassifierTelemetryUtils.cpp
UrlClassifierTelemetryUtils.h
VariableLengthPrefixSet.cpp Bug 1362761 - Safer Clean() and IsEmpty() handling in PrefixSet. r=dimi 2018-07-11 12:40:34 +00:00
VariableLengthPrefixSet.h Bug 1362761 - Force file and streams to use smart pointers. r=dimi 2018-07-12 22:19:40 +00:00