mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
fb8b6912c9
The original motivation for the Iterator/RemovingIterator split was that PLDHashTable Checker class would treat them differently. But that didn't end up happening (see bug 1131308). So this patch merges them. This is a small code size win now but it will become bigger when I add iterators to nsTHashTable and nsBaseHashtable. The only complication is that PLDHashTable::Iter() is now non-const, which is a problem if you use it in a const method. So I added PLDHashTable::ConstIter() which is used in just two places. It's a bit of a hack -- effectively a const_cast -- but I don't think it's too bad. |
||
---|---|---|
.. | ||
moz.build | ||
nsCompositeDataSource.cpp | ||
nsContainerEnumerator.cpp | ||
nsDefaultResourceFactory.cpp | ||
nsInMemoryDataSource.cpp | ||
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 | ||
nsRDFBaseDataSources.h | ||
nsRDFContainer.cpp | ||
nsRDFContainerUtils.cpp | ||
nsRDFContentSink.cpp | ||
nsRDFContentSinkAtomList.h | ||
nsRDFService.cpp | ||
nsRDFService.h | ||
nsRDFXMLDataSource.cpp | ||
nsRDFXMLParser.cpp | ||
nsRDFXMLParser.h | ||
nsRDFXMLSerializer.cpp | ||
nsRDFXMLSerializer.h | ||
rdf.h | ||
rdfIDataSource.idl | ||
rdfISerializer.idl | ||
rdfITripleVisitor.idl | ||
rdfTriplesSerializer.cpp | ||
rdfutil.cpp | ||
rdfutil.h |