gecko/rdf/base
Nicholas Nethercote 70b1eacc9e Bug 1124973 (part 2) - Introduce PL_DHashTableSearch(), and replace most PL_DHashTableLookup() calls with it. r=froydnj.
It feels safer to use a function with a new name, rather than just changing the
behaviour of the existing function.

For most of these cases the PL_DHashTableLookup() result was checked with
PL_DHASH_ENTRY_IS_{FREE,BUSY} so the conversion was easy. A few of them
preceded that check with a useless null check, but the intent of these was
still easy to determine.

I'll do the trickier ones in subsequent patches.

--HG--
extra : rebase_source : ab37a7a30be563861ded8631771181aacf054fd4
2015-01-22 21:06:55 -08:00
..
moz.build
nsCompositeDataSource.cpp Bug 1061049 - Fix some bad impliciti constructors in RDF; r=bsmedberg 2014-09-02 18:21:23 -04:00
nsContainerEnumerator.cpp
nsDefaultResourceFactory.cpp
nsInMemoryDataSource.cpp Bug 1124973 (part 2) - Introduce PL_DHashTableSearch(), and replace most PL_DHashTableLookup() calls with it. r=froydnj. 2015-01-22 21:06:55 -08:00
nsIRDFCompositeDataSource.idl
nsIRDFContainer.idl
nsIRDFContainerUtils.idl
nsIRDFContentSink.h
nsIRDFDataSource.idl
nsIRDFDelegateFactory.idl
nsIRDFInferDataSource.idl
nsIRDFInMemoryDataSource.idl
nsIRDFLiteral.idl
nsIRDFNode.idl
nsIRDFObserver.idl
nsIRDFPropagatableDataSource.idl
nsIRDFPurgeableDataSource.idl
nsIRDFRemoteDataSource.idl
nsIRDFResource.idl
nsIRDFService.idl
nsIRDFXMLParser.idl
nsIRDFXMLSerializer.idl
nsIRDFXMLSink.idl
nsIRDFXMLSource.idl
nsNameSpaceMap.cpp
nsNameSpaceMap.h Bug 1061049 - Fix some bad impliciti constructors in RDF; r=bsmedberg 2014-09-02 18:21:23 -04:00
nsRDFBaseDataSources.h
nsRDFContainer.cpp
nsRDFContainerUtils.cpp
nsRDFContentSink.cpp Bug 1118415 - Mark virtual overridden functions as MOZ_OVERRIDE in rdf; r=bsmedberg 2015-01-12 16:30:33 -05:00
nsRDFContentSinkAtomList.h
nsRDFService.cpp Bug 1124973 (part 2) - Introduce PL_DHashTableSearch(), and replace most PL_DHashTableLookup() calls with it. r=froydnj. 2015-01-22 21:06:55 -08:00
nsRDFService.h bug 1059490 - mark more classes MOZ_FINAL r=froydnj 2014-08-27 14:26:48 -04:00
nsRDFXMLDataSource.cpp Bug 1118415 - Mark virtual overridden functions as MOZ_OVERRIDE in rdf; r=bsmedberg 2015-01-12 16:30:33 -05:00
nsRDFXMLParser.cpp Bug 1063197 - Callsites of NS_NewInputStreamChannel in /rdf/ (r=bsmedberg) 2014-10-16 11:17:14 -07:00
nsRDFXMLParser.h
nsRDFXMLSerializer.cpp Bug 1061049 - Fix some bad impliciti constructors in RDF; r=bsmedberg 2014-09-02 18:21:23 -04:00
nsRDFXMLSerializer.h
rdf.h
rdfIDataSource.idl
rdfISerializer.idl
rdfITripleVisitor.idl
rdfTriplesSerializer.cpp Bug 1061049 - Fix some bad impliciti constructors in RDF; r=bsmedberg 2014-09-02 18:21:23 -04:00
rdfutil.cpp
rdfutil.h