gecko-dev/uriloader/base
Mats Palmgren 389e62abed Bug 1494745 part 1 - Don't check the result from ns[Auto]TObserverArray::AppendElement since it's infallible. r=bz
mChildList and mListenerInfoList are ns[Auto]TObserverArray which are
infallible, so no need to check the return value from AppendElement
(which a later patch in this series will remove).
2018-10-14 18:12:22 +02:00
..
moz.build
nsCURILoader.idl
nsDocLoader.cpp Bug 1494745 part 1 - Don't check the result from ns[Auto]TObserverArray::AppendElement since it's infallible. r=bz 2018-10-14 18:12:22 +02:00
nsDocLoader.h
nsIContentHandler.idl
nsIDocumentLoader.idl
nsITransfer.idl
nsIURIContentListener.idl
nsIURILoader.idl
nsIWebProgress.idl
nsIWebProgressListener2.idl
nsIWebProgressListener.idl Bug 1493563 - Part 7: Store the log more compactly, and cap the size of the origin log at a maximum limit adjustable by a pref; r=baku 2018-09-28 14:46:02 -04:00
nsURILoader.cpp
nsURILoader.h